Skip to content
snapcasterDevelopers

ListingFulfillmentObligation

Reusable ListingFulfillmentObligation schema.

Type: object or null

Fields

FieldTypeConstraintsMeaningExample
skurequiredstringallowed values: exactThe stock-keeping identity for the exact card offering.exact (generated)
printingrequiredstringallowed values: exactThe exact card printing the Seller is obligated to supply.exact (generated)
languagerequiredstringallowed values: exactThe language of the card printing.exact (generated)
finishrequiredstringallowed values: exactThe physical finish or foil treatment of the card.exact (generated)
conditionrequiredstringallowed values: declared-or-betterThe normalized condition assigned to the card.declared-or-better (generated)

Examples

Generated Schema example: Generated ListingFulfillmentObligation
{
"sku": "exact",
"printing": "exact",
"language": "exact",
"finish": "exact",
"condition": "declared-or-better"
}

Source commit: 64bff06fe339e6ffa0ef24cd7da55cb3efefefb9