ops

reviewCatalog catalog

Fetch paginated products pending review for a seller, including their AI categorization suggestions

get/ops/sellers/{seller_id}/catalog/review

Path parameters

seller_idstring regexp required

Seller ID

Example:739b63c2-9e58-4964-b38d-4ebb424de242

Seller ID

Query parameters

limitinteger

the size of the page

Example:1

the size of the page

pageinteger

the index of the page

Example:1

the index of the page

Response

OK response.

Example response

{
  "data": [
    {
      "base_rental_price": {
        "currency": "EUR",
        "gross": 119000,
        "net": 100000
      },
      "categorization_suggestions": [
        {
          "category": "abc123",
          "confidence": 1,
          "model_name": "abc123",
          "model_version": "abc123"
        }
      ],
      "description": "aaa",
      "extra_details": [
        {
          "property": "memory",
          "value": "16GB DDR5"
        }
      ],
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "image": {
        "url": "https://example.com/foo"
      },
      "is_active": false,
      "is_fully_reviewed": false,
      "list_price": {
        "currency": "EUR",
        "gross": 119000,
        "net": 100000
      },
      "manufacturer": "abc123",
      "origin": "abc123",
      "origin_seller": "abc123",
      "origin_seller_references": [
        {
          "reference": "123ab-5343",
          "source": "sap"
        }
      ],
      "pretty_id": "abc123",
      "pricing_category": "iphone_17_pro",
      "pricing_category_confidence": 1,
      "pricing_input_information": {
        "headroom_info": [
          {
            "expected_residual_value_ratio": 1,
            "headroom_ratio": 1,
            "is_default": false,
            "tenure": 1
          }
        ],
        "pricing_category": "abc123",
        "pricing_category_confidence": 1
      },
      "product_standard_identifiers": [
        {
          "id": "123ab-4567",
          "identifier_type": "EAN"
        }
      ],
      "publicized_price": {
        "currency": "EUR",
        "gross": 119000,
        "net": 100000
      },
      "review_status": "unsupported",
      "seller_categories": [
        {
          "id": "abc123",
          "name": "abc123",
          "parent_category": "abc123"
        }
      ],
      "seller_product_references": [
        {
          "reference": "123ab-5343",
          "source": "sap"
        },
        {
          "reference": "123ab-5343",
          "source": "sap"
        }
      ],
      "seller_product_type": "software",
      "shop_product_description_url": "https://example.com/foo",
      "subtitle": "abc123",
      "title": "abc123"
    }
  ],
  "pagination": {
    "page": 1,
    "page_size": 1,
    "total_count": 1,
    "total_pages": 1
  }
}