Checkout
Authorizations
Body
objectOptionalExample:
{"billingData":{"sameAsShipping":"1"},"paymentInformation":{"payment_method":"cashondelivery"}}
Responses
200
Successful response
application/json
post
POST /V2/customer/checkout HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 95
{
"billingData": {
"sameAsShipping": "1"
},
"paymentInformation": {
"payment_method": "cashondelivery"
}
}
200
Successful response
No content