naftiko: 1.0.0-alpha2 info: label: Etsy Open API v3 — ShopListing VariationImage description: 'Etsy Open API v3 — ShopListing VariationImage. 2 operations. Lead operation: Get Listing Variation Images. Self-contained Naftiko capability covering one Etsy business surface.' tags: - Etsy - Open API v3 - ShopListing VariationImage 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-variation-image baseUri: https://openapi.etsy.com description: Etsy Open API v3 — ShopListing VariationImage business capability. Self-contained, no shared references. authentication: type: apikey key: x-api-key value: '{{env.ETSY_API_KEY}}' placement: header resources: - name: shops-listings-variation-images path: /v3/application/shops/{shop_id}/listings/{listing_id}/variation-images operations: - name: getListingVariationImages method: GET description: Get Listing Variation Images inputParameters: - name: shop_id in: path type: integer required: true description: The unique positive non-zero numeric ID for an Etsy Shop. - name: listing_id in: path type: integer required: true description: The numeric ID for the [listing](/documentation/reference#tag/ShopListing) associated to this transaction. outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateVariationImages method: POST description: Update Variation Images inputParameters: - name: shop_id in: path type: integer required: true description: The unique positive non-zero numeric ID for an Etsy Shop. - name: listing_id in: path type: integer required: true description: The numeric ID for the [listing](/documentation/reference#tag/ShopListing) associated to this transaction. - name: body in: body type: object required: false description: JSON request body. outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: open-api-v3-shop-listing-variation-image-rest port: 8080 description: REST adapter for Etsy Open API v3 — ShopListing VariationImage. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/shops/{shop_id}/listings/{listing_id}/variation-images name: shops-listings-variation-images description: REST surface for shops-listings-variation-images. operations: - method: GET name: getListingVariationImages description: Get Listing Variation Images call: open-api-v3-shop-listing-variation-image.getListingVariationImages with: shop_id: rest.shop_id listing_id: rest.listing_id outputParameters: - type: object mapping: $. - method: POST name: updateVariationImages description: Update Variation Images call: open-api-v3-shop-listing-variation-image.updateVariationImages with: shop_id: rest.shop_id listing_id: rest.listing_id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: open-api-v3-shop-listing-variation-image-mcp port: 9090 transport: http description: MCP adapter for Etsy Open API v3 — ShopListing VariationImage. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-listing-variation-images description: Get Listing Variation Images hints: readOnly: true destructive: false idempotent: true call: open-api-v3-shop-listing-variation-image.getListingVariationImages with: shop_id: tools.shop_id listing_id: tools.listing_id outputParameters: - type: object mapping: $. - name: update-variation-images description: Update Variation Images hints: readOnly: false destructive: false idempotent: false call: open-api-v3-shop-listing-variation-image.updateVariationImages with: shop_id: tools.shop_id listing_id: tools.listing_id body: tools.body outputParameters: - type: object mapping: $.