Description
Topic: Scheduled Fulfillments
Fields
Whether to notify customer about fulfillment creation or not
Example: false
Unique scheduled fulfillment identifier. See also: Unique Identifiers
Example: "sf_EQzGqWoY"
line_items: [ScheduledFulfillmentLineItem!]!
Array of line items associated with the fulfillment
Human-friendly description of the scheduled fulfillment
Example: "Pending fulfillment as per subscription schedule"
pickup_inventory_location: InventoryLocation
Destination pickup inventory location
Expandable
Permission bit: "inventory_locations.read"
Date and time this fulfillment is scheduled for
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
shipping_provider_type: ShippingProviderType!
Type of the shipping provider (use "fixed" as "other")
subscription: Subscription
Subscription associated with this scheduled fulfillment
Expandable
Permission bit: "subscriptions.read"
The name of the shipping company
Example: "Ship & Co"
Shipping number, provided by the shipping company
Example: "1Z2345"
The URLs to track the fulfillment
Example: "http://www.google.com/search?q=1Z2345"
Used By
Mutations
scheduledFulfillmentsCancelReservation, scheduledFulfillmentsCreate, scheduledFulfillmentsModify, scheduledFulfillmentsReserve
Queries
Preview (typescript)
Loading module