Skip to main content

Get Listing Content Rules

GET 

/api/product-listings/:productListing/content-sync-rules

Get the content ownership rules in force for a single product listing, and where each one comes from.

A listing normally follows its sales channel's content-sync settings. This endpoint returns three things side by side: instance_defaults (what the channel says), overrides (what this listing has been customised to say), and effective (the resolved answer for every governed field).

Each entry in effective carries a source naming the level that decided it, most specific first: listing_field, listing_group, instance_field, instance_group, default. inherited is false once the listing itself decided the field, true while it still follows the channel. risky marks a field whose change needs a human look before it is applied in bulk. Governed fields: barcode and mpn (identity), name, brand and attributes (descriptive), images (media), weight and dimensions (physical). Ownership values: catalog (channel edits are flagged only), channel (channel edits can be pulled into the catalog), two_way (both sides may edit; simultaneous edits become conflicts). enabled reflects the channel — rules can be saved on a listing whose channel has content sync turned off, they simply are not acted on until it is enabled. Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type