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
ShoppingListsItemsInputType
INPUT
Copy page
Input fields
productId
Integer
Required
Product ID
variantId
Integer
Required
Product SKU ID
quantity
String
Required
Quantity of product in shopping list
optionList
list of optional
ShoppingListsItemsOptionInputType
Optional
Product option of shopping list item
Show 2 fields
sortOrder
Integer
Optional
Sort order
productNote
String
Optional
Product note
Referenced by
Mutations
shoppingListsItemsCreate(items)
customerShoppingListsItemsCreate(items)