Skip to content
snapcasterDevelopers

TerminationLine

Reusable TerminationLine schema.

Type: object

Fields

FieldTypeConstraintsMeaningExample
sku_idrequiredintegerNoneCanonical TCGplayer sku id, the same id as the order line (STABLE).0 (generated)
external_refrequiredstring or nullNoneEcho of the Seller's opaque listing ref; null if the Listing carried none (STABLE).string (generated)
quantityrequiredintegerNoneThe terminated quantity; may be less than the line’s ordered quantity (STABLE).0 (generated)

Examples

Generated Schema example: Generated TerminationLine
{
"sku_id": 0,
"external_ref": "string",
"quantity": 0
}

Source commit: 64bff06fe339e6ffa0ef24cd7da55cb3efefefb9