Skip to main content
POST
/
coupang
/
ordersheets
Get order sheets
curl --request POST \
  --url https://{deployment}/api/v1/coupang/ordersheets \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "createdAtFrom": "2026-06-01",
  "createdAtTo": "2026-06-07",
  "status": "ACCEPT"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

Body

application/json
createdAtFrom
string
required

Start of the created-at window.

createdAtTo
string
required

End of the created-at window.

status
string

Order status filter (e.g. ACCEPT, INSTRUCT, DEPARTURE, DELIVERING, FINAL_DELIVERY).

maxPerPage
integer
nextToken
string

Pagination token from a previous response.

Response

Order sheets

The response is of type object.