Create Item
Create a new menu item in an à la carte store — name, price, sides, preferences, schedules, and category assignment.
When to Use
▾
Use this endpoint when:
- Adding a new menu item to a store
- Defining sides (e.g., drink with combo) and customer preferences (e.g., sweetness levels)
- Scheduling item availability windows
How to Use
▾
/v3/serviceStep 1: Identify the Store
▾
Use the storeId for the à la carte store.
Step 2: Build the Item
▾
Set name, price, quantity, and optional sides, preferences, schedules, and categoryIds.
Step 3: Send the Request
▾
POST with function: "create.item" and the request payload.
Request Parameters
▾
alacarte service
Example: "alacarte"
Currently only support 'v1"
Example: "v1"
Function that provide by alacarte
Example: "create.item"
Request body
ID of the Store that Create from RM
Example: "1556079400120532579"
Item name
Example: "test123"
Item description
Example: "Describe"
Input your image
Example: []
Item available
Example: true
Item quantity
Example: 350
Item price
Amount in cent (min RM 0.10 10 = RM 0.10)
Example: 100
Current only support Ringgit Malaysia
Example: "MYR"
Item sides
Side additional name
Example: "Side Category 1"
Set minimum choice
Example: 1
Set maximum choice
Example: 2
Item sides is available
Example: true
Side items
Item reference ID
Example: "5eaa7b72e0e9cd7b01a3a2b2"
Item name
Example: "Coke"
Side item price
Amount in cent (min RM 0.10 10 = RM 0.10)
Example: 100
Current only support Ringgit Malaysia
Example: "MYR"
Item sides is available
Example: true
Item preferences
Preferences name
Example: "Sweetness"
Set minimum choice
Example: 1
Set maximum choice
Example: 3
Preference labels
Label name
Example: "Basic"
Schedules startAt and endAt
Example: ["2020-09-22T02:00:00.000Z", "2020-09-22T14:00:00.000Z"]
ID of the Category
Example: ["5ec1bf480e7df1ca6f3f6350"]
Item SKU
Example: "fkj31i"
Response Parameters
▾
Category ID
Example: ""
Name of Category
Example: ""
Creation date time
Example: "2020-09-22T04:44:57.950398414Z"
Description of the item
Example: "Describe"
Item image
Example: []
Item available
Example: true
Item ID
Example: "5f866a202bdcc5950fcf3c8b"
Item name
Example: "Test123"
Current position among item
Example: 2
Item preferences
Preferences ID
Example: "5f698149585d7cc1ae35a38d"
Preferences name
Example: "Sweetness"
Set minimum choice
Example: 1
Set maximum choice
Example: 3
Preference labels
Label ID
Example: "5f698149585d7cc1ae35a38e"
Label name
Example: "Basic"
Item price
Amount in cent (min RM 0.10 10 = RM 0.10)
Example: 100
Current only support Ringgit Malaysia
Example: "MYR"
Item quantity
Example: 350
Schedules startAt and endAt
Example: ["2020-09-22T02:00:00.000Z", "2020-09-22T14:00:00.000Z"]
Item sides
Side Category ID
Example: "5f698149585d7cc1ae35a395"
Side Category name
Example: "Side Category 1"
Side Category available
Example: true
Set minimum choice
Example: 1
Set maximum choice
Example: 3
Side items
Side Item ID
Example: "5f698149585d7cc1ae35a392"
Side Item is available
Example: true
Side Item name
Example: "Coke"
Side item price
Amount in cent (min RM 0.10 10 = RM 0.10)
Example: 100
Current only support Ringgit Malaysia
Example: "MYR"
Item SKU
Example: "fkj31i"
Last update date time
Example: "2020-09-22T04:44:57.950398414Z"