Description
Topic: Order Fulfillments
Fields
The date and time when the fulfillment was canceled or null
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
The date and time when the fulfillment was created
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Whether fulfillment represents digital items fulfillment, physical otherwise
Example: false
The date and time when the fulfillment was disabled or null
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Whether to notify customer about fulfillment creation or not
Example: false
The date and time when the shipment is expected to be delivered (upper boundary)
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
The date and time when the shipment is expected to be delivered (lower boundary)
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
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")
The name of the shipping company
Example: "Ship & Co"
tracking_events: [FulfillmentTrackingEvent!]!
Shipping number, provided by the shipping company
Example: "1Z2345"
The URLs to track the fulfillment
Example: "http://www.google.com/search?q=1Z2345"
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
Preview (typescript)
Loading module