/stock?sku=VALUE
GET {{baseUrl}}/stock?sku=<string>
Returns a stock quantity. Pass the SKU code you want the stock for
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sku | string | (Required) The SKU code for the product or product variation |
RESPONSES
status: OK
{"sku":"\u003cstring\u003e","quantity":"\u003cinteger\u003e"}