object ReturnExchangeItem

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

return_item_idString

Public API return item ID that identifies the related record.

skuString

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

quantityInt

Quantity as a whole-unit count.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "return_item_id": "UmV0dXJuSXRlbToxMjM0",
  "sku": "BLUE-TEE-M",
  "quantity": 2
}