The updateItem endpoint enables you to create or update an item in your inventory. If the item does not already exist, it is created. If the merged parameter is present and true, then only non-null fields are updated.

Details

Resource
  PUT /item-service/clients/{clientId}/items/{itemId}
Headers

-H 'Authorization: Basic ************************************ (Code supplied by Radial.)

-H 'Content-Type: application/json'

-H 'apiKey: ********************************' (API Key supplied by Radial.)

Sample Request URLs
https://tst04-epapi-na.gsipartners.com/item-service/clients/TMSNA/items/21-ALAN-022a 

https://tst04-epapi-na.gsipartners.com/item-service/clients/TMSNA/items/21-ALAN-022a?merge=true (optional)

Examples and Field Definitions