BackgroundOperationId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The ID of the in progress background operation.
|
CurrencyIsoCode |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
- Description
- The currency used for the checkout session. Default value is USD.
- Possible values are:
|
IsArchived |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether checkout processing is archived (true) or not (false). After a session is archived, it can’t be unarchived.
Default value is false.
|
IsError |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether the session is in error state (true) or not (false). Default value is false.
|
IsProcessing |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Determines whether checkout processing is in progress (true) or not (false). Default value is false.
|
Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- The name of the checkout session.
|
NextState |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The next state of the checkout session.
|
OrderId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The ID of a created order after the checkout session has gone from cart to
order.
|
OrderReferenceNumber |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Unique reference number the shopper can use to refer to the order. In API
version 63.0 and later, LWR stores don't populate this field upon checkout.
Instead, the InitialOrderReferenceNumber
field on the WebCart object is populated.
|
State |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The current state of the checkout session.
|
WebCartId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- The ID of the cart that is used to create the checkout session.
|