channel.catalog.push

Create/update marketplace listings for selected products (pre-flight validated; async batch tracked).

Machine-readable body schema: /schemas/routes/channel.catalog.push.json.

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "listingIds": {
      "maxItems": 500,
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^lst_[0-9A-HJKMNP-TV-Z]{26}$"
      }
    },
    "productIds": {
      "maxItems": 500,
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^prd_[a-zA-Z0-9]{1,32}$"
      }
    },
    "all": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.catalog.push.md