Etsy · Capability

Etsy Open API v3 — ShopListing Product

Etsy Open API v3 — ShopListing Product. 1 operations. Lead operation: Get Listing Product. Self-contained Naftiko capability covering one Etsy business surface.

Run with Naftiko EtsyOpen API v3ShopListing Product

What You Can Do

GET
Getlistingproduct — Get Listing Product
/v1/listings/{listing_id}/inventory/products/{product_id}

MCP Tools

get-listing-product

Get Listing Product

read-only idempotent

Capability Spec

open-api-v3-shop-listing-product.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Etsy Open API v3 — ShopListing Product
  description: 'Etsy Open API v3 — ShopListing Product. 1 operations. Lead operation: Get Listing Product. Self-contained Naftiko capability covering one Etsy business surface.'
  tags:
    - Etsy
    - Open API v3
    - ShopListing Product
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
  - namespace: env
    keys:
      ETSY_API_KEY: ETSY_API_KEY
      ETSY_OAUTH_TOKEN: ETSY_OAUTH_TOKEN
capability:
  consumes:
    - type: http
      namespace: open-api-v3-shop-listing-product
      baseUri: https://openapi.etsy.com
      description: Etsy Open API v3 — ShopListing Product business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: x-api-key
        value: '{{env.ETSY_API_KEY}}'
        placement: header
      resources:
        - name: listings-inventory-products
          path: /v3/application/listings/{listing_id}/inventory/products/{product_id}
          operations:
            - name: getListingProduct
              method: GET
              description: Get Listing Product
              inputParameters:
                - name: listing_id
                  in: path
                  type: integer
                  required: true
                  description: The listing to return a ListingProduct for.
                - name: product_id
                  in: path
                  type: integer
                  required: true
                  description: The numeric ID for a specific [product](/documentation/reference#tag/ShopListing-Product) purchased from a listing.
                - name: legacy
                  in: query
                  type: boolean
                  required: false
                  description: This parameter is needed to enable new parameters and response values related to processing profiles.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: open-api-v3-shop-listing-product-rest
      port: 8080
      description: REST adapter for Etsy Open API v3 — ShopListing Product. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/listings/{listing_id}/inventory/products/{product_id}
          name: listings-inventory-products
          description: REST surface for listings-inventory-products.
          operations:
            - method: GET
              name: getListingProduct
              description: Get Listing Product
              call: open-api-v3-shop-listing-product.getListingProduct
              with:
                listing_id: rest.listing_id
                product_id: rest.product_id
                legacy: rest.legacy
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: open-api-v3-shop-listing-product-mcp
      port: 9090
      transport: http
      description: MCP adapter for Etsy Open API v3 — ShopListing Product. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: get-listing-product
          description: Get Listing Product
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: open-api-v3-shop-listing-product.getListingProduct
          with:
            listing_id: tools.listing_id
            product_id: tools.product_id
            legacy: tools.legacy
          outputParameters:
            - type: object
              mapping: $.