Rye home page
Search...
⌘K
Ask AI
Get Started
Get Started
Search...
Navigation
Input
CartCreateInput
API V1 Documentation
API V1 Reference
Changelog
Rye Console
Rye Status
See API V2 Documentation
Start Here
Authorization
Rate limits
Sync & Sell Anything API
Queries
Mutations
Input
AttributeInput
ProductByIDInput
ProductsByDomainInput
RequestStoreByURLInput
RequestProductByURLInput
OffsetPaginationInput
AmazonCartItemsInput
AmazonProductIDInput
BillingAddressInput
BuyerIdentityInput
CartBuyerIdentityUpdateInput
CartCreateInput
CartDeleteInput
CartItemsAddInput
CartItemsDeleteInput
CartItemsInput
CartItemsUpdateInput
CartSettingsInput
AmazonCartSettingsInput
CartSubmitInput
StorePromoCodesInput
DeleteCartLinesInput
ReturnByIdInput
ShopifyCartItemsInput
ShopifyVariantIDInput
UpdateCartSelectedShippingOptionsInput
ProposeShopifyMerchantCommissionInput
PriceAdjustmentInput
Objects
Entity errors
Experimental
GraphQL Types
Enums
Interfaces
Scalars
Unions
Objects
Root errors
Directives
On this page
Fields
Mutations
Related types
Input
CartCreateInput
The input fields to create a cart.
Fields
attributes
[AttributeInput!]
An array of key-value pairs that contains additional information about the cart.
Limited to 10 entries. If duplicate keys are provided, the last value will be used.
items
CartItemsInput!
required
CartItemsInput
object representing the items to be added to the cart.
buyerIdentity
BuyerIdentityInput
BuyerIdentityInput
object representing the buyer’s identity (optional).
isEmailMarketingAllowed
Boolean
If set to true, the emails associated with the cart will receive emails if cart is abandoned.
cartSettings
CartSettingsInput
Field to set cart settings on cart creation.
Mutations
createCart
Related types
CartItemsInput
BuyerIdentityInput
CartResponse
CartBuyerIdentityUpdateInput
CartDeleteInput
Assistant
Responses are generated using AI and may contain mistakes.