Retrieves a list of products for a specific merchant and product category. Example product category ids: televisions, audio, computers, accessories, jackets, pants, shirts etc
GET
/
merchants
/
{merchant_id}
/
products
/
{product_category_id}
Get Merchant Products
Copy
curl --request GET \ --url https://sandbox-api.prava.space/v1/merchants/{merchant_id}/products/{product_category_id} \ --header 'Api-Key: <api-key>'