ListingFulfillmentObligation
Reusable ListingFulfillmentObligation schema.
Type: object or null
Fields
| Field | Type | Constraints | Meaning | Example |
|---|---|---|---|---|
skurequired | string | allowed values: exact | The stock-keeping identity for the exact card offering. | exact (generated) |
printingrequired | string | allowed values: exact | The exact card printing the Seller is obligated to supply. | exact (generated) |
languagerequired | string | allowed values: exact | The language of the card printing. | exact (generated) |
finishrequired | string | allowed values: exact | The physical finish or foil treatment of the card. | exact (generated) |
conditionrequired | string | allowed values: declared-or-better | The normalized condition assigned to the card. | declared-or-better (generated) |
Examples
{ "sku": "exact", "printing": "exact", "language": "exact", "finish": "exact", "condition": "declared-or-better"}