object FbaInventory

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

quantityInt

Quantity as a whole-unit count.

marketplace_idString

Public API marketplace ID that identifies the related record.

merchant_idString

Public API merchant ID that identifies the related record.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "quantity": 2,
  "marketplace_id": "UmVjb3JkOjEyMzQ=",
  "merchant_id": "UmVjb3JkOjEyMzQ="
}