Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a6e0593

Browse files
changes
1 parent 13e8393 commit a6e0593

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/v2.3/graphql/mutations/add-bundle-products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ Attribute | Data Type | Description
239239

240240
Error | Description
241241
--- | ---
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` table.
244-
`Required parameter "cart_id" is missing` | The `cart_id` argument was omitted or contains an empty value.
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.
245245

246246
## Related topics
247247

0 commit comments

Comments
 (0)