Last update:
February 14, 2024
Cart query¶
This query allows you to retrieve information about a shopping cart.
Arguments¶
Argument | Description |
---|---|
storeId String! |
The Id of the store to retrieve carts from. |
userId String |
The Id of the user. |
currencyCode String! |
A standardized code of a specific currency. |
cultureName String |
The language to retrieve data in. |
cartName String |
The name or the identifier of the cart. |
cartType String |
The type of cart being queried. |
Possible returns¶
Possible return | Description |
---|---|
CartType |
Defines the properties and fields associated with a shopping cart. |