Docs
Dashboard

OrderFulfillmentCreateInput

Input

Input for creating a fulfillment for an order.

#

Fields


carrier
String

Optional carrier name for the shipment.

lines
[OrderFulfillmentCreateLineInput!]!

The collection of line items to include in the fulfillment.

metadata
[KeyValuePairOfStringAndStringInput!]

Optional metadata key-value pairs.

orderId
ID!

The ID of the order to fulfill.

shippedAt
DateTime

Optional timestamp indicating when the fulfillment shipped.

supplyChannelId
ID

Optional supply channel ID from which the items will be fulfilled.

trackingNumber
String

Optional tracking number to assign to the fulfillment.

trackingUrl
String

Optional tracking URL to assign to the fulfillment.