OrderFulfillmentUpdateInput
InputInput for updating an existing fulfillment.
#
Fields
- Boolean
cancel The cancel to use for this order fulfillment update input.
- String
carrier The carrier to use for this order fulfillment update input.
- DateTime
deliveredAt The delivered at to use for this order fulfillment update input.
- ID!
fulfillmentId The fulfillment id to use for this order fulfillment update input.
- Boolean
markAsDelivered The mark as delivered to use for this order fulfillment update input.
- Boolean
markAsShipped The mark as shipped to use for this order fulfillment update input.
- Boolean
setShippedIfTrackingUpdated The set shipped if tracking updated to use for this order fulfillment update input.
- DateTime
shippedAt The shipped at to use for this order fulfillment update input.
- String
trackingNumber The tracking number to use for this order fulfillment update input.
- String
trackingUrl The tracking url to use for this order fulfillment update input.