CatalogueIngestRequest

Submit either direct product data or a hosted product feed.

  • Submit either direct product data or a hosted product feed.

    Submit either direct product data or a hosted product feed.

    • fileUrl
      Type: string Pattern: ^[Hh][Tt][Tt][Pp][Ss]?://(?![^/?#]*@)[^\s]+$Format: uri
      required

      Public URL of the CSV, JSON, or XML file to ingest

    • format
      Type: string enum

      Format of the file at fileUrl

      values
      • csv
      • json
      • xml
    • products
      Type: array object[] · ProductIngestInput[] 1…

      Products to ingest directly

      Product payload accepted by the catalogue ingest endpoint. Field names use camelCase. externalRef is not accepted from the client — the server generates it from sku, clientId, and catalogueId.