channel.sync.now

Run a sync task now (stock | price | orders | reconcile | finance | claims | questions), optionally scoped to listings.

Machine-readable body schema: /schemas/routes/channel.sync.now.json.

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "enum": [
        "stock",
        "price",
        "orders",
        "reconcile",
        "finance",
        "claims",
        "questions"
      ]
    },
    "listingIds": {
      "maxItems": 100,
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^lst_[0-9A-HJKMNP-TV-Z]{26}$"
      }
    }
  },
  "required": [
    "kind"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.sync.now.md