Orders > Scheduled Fulfillments > scheduledFulfillmentsReserve
POST:scheduled_fulfillments/reserve.json
Description
Reserves all unreserved items in a scheduled fulfillment at a specified inventory location.
Permission bit: "scheduled_fulfillments.modify"
Topic: Scheduled Fulfillments
Arguments
data: ScheduledFulfillmentReserve!
Main argument for mutations.
Unique order identifier. See also: Unique Identifiers
Example: "or_EQzGqWoY"
scheduled_fulfillment_id: String!
Unique scheduled fulfillment identifier. See also: Unique Identifiers
Example: "sf_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
line_items: [ScheduledFulfillmentReserveLineItemCreate!]!
Result
Preview (typescript)
Loading module