cart-items
Restore cart item
Restores a previously removed item back to the customer's cart. By default returns the updated cart contents. Set return_item=true to get just the restored item details.
put/cart/item/{item_key}
Path parameters
item_keystring required
Unique identifier for the cart item.
Query parameters
return_itemboolean
Returns the item details once restored.
Response
Cart item restored successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.