POST:scheduled_fulfillments/reserve.json
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
Query Parameters
Unique order identifier. See also: Unique Identifiers
Example: ?order_id=or_EQzGqWoY
scheduled_fulfillment_id: String, required
Unique scheduled fulfillment identifier. See also: Unique Identifiers
Example: ?scheduled_fulfillment_id=sf_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
{ "line_items": [ { "dest_inventory_location_id": "il_EQzGqWoY", "line_item_id": "li_EQzGqWoY", "variant_id": "va_EQzGqWoY" } ] }
Response Body
Response Body Type
Loading module