input UpdateInventoryInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

skuString!
warehouse_idString!
quantityInt!
reasonString
location_idString
lpn_idString

Referenced By

Example

{
  "customer_account_id": "abc123",
  "sku": "abc123",
  "warehouse_id": "abc123",
  "quantity": 987,
  "reason": "abc123",
  "location_id": "abc123",
  "lpn_id": "abc123"
}