Types > OrderFulfillmentCreate
Commerce APITypesOrderFulfillmentCreate
OrderFulfillmentCreate

Description

Topic: Order Fulfillments

Fields

email: Boolean

Whether to notify customer about fulfillment creation or not

Example: false


line_items: [OrderFulfillmentLineItemCreate!]

Array of line items associated with the fulfillment


pickup_inventory_location_id: String

Destination pickup inventory location

Valid when: pickup_inventory_location_id matches regexp pattern: ^il_


scheduled_fulfillment_id: String

Scheduled fulfillment to use when creating this fulfillment. Requires scheduled_fulfillment_line_items.

Valid when: scheduled_fulfillment_id matches regexp pattern: ^sf_


scheduled_fulfillment_line_items: [ScheduledFulfillmentReserveLineItemCreate!]

Specifies where to allocate unreserved items at


shipping_provider_type: ShippingProviderType

Type of the shipping provider


subscription_id: String

This fulfullment is associated with the given subscription.

Valid when: subscription_id matches regexp pattern: ^ss_


tracking_company: String

The name of the shipping company

Example: "Ship & Co"

Valid when: tracking_company's length doesn't exceed 250 characters


tracking_number: String

Shipping number, provided by the shipping company

Example: "1Z2345"

Valid when: tracking_number's length doesn't exceed 250 characters


tracking_url: String

The URLs to track the fulfillment

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

Valid when: tracking_url's length doesn't exceed 250 characters


Used By

Mutations

orderFulfillmentsCreate

Preview (typescript)

Loading module