curl --location -g --request GET 'https://api.byelabel.com/v1/product?filter={"code":"SKU001"}&last_id=&limit=limit=20' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": {
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"active": true,
"code_type": "sku",
"code": "string",
"aliases": [
"string"
],
"name": "string",
"description": "string",
"category_id": "string",
"image_url": "string",
"hts_code": "string",
"currency": "string",
"unit_selling_price": 0,
"country_of_origin": "string",
"tags": [
"string"
],
"weight": {
"unit": "lb",
"value": 0
},
"dimensions": {
"unit": "in",
"length": 0,
"width": 0,
"height": 0
},
"override_importing_orders": true
}
]
},
"limit": 0,
"more": 0,
"transaction": {
"id": "string",
"response_time": 0
}
}