Creates or updates price details for one or many items based on given item IDs. Support for currency code is determined based on the currency code you have set while creating the price list, whuch is identified by priceListId in the request body.
A JSON object containing price information
OK
Bad request
Not Found
Internal Server Error
{- "priceListId": "100-TwoWeeks",
- "itemIds": [
- 10000001
], - "itemSkus": [
- "SKU0123456"
], - "offers": [
- {
- "kind": 12,
- "channel": 12,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "price": {
- "base": 299,
- "sale": 199,
- "cost": 149,
- "currency": "USD"
}, - "additionalAttributes": [
- {
- "customSkuTitle": "HOUSE TREE",
- "customCategory": "HOME"
}
]
}
]
}
[- {
- "id": "string",
- "isSoftDeleted": true,
- "itemId": 1000000051,
- "itemSku": "SKU123456",
- "priceListId": 100000,
- "offerId": 2386,
- "offers": [
- {
- "kind": 12,
- "channel": 12,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "price": {
- "base": 299,
- "sale": 199,
- "cost": 149,
- "currency": "USD"
}, - "priceMethodType": "Range-Base",
- "additionalAttributes": [
- {
- "customSkuTitle": "HOUSE TREE",
- "customCategory": "HOME"
}
]
}
], - "createdAt": "2020-02-02T17:22:48.570Z",
- "updatedAt": "2020-02-02T17:22:48.570Z",
- "job": false
}
]