Use this call to add a new item to a variation group
Name | Type | Description |
---|---|---|
pkVariationItemId | Guid | The variation group id |
pkStockItemId | Guid | The stock item id to add |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Stock/DeleteVariationItem
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
pkVariationItemId=7445089d-6ab7-4479-b333-5651be26cf2c&pkStockItemId=21c2edae-188d-4b90-b8c4-32dcabe5cfa3
This is an example of the response JSON. Results will vary depending on your data.