cURL
curl --request GET \ --url https://take.app/api/v2/inventory_items \ --header 'Authorization: Bearer <token>'
{ "data": [ { "item_id": "<string>", "item_name": "<string>", "product_id": "<string>", "variant_id": "<string>", "sku": "<string>", "quantity": 123, "price": 123, "original_price": 123, "cost": 123, "cost_enabled": true, "updated_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "next_cursor": "<string>" }
Documentation IndexFetch the complete documentation index at: https://platform.take.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://platform.take.app/llms.txt
Use this file to discover all available pages before exploring further.
Merchant API V2 token. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
1 <= x <= 100
List of inventory items
list
Show child attributes