Delete cart items

post

/ccstore/v1/orders/current/items/delete

This API is used by the CX Commerce OSF Storefront. This API is currently not used by CX Commerce Classic Storefront but may be used in the future. It may be used in applications outside of CX Commerce Storefront.

Delete commerce items from the cart. A JSONArray of commerceItemIds will be passed into the message body to be removed.

This endpoint is part of a group of APIs used in conjunction with each other to perform granular actions on the cart (current incomplete order).

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : addItems_request
Type: object
Show Source
Example:
{
    "items":[
        {
            "quantity":3,
            "productId":"camcorder_1",
            "shippingGroupId":"sg12344",
            "shopperInput":{
                "color":"neon",
                "initials":"M.C.K",
                "font":"courier"
            },
            "catRefId":"camcordersku_1_3"
        },
        {
            "quantity":1,
            "productId":"Product_36Exy",
            "childItems":[
                {
                    "addOnItem":true,
                    "quantity":1,
                    "productId":"Product_6Dxyi",
                    "childItems":[
                        {
                            "addOnItem":true,
                            "quantity":1,
                            "productId":"Product_27Fxyzi",
                            "childItems":[
                                {
                                    "addOnItem":true,
                                    "quantity":1,
                                    "productId":"Product_21Cxi",
                                    "catRefId":"Sku_21Dxy"
                                }
                            ],
                            "catRefId":"Sku_27Gxyzi"
                        }
                    ],
                    "catRefId":"Sku_6Exyi"
                }
            ],
            "catRefId":"Sku_36Fxy"
        }
    ]
}
Nested Schema : items
Type: array
The array of items to add to the shopping cart.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : childItems
Type: array
The array of child items in the item, if the item is a configurable item. If a child item is itself configurable, it can contain its own childItems array. Specifying a childItems array, even if empty, will permit new children or layers of descendants to be added in subsequent update operations.
Show Source
Nested Schema : shopperInput
Type: object
Additional Properties Allowed
Show Source
Map of shopper input keys to values
Nested Schema : items
Type: object
Show Source
Nested Schema : detailedRecurringChargeInfo
Type: object
Detailed Item Price Information.
Show Source
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Show Source
Nested Schema : shopperInput
Type: object
Additional Properties Allowed
Show Source
Map of shopper input keys to values
Nested Schema : items
Type: object
Show Source
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returned when the operation succeeds.
Body ()
Root Schema : deleteCommerceItems_response
Type: object
Show Source
Nested Schema : items
Type: array
Items in the cart.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : childSkus
Type: array
An array with single primary image url for this item's sku, or its default image.
Show Source
Nested Schema : detailedRecurringChargeInfo
Type: object
Detailed Item Price Information.
Show Source
Nested Schema : dynamicProperties
Type: array
Array of custom properties at order line item level.
Show Source
Nested Schema : externalData
Type: array
External data to be associated with a commerce item, provided by a configurator system.
Show Source
Nested Schema : giftWithPurchaseCommerceItemMarkers
Type: array
giftWithPurchaseCommerceItemMarker information.
Show Source
Nested Schema : shopperInput
Type: object
Additional Properties Allowed
Show Source
Map of shopper input keys to values
Nested Schema : skuProperties
Type: array
Sku properties Information
Show Source
Nested Schema : variant
Type: array
List of variants for the product.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : values
Type: object
The array of values associated with an externalData item.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "totalResults":"2",
    "offset":"0",
    "hasMore":"false",
    "limit":"250",
    "links":[
        {
            "method":"PATCH",
            "rel":"/rels/updateCommerceItems",
            "href":"http://localhost:8080/ccstoreui/v1/orders/current/items"
        },
        {
            "method":"GET",
            "rel":"last",
            "href":"http://localhost:8080/ccstoreui/v1/orders/current/items/add?offset=0&limit=2"
        },
        {
            "method":"GET",
            "rel":"self",
            "href":"http://localhost:8080/ccstoreui/v1/orders/current/items/add"
        },
        {
            "method":"GET",
            "rel":"canonical",
            "href":"http://localhost:8080/ccstoreui/v1/orders/current/items/add"
        },
        {
            "method":"GET",
            "rel":"first",
            "href":"http://localhost:8080/ccstoreui/v1/orders/current/items/add?offset=0&limit=250"
        }
    ],
    "items":[
        {
            "primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v7023553219093550939/products/Samsung_F90BN_LARGE.jpg&height=100&width=100",
            "rawTotalPrice":699.99,
            "displayName":"Samsung - F90BN HD Flash Memory Camcorder",
            "dynamicProperties":[
                {
                    "id":"giftWrapMessage123",
                    "label":"Gift Wrap Message123",
                    "value":null
                }
            ],
            "shippingSurchargeValue":0,
            "discountAmount":0,
            "externalData":[
            ],
            "isItemValid":true,
            "commerceItemId":"ci101000413",
            "price":597,
            "variant":[
                {
                    "optionValue":"Neon",
                    "optionName":"color"
                },
                {
                    "optionValue":"2x optical/130x digital",
                    "optionName":"zoom"
                }
            ],
            "primaryImageAltText":"Samsung - F90BN HD Flash Memory Camcorder",
            "onSale":true,
            "id":"ci101000413",
            "state":"Added to order",
            "stateKey":"INITIAL",
            "unitPrice":597,
            "primaryImageTitle":"Samsung - F90BN HD Flash Memory Camcorder",
            "childSKUs":[
                {
                    "primaryThumbImageURL":null
                }
            ],
            "amount":597,
            "quantity":1,
            "productId":"camcorder_1",
            "pointOfNoRevision":false,
            "salePrice":597,
            "detailedItemPriceInfo":[
                {
                    "discounted":false,
                    "secondaryCurrencyTaxAmount":0,
                    "amount":597,
                    "quantity":1,
                    "tax":0,
                    "orderDiscountShare":0,
                    "detailedUnitPrice":597,
                    "currencyCode":"USD"
                }
            ],
            "giftWithPurchaseCommerceItemMarkers":[
            ],
            "taxCode":"PC030100",
            "catRefId":"camcordersku_1_3",
            "skuProperties":[
                {
                    "propertyType":"sku-base",
                    "name":"Not Returnable",
                    "id":"nonreturnable",
                    "value":false
                },
                {
                    "propertyType":"sku-base",
                    "name":"Name",
                    "id":"displayName",
                    "value":null
                },
                {
                    "propertyType":"sku-base",
                    "name":"Active",
                    "id":"active",
                    "value":true
                },
                {
                    "propertyType":"sku-base",
                    "name":"Id",
                    "id":"id",
                    "value":"camcordersku_1_3"
                },
                {
                    "propertyType":"sku-base",
                    "name":"Discountable",
                    "id":"discountable",
                    "value":true
                }
            ],
            "route":"/samsung-f90bn-hd-flash-memory-camcorder/product/camcorder_1",
            "discountInfo":[
            ],
            "siteId":"siteUS",
            "shopperInput":{
            },
            "asset":false,
            "listPrice":699.99
        },
        {
            "primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v811010198791982439/products/amores-perros_LARGE.jpg&height=100&width=100",
            "rawTotalPrice":19.99,
            "displayName":"Amores Perros",
            "dynamicProperties":[
                {
                    "id":"giftWrapMessage123",
                    "label":"Gift Wrap Message123",
                    "value":null
                }
            ],
            "shippingSurchargeValue":0,
            "discountAmount":-19.99,
            "externalData":[
            ],
            "description":"A really great movie that you should not miss.",
            "isItemValid":true,
            "commerceItemId":"ci101000414",
            "price":0,
            "variant":[
            ],
            "primaryImageAltText":"The Girl with the Dragon Tattoo",
            "onSale":false,
            "id":"ci101000414",
            "state":"Added to order",
            "stateKey":"INITIAL",
            "unitPrice":19.99,
            "primaryImageTitle":"The Girl with the Dragon Tattoo",
            "childSKUs":[
                {
                    "primaryThumbImageURL":null
                }
            ],
            "amount":0,
            "quantity":1,
            "productId":"Product_6Dxyi",
            "pointOfNoRevision":false,
            "salePrice":0,
            "detailedItemPriceInfo":[
                {
                    "discounted":true,
                    "secondaryCurrencyTaxAmount":0,
                    "amount":0,
                    "quantity":1,
                    "tax":0,
                    "orderDiscountShare":0,
                    "detailedUnitPrice":0,
                    "currencyCode":"USD"
                }
            ],
            "giftWithPurchaseCommerceItemMarkers":[
                {
                    "remainingQuantity":0,
                    "selectedQuantity":0,
                    "data":"-2112496103",
                    "automaticQuantity":1,
                    "repositoryId":"3500001",
                    "value":"promo40001",
                    "targetedQuantity":0,
                    "key":"atg.gwp"
                }
            ],
            "catRefId":"Sku_6Exyi",
            "skuProperties":[
                {
                    "propertyType":"sku-base",
                    "name":"Not Returnable",
                    "id":"nonreturnable",
                    "value":false
                },
                {
                    "propertyType":"sku-base",
                    "name":"Name",
                    "id":"displayName",
                    "value":null
                },
                {
                    "propertyType":"sku-base",
                    "name":"Active",
                    "id":"active",
                    "value":true
                },
                {
                    "propertyType":"sku-base",
                    "name":"Id",
                    "id":"id",
                    "value":"Sku_6Exyi"
                },
                {
                    "propertyType":"sku-base",
                    "name":"Discountable",
                    "id":"discountable",
                    "value":true
                }
            ],
            "route":"/the-girl-with-the-dragon-tattoo/product/Product_36Exy",
            "discountInfo":[
                {
                    "promotionLongDesc":null,
                    "promotionName":"gwp1",
                    "promotionLevel":"item",
                    "promotionDesc":"gwp1",
                    "promotionId":"promo40001",
                    "giftWithPurchaseDiscountInfo":[
                        {
                            "giftWithPurchaseChoicesAvailable":false,
                            "giftWithPurchaseQuantity":1,
                            "giftWithPurchaseIdentifier":-2112496103
                        }
                    ]
                }
            ],
            "siteId":"siteUS",
            "shopperInput":{
            },
            "asset":false,
            "listPrice":19.99
        }
    ],
    "embedded":{
        "order":{
            "shippingGroups":[
                {
                    "priceInfo":{
                        "amount":597,
                        "total":597,
                        "lkpValExcludingFreeShip":null,
                        "shipping":0,
                        "shippingSurchargeValue":0,
                        "tax":0,
                        "subTotal":597,
                        "currencyCode":"USD",
                        "totalWithoutTax":597
                    },
                    "discountInfo":{
                        "orderDiscount":0,
                        "shippingDiscount":0,
                        "discountDescList":[
                            {
                                "promotionLongDesc":null,
                                "promotionName":"gwp1",
                                "promotionLevel":"item",
                                "promotionDesc":"gwp1",
                                "promotionId":"promo40001"
                            }
                        ]
                    },
                    "shippingMethod":{
                        "secondaryCurrencyTaxAmount":0,
                        "shippingTax":0,
                        "cost":0,
                        "taxIncluded":true,
                        "taxCode":"",
                        "value":"hardgoodShippingGroup",
                        "shippingMethodDescription":"hardgoodShippingGroup"
                    },
                    "shippingGroupId":"sg700414",
                    "shippingAddress":{
                        "lastName":null,
                        "country":null,
                        "address3":null,
                        "address2":null,
                        "city":null,
                        "prefix":null,
                        "address1":null,
                        "postalCode":null,
                        "companyName":null,
                        "jobTitle":null,
                        "county":null,
                        "suffix":null,
                        "firstName":null,
                        "phoneNumber":null,
                        "faxNumber":null,
                        "alias":null,
                        "middleName":null,
                        "state":null,
                        "email":null
                    },
                    "type":"hardgoodShippingGroup",
                    "items":[
                        {
                            "rawTotalPrice":699.99,
                            "returnedQuantity":0,
                            "dynamicProperties":[
                                {
                                    "id":"giftWrapMessage123",
                                    "label":"Gift Wrap Message123",
                                    "value":null
                                }
                            ],
                            "shippingSurchargeValue":0,
                            "availabilityDate":null,
                            "externalData":[
                            ],
                            "discountAmount":0,
                            "preOrderQuantity":0,
                            "commerceItemId":"ci101000413",
                            "price":597,
                            "onSale":true,
                            "stateDetailsAsUser":"The item has been initialized within the shipping group",
                            "commerceId":"ci101000413",
                            "unitPrice":597,
                            "amount":597,
                            "quantity":1,
                            "pointOfNoRevision":false,
                            "relationshipType":"SHIPPINGQUANTITY",
                            "productId":"camcorder_1",
                            "salePrice":597,
                            "detailedItemPriceInfo":[
                                {
                                    "discounted":false,
                                    "secondaryCurrencyTaxAmount":0,
                                    "amount":597,
                                    "quantity":1,
                                    "tax":0,
                                    "orderDiscountShare":0,
                                    "detailedUnitPrice":597,
                                    "currencyCode":"USD"
                                }
                            ],
                            "catRefId":"camcordersku_1_3",
                            "discountInfo":[
                            ],
                            "siteId":"siteUS",
                            "shopperInput":{
                            },
                            "asset":false,
                            "backOrderQuantity":0,
                            "listPrice":699.99,
                            "status":"INITIAL"
                        },
                        {
                            "rawTotalPrice":19.99,
                            "returnedQuantity":0,
                            "dynamicProperties":[
                                {
                                    "id":"giftWrapMessage123",
                                    "label":"Gift Wrap Message123",
                                    "value":null
                                }
                            ],
                            "shippingSurchargeValue":0,
                            "availabilityDate":null,
                            "externalData":[
                            ],
                            "discountAmount":-19.99,
                            "preOrderQuantity":0,
                            "commerceItemId":"ci101000414",
                            "price":0,
                            "onSale":false,
                            "stateDetailsAsUser":"The item has been initialized within the shipping group",
                            "commerceId":"ci101000414",
                            "unitPrice":19.99,
                            "amount":0,
                            "quantity":1,
                            "pointOfNoRevision":false,
                            "relationshipType":"SHIPPINGQUANTITY",
                            "productId":"Product_6Dxyi",
                            "salePrice":0,
                            "detailedItemPriceInfo":[
                                {
                                    "discounted":true,
                                    "secondaryCurrencyTaxAmount":0,
                                    "amount":0,
                                    "quantity":1,
                                    "tax":0,
                                    "orderDiscountShare":0,
                                    "detailedUnitPrice":0,
                                    "currencyCode":"USD"
                                }
                            ],
                            "catRefId":"Sku_6Exyi",
                            "discountInfo":[
                                {
                                    "promotionLongDesc":null,
                                    "promotionName":"gwp1",
                                    "promotionLevel":"item",
                                    "promotionDesc":"gwp1",
                                    "promotionId":"promo40001",
                                    "giftWithPurchaseDiscountInfo":[
                                        {
                                            "giftWithPurchaseChoicesAvailable":false,
                                            "giftWithPurchaseQuantity":1,
                                            "giftWithPurchaseIdentifier":-2112496103
                                        }
                                    ]
                                }
                            ],
                            "siteId":"siteUS",
                            "shopperInput":{
                            },
                            "asset":false,
                            "backOrderQuantity":0,
                            "listPrice":19.99,
                            "status":"INITIAL"
                        }
                    ]
                }
            ],
            "orderId":"o690411",
            "creationSiteId":"siteUS",
            "dynamicProperties":[
            ],
            "payments":[
            ],
            "shippingMethod":{
                "shippingTax":0,
                "cost":0,
                "value":"hardgoodShippingGroup"
            },
            "priceListGroup":{
                "isTaxIncluded":false,
                "endDate":null,
                "displayName":"Default Price Group",
                "listPriceList":{
                    "repositoryId":"listPrices"
                },
                "active":true,
                "isPointsBased":false,
                "locale":"en_US",
                "shippingSurchargePriceList":{
                    "repositoryId":"shippingSurchargePrices"
                },
                "deleted":false,
                "taxCalculationType":null,
                "repositoryId":"defaultPriceGroup",
                "salePriceList":{
                    "repositoryId":"salePrices"
                },
                "currency":{
                    "currencyType":null,
                    "symbol":"$",
                    "deleted":false,
                    "displayName":"US Dollar",
                    "repositoryId":"en_US",
                    "fractionalDigits":2,
                    "currencyCode":"USD",
                    "numericCode":"840"
                },
                "id":"defaultPriceGroup",
                "includeAllProducts":true,
                "startDate":null
            },
            "orderAction":"order",
            "priceInfo":{
                "amount":597,
                "total":597,
                "shipping":0,
                "shippingSurchargeValue":0,
                "tax":0,
                "subTotal":597,
                "currencyCode":"USD",
                "totalWithoutTax":597
            },
            "discountInfo":{
                "unclaimedCouponMultiPromotions":{
                },
                "orderCouponsMap":{
                },
                "orderDiscount":0,
                "shippingDiscount":0,
                "orderImplicitDiscountList":[
                    {
                        "promotionLongDesc":null,
                        "promotionName":"gwp1",
                        "promotionLevel":"item",
                        "totalAdjustment":"-19.99",
                        "promotionDesc":"gwp1",
                        "promotionId":"promo40001"
                    }
                ],
                "unclaimedCouponsMap":{
                },
                "claimedCouponMultiPromotions":{
                }
            },
            "shoppingCart":{
                "numberOfItems":2,
                "items":[
                    {
                        "primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v7023553219093550939/products/Samsung_F90BN_LARGE.jpg&height=100&width=100",
                        "rawTotalPrice":699.99,
                        "displayName":"Samsung - F90BN HD Flash Memory Camcorder",
                        "dynamicProperties":[
                            {
                                "id":"giftWrapMessage123",
                                "label":"Gift Wrap Message123",
                                "value":null
                            }
                        ],
                        "shippingSurchargeValue":0,
                        "discountAmount":0,
                        "externalData":[
                        ],
                        "description":null,
                        "isItemValid":true,
                        "commerceItemId":"ci101000413",
                        "price":597,
                        "variant":[
                            {
                                "optionValue":"Neon",
                                "optionName":"color"
                            },
                            {
                                "optionValue":"2x optical/130x digital",
                                "optionName":"zoom"
                            }
                        ],
                        "primaryImageAltText":"Samsung - F90BN HD Flash Memory Camcorder",
                        "onSale":true,
                        "id":"ci101000413",
                        "state":"Added to order",
                        "stateKey":"INITIAL",
                        "unitPrice":597,
                        "primaryImageTitle":"Samsung - F90BN HD Flash Memory Camcorder",
                        "childSKUs":[
                            {
                                "primaryThumbImageURL":null
                            }
                        ],
                        "amount":597,
                        "quantity":1,
                        "productId":"camcorder_1",
                        "pointOfNoRevision":false,
                        "relationshipType":"SHIPPINGQUANTITY",
                        "salePrice":597,
                        "detailedItemPriceInfo":[
                            {
                                "discounted":false,
                                "secondaryCurrencyTaxAmount":0,
                                "amount":597,
                                "quantity":1,
                                "tax":0,
                                "orderDiscountShare":0,
                                "detailedUnitPrice":597,
                                "currencyCode":"USD"
                            }
                        ],
                        "giftWithPurchaseCommerceItemMarkers":[
                        ],
                        "originalCommerceItemId":null,
                        "taxCode":"PC030100",
                        "catRefId":"camcordersku_1_3",
                        "skuProperties":[
                            {
                                "propertyType":"sku-base",
                                "name":"Not Returnable",
                                "id":"nonreturnable",
                                "value":false
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Name",
                                "id":"displayName",
                                "value":null
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Active",
                                "id":"active",
                                "value":true
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Id",
                                "id":"id",
                                "value":"camcordersku_1_3"
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Discountable",
                                "id":"discountable",
                                "value":true
                            }
                        ],
                        "route":"/samsung-f90bn-hd-flash-memory-camcorder/product/camcorder_1",
                        "discountInfo":[
                        ],
                        "siteId":"siteUS",
                        "shopperInput":{
                        },
                        "asset":false,
                        "listPrice":699.99
                    },
                    {
                        "primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v811010198791982439/products/amores-perros_LARGE.jpg&height=100&width=100",
                        "rawTotalPrice":19.99,
                        "displayName":"Amores Perros",
                        "dynamicProperties":[
                            {
                                "id":"giftWrapMessage123",
                                "label":"Gift Wrap Message123",
                                "value":null
                            }
                        ],
                        "shippingSurchargeValue":0,
                        "discountAmount":-19.99,
                        "externalData":[
                        ],
                        "description":"A really great movie that you should not miss.",
                        "isItemValid":true,
                        "commerceItemId":"ci101000414",
                        "price":0,
                        "variant":[
                        ],
                        "primaryImageAltText":"The Girl with the Dragon Tattoo",
                        "onSale":false,
                        "id":"ci101000414",
                        "state":"Added to order",
                        "stateKey":"INITIAL",
                        "unitPrice":19.99,
                        "primaryImageTitle":"The Girl with the Dragon Tattoo",
                        "childSKUs":[
                            {
                                "primaryThumbImageURL":null
                            }
                        ],
                        "amount":0,
                        "quantity":1,
                        "productId":"Product_6Dxyi",
                        "pointOfNoRevision":false,
                        "salePrice":0,
                        "detailedItemPriceInfo":[
                            {
                                "discounted":true,
                                "secondaryCurrencyTaxAmount":0,
                                "amount":0,
                                "quantity":1,
                                "tax":0,
                                "orderDiscountShare":0,
                                "detailedUnitPrice":0,
                                "currencyCode":"USD"
                            }
                        ],
                        "giftWithPurchaseCommerceItemMarkers":[
                            {
                                "remainingQuantity":0,
                                "selectedQuantity":0,
                                "data":"-2112496103",
                                "automaticQuantity":1,
                                "repositoryId":"3500001",
                                "value":"promo40001",
                                "targetedQuantity":0,
                                "key":"atg.gwp"
                            }
                        ],
                        "originalCommerceItemId":null,
                        "taxCode":null,
                        "catRefId":"Sku_6Exyi",
                        "skuProperties":[
                            {
                                "propertyType":"sku-base",
                                "name":"Not Returnable",
                                "id":"nonreturnable",
                                "value":false
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Name",
                                "id":"displayName",
                                "value":null
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Active",
                                "id":"active",
                                "value":true
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Id",
                                "id":"id",
                                "value":"Sku_6Exyi"
                            },
                            {
                                "propertyType":"sku-base",
                                "name":"Discountable",
                                "id":"discountable",
                                "value":true
                            }
                        ],
                        "route":"/the-girl-with-the-dragon-tattoo/product/Product_36Exy",
                        "discountInfo":[
                            {
                                "promotionLongDesc":null,
                                "promotionName":"gwp1",
                                "promotionLevel":"item",
                                "promotionDesc":"gwp1",
                                "promotionId":"promo40001",
                                "giftWithPurchaseDiscountInfo":[
                                    {
                                        "giftWithPurchaseChoicesAvailable":false,
                                        "giftWithPurchaseQuantity":1,
                                        "giftWithPurchaseIdentifier":-2112496103
                                    }
                                ]
                            }
                        ],
                        "siteId":"siteUS",
                        "shopperInput":{
                        },
                        "asset":false,
                        "listPrice":19.99
                    }
                ]
            },
            "giftWithPurchaseInfo":[
                {
                    "giftWithPurchaseQuantityAvailableForSelection":0,
                    "giftWithPurchaseType":"product",
                    "giftWithPurchaseDetail":"Product_6Dxyi",
                    "promotionDesc":null,
                    "promotionId":"promo40001",
                    "giftWithPurchaseIdentifier":-2112496103
                }
            ],
            "siteId":"siteUS",
            "giftWithPurchaseOrderMarkers":[
                {
                    "quantity":1,
                    "selectedQuantity":0,
                    "removedQuantity":0,
                    "data":"-2112496103",
                    "automaticQuantity":1,
                    "giftType":"product",
                    "autoRemove":true,
                    "giftDetail":"Product_6Dxyi",
                    "repositoryId":"3500001",
                    "failedQuantity":0,
                    "value":"promo40001",
                    "targetedQuantity":0,
                    "key":"atg.gwp"
                }
            ]
        }
    }
}

400 Response

The error response (which alternates to the default response depending on error reason).
Body ()
Root Schema : errorModelSingleError
Type: object
Show Source

Default Response

The error response.
Body ()
Root Schema : errorModelMultiErrors
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top