v1
latestOpenAPI 3.0.02026-07-226950132.6 KBcart-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.