Platform API v1 is being deprecated. Platform API v1 and webhook v1 will be turned off at the end of June. If you built an integration on v1, please migrate to the Merchant API v2 (described below) as soon as possible to avoid any interruption.
Integrating with Take App Platform API
This guide provides a general overview of how third-party software can integrate with the Take App Platform API to access store, product, and order data.
API Docs: https://platform.take.app
What is the Take App API?
The Take App Merchant API V2 lets you connect a Take App store with external tools like ERP systems, inventory tools, custom scripts, automation tools, or AI agents. It is a REST API, meaning you send HTTP requests to Take App and receive JSON responses.
What can you do with it?
You can work with these main areas:
Area | What you can do |
Store | Get the authenticated store details |
Products | List, create, get, and update products |
Customers | List, create, get, and update customers |
Orders | List, create, get, and update orders |
Inventory | List inventory items, update one item, or batch update many items |

