Subscriptions

Start Bulk Update

Initiates a job to bulk update subscriptions based on the provided criteria

post/subscriptions/bulk-update

Request body

fromPricestring required

The ID of the price to update subscriptions from

toPricestring required

The ID of the price to update subscriptions to

Example request

{
  "fromPrice": "price_2R4e2xDqbww8ewmkIYWE1A6Zcfp",
  "toPrice": "price_2R4e2xDqbww8ewmkIYWE1A6Zcfp"
}

Response

OK

jobstring required

The ID of the bulk update job

affectednumber required

Number of subscriptions that are affected by the bulk update job

Changes

No recorded changes to this endpoint across all 1 revision of this API.