Update Store Types
Update which order types a store supports — DINEIN, DELIVERY, PICKUP, DRIVE_THRU.
When to Use
▾
Use this endpoint when:
- Enabling or disabling specific order types
- Adjusting store offerings based on operational hours
How to Use
▾
/v3/servicePOST function: "updates.store.types" with storeId and the new supportedTypes array.
Request Parameters
▾
alacarte service
Example: "alacarte"
Currently only support 'v1"
Example: "v1"
Function that provide by alacarte
Example: "updates.store.types"
Request body
ID of the Store that Create from RM
Example: "2808912573238362402"
We have 4 type for user to choose
Example: ["DELIVERY", "DINEIN", "DRIVE_THRU", "PICKUP"]
Response Parameters
▾
Set when your store will close
Example: "2020-09-22T05:00:06.741Z"
We have 4 type for user to choose
Example: ["DELIVERY", "DINEIN", "DRIVE_THRU", "PICKUP"]
Delivery settings
Current delivery service for merchant to select "OWN" , "MRSPEEDY" , "GRABEXPRESS"
Example: "OWN"
Delivery cost tiers
we have "DYNAMIC" , "FIXED"
Example: "FIXED"
Set a Start Distance (In Meter)
Example: 0
Set a End Distance (In Meter)
Example: 5000
Set Distance amount
Example: 0
Last update date time
Example: "2020-09-22T04:44:57.950398414Z"