Shopify · Capability

Shopify API — Publish

Shopify API — Publish. 9 operations. Lead operation: Shopify Create A Collection Listing To Publish A Collection To Your App. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyPublish

What You Can Do

PUT
Deprecated202001updatecollectionlistingsparamcollectionlistingid — Shopify Create A Collection Listing To Publish A Collection To Your App
/v1/admin/api/2020-01/collection-listings/collection-listing-id-json
PUT
Deprecated202001updateproductlistingsparamproductlistingid — Shopify Create A Product Listing To Publish A Product To Your App
/v1/admin/api/2020-01/product-listings/product-listing-id-json
PUT
Deprecated202004updatecollectionlistingsparamcollectionlistingid — Shopify Create A Collection Listing To Publish A Collection To Your App
/v1/admin/api/2020-04/collection-listings/collection-listing-id-json
PUT
Deprecated202004updateproductlistingsparamproductlistingid — Shopify Create A Product Listing To Publish A Product To Your App
/v1/admin/api/2020-04/product-listings/product-listing-id-json
PUT
Deprecated202007updatecollectionlistingsparamcollectionlistingid — Shopify Create A Collection Listing To Publish A Collection To Your App
/v1/admin/api/2020-07/collection-listings/collection-listing-id-json
PUT
Deprecated202007updateproductlistingsparamproductlistingid — Shopify Create A Product Listing To Publish A Product To Your App
/v1/admin/api/2020-07/product-listings/product-listing-id-json
PUT
Updatecollectionlistingsparamcollectionlistingid — Shopify Create A Collection Listing To Publish A Collection To Your App
/v1/admin/api/2020-10/collection-listings/collection-listing-id-json
PUT
Deprecated202101updatecollectionlistingsparamcollectionlistingid — Shopify Create A Collection Listing To Publish A Collection To Your App
/v1/admin/api/2021-01/collection-listings/collection-listing-id-json
PUT
Deprecatedunstableupdatecollectionlistingsparamcollectionlistingid — Shopify Create A Collection Listing To Publish A Collection To Your App
/v1/admin/api/unstable/collection-listings/collection-listing-id-json

MCP Tools

shopify-create-collection-listing-publish

Shopify Create A Collection Listing To Publish A Collection To Your App

idempotent
shopify-create-product-listing-publish

Shopify Create A Product Listing To Publish A Product To Your App

idempotent
shopify-create-collection-listing-publish-2

Shopify Create A Collection Listing To Publish A Collection To Your App

idempotent
shopify-create-product-listing-publish-2

Shopify Create A Product Listing To Publish A Product To Your App

idempotent
shopify-create-collection-listing-publish-3

Shopify Create A Collection Listing To Publish A Collection To Your App

idempotent
shopify-create-product-listing-publish-3

Shopify Create A Product Listing To Publish A Product To Your App

idempotent
shopify-create-collection-listing-publish-4

Shopify Create A Collection Listing To Publish A Collection To Your App

idempotent
shopify-create-collection-listing-publish-5

Shopify Create A Collection Listing To Publish A Collection To Your App

idempotent
shopify-create-collection-listing-publish-6

Shopify Create A Collection Listing To Publish A Collection To Your App

idempotent

Capability Spec

shopify-publish.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Publish
  description: 'Shopify  API — Publish. 9 operations. Lead operation: Shopify Create A Collection Listing To Publish A Collection
    To Your App. Self-contained Naftiko capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Publish
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-publish
    baseUri: ''
    description: Shopify  API — Publish business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-collection_listings-collection_listing_id}.json
      path: /admin/api/2020-01/collection_listings/{collection_listing_id}.json
      operations:
      - name: deprecated202001updatecollectionlistingsparamcollectionlistingid
        method: PUT
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: collection_listing_id
          in: path
          type: string
          description: collection_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-01-product_listings-product_listing_id}.json
      path: /admin/api/2020-01/product_listings/{product_listing_id}.json
      operations:
      - name: deprecated202001updateproductlistingsparamproductlistingid
        method: PUT
        description: Shopify Create A Product Listing To Publish A Product To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_listing_id
          in: path
          type: string
          description: product_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-collection_listings-collection_listing_id}.json
      path: /admin/api/2020-04/collection_listings/{collection_listing_id}.json
      operations:
      - name: deprecated202004updatecollectionlistingsparamcollectionlistingid
        method: PUT
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: collection_listing_id
          in: path
          type: string
          description: collection_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-product_listings-product_listing_id}.json
      path: /admin/api/2020-04/product_listings/{product_listing_id}.json
      operations:
      - name: deprecated202004updateproductlistingsparamproductlistingid
        method: PUT
        description: Shopify Create A Product Listing To Publish A Product To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_listing_id
          in: path
          type: string
          description: product_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-collection_listings-collection_listing_id}.json
      path: /admin/api/2020-07/collection_listings/{collection_listing_id}.json
      operations:
      - name: deprecated202007updatecollectionlistingsparamcollectionlistingid
        method: PUT
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: collection_listing_id
          in: path
          type: string
          description: collection_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-product_listings-product_listing_id}.json
      path: /admin/api/2020-07/product_listings/{product_listing_id}.json
      operations:
      - name: deprecated202007updateproductlistingsparamproductlistingid
        method: PUT
        description: Shopify Create A Product Listing To Publish A Product To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_listing_id
          in: path
          type: string
          description: product_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-collection_listings-collection_listing_id}.json
      path: /admin/api/2020-10/collection_listings/{collection_listing_id}.json
      operations:
      - name: updatecollectionlistingsparamcollectionlistingid
        method: PUT
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: collection_listing_id
          in: path
          type: string
          description: collection_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-collection_listings-collection_listing_id}.json
      path: /admin/api/2021-01/collection_listings/{collection_listing_id}.json
      operations:
      - name: deprecated202101updatecollectionlistingsparamcollectionlistingid
        method: PUT
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: collection_listing_id
          in: path
          type: string
          description: collection_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-collection_listings-collection_listing_id}.json
      path: /admin/api/unstable/collection_listings/{collection_listing_id}.json
      operations:
      - name: deprecatedunstableupdatecollectionlistingsparamcollectionlistingid
        method: PUT
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: collection_listing_id
          in: path
          type: string
          description: collection_listing_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-publish-rest
    port: 8080
    description: REST adapter for Shopify  API — Publish. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/collection-listings/collection-listing-id-json
      name: admin-api-2020-01-collection-listings-collection-listing-id-json
      description: REST surface for admin-api-2020-01-collection_listings-collection_listing_id}.json.
      operations:
      - method: PUT
        name: deprecated202001updatecollectionlistingsparamcollectionlistingid
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        call: shopify-publish.deprecated202001updatecollectionlistingsparamcollectionlistingid
        with:
          collection_listing_id: rest.collection_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/product-listings/product-listing-id-json
      name: admin-api-2020-01-product-listings-product-listing-id-json
      description: REST surface for admin-api-2020-01-product_listings-product_listing_id}.json.
      operations:
      - method: PUT
        name: deprecated202001updateproductlistingsparamproductlistingid
        description: Shopify Create A Product Listing To Publish A Product To Your App
        call: shopify-publish.deprecated202001updateproductlistingsparamproductlistingid
        with:
          product_listing_id: rest.product_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/collection-listings/collection-listing-id-json
      name: admin-api-2020-04-collection-listings-collection-listing-id-json
      description: REST surface for admin-api-2020-04-collection_listings-collection_listing_id}.json.
      operations:
      - method: PUT
        name: deprecated202004updatecollectionlistingsparamcollectionlistingid
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        call: shopify-publish.deprecated202004updatecollectionlistingsparamcollectionlistingid
        with:
          collection_listing_id: rest.collection_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/product-listings/product-listing-id-json
      name: admin-api-2020-04-product-listings-product-listing-id-json
      description: REST surface for admin-api-2020-04-product_listings-product_listing_id}.json.
      operations:
      - method: PUT
        name: deprecated202004updateproductlistingsparamproductlistingid
        description: Shopify Create A Product Listing To Publish A Product To Your App
        call: shopify-publish.deprecated202004updateproductlistingsparamproductlistingid
        with:
          product_listing_id: rest.product_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/collection-listings/collection-listing-id-json
      name: admin-api-2020-07-collection-listings-collection-listing-id-json
      description: REST surface for admin-api-2020-07-collection_listings-collection_listing_id}.json.
      operations:
      - method: PUT
        name: deprecated202007updatecollectionlistingsparamcollectionlistingid
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        call: shopify-publish.deprecated202007updatecollectionlistingsparamcollectionlistingid
        with:
          collection_listing_id: rest.collection_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/product-listings/product-listing-id-json
      name: admin-api-2020-07-product-listings-product-listing-id-json
      description: REST surface for admin-api-2020-07-product_listings-product_listing_id}.json.
      operations:
      - method: PUT
        name: deprecated202007updateproductlistingsparamproductlistingid
        description: Shopify Create A Product Listing To Publish A Product To Your App
        call: shopify-publish.deprecated202007updateproductlistingsparamproductlistingid
        with:
          product_listing_id: rest.product_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/collection-listings/collection-listing-id-json
      name: admin-api-2020-10-collection-listings-collection-listing-id-json
      description: REST surface for admin-api-2020-10-collection_listings-collection_listing_id}.json.
      operations:
      - method: PUT
        name: updatecollectionlistingsparamcollectionlistingid
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        call: shopify-publish.updatecollectionlistingsparamcollectionlistingid
        with:
          collection_listing_id: rest.collection_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/collection-listings/collection-listing-id-json
      name: admin-api-2021-01-collection-listings-collection-listing-id-json
      description: REST surface for admin-api-2021-01-collection_listings-collection_listing_id}.json.
      operations:
      - method: PUT
        name: deprecated202101updatecollectionlistingsparamcollectionlistingid
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        call: shopify-publish.deprecated202101updatecollectionlistingsparamcollectionlistingid
        with:
          collection_listing_id: rest.collection_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/collection-listings/collection-listing-id-json
      name: admin-api-unstable-collection-listings-collection-listing-id-json
      description: REST surface for admin-api-unstable-collection_listings-collection_listing_id}.json.
      operations:
      - method: PUT
        name: deprecatedunstableupdatecollectionlistingsparamcollectionlistingid
        description: Shopify Create A Collection Listing To Publish A Collection To Your App
        call: shopify-publish.deprecatedunstableupdatecollectionlistingsparamcollectionlistingid
        with:
          collection_listing_id: rest.collection_listing_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-publish-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Publish. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-create-collection-listing-publish
      description: Shopify Create A Collection Listing To Publish A Collection To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecated202001updatecollectionlistingsparamcollectionlistingid
      with:
        collection_listing_id: tools.collection_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-product-listing-publish
      description: Shopify Create A Product Listing To Publish A Product To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecated202001updateproductlistingsparamproductlistingid
      with:
        product_listing_id: tools.product_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-collection-listing-publish-2
      description: Shopify Create A Collection Listing To Publish A Collection To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecated202004updatecollectionlistingsparamcollectionlistingid
      with:
        collection_listing_id: tools.collection_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-product-listing-publish-2
      description: Shopify Create A Product Listing To Publish A Product To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecated202004updateproductlistingsparamproductlistingid
      with:
        product_listing_id: tools.product_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-collection-listing-publish-3
      description: Shopify Create A Collection Listing To Publish A Collection To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecated202007updatecollectionlistingsparamcollectionlistingid
      with:
        collection_listing_id: tools.collection_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-product-listing-publish-3
      description: Shopify Create A Product Listing To Publish A Product To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecated202007updateproductlistingsparamproductlistingid
      with:
        product_listing_id: tools.product_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-collection-listing-publish-4
      description: Shopify Create A Collection Listing To Publish A Collection To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.updatecollectionlistingsparamcollectionlistingid
      with:
        collection_listing_id: tools.collection_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-collection-listing-publish-5
      description: Shopify Create A Collection Listing To Publish A Collection To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecated202101updatecollectionlistingsparamcollectionlistingid
      with:
        collection_listing_id: tools.collection_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-create-collection-listing-publish-6
      description: Shopify Create A Collection Listing To Publish A Collection To Your App
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-publish.deprecatedunstableupdatecollectionlistingsparamcollectionlistingid
      with:
        collection_listing_id: tools.collection_listing_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.