Increment Item's Stock

Increases the stock of an item.

Increases the stock of an item. This increases in_stock by the quantity given in the body. Called anytime the merchant wants to add more of an item to their inventory. Could only fail if no item is found.

For example, if you have an in_stockof 5, and you receive 8 items, you would set the quantity value to 8. The in_stock would then update to 13.


Path Params
string
required
Query Params
int32
required

The number of stock to add to the in_stock value.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json