Geniemode Audit Order Product Attribution Controller API

Audit Order Product Attribution Controller

Operations 5

GET /api/audit/order/product/attribution/index index #
GET /api/audit/order/product/attribution/orders orders #
GET /api/audit/order/product/attribution/sku-attribution-audit-pending-days skuAttributionAuditPendingDays #
GET /api/audit/order/product/attribution/sku-order-count skuOrderCount #
GET /api/audit/order/product/attribution/tab-counts tabCounts #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/geniemode-audit-order-product-attribution-controller-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

geniemode-audit-order-product-attribution-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: Cataloguing API.
  version: API V
  title: Cataloguing Audit Order Product Attribution Controller API
  termsOfService: Terms of service
  contact:
    name: Mani Bhushan
    url: www.geniemode.com
    email: mani.kumar@geniemode.com
  license:
    name: License of API
    url: API license URL
servers:
- url: https://portal.geniemode.com
tags:
- name: audit-order-product-attribution-controller
  description: Audit Order Product Attribution Controller
paths:
  /api/audit/order/product/attribution/index:
    get:
      tags:
      - audit-order-product-attribution-controller
      summary: index
      operationId: indexUsingGET
      parameters:
      - name: assigneeIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: attributionAttached
        in: query
        required: false
        schema:
          type: boolean
      - name: attributionStatus
        in: query
        required: false
        schema:
          type: string
      - name: brandIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: businessOwnerIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: confirmationDateFrom
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: confirmationDateSort
        in: query
        required: false
        schema:
          type: string
      - name: confirmationDateTo
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: createdBy
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: documentsAttached
        in: query
        required: false
        schema:
          type: boolean
      - name: financialStatus
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: modelTypes
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: orderId
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: pendingDaysMax
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: pendingDaysMin
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: sources
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: styleCode
        in: query
        required: false
        schema:
          type: string
      - name: tab
        in: query
        required: false
        schema:
          type: string
      - name: types
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/audit/order/product/attribution/orders:
    get:
      tags:
      - audit-order-product-attribution-controller
      summary: orders
      operationId: ordersUsingGET
      parameters:
      - name: sku
        in: query
        description: sku
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/audit/order/product/attribution/sku-attribution-audit-pending-days:
    get:
      tags:
      - audit-order-product-attribution-controller
      summary: skuAttributionAuditPendingDays
      operationId: skuAttributionAuditPendingDaysUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/audit/order/product/attribution/sku-order-count:
    get:
      tags:
      - audit-order-product-attribution-controller
      summary: skuOrderCount
      operationId: skuOrderCountUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                additionalProperties:
                  type: object
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
  /api/audit/order/product/attribution/tab-counts:
    get:
      tags:
      - audit-order-product-attribution-controller
      summary: tabCounts
      operationId: tabCountsUsingGET
      parameters:
      - name: assigneeIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: attributionAttached
        in: query
        required: false
        schema:
          type: boolean
      - name: attributionStatus
        in: query
        required: false
        schema:
          type: string
      - name: brandIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: businessOwnerIds
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: confirmationDateFrom
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: confirmationDateSort
        in: query
        required: false
        schema:
          type: string
      - name: confirmationDateTo
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: createdBy
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: documentsAttached
        in: query
        required: false
        schema:
          type: boolean
      - name: financialStatus
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: modelTypes
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: orderId
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: pendingDaysMax
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: pendingDaysMin
        in: query
        required: false
        schema:
          type: integer
          format: int64
      - name: sources
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - name: styleCode
        in: query
        required: false
        schema:
          type: string
      - name: tab
        in: query
        required: false
        schema:
          type: string
      - name: types
        in: query
        required: false
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AttributionTabCountsResponsePayload'
        '403':
          description: Forbidden!!!!!
        '500':
          description: 500 message
components:
  schemas:
    AttributionTabCountsResponsePayload:
      type: object
      properties:
        all:
          type: integer
          format: int64
        approved:
          type: integer
          format: int64
        audit_pending:
          type: integer
          format: int64
        document_pending:
          type: integer
          format: int64
        rejected:
          type: integer
          format: int64
      title: AttributionTabCountsResponsePayload