Types > OrderFulfillment
Commerce APITypesOrderFulfillment
OrderFulfillment

Description

Topic: Order Fulfillments

Fields

canceled_at: String

The date and time when the fulfillment was canceled or null

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


created_at: String!

The date and time when the fulfillment was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


digital: Boolean!

Whether fulfillment represents digital items fulfillment, physical otherwise

Example: false


disabled_at: String

The date and time when the fulfillment was disabled or null

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


email: Boolean!

Whether to notify customer about fulfillment creation or not

Example: false


expected_at_max: String

The date and time when the shipment is expected to be delivered (upper boundary)

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


expected_at_min: String

The date and time when the shipment is expected to be delivered (lower boundary)

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique fulfillment identifier. See also: Unique Identifiers

Example: "fu_EQzGqWoY"


line_items: [FulfillmentLineItem!]!

Array of line items associated with the fulfillment


pickup_inventory_location: InventoryLocation

Destination pickup inventory location

Expandable

Permission bit: "inventory_locations.read"


shipping_provider_type: ShippingProviderType!

Type of the shipping provider (use "fixed" as "other")


tracking_company: String!

The name of the shipping company

Example: "Ship & Co"


tracking_events: [FulfillmentTrackingEvent!]!


tracking_number: String!

Shipping number, provided by the shipping company

Example: "1Z2345"


tracking_url: String!

The URLs to track the fulfillment

Example: "http://www.google.com/search?q=1Z2345"


updated_at: String!

The date and time when the fulfillment was last modified

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


Used By

Mutations

orderFulfillmentsCancel, orderFulfillmentsComplete, orderFulfillmentsCreate, orderFulfillmentsEventsCreate, orderFulfillmentsModify

Queries

orderFulfillments

Preview (typescript)

Loading module