Cart Customer
Manages customer information and addresses for shopping carts. Use these endpoints to apply customer data and set billing/shipping addresses.
Available endpoints:
POST /v1/checkout/cart/{cart_id}/customer
POST /v1/checkout/cart/{cart_id}/billing_address
POST /v1/checkout/cart/{cart_id}/shipping_address
Last updated
Was this helpful?