Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 607 Bytes

v1-adjust-inventory-request.md

File metadata and controls

26 lines (18 loc) · 607 Bytes

V1 Adjust Inventory Request

V1AdjustInventoryRequest

Structure

V1AdjustInventoryRequest

Fields

Name Type Tags Description
quantity_delta float Optional The number to adjust the variation's quantity by.
adjustment_type str (V1 Adjust Inventory Request Adjustment Type) Optional -
memo string Optional A note about the inventory adjustment.

Example (as JSON)

{
  "quantity_delta": null,
  "adjustment_type": null,
  "memo": null
}