You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration ID of the store. You choose this ID when you create a store.
[optional]
application_id
Integer
The ID of the application that owns this entity.
profile_id
Integer
The globally unique Talon.One ID of the customer that created this entity.
[optional]
profileintegrationid
String
Integration ID of the customer for the session.
[optional]
coupon
String
Any coupon code entered.
referral
String
Any referral code entered.
state
String
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.
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.