For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
Developer
Developer
Developer
Developer
GraphQL
B2B
Queries
shoppingList
Copy page
Get a shopping list by id. Requires a B2B Token.
Arguments
id
Integer
Required
Shopping list id. This field is required.
Returns
an optional ShoppingListType
id
String
createdAt
Integer
The created timestamp of the shopping list
updatedAt
Integer
The updated timestamp of the shopping list
name
String
Shopping list name
description
String
Shopping list description
reason
String
Shopping list reason
status
Integer
Shopping list status. 0: Approved 20: Deleted 30: Draft 40: Ready for approval 50:Rejected
approvedFlag
Boolean
Has the shopping list been submitted for approval
customerInfo
CustomerInfo
Shopping list customer information
Show 5 properties
isOwner
Boolean
If owner of shopping list
grandTotal
String
grand total amount of shopping list
totalDiscount
String
Total discount of shopping list
totalTax
String
Total tax of shopping list
isShowGrandTotal
Boolean
If show grand total amount of shopping list
products
ShoppingListItemCountableConnection
products of shopping list
Show 3 properties
channelId
Integer
The channel id of the shopping list
channelName
String
The channel name of the shopping list
companyInfo
CompanyInfoType
Company information of shopping list
Show 9 properties