Ankorstore
Process your Ankorstore orders and manage your catalog with the ankorstore API!
85 subscribers
14 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Ankorstore endpoints
| Method | Endpoint | Description |
|---|---|---|
| login | ||
| POST |
Get access token /api/v1/login/access-token |
Get access token in order to consume the API. The need to provide your ankorstore credantials |
| orders | ||
| GET |
Export orders /api/v1/orders/export |
Fetch your orders export by order status |
| GET |
Get orders /api/v1/orders/ |
Fetch orders by status |
| GET |
Get order by id /api/v1/orders/{order_id} |
Fetch order by id. This endpoint allow you to fetch more information about the order such as its status, items, shipping label, tracking, invoices and more (see schema) |
| POST |
Update order items /api/v1/orders/{order_id}/items |
Update the order items **before accepting it**. You need to provide the order_item_ids of the line items you want to edit. You can get within the order model |
| POST |
Accept order /api/v1/orders/{order_id}/accept |
Accept the order for shipment |
| POST |
Create parcels /api/v1/orders/{order_id}/parcels |
Create parcels to ship. According to the provider you choose you could fetch shipping label and register pickup or provide tracking link. |
| POST |
Ship order /api/v1/orders/{order_id}/ship |
**For custom shipment only**. If you choose to ship your order by yourself so you will not have to fetch labels or register pickup but you will have to notify the shipment of the… |
| GET |
Get order shipping labels /api/v1/orders/{order_id}/shipping-labels |
After creating the parcels you can fetch the shipping labels if you send them via ankorstore partners. If you ship the order by yourself this endpoint will not retrieve anything |
| POST |
Register pickup /api/v1/orders/{order_id}/pickup |
Register pickup date and time after creating parcels when you ship via ankorstore carrier partners. The pickup address id is the id of the pickup address you don't have to carry… |
| products | ||
| POST |
Update products stock /api/v1/products/stocks |
Bulk update products stock |
| GET |
Get product by id /api/v1/products/{product_id} |
Get product by id |
| GET |
Get products /api/v1/products/ |
Fetch product list by page |
| invoices | ||
| GET |
Get invoice /api/v1/invoices/{invoice_number} |
Fetch invoice url and content by invoice number. You could find the invoice numbers attach to each order within the order model |
Ankorstore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $49 / month | 50 / minute |
|
| ULTRA Recommended | $99 / month | — |
|
| MEGA | $299 / month | — |
|