Chord OMS
...
Subscriptions
Subscriptions

Adding One-Time (à la Carte) Items on Subscriptions

2min
operators can add one time or à la carte items to customer subscriptions these line items will only be added to the next installment order and will be removed afterwards this is useful if, for example, you want to add free items to a customer’s upcoming subscription renewal there are two different ways operators can add one time items in an existing subscription the options are outlined below via chord oms as an admin user, you can add and edit one time items when viewing a customer's subscription page in the line items section scroll to the for next installment only section, select the variant to add, specify the quantity, and click update via api you can also add one time items via api here patch /api/users/\ user id/subscriptions/\ id an example payload would be { subscription { id 1 line items attributes \[{quantity 1, , one time true}] } } should you have any questions or need further assistance, please do not hesitate to reach out to help\@chord co !