curl --location --request GET 'https://api.ticaret.pro/accounts//products?q&status&category&page&limit' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"sku": "string",
"name": "string",
"category": "string",
"description": "string",
"price": 0,
"currency": "TRY",
"stockStatus": "in_stock",
"stockQuantity": 0,
"variants": [
{}
],
"images": [
{
"url": "string",
"fullPath": "string",
"alt": "string",
"sortOrder": 0
}
],
"productUrl": "string",
"tags": [
"string"
],
"status": "active",
"shippingInfo": "string",
"returnPolicy": "string",
"campaignInfo": "string",
"metadata": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "string"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}