Apply Customer to Cart
Apply a Customer to a cart given its cart_id.
Path parameters
cart_idinteger · int64Required
Query parameters
price_cartbooleanOptionalDefault:
falseHeader parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Body
Details of the customer placing the order.
first_namestring · max: 32Required
Customer's first name.
last_namestring · max: 32Required
Customer's last name.
emailstring · max: 64Required
Customer's valid email address.
same_addressbooleanOptionalDefault:
When only one address is provided, should the one address be used for both the shipping and billing addresses.
falsenamestringRead-onlyOptional
Full name of the customer.
Responses
200
success
application/json
400
bad request
application/json
404
not found
application/json
post
/checkout/cart/{cart_id}/customerLast updated
Was this helpful?