Returns a catalog of products
GET
/api/v1/product/catalog/{country}
v1-product
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kompany.com//api/v1/product/catalog/'
Response Response Example
200 - Example 1
{
"countryCode": "string",
"description": "string",
"form": "string",
"method": "string",
"name": "string",
"price": 0,
"sku": "string",
"url": "string"
}
Request
Path Params
country
string
required