Update Catalogue
POST
/open/catalogue/update
Update Catalogue
This API will enable you to Update catalogue.
Name | Type | Description |
---|---|---|
api_key | string | Your API-key |
user_id | number | User id. |
marketplace_user_id | number | Marketplace user id. |
catalogue_id | number | Catalogue id |
image_url | string(optional) | Image URL. |
description_json | object(optional) | "en" is mandatory and refer to below language table. |
is_side_order | number | 1 to enable side order else 0. |
name | string | Name of catalogue |
name_json | object | "en" is mandatory and refer to below language table. |
Languages
Name | Type |
---|---|
ENGLISH | en |
ARABIAN | ar |
FRENCH | fr |
SPANISH | es |
MALAY | ms |
SIMPLIFIED_CHINESE | zh-Hans |
PORTUGUESE | pt |
TRADITIONAL_CHINESE | zh-Hant |
BENGALI | bn |
MEXICAN_SPANISH | es-mx |
KHMER | km |
TAMIL | ta |
SINHALA | si |
SWEDISH | sv |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-17 07:11:33