Skip to main content

List Mappable Product Fields

GET 

/api/v2/listing-drafts/mappable-product-fields

Product columns usable as a product_field mapping source in draft field_overrides and template field defaults. Served from the resolver whitelist (ListingValueResolver) so pickers never offer a column the resolver won't read.

brand resolves through the product's brand relation (ProductBrand::name); price resolves through the default pricing tier accessor; all other values are direct product columns.

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

Each item includes type — the column's data type (text or number) — so the mapping picker can show what kind of value a column carries.

Request

Responses

OK