post https://eu-ext.linnworks.net/api/Stock/AddVariationItems
Use this call to add a new item to a variation group
Rate limit: 250 / minute
Log in to see full request history
Response
Use this call to add a new item to a variation group
Rate limit: 250 / minute
xxxxxxxxxx
curl --request POST \
--url https://eu-ext.linnworks.net/api/Stock/AddVariationItems \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
[
{
"pkRowId": "00000000-0000-0000-0000-000000000000",
"pkStockItemId": "00000000-0000-0000-0000-000000000000",
"ItemNumber": "string",
"ItemTitle": "string"
}
]