Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

GET /v1/public/storefronts/{slug}/booking/reschedule

GET/v1/public/storefronts/{slug}/booking/reschedule
Path parameters
slugstringrequired
Query parameters
tokenstringrequired
Responses
200OK
booking_modestring
delivery_datestring
delivery_timeslotstring
expires_atstring
order_idstringrequired
order_nostringrequired
product_titlestring
store_slugstring
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/booking/reschedule?token=string"
Response
{
  "booking_mode": "string",
  "delivery_date": "string",
  "delivery_timeslot": "string",
  "expires_at": "string",
  "order_id": "string",
  "order_no": "string",
  "product_title": "string",
  "store_slug": "string"
}