This API will enable you to fetch catalogues.#
Name | Type | Description |
---|
api_key | string | Your API-key |
marketplace_user_id | number(optional) | Market place user Id |
catalogue_id | number | Catalogue id |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"marketplace_user_id": 510001,
"catalogue_id" : 1234
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/catalogue/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"marketplace_user_id": 510001,
"catalogue_id" : 1234
}'
Responses
application/json Modified at 2024-04-17 07:11:33