Review
Authorizations
Header parameters
guestQuoteIdstringOptionalExample:
Guest Quote Id
{{guestToken}}
Body
objectOptionalExample:
{"guestAddressId":"2","shippingCarrierCode":"","shippingMethodCode":""}
Responses
200
Successful response
application/json
post
POST /V2/guest/checkout/review HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 71
{
"guestAddressId": "2",
"shippingCarrierCode": "",
"shippingMethodCode": ""
}
200
Successful response
No content