post https://apisandbox.jooraccess.com/v4/orders/sku_line_items/bulk_update
Workflow
- To get the order id, you can use the GET orders endpoint.
- To get the line item id, you can use the GET skus endpoint. You can filter by product id.
- Use this id in this endpoint to update your quantities.
Note: You can only update an order's Order Line Items if the Order is in the In Progres, Notes, or Pending status. If you want to update an Order in other statuses, you must change its status to one of the above statuses first.
Line Item Object References
Click on "Add Object" below to view the reference documentation for updating a line item.