Skip to main content

Manage subscription products

PUT 

/subscriptions/subscriptions/:subscription_uuid/products

Manage subscription products by replacing, changing or detaching products on the subscription

Request

Path Parameters

    subscription_uuid UUIDrequired

    The unique identifier of the subscription.

Body

    data object[]required

    A list of product IDs to manage on the subscription.

  • Array [
  • type stringrequired

    Possible values: [attach, detach, replace]

    products UUID (string)[]required

    Possible values: >= 1

  • ]

Responses

Success. The subscription's products have been updated.

Loading...