cURL
curl --request POST \ --url 'https://take.app/api/platform/inventory?api_key=' \ --header 'Content-Type: application/json' \ --data ' [ { "item_id": "<string>", "quantity": 123, "price": 123, "original_price": 123 } ] '
{ "item_id": "<string>", "quantity": 123, "price": 123, "original_price": 123 }
Update inventory
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.
The id of product or variant
The quantity of the item
The price of the item
The original price of the item