Cart offers
Last updated
Last updated
Retrieve all offers for a cart with the specified point-of-promotion in the {popName} URI path parameter. For example, specify a popName "CandyRack_ShoppingCart", a cart-specific offer returned by this method is a candy rack offer.
The retrieved offers include:
The retrieved offers does not include:
/v1/shoppers/me/carts/active/point-of-promotions/{popName}/offers
Provide the name of the point of Promotion (POP).
Provide the authorized or anonymous token for a shopper.
Specify the fields that you want to appear in the response. Filtering the fields returned in the response can conserve bandwidth and accelerate response time.
Override the default format of XML for the Authorize Shopper API. Valid values are XML and JSON.
Retrieve all offers applied to the cart. A cart can have below offers be applied:
/v1/shoppers/me/carts/active/applied-offers
The client identifier used to authorize the request. You must specify either an apiKey
or token
.
The customer's ID. You must specify either an apiKey
or token
.
Delete the specific offer applied to the customer's cart. If the offer type of the specific offer is bundle, the line item group will be break and the line item may be removed base on the bundle type.
/v1/shoppers/me/carts/active/applied-offers/{offerId}
Offer ID.
Authorized or anonymous token for a customer.
No body
Reset the promotions of the cart, clear all discounts and offers, including:
/v1/shoppers/me/carts/active/eligible-offers
Authorized or anonymous token for a customer.
No body