object MergeableOrdersQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataMergeableOrderConnection

Paginated mergeable orders returned by this query.

ArgumentTypeRequiredDefaultDescription
order_numberStringNo

Optional order number filter.

first_nameStringNo

Optional first name filter. If order number is specified, this filter will be ignored.

last_nameStringNo

Optional last name filter. If order number is specified, this filter will be ignored.

customer_account_idStringNo

If you are a 3PL, filter by a specific customer account you manage.

sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "data": [{id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}]
}