You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
The `BundleProductCartItemInput` object contains the following attributes:
192
192
193
193
Attribute | Type | Description
194
194
--- | --- | ---
195
-
`bundle_options` | [[BundleOptionInput!]](#bundleOptionInput) | An object that contains an array of options of the bundle product with the chosen value and quantity of each option
196
-
`customizable_options` | [[CustomizableOptionInput]](#customOptionInput) | An object that contains the ID and value of the product
195
+
`bundle_options` | [[BundleOptionInput!]!](#bundleOptionInput) | An object that contains an array of options of the bundle product with the chosen value and quantity of each option
196
+
`customizable_options` | [[CustomizableOptionInput!]](#customOptionInput) | An object that contains the ID and value of the product
197
197
`data` | [CartItemInput!](#cartItemInput) | An object that contains the quantity and SKU of the bundle product
198
198
199
199
### BundleOptionInput object {#bundleOptionInput}
@@ -235,6 +235,14 @@ Attribute | Data Type | Description
235
235
236
236
[Cart query output]({{page.baseurl}}/graphql/queries/cart.html#cart-output) provides more information about the `Cart` object.
237
237
238
+
## Errors
239
+
240
+
Error | Description
241
+
--- | ---
242
+
`Could not find a product with SKU "XXX"` | A simple product with the SKU specified in the `data.sku` argument does not exist.
243
+
`Could not find a cart with ID "XXX"` | The specified `cart_id` value does not exist in the `quote_id_mask` database table.
244
+
`Required parameter "cart_id" is missing` | The `cart_id` argument is omitted or contains an empty value.
245
+
238
246
## Related topics
239
247
240
248
-[Bundle product data types]({{page.baseurl}}/graphql/product/bundle-product.html)
0 commit comments