latestOpenAPI 3.0.22026-08-10312271.6 KB

c5159bc39a84

Stocks

Get available stocks for all variants

Get available stocks for all variants from the point of sale

The result is a map of variant's SKUs associated with their stock amount.

get/stock

Query parameters

limitinteger

General pagination option: defines the number of results to show

offsetinteger

define the offset to be queried.

Response

OK

itemsobject

stock amount

countinteger
limitinteger
offsetinteger

Example response

{
  "items": {
    "1059582691-P815A92S89": 256
  }
}