Skip to main content
Log inSign up
query

Requires read_orders access scope, read_marketplace_orders access scope, read_assigned_fulfillment_orders access scope, read_merchant_managed_fulfillment_orders access scope, read_third_party_fulfillment_orders access scope or read_marketplace_fulfillment_orders access scope.

Returns a Fulfillment resource by ID.

•
ID!required

The ID of the Fulfillment to return.


Was this section helpful?

•

Represents a fulfillment. In Shopify, a fulfillment represents a shipment of one or more items in an order. When an order has been completely fulfilled, it means that all the items that are included in the order have been sent to the customer. There can be more than one fulfillment for an order.

createdAt•
non-null

The date and time when the fulfillment was created.

deliveredAt•

The date that this fulfillment was delivered.

displayStatus•

Human readable display status for this fulfillment.

estimatedDeliveryAt•

The estimated date that this fulfillment will arrive.

events•
non-null

The history of events associated with this fulfillment.

fulfillmentLineItems•
non-null

List of the fulfillment's line items.

fulfillmentOrders•
non-null

A paginated list of fulfillment orders for the fulfillment.

id•
non-null

A globally-unique ID.

inTransitAt•

The date and time when the fulfillment went into transit.

legacyResourceId•
non-null

The ID of the corresponding resource in the REST Admin API.

location•

The location that the fulfillment was processed at.

name•
non-null

Human readable reference identifier for this fulfillment.

order•
non-null

The order for which the fulfillment was created.

originAddress•

The address at which the fulfillment occurred. This field is intended for tax purposes, as a full address is required for tax providers to accurately calculate taxes. Typically this is the address of the warehouse or fulfillment center. To retrieve a fulfillment location's address, use the assignedLocation field on the FulfillmentOrder object instead.

requiresShipping•
non-null

Whether any of the line items in the fulfillment require shipping.

service•

Fulfillment service associated with the fulfillment.

status•
non-null

The status of the fulfillment.

totalQuantity•
non-null

Sum of all line item quantities for the fulfillment.

trackingInfo•
non-null

Tracking information associated with the fulfillment, such as the tracking company, tracking number, and tracking URL.

updatedAt•
non-null

The date and time when the fulfillment was last modified.


Was this section helpful?