curl --location --request POST 'https://api.ticaret.pro/accounts//products/import' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rows": [
{
"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": {}
}
]
}'{
"status": true,
"data": {
"total": 0,
"inserted": 0,
"updated": 0,
"skipped": 0,
"errors": [
{
"row": 0,
"code": "string",
"message": "string"
}
]
}
}