ListingDisclosures
Reusable ListingDisclosures schema.
Type: object or null
Fields
| Field | Type | Constraints | Meaning | Example |
|---|---|---|---|---|
imageSourcerequired | string | allowed values: catalog | Image Source supplied to or returned by this operation. | catalog (generated) |
conditionSourcerequired | string | allowed values: seller_declared | Condition Source supplied to or returned by this operation. | seller_declared (generated) |
authenticitySourcerequired | string | allowed values: seller_attestation | Authenticity Source supplied to or returned by this operation. | seller_attestation (generated) |
snapcasterInspectedrequired | boolean | allowed values: false | Snapcaster Inspected supplied to or returned by this operation. | false (generated) |
snapcasterGradedrequired | boolean | allowed values: false | Snapcaster Graded supplied to or returned by this operation. | false (generated) |
snapcasterAuthenticatedrequired | boolean | allowed values: false | Snapcaster Authenticated supplied to or returned by this operation. | false (generated) |
gradingStandardrequired | string | allowed values: snapcaster-magic-v1, seller-declared-no-specialist-promise | Grading Standard supplied to or returned by this operation. | snapcaster-magic-v1 (generated) |
declaredGraderequired | string or null | None | Declared Grade supplied to or returned by this operation. | string (generated) |
buyerProtectionrequired | string | allowed values: magic-grade-and-authenticity, genuine-and-as-described | Buyer Protection supplied to or returned by this operation. | magic-grade-and-authenticity (generated) |
Examples
{ "imageSource": "catalog", "conditionSource": "seller_declared", "authenticitySource": "seller_attestation", "snapcasterInspected": false, "snapcasterGraded": false, "snapcasterAuthenticated": false, "gradingStandard": "snapcaster-magic-v1", "declaredGrade": "string", "buyerProtection": "magic-grade-and-authenticity"}