Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 6.1 KB

File metadata and controls

17 lines (14 loc) · 6.1 KB

CustomerSeatAssign

Fields

Field Type Required Description
subscription_id OptionalNullable[str] Subscription ID. Required if neither order_id nor checkout_id is provided.
order_id OptionalNullable[str] Order ID for one-time purchases. Required if subscription_id is not provided.
email OptionalNullable[str] Email of the customer to assign the seat to
external_customer_id OptionalNullable[str] External customer ID for the seat assignment
customer_id OptionalNullable[str] Customer ID for the seat assignment
external_member_id OptionalNullable[str] External member ID for the seat assignment. Can be used alone (lookup existing member) or with email (create/validate member).
member_id OptionalNullable[str] Member ID for the seat assignment.
metadata Dict[str, Any] Additional metadata for the seat (max 10 keys, 1KB total)
immediate_claim Optional[bool] If true, the seat will be immediately claimed without sending an invitation email. API-only feature.
checkout_id OptionalNullable[str] Checkout ID. Resolves to the subscription or order produced by the checkout.