Mettre à jour la collection de produits
Mettre à jour les détails d’une collection de produits.
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de chemin
Product Collection Id
Corps
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 Réponse
Product Collection Updated Successfully