Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

GET /v1/public/storefronts/{slug}/orders

GET/v1/public/storefronts/{slug}/orders
Path parameters
slugstringrequired
Query parameters
customer_phonestringrequired
limitinteger<int32>
min 1 · max 50 · default: 20
Responses
200OK
itemsStorefrontOrderSummary[] | nullrequired
Show properties
Array of StorefrontOrderSummary
created_atstring<date-time>required
customer_namestring
idstringrequired
item_countinteger<int32>required
order_nostringrequired
payment_methodstring
preview_titlestring
statusstringrequired
total_amountinteger<int64>required
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/public/storefronts/string/orders?customer_phone=string"
Response
{
  "items": [
    {
      "created_at": "2024-01-01T00:00:00Z",
      "customer_name": "string",
      "id": "string",
      "item_count": 0,
      "order_no": "string",
      "payment_method": "string",
      "preview_title": "string",
      "status": "string",
      "total_amount": 0
    }
  ]
}