For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
B2B
Types
Objects
ShoppingListPageType
OBJECT
Copy page
Fields
id
String
Required
createdAt
Integer
Optional
The created timestamp of the shopping list
updatedAt
Integer
Optional
The updated timestamp of the shopping list
name
String
Optional
Shopping list name
description
String
Optional
Shopping list description
reason
String
Optional
Shopping list reason
status
Integer
Optional
Shopping list status. 0: Approved 20: Deleted 30: Draft 40: Ready for approval 50:Rejected
approvedFlag
Boolean
Optional
Has the shopping list been submitted for approval
customerInfo
CustomerInfo
Optional
Shopping list customer information
Show 5 fields
isOwner
Boolean
Optional
If owner of shopping list
products
BaseShoppingListItemCountableConnection
Optional
products of shopping list
Show arguments and fields
channelId
Integer
Optional
The channel id of the shopping list
channelName
String
Optional
The channel name of the shopping list
companyInfo
CompanyInfoType
Optional
Company information of shopping list
Show 9 fields
Referenced by
Fields
ShoppingListPageTypeCountableEdge.node