eBay · Capability

eBay Compliance API — Listing_violation_summary

eBay Compliance API — Listing_violation_summary. 1 operations. Lead operation: Listing_violation_summary. Self-contained Naftiko capability covering one Ebay business surface.

Run with Naftiko EbayListing_violation_summary

What You Can Do

GET
Getlistingviolationssummary — This call returns listing violation counts for a seller. A user can pass in one or more compliance types through the compliance_type query parameter. See Comp
/v1/listing-violation-summary

MCP Tools

this-call-returns-listing-violation

This call returns listing violation counts for a seller. A user can pass in one or more compliance types through the compliance_type query parameter. See Comp

read-only idempotent

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: eBay Compliance API — Listing_violation_summary
  description: 'eBay Compliance API — Listing_violation_summary. 1 operations. Lead operation: Listing_violation_summary.
    Self-contained Naftiko capability covering one Ebay business surface.'
  tags:
  - Ebay
  - Listing_violation_summary
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EBAY_API_KEY: EBAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: compliance-listing-violation-summary
    baseUri: https://api.ebay.com{basePath}
    description: eBay Compliance API — Listing_violation_summary business capability. Self-contained, no shared references.
    resources:
    - name: listing_violation_summary
      path: /listing_violation_summary
      operations:
      - name: getlistingviolationssummary
        method: GET
        description: This call returns listing violation counts for a seller. A user can pass in one or more compliance types
          through the <strong>compliance_type</strong> query parameter. See <a href="/api-docs/sell/compliance/types/com:ComplianceTypeEnum">Comp
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-EBAY-C-MARKETPLACE-ID
          in: header
          type: string
          description: 'This header identifies the seller''s eBay marketplace. <br><br>Supported values for this header can
            be found in the <a href="/api-docs/sell/compliance/types/bas:'
          required: true
        - name: compliance_type
          in: query
          type: string
          description: 'This query parameter specifies the compliance type(s) of the listing violation counts being retrieved.
            <br><br>See <a href="/api-docs/sell/compliance/types/com:'
    authentication:
      type: bearer
      token: '{{env.EBAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: compliance-listing-violation-summary-rest
    port: 8080
    description: REST adapter for eBay Compliance API — Listing_violation_summary. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/listing-violation-summary
      name: listing-violation-summary
      description: REST surface for listing_violation_summary.
      operations:
      - method: GET
        name: getlistingviolationssummary
        description: This call returns listing violation counts for a seller. A user can pass in one or more compliance types
          through the <strong>compliance_type</strong> query parameter. See <a href="/api-docs/sell/compliance/types/com:ComplianceTypeEnum">Comp
        call: compliance-listing-violation-summary.getlistingviolationssummary
        with:
          X-EBAY-C-MARKETPLACE-ID: rest.X-EBAY-C-MARKETPLACE-ID
          compliance_type: rest.compliance_type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: compliance-listing-violation-summary-mcp
    port: 9090
    transport: http
    description: MCP adapter for eBay Compliance API — Listing_violation_summary. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: this-call-returns-listing-violation
      description: This call returns listing violation counts for a seller. A user can pass in one or more compliance types
        through the <strong>compliance_type</strong> query parameter. See <a href="/api-docs/sell/compliance/types/com:ComplianceTypeEnum">Comp
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: compliance-listing-violation-summary.getlistingviolationssummary
      with:
        X-EBAY-C-MARKETPLACE-ID: tools.X-EBAY-C-MARKETPLACE-ID
        compliance_type: tools.compliance_type
      outputParameters:
      - type: object
        mapping: $.