Skip to main content

echoShipmentRecords

Lists historical shipped orders for the current company, one row per day, SKU and sales channel.

Permissions Required

  • echo:shipment_read
echoShipmentRecords(
after: String
before: String
filter: ShipmentFilterInput
first: Int
last: Int
): ShipmentRecordConnection!

Arguments

echoShipmentRecords.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

echoShipmentRecords.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

echoShipmentRecords.filter ● ShipmentFilterInput input common

Optional filters, all combined with AND.

echoShipmentRecords.first ● Int scalar common

Returns the first _n_ elements from the list.

echoShipmentRecords.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

ShipmentRecordConnection object common

The connection type for ShipmentRecord.