input UpdateInventoryInput

Fields

FieldTypeDescription
customer_account_idString

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

skuString!

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

warehouse_idString!

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

quantityInt!

Quantity as a whole-unit count.

reasonString

Human-readable reason for this inventory.

location_idString

Public API location ID that identifies the related record.

lpn_idString

Public API LPN ID that identifies the related record.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "sku": "BLUE-TEE-M",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "quantity": 2,
  "reason": "Customer requested expedited handling.",
  "location_id": "TG9jYXRpb246MTIzNA==",
  "lpn_id": "TGljZW5zZVBsYXRlTnVtYmVyOjEyMzQ="
}