Order

Get Guest Order

post
Authorizations
Path parameters
incrementIdstringRequiredExample: ORD-2020000054
Body
objectOptionalExample: {"email":"aaa@ddd.com"}
Responses
200
Successful response
application/json
post
POST /V2/guest/order/{incrementId} HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 23

{
  "email": "aaa@ddd.com"
}
200

Successful response

No content