Update Product Collection
Update a product collection’s details.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Product Collection Id
Body
Optional brand_id update
Optional description update - pass null to remove, omit to keep unchanged
Effective_at setting for downgrades: Some(Some(val)) = set, Some(None) = clear (inherit), None = no change
immediately, next_billing_date Effective_at setting for upgrades: Some(Some(val)) = set, Some(None) = clear (inherit), None = no change
immediately, next_billing_date Optional new order for groups (array of group UUIDs in desired order)
Optional image update - pass null to remove, omit to keep unchanged
Optional new name for the collection
On payment failure behavior: Some(Some(val)) = set, Some(None) = clear (inherit), None = no change
prevent_change, apply_change Proration billing mode for downgrades: Some(Some(val)) = set, Some(None) = clear (inherit), None = no change
prorated_immediately, full_immediately, difference_immediately, do_not_bill Proration billing mode for upgrades: Some(Some(val)) = set, Some(None) = clear (inherit), None = no change
prorated_immediately, full_immediately, difference_immediately, do_not_bill Response
Product Collection Updated Successfully