Guest
Get guest order
AuthorizationBearer <token>
회원 accessToken
In: header
Path Parameters
orderId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
phone*string
Length
1 <= lengthorderPassword*string
Length
1 <= lengthResponse Body
curl -X POST "https://example.com/storefront/v1/guest/orders/string" \ -H "Content-Type: application/json" \ -d '{ "phone": "string", "orderPassword": "string" }'Empty