Types > ScheduledFulfillment
Commerce APITypesScheduledFulfillment
ScheduledFulfillment

Description

Topic: Scheduled Fulfillments

Fields

email: Boolean!

Whether to notify customer about fulfillment creation or not

Example: false


id: String!

Unique scheduled fulfillment identifier. See also: Unique Identifiers

Example: "sf_EQzGqWoY"


line_items: [ScheduledFulfillmentLineItem!]!

Array of line items associated with the fulfillment


name: String!

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"


scheduled_at: String!

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"


tracking_company: String!

The name of the shipping company

Example: "Ship & Co"


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"


Used By

Mutations

scheduledFulfillmentsCancelReservation, scheduledFulfillmentsCreate, scheduledFulfillmentsModify, scheduledFulfillmentsReserve

Queries

scheduledFulfillments

Preview (typescript)

Loading module