Skip to main content

orderFulfillments

Get a paginated, filtered list of order fulfillments for the current company.

Archived fulfillments are excluded. All states (including cancelled) are returned unless filtered explicitly by state.

Filters

  • states: One or more fulfillment states to include.
  • warehouseIds: Limit to fulfillments assigned to specific warehouses.
  • salesChannelIds: Limit to fulfillments whose order belongs to these sales channels.
  • quickSearch: Case-insensitive partial match on fulfillment number.

Permissions Required

  • orders:read_fulfillments permission
orderFulfillments(
after: String
before: String
filters: OrderFulfillmentFilterInput
first: Int
last: Int
): OrderFulfillmentConnection

Arguments

orderFulfillments.after ● String scalar common

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

orderFulfillments.before ● String scalar common

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

orderFulfillments.filters ● OrderFulfillmentFilterInput input orders

Filtering options for order fulfillments.

orderFulfillments.first ● Int scalar common

Returns the first _n_ elements from the list.

orderFulfillments.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

OrderFulfillmentConnection object common

The connection type for OrderFulfillment.