object ReturnExchangeItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
return_item_id | String | Public API return item ID that identifies the related record. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity | Int | Quantity as a whole-unit count. |
Referenced By
- ReturnExchange Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"return_item_id": "UmV0dXJuSXRlbToxMjM0",
"sku": "BLUE-TEE-M",
"quantity": 2
}