Get supliers information by shipping country ids
POST/api/channel/suppliers/by-shipping-country
Get supliers information
Request
- application/json
Body
required
Data to filter
countryCodes arrayrequired
Array of shipping country code
Responses
- 200
Successful cart creation
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"id": 123,
"username": "User Name",
"name": "Test",
"surname": "Surname",
"phone": "",
"address": "My address",
"avatar": "https://my-img.no",
"brand_name": "Brand"
}
{
"id": 123,
"username": "User Name",
"name": "Test",
"surname": "Surname",
"phone": "",
"address": "My address",
"avatar": "https://my-img.no",
"brand_name": "Brand"
}
Loading...