<sync_token>
[
{
"article_id": "string",
"store_id": "string",
"alias": "string",
"name": "string",
"short_name": "string",
"description": "string",
"manufacturer_id": "string",
"allow_negative": true,
"replenishment_mode": "PA",
"allow_purchase": true,
"allow_sales": true,
"created_at": "2019-08-24T14:15:22Z",
"min_shelf_fit": 0,
"items_per_unit": 0,
"gatekeeper_margin": 0,
"hsn_code": "string",
"preparation_type": "T"
}
]
curl --location --request POST 'https://test.your-api-server.com/master/article_master/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"article_id": "string",
"store_id": "string",
"alias": "string",
"name": "string",
"short_name": "string",
"description": "string",
"manufacturer_id": "string",
"allow_negative": true,
"replenishment_mode": "PA",
"allow_purchase": true,
"allow_sales": true,
"created_at": "2019-08-24T14:15:22Z",
"min_shelf_fit": 0,
"items_per_unit": 0,
"gatekeeper_margin": 0,
"hsn_code": "string",
"preparation_type": "T"
}
]'
{
"status": "string",
"message": "string"
}