Discussions

Ask a Question
Back to all

Inventory Not updating via api

I am trying to update inventory via Post update Inventory for the Product API.

This is my request body:

[{'supc': 'SDL***', 'availableInventory': 1}]

This was the response:

{u'metadata': {u'requestedURI': u'POST /products/inventory', u'requestId': u'1e*a62-7b-4f7c-81df-4d4**b0d', u'clientId': u'b****2'}}

But The inventory is not updating. Can you please check??