Skip to main content
GET
Get Orders Analytics Table v2

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

facility_id
string<uuid>
required

ID of the facility to fetch orders for

Query Parameters

page
integer

If page or page_size are not provided, page will default to 1 and page_size will default to 10.

page_size
integer

Maximum page_size is 10. If page or page_size are not provided, page will default to 1 and page_size will default to 10.

order_id
string

Filter results by specific order ID

created_at_from
string<date>
created_at_to
string<date>
ship_window_from
string<date>
ship_window_to
string<date>
packed_at_from
string<date>
packed_at_to
string<date>
retailers
string
brands
string
asn
string
picksheet_code
string
po_number
string

Response

Successful retrieval of orders analytics table for facility.

message
string
Example:

"Orders analytics table retrieved successfully"

data
object[]