InventoryAdjustedLine
Reusable InventoryAdjustedLine schema.
Type: object
Fields
| Field | Type | Constraints | Meaning | Example |
|---|---|---|---|---|
sku_idrequired | integer | None | Canonical TCGplayer sku id, the same id the listing push uses (STABLE). | 0 (generated) |
external_refrequired | string or null | None | Echo of the Seller's opaque listing ref, untouched, so the delta applies against the Platform's own product id; null if the Listing carried none (STABLE). | string (generated) |
deltarequired | integer | None | Signed unit adjustment: negative commits units (a sale), positive releases them (a cancellation/refund). Apply idempotently as `on_hand += delta` (STABLE). | 0 (generated) |
Examples
{ "sku_id": 0, "external_ref": "string", "delta": 0}