- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Bulk add merchant items.
- Make sure that combination of item_name, item_detail, category is unique
- The items category and sub category will appear in the order they are added
Request Body
name | type |
---|---|
item_name | String (128 char) |
category | String (128 char) |
is_veg | String |
price | Number |
sub_category | String (128 char) (optional) |
item_details | String (optional) |
old_price | Number (optional) |
offer_text | String (128 char) (optional) |
item_image | String (optional) |
item_image_compressed | String (optional) |
external_item_id | String (optional) |
customizations | **Customization Array (optional) |
To be used when items has customizations Customization Object
name | type |
---|---|
customization_type | String (128 char) |
customization_item_limit | Number (optional, used for checkbox) |
customization_item_lower_limit | Number (optional, used for checkbox) |
checkbox_flag | Number (0: checkbox, 1: radio button) |
customize_options | Customization SubType Array |
To be used when items has customizations Customization SubType Object
name | type |
---|---|
customization_subtype | String (128 char) |
customization_price | Number |