GET
/
inventory
curl --request GET \
  --url https://take.app/api/platform/inventory
[
  {
    "item_id": "<string>",
    "quantity": 123,
    "price": 123,
    "original_price": 123
  }
]

Authorizations

api_key
string
query
required

Response

200
application/json
Get all inventory in the store
item_id
string
required

The id of product or variant

quantity
integer
required

The quantity of the item

price
number

The price of the item

original_price
number

The original price of the item