Get Free Shipping Upsell
Determine whether the cart is eligible for a free shipping upsell prompt and, if so, how much more the customer needs to spend (value-based) or how many more items are needed (volume-based) to qualify. When no upsell applies, or the amount needed exceeds the store’s display threshold, show is false.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Path Parameters
The unique identifier for the cart
Response
The free shipping upsell state for the cart.
The free shipping upsell state for a cart.
Whether to display a free shipping upsell prompt.
Whether the cart already qualifies for free shipping.
Whether the upsell threshold is based on order value or item volume.
value, volume For value-based upsells, the additional spend required to qualify, in minor currency units. Null for volume-based upsells.
For volume-based upsells, the additional item volume required to qualify. Null for value-based upsells.

