Skip to content
snapcasterDevelopers

ListingDisclosures

Reusable ListingDisclosures schema.

Type: object or null

Fields

FieldTypeConstraintsMeaningExample
imageSourcerequiredstringallowed values: catalogImage Source supplied to or returned by this operation.catalog (generated)
conditionSourcerequiredstringallowed values: seller_declaredCondition Source supplied to or returned by this operation.seller_declared (generated)
authenticitySourcerequiredstringallowed values: seller_attestationAuthenticity Source supplied to or returned by this operation.seller_attestation (generated)
snapcasterInspectedrequiredbooleanallowed values: falseSnapcaster Inspected supplied to or returned by this operation.false (generated)
snapcasterGradedrequiredbooleanallowed values: falseSnapcaster Graded supplied to or returned by this operation.false (generated)
snapcasterAuthenticatedrequiredbooleanallowed values: falseSnapcaster Authenticated supplied to or returned by this operation.false (generated)
gradingStandardrequiredstringallowed values: snapcaster-magic-v1, seller-declared-no-specialist-promiseGrading Standard supplied to or returned by this operation.snapcaster-magic-v1 (generated)
declaredGraderequiredstring or nullNoneDeclared Grade supplied to or returned by this operation.string (generated)
buyerProtectionrequiredstringallowed values: magic-grade-and-authenticity, genuine-and-as-describedBuyer Protection supplied to or returned by this operation.magic-grade-and-authenticity (generated)

Examples

Generated Schema example: Generated ListingDisclosures
{
"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"
}

Source commit: 64bff06fe339e6ffa0ef24cd7da55cb3efefefb9