Exports
Export Orders
GET/exports/orders
This endpoint allows you to export orders in excel format (xlsx or csv).
:::tip[Note]Advance configurations are possible using the available query pa...
Exports Logs
GET/exports/logs
This endpoint allows you to export store logs
`exports.read` - Exports Read Only
List Export Templates
GET/exports/templates
This endpoint allows you to retrieve a list of the current export templates of either orders or products entity.
`exports.read`- Exports Read Only
Create Export Template
POST/exports/templates
This endpoint allows you o create a custom export template for either "Orders" or "Products"
`exports.read_write`- Exports Read &...
Update Export Template
PUT/exports/templates/{id}
This endpoint allows you to update the details of a custom export template by passing the template_id as a path parameter.
`exports.read_write`- Expo...
Delete Export Template
DELETE/exports/templates/{template_id}
This endpoint allows you to delete a custom export template by passing the template_id as the path parameter.
`exports.read_write`- Exports Read & Wr...
List Export Columns
GET/exports/columns
This endpoint allows you to retrieve the available fields that you need to add into an export template.
`exports.read`- Exports Read Only
Export Customers
POST/exports/customers
This endpoint allows you to export customers
`exports.read_write` - Exports Read & Write
Export Custom URLs
POST/exports/custom-urls
This endpoint allows you to export custom URL template in .xlsx format.
:::check[Note]Once you query the endpoint, the response will be ready to be do...
Export Products
POST/exports/products
This endpoint allows you to export products from an Excel file in specific types.
:::info[Info]Check the Merchant Help Desk articles here and here fo...