Share a cart with a guest
POST/api/v1/cart/:cartId/share
Mints an opaque share token and sets the deal expiry (default 48h) plus an optional deposit split, and flips the cart to SHARED. Send the token in the public guest URL GET /api/v1/shared-cart/{token}. Re-sharing refreshes the token and expiry.
Request
Responses
- 200
OK