Skip to main content

Get Draft

GET 

/api/v2/listing-drafts/:draft

Show a draft with the full per-field payload.

Each fields[] row merges the cached category schema with the draft's resolved value:

  • value — resolved value after the precedence chain (override > template > channel mapping > integration mapping > blank)
  • provenance — where the value came from (override, template, channel_mapping, integration_mapping, blank)
  • has_override — whether the draft overrides this field
  • override — the raw override: a literal value, or a mapped source object {source_type, source_value}
  • errors — validation/channel errors scoped to this field

Authentication: Requires Bearer token. Feature flag: requires listing-publishing to be enabled.

Request

Responses

OK