Skip to main content
object

Requires customer_read_orders access scope.

Represents a single fulfillment in an order.

•DateTime!
non-null

The date and time when the fulfillment was created.

•DateTime

The estimated delivery time of this fulfillment.

•FulfillmentEventConnection!
non-null

A collection of fulfillment events.

Show fields

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•String

A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.

Show filters
•id

Filter by id range.

Example:

  • id:1234
  • id:>=1234
  • id:<=1234
•string
•Boolean
Default:false

Reverse the order of the underlying list.

•FulfillmentEventSortKeys
Default:ID

Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.

Show enum values

Anchor to fulfillmentLineItemsfulfillmentLineItems
•FulfillmentLineItemConnection!
non-null

The line items in the fulfillment.

Show fields

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•ID!
non-null

A globally-unique ID.

•Boolean!
non-null

Whether the fulfillment is picked up locally.

Anchor to latestShipmentStatuslatestShipmentStatus
•FulfillmentEventStatus

The latest shipment status for the fulfillment.

Show enum values
•Boolean!
non-null

Whether any line items in the fulfillment require shipping.

•FulfillmentStatus

The status of the fulfillment.

Show enum values
•[TrackingInformation!]!
non-null

The tracking information associated with the fulfillment.

Show fields
•DateTime!
non-null

The date and time when the fulfillment was updated.


Was this section helpful?

•interface

Was this section helpful?