Bulk Migrate Prices
Bulk migrate default prices for multiple products.
This endpoint allows you to:
- Update the default_price_id for multiple products in a single request
- Optionally migrate active subscription items from the old default price to the new one
Returns detailed results including successes and errors for each migration.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Request
This endpoint expects an object.
migrations
List of product price migrations
Response
Successful Response
total_requested
Total migrations requested
successful
Number of successful migrations
failed
Number of failed migrations
results
Details of successful migrations
errors
Details of failed migrations