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 cart API to handle products from different platforms within a single cart, enabling a more seamless and integrated shopping experience for the user.
Fields
amazonCartItemsInput
: [AmazonCartItemsInput!]
This is an array of AmazonCartItemsInput
objects.
shopifyCartItemsInput
: [ShopifyCartItemsInput!]
This is an array of ShopifyCartItemsInput
objects.