Name | Type | Description | Notes |
---|---|---|---|
id | int | Internal ID of this entity. | |
created | datetime | The time this entity was created. The time this entity was created. | |
integration_id | str | The integration ID set by your integration layer. | |
store_integration_id | str | The integration ID of the store. You choose this ID when you create a store. | [optional] |
application_id | int | The ID of the application that owns this entity. | |
profile_id | int | The globally unique Talon.One ID of the customer that created this entity. | [optional] |
profileintegrationid | str | Integration ID of the customer for the session. | [optional] |
coupon | str | Any coupon code entered. | |
referral | str | Any referral code entered. | |
state | str | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` → `closed` 2. `open` → `cancelled` 3. `closed` → `cancelled` or `partially_returned` 4. `partially_returned` → `cancelled` For more information, see Customer session states. | |
cart_items | list[CartItem] | Serialized JSON representation. | |
discounts | dict(str, float) | API V1 only. A map of labeled discount values, in the same currency as the session. If you are using the V2 endpoints, refer to the `totalDiscounts` property instead. | |
total_discounts | float | The total sum of the discounts applied to this session. | |
total | float | The total sum of the session before any discounts applied. | |
attributes | object | Arbitrary properties associated with this item. | [optional] |