Products Upload
Put Products Upload
PUT /products/upload
Headers
| Name | Description | Type |
|---|---|---|
| tenantId* | string (header) | string |
| countryCode* | string (header) | string |
Request Body
{
"file": "string",
"businessId": "string",
"merchantId": "string"
}
Responses
200 OK
Description: Successful operation
Example Value:
{
"message": "string",
"data": {},
"meta": {
"currentPage": 0,
"from": 0,
"to": 0,
"perPage": 0,
"total": 0,
"lastPage": 0
}
}