/stock?sku=VALUE

GET {{baseUrl}}/stock?sku=<string>

Returns a stock quantity. Pass the SKU code you want the stock for

Request Params

KeyDatatypeRequiredDescription
skustring(Required) The SKU code for the product or product variation

RESPONSES

status: OK

{&quot;sku&quot;:&quot;\u003cstring\u003e&quot;,&quot;quantity&quot;:&quot;\u003cinteger\u003e&quot;}