channel.remote.products

The seller's products as the marketplace sees them (approval state, remote stock/price, reject reasons).

Machine-readable body schema: /schemas/routes/channel.remote.products.json.

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "cursor": {
      "type": "string",
      "maxLength": 400
    },
    "filter": {
      "type": "string",
      "enum": [
        "approved",
        "unapproved",
        "all"
      ]
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.remote.products.md