Skip to main content
object

Represents a single fulfillment in an order.

•DateTime!

The date and time when the fulfillment was created.

•DateTime

The estimated delivery time of this fulfillment.

•FulfillmentEventConnection!

A collection of fulfillment events.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•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.

•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.

•id

Filter by id range.

Example:

  • id:1234
  • id:>=1234
  • id:<=1234
•string

Anchor to fulfillmentLineItemsfulfillmentLineItems
•FulfillmentLineItemConnection!

The line items in the fulfillment.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.


•ID!

A globally-unique ID.

•Boolean!

Whether the fulfillment is picked up locally.

Anchor to latestShipmentStatuslatestShipmentStatus
•FulfillmentEventStatus

The latest shipment status for the fulfillment.

•Boolean!

Whether any line items in the fulfillment require shipping.

•FulfillmentStatus

The status of the fulfillment.

•[TrackingInformation!]!

The tracking information associated with the fulfillment.

•DateTime!
non-null

The date and time when the fulfillment was updated.


Was this section helpful?

•interface

Was this section helpful?