TerminationLine
Reusable TerminationLine schema.
Type: object
Fields
| Field | Type | Constraints | Meaning | Example |
|---|---|---|---|---|
sku_idrequired | integer | None | Canonical TCGplayer sku id, the same id as the order line (STABLE). | 0 (generated) |
external_refrequired | string or null | None | Echo of the Seller's opaque listing ref; null if the Listing carried none (STABLE). | string (generated) |
quantityrequired | integer | None | The terminated quantity; may be less than the line’s ordered quantity (STABLE). | 0 (generated) |
Examples
{ "sku_id": 0, "external_ref": "string", "quantity": 0}