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
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.