POST:orders/restock.json
POST:orders/restock.json
Description
Restock one or multiple items from an order.
Permission bit: "orders.restock"
Topic: Orders
Query Parameters
Unique order identifier. See also: Unique Identifiers
Example: ?order_id=or_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
{ "full_restock": false, "line_items": [ { "dest_inventory_location_id": "il_EQzGqWoY", "fulfillment_id": "fu_EQzGqWoY", "inventory_location_id": "il_EQzGqWoY", "line_item_id": "li_EQzGqWoY", "restock_quantity": 4, "variant_id": "li_EQzGqWoY" } ] }
Response Body
Response Body Type
Loading module