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
Storefront
Types
Objects
CartCustomItem
OBJECT
Copy page
Cart custom item.
Fields
entityId
String
Required
ID of the custom item.
name
String
Required
Custom item name.
quantity
Integer
Required
Quantity of this item.
listPrice
Money
Required
Price of the item. With or without tax depending on your stores set up.
Show 4 fields
listPriceInDisplayCurrency
Money
Required
List price in display currency.
Show 4 fields
extendedListPrice
Money
Required
Item's list price multiplied by the quantity.
Show 4 fields
extendedListPriceInDisplayCurrency
Money
Required
Extended list price in display currency.
Show 4 fields
sku
String
Optional
Custom item sku.
Referenced by
Fields
CartLineItems.customItems