channel.listing.archive

Archive/unarchive listings at the marketplace (archive pushes stock 0 too).

Machine-readable body schema: /schemas/routes/channel.listing.archive.json.

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "listingIds": {
      "minItems": 1,
      "maxItems": 100,
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^lst_[0-9A-HJKMNP-TV-Z]{26}$"
      }
    },
    "archived": {
      "type": "boolean"
    }
  },
  "required": [
    "listingIds",
    "archived"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.listing.archive.md