OrderFulfillmentCreateInput
InputInput for creating a fulfillment for an order.
#
Fields
- String
carrier Optional carrier name for the shipment.
- [OrderFulfillmentCreateLineInput!]!
lines The collection of line items to include in the fulfillment.
- [KeyValuePairOfStringAndStringInput!]
metadata Optional metadata key-value pairs.
- ID!
orderId The ID of the order to fulfill.
- DateTime
shippedAt Optional timestamp indicating when the fulfillment shipped.
- ID
supplyChannelId Optional supply channel ID from which the items will be fulfilled.
- String
trackingNumber Optional tracking number to assign to the fulfillment.
- String
trackingUrl Optional tracking URL to assign to the fulfillment.