

:type and :period should be replaced depending on your requirements as per the following table.Placeholder | Value | Description |
:type | order-details | |
order-summary | ||
:period | last-day | |
last-week | ||
last-month | ||
last-year | ||
this-month | ||
current-month | ||
previous-month |
GET request. It is necessary to include your OAuth access token using the Authorization header. curl -H "Authorization: Bearer :accessToken" "https://oms.custom-gateway.net/v2/apis/misc/csv-reporting/order-details/?period=this-month" :accessToken should be replaced with your OAuth access token.