Input
CartItemsInput
The input fields to gather and organize the items a buyer wants to add or update in their cart, taking into account the specific platform the products are from (Amazon or Shopify). By including both Amazon and Shopify items, this input object allows the Rye’s Sell Anything API to handle products from different platforms within a single cart, enabling a more seamless and integrated shopping experience for the user.
Fields
amazonCartItemsInput
required
This is an array of AmazonCartItemsInput
objects.
shopifyCartItemsInput
required
This is an array of ShopifyCartItemsInput
objects.
Mutations
Related types
Was this page helpful?