Enable Disable Category wise
Enable Disable Category wise
Parameter |
Type |
Description |
api_key |
string |
Your API-key |
marketplace_user_id |
number |
Your marketplace_user_id |
user_id |
number |
This is merchant id on which the product is created. |
user_type |
number |
Enter 2 for admin, 3 for merchant |
catalogue_id |
number |
This is catalogue id for which the catalogue is created. |
status |
number |
For Enable Enter 1, For Disable enter 0 |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"user_id" : 510001,
"marketplace_user_id" : 510001,
"user_type" : 2,
"catalogue_id" : 3462866,
"status" : 1
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/enable_disable_catalogue' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"user_id" : 510001,
"marketplace_user_id" : 510001,
"user_type" : 2,
"catalogue_id" : 3462866,
"status" : 1
}'
Responses
application/json Modified at 2024-04-17 07:11:33