sayren Docs
Guest

Get guest order

POST
/storefront/v1/guest/orders/{orderId}
AuthorizationBearer <token>

회원 accessToken

In: header

Path Parameters

orderId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

phone*string
Length1 <= length
orderPassword*string
Length1 <= length

Response Body

curl -X POST "https://example.com/storefront/v1/guest/orders/string" \  -H "Content-Type: application/json" \  -d '{    "phone": "string",    "orderPassword": "string"  }'
Empty