Skip to main content

Get Store By ID

POST/v3/service
  • Using storeId to get your store detail.

Request Parameters

serviceString

alacarte service

Example: "alacarte"

versionString

Currently only support 'v1"

Example: "v1"

functionString

Function that provide by alacarte

Example: "get.store.settings"

requestObject

Refer to explanation below

Example: (Refer to explanation below)

storeIdString

ID of the Store that Create from RM

Example: "2808912573238362402"

Response Parameters

closedUntilDateTime

Set when your store will close

Example: "2020-09-22T05:00:06.741Z"

supportedTypesArray

We have 4 type for user to choose

Example: ["DELIVERY", "DINEIN", "DRIVE_THRU", "PICKUP"]

deliveryObject

Refer to explanation below

Example: (Refer to explanation below)

updatedAtDateTime

Last update date time

Example: "2020-09-22T04:44:57.950398414Z"

Inside Delivery (parameter)

methodString

Current delivery service for merchant to select "OWN" , "MRSPEEDY" , "GRABEXPRESS"

Example: "OWN"

costArray

Refer to explanation below

Example: (Refer to explanation below)

Inside Cost (parameter)

typeString

we have "DYNAMIC" , "FIXED"

Example: "FIXED"

startDistanceInMeterUint

Set a Start Distance (In Meter)

Example: 0

endDistanceInMeterUint

Set a End Distance (In Meter)

Example: 5000

amountUint

Set Distance amount

Example: 0