Bulk update lines

This endpoint allows you to modify a subscription in bulk by passing linesToAdd, linesToRemove, and linesToUpdate objects in a single request.

Path Params
int32
required

The unique identifier of the subscription in Loop.

Body Params
linesToAdd
array of objects

List of new products to be added to the subscription.

linesToAdd
linesToRemove
array of objects

List of existing subscription line item IDs to be removed.

linesToRemove
linesToUpdate
array of objects

List of existing line items with updated details like quantity or selling plan.

linesToUpdate
Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json