Get the list of order v2
Method: GET
HTTP Request
Note:
Cache 1 minute
Query Parameters
The parameters are passed into HTTP Request according to Key-Value pairs, begin the parameters with the sign “?” and separate the parameters with the sign “&”. Ex:
Parameters | Required | Description |
since | Required | Time the report begins, according to ISO format, example “2019-08-01T00:00:00Z” |
until | Required | Time the report ends, according to ISO format, example “2019-08-01T00:00:00Z” |
utm_source | Optional | Ex: facebook |
utm_campaign | Optional | |
utm_medium | Optional | Ex: email |
utm_content | Optional | |
page | Optional | Page order. Starting from 1. Default 1 |
limit | Optional | Number of orders returned per page. Default 30. Up to 300 (if you fill in more than 300, default set to 300) |
status | Optional | Conversion status
|
merchant | Optional | Example: adayroi, lazada |
RESPONSE
Describe results
Parametters | Description |
---|---|
data.at_product_link | Product tracking link |
data.billing | Order value |
data.browser | Order generation platform |
data.category_name | Category name |
data.click_time | Click time |
data.client_platform | Client Platform |
data.confirmed_time | Confirmed time |
data.conversion_platform | Conversion platform |
data.customer_type | Customer type |
data.is_confirmed | Transaction for control approval status: 0 - unapproved 1 - approved |
data.landing_page | Landing page |
data.merchant | Merchant name |
data.order_id | Order ID |
data.order_pending | Number of orders in pending |
data.order_reject | Number of orders in rejected |
data.order_approved | Number of orders in approved |
data.product_category | Category of the product |
data.products_count | Total number of products |
data.pub_commission | Commission for publishers |
data.sales_time | Sales time |
data.update_time | Update time |
data.utm_campaign | Utm campaign |
data.utm_content | Utm content |
data.utm_medium | Utm medium |
data.utm_source | Utm source |
data.website | Website |
data.website_url | Website url |
Last updated