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
Inputs
CustomerShoppingListsInputType
INPUT
Copy page
Input fields
name
String
Required
Shopping list name. This field is required.
description
String
Required
Shopping list description. This field is required.
channelId
Integer
Optional
Filter by BC channel id. Supported in MSF stores
Referenced by
Mutations
customerShoppingListsCreate(shoppingListData)
customerShoppingListsUpdate(shoppingListData)