Retrieves TikTok Shop Gross Merchandise Value (GMV) data with daily breakdown and comparison to previous period
| Parameter | Type | Description | Required |
|---|---|---|---|
start_date | String | Start date in MM/DD/YYYY format | Yes |
end_date | String | End date in MM/DD/YYYY format | Yes |
| Field | Type | Description |
|---|---|---|
date | String | The date for this data point (YYYY-MM-DD format) |
last_date | Integer | Unix timestamp for the corresponding date in the previous period |
current | String | GMV for the current date (formatted as currency string) |
last | String | GMV for the corresponding date in the previous period (formatted as currency string) |
total | String | Cumulative GMV total for the current period (formatted as currency string) |
last_total | String | Cumulative GMV total for the previous period (formatted as currency string) |
order_count | Integer | Number of orders on the current date |
last_order_count | Integer | Number of orders on the corresponding date in the previous period |
total_order_count | Integer | Cumulative order count for the current period |
last_total_order_count | Integer | Cumulative order count for the previous period |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date in MM/DD/YYYY format
End date in MM/DD/YYYY format