Shopify · Capability

Shopify API — Modify

Shopify API — Modify. 12 operations. Lead operation: Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifyModify

What You Can Do

PUT
Deprecated202001updateordersparamorderidrisksparamriskid — Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application
/v1/admin/api/2020-01/orders/{order-id}/risks/risk-id-json
PUT
Deprecated202001updateproductsparamproductidimagesparamimageid — Shopify Modify An Existing Product Image
/v1/admin/api/2020-01/products/{product-id}/images/image-id-json
PUT
Deprecated202004updateordersparamorderidrisksparamriskid — Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application
/v1/admin/api/2020-04/orders/{order-id}/risks/risk-id-json
PUT
Deprecated202004updateproductsparamproductidimagesparamimageid — Shopify Modify An Existing Product Image
/v1/admin/api/2020-04/products/{product-id}/images/image-id-json
PUT
Deprecated202007updateordersparamorderidrisksparamriskid — Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application
/v1/admin/api/2020-07/orders/{order-id}/risks/risk-id-json
PUT
Deprecated202007updateproductsparamproductidimagesparamimageid — Shopify Modify An Existing Product Image
/v1/admin/api/2020-07/products/{product-id}/images/image-id-json
PUT
Updateordersparamorderidrisksparamriskid — Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application
/v1/admin/api/2020-10/orders/{order-id}/risks/risk-id-json
PUT
Updateproductsparamproductidimagesparamimageid — Shopify Modify An Existing Product Image
/v1/admin/api/2020-10/products/{product-id}/images/image-id-json
PUT
Deprecated202101updateordersparamorderidrisksparamriskid — Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application
/v1/admin/api/2021-01/orders/{order-id}/risks/risk-id-json
PUT
Deprecated202101updateproductsparamproductidimagesparamimageid — Shopify Modify An Existing Product Image
/v1/admin/api/2021-01/products/{product-id}/images/image-id-json
PUT
Deprecatedunstableupdateordersparamorderidrisksparamriskid — Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application
/v1/admin/api/unstable/orders/{order-id}/risks/risk-id-json
PUT
Deprecatedunstableupdateproductsparamproductidimagesparamimageid — Shopify Modify An Existing Product Image
/v1/admin/api/unstable/products/{product-id}/images/image-id-json

MCP Tools

shopify-updates-order-risk-you

Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application

idempotent
shopify-modify-existing-product-image

Shopify Modify An Existing Product Image

idempotent
shopify-updates-order-risk-you-2

Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application

idempotent
shopify-modify-existing-product-image-2

Shopify Modify An Existing Product Image

idempotent
shopify-updates-order-risk-you-3

Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application

idempotent
shopify-modify-existing-product-image-3

Shopify Modify An Existing Product Image

idempotent
shopify-updates-order-risk-you-4

Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application

idempotent
shopify-modify-existing-product-image-4

Shopify Modify An Existing Product Image

idempotent
shopify-updates-order-risk-you-5

Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application

idempotent
shopify-modify-existing-product-image-5

Shopify Modify An Existing Product Image

idempotent
shopify-updates-order-risk-you-6

Shopify Updates An Order Risk You Cannot Modify An Order Risk That Was Created By Another Application

idempotent
shopify-modify-existing-product-image-6

Shopify Modify An Existing Product Image

idempotent

Capability Spec

shopify-modify.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Modify
  description: 'Shopify  API — Modify. 12 operations. Lead operation: Shopify Updates An Order Risk                                            You
    Cannot Modify An Order Risk That Was Created By Another Application. Self-contained Naftiko capability covering one Shopify
    business surface.'
  tags:
  - Shopify
  - Modify
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-modify
    baseUri: ''
    description: Shopify  API — Modify business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-orders-order_id-risks-risk_id}.json
      path: /admin/api/2020-01/orders/{order_id}/risks/{risk_id}.json
      operations:
      - name: deprecated202001updateordersparamorderidrisksparamriskid
        method: PUT
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: risk_id
          in: path
          type: string
          description: risk_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-01-products-product_id-images-image_id}.json
      path: /admin/api/2020-01/products/{product_id}/images/{image_id}.json
      operations:
      - name: deprecated202001updateproductsparamproductidimagesparamimageid
        method: PUT
        description: Shopify Modify An Existing Product Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_id
          in: path
          type: string
          description: product_id
          required: true
        - name: image_id
          in: path
          type: string
          description: image_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-orders-order_id-risks-risk_id}.json
      path: /admin/api/2020-04/orders/{order_id}/risks/{risk_id}.json
      operations:
      - name: deprecated202004updateordersparamorderidrisksparamriskid
        method: PUT
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: risk_id
          in: path
          type: string
          description: risk_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-04-products-product_id-images-image_id}.json
      path: /admin/api/2020-04/products/{product_id}/images/{image_id}.json
      operations:
      - name: deprecated202004updateproductsparamproductidimagesparamimageid
        method: PUT
        description: Shopify Modify An Existing Product Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_id
          in: path
          type: string
          description: product_id
          required: true
        - name: image_id
          in: path
          type: string
          description: image_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-orders-order_id-risks-risk_id}.json
      path: /admin/api/2020-07/orders/{order_id}/risks/{risk_id}.json
      operations:
      - name: deprecated202007updateordersparamorderidrisksparamriskid
        method: PUT
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: risk_id
          in: path
          type: string
          description: risk_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-07-products-product_id-images-image_id}.json
      path: /admin/api/2020-07/products/{product_id}/images/{image_id}.json
      operations:
      - name: deprecated202007updateproductsparamproductidimagesparamimageid
        method: PUT
        description: Shopify Modify An Existing Product Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_id
          in: path
          type: string
          description: product_id
          required: true
        - name: image_id
          in: path
          type: string
          description: image_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-orders-order_id-risks-risk_id}.json
      path: /admin/api/2020-10/orders/{order_id}/risks/{risk_id}.json
      operations:
      - name: updateordersparamorderidrisksparamriskid
        method: PUT
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: risk_id
          in: path
          type: string
          description: risk_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-10-products-product_id-images-image_id}.json
      path: /admin/api/2020-10/products/{product_id}/images/{image_id}.json
      operations:
      - name: updateproductsparamproductidimagesparamimageid
        method: PUT
        description: Shopify Modify An Existing Product Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_id
          in: path
          type: string
          description: product_id
          required: true
        - name: image_id
          in: path
          type: string
          description: image_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-orders-order_id-risks-risk_id}.json
      path: /admin/api/2021-01/orders/{order_id}/risks/{risk_id}.json
      operations:
      - name: deprecated202101updateordersparamorderidrisksparamriskid
        method: PUT
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: risk_id
          in: path
          type: string
          description: risk_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2021-01-products-product_id-images-image_id}.json
      path: /admin/api/2021-01/products/{product_id}/images/{image_id}.json
      operations:
      - name: deprecated202101updateproductsparamproductidimagesparamimageid
        method: PUT
        description: Shopify Modify An Existing Product Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_id
          in: path
          type: string
          description: product_id
          required: true
        - name: image_id
          in: path
          type: string
          description: image_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-orders-order_id-risks-risk_id}.json
      path: /admin/api/unstable/orders/{order_id}/risks/{risk_id}.json
      operations:
      - name: deprecatedunstableupdateordersparamorderidrisksparamriskid
        method: PUT
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: order_id
          in: path
          type: string
          description: order_id
          required: true
        - name: risk_id
          in: path
          type: string
          description: risk_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-unstable-products-product_id-images-image_id}.json
      path: /admin/api/unstable/products/{product_id}/images/{image_id}.json
      operations:
      - name: deprecatedunstableupdateproductsparamproductidimagesparamimageid
        method: PUT
        description: Shopify Modify An Existing Product Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product_id
          in: path
          type: string
          description: product_id
          required: true
        - name: image_id
          in: path
          type: string
          description: image_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-modify-rest
    port: 8080
    description: REST adapter for Shopify  API — Modify. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api/2020-01/orders/{order-id}/risks/risk-id-json
      name: admin-api-2020-01-orders-order-id-risks-risk-id-json
      description: REST surface for admin-api-2020-01-orders-order_id-risks-risk_id}.json.
      operations:
      - method: PUT
        name: deprecated202001updateordersparamorderidrisksparamriskid
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        call: shopify-modify.deprecated202001updateordersparamorderidrisksparamriskid
        with:
          order_id: rest.order_id
          risk_id: rest.risk_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/products/{product-id}/images/image-id-json
      name: admin-api-2020-01-products-product-id-images-image-id-json
      description: REST surface for admin-api-2020-01-products-product_id-images-image_id}.json.
      operations:
      - method: PUT
        name: deprecated202001updateproductsparamproductidimagesparamimageid
        description: Shopify Modify An Existing Product Image
        call: shopify-modify.deprecated202001updateproductsparamproductidimagesparamimageid
        with:
          product_id: rest.product_id
          image_id: rest.image_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/orders/{order-id}/risks/risk-id-json
      name: admin-api-2020-04-orders-order-id-risks-risk-id-json
      description: REST surface for admin-api-2020-04-orders-order_id-risks-risk_id}.json.
      operations:
      - method: PUT
        name: deprecated202004updateordersparamorderidrisksparamriskid
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        call: shopify-modify.deprecated202004updateordersparamorderidrisksparamriskid
        with:
          order_id: rest.order_id
          risk_id: rest.risk_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-04/products/{product-id}/images/image-id-json
      name: admin-api-2020-04-products-product-id-images-image-id-json
      description: REST surface for admin-api-2020-04-products-product_id-images-image_id}.json.
      operations:
      - method: PUT
        name: deprecated202004updateproductsparamproductidimagesparamimageid
        description: Shopify Modify An Existing Product Image
        call: shopify-modify.deprecated202004updateproductsparamproductidimagesparamimageid
        with:
          product_id: rest.product_id
          image_id: rest.image_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/orders/{order-id}/risks/risk-id-json
      name: admin-api-2020-07-orders-order-id-risks-risk-id-json
      description: REST surface for admin-api-2020-07-orders-order_id-risks-risk_id}.json.
      operations:
      - method: PUT
        name: deprecated202007updateordersparamorderidrisksparamriskid
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        call: shopify-modify.deprecated202007updateordersparamorderidrisksparamriskid
        with:
          order_id: rest.order_id
          risk_id: rest.risk_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-07/products/{product-id}/images/image-id-json
      name: admin-api-2020-07-products-product-id-images-image-id-json
      description: REST surface for admin-api-2020-07-products-product_id-images-image_id}.json.
      operations:
      - method: PUT
        name: deprecated202007updateproductsparamproductidimagesparamimageid
        description: Shopify Modify An Existing Product Image
        call: shopify-modify.deprecated202007updateproductsparamproductidimagesparamimageid
        with:
          product_id: rest.product_id
          image_id: rest.image_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/orders/{order-id}/risks/risk-id-json
      name: admin-api-2020-10-orders-order-id-risks-risk-id-json
      description: REST surface for admin-api-2020-10-orders-order_id-risks-risk_id}.json.
      operations:
      - method: PUT
        name: updateordersparamorderidrisksparamriskid
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        call: shopify-modify.updateordersparamorderidrisksparamriskid
        with:
          order_id: rest.order_id
          risk_id: rest.risk_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-10/products/{product-id}/images/image-id-json
      name: admin-api-2020-10-products-product-id-images-image-id-json
      description: REST surface for admin-api-2020-10-products-product_id-images-image_id}.json.
      operations:
      - method: PUT
        name: updateproductsparamproductidimagesparamimageid
        description: Shopify Modify An Existing Product Image
        call: shopify-modify.updateproductsparamproductidimagesparamimageid
        with:
          product_id: rest.product_id
          image_id: rest.image_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/orders/{order-id}/risks/risk-id-json
      name: admin-api-2021-01-orders-order-id-risks-risk-id-json
      description: REST surface for admin-api-2021-01-orders-order_id-risks-risk_id}.json.
      operations:
      - method: PUT
        name: deprecated202101updateordersparamorderidrisksparamriskid
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        call: shopify-modify.deprecated202101updateordersparamorderidrisksparamriskid
        with:
          order_id: rest.order_id
          risk_id: rest.risk_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2021-01/products/{product-id}/images/image-id-json
      name: admin-api-2021-01-products-product-id-images-image-id-json
      description: REST surface for admin-api-2021-01-products-product_id-images-image_id}.json.
      operations:
      - method: PUT
        name: deprecated202101updateproductsparamproductidimagesparamimageid
        description: Shopify Modify An Existing Product Image
        call: shopify-modify.deprecated202101updateproductsparamproductidimagesparamimageid
        with:
          product_id: rest.product_id
          image_id: rest.image_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/orders/{order-id}/risks/risk-id-json
      name: admin-api-unstable-orders-order-id-risks-risk-id-json
      description: REST surface for admin-api-unstable-orders-order_id-risks-risk_id}.json.
      operations:
      - method: PUT
        name: deprecatedunstableupdateordersparamorderidrisksparamriskid
        description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
          That Was Created By Another Application
        call: shopify-modify.deprecatedunstableupdateordersparamorderidrisksparamriskid
        with:
          order_id: rest.order_id
          risk_id: rest.risk_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/unstable/products/{product-id}/images/image-id-json
      name: admin-api-unstable-products-product-id-images-image-id-json
      description: REST surface for admin-api-unstable-products-product_id-images-image_id}.json.
      operations:
      - method: PUT
        name: deprecatedunstableupdateproductsparamproductidimagesparamimageid
        description: Shopify Modify An Existing Product Image
        call: shopify-modify.deprecatedunstableupdateproductsparamproductidimagesparamimageid
        with:
          product_id: rest.product_id
          image_id: rest.image_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-modify-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Modify. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-updates-order-risk-you
      description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
        That Was Created By Another Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202001updateordersparamorderidrisksparamriskid
      with:
        order_id: tools.order_id
        risk_id: tools.risk_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-modify-existing-product-image
      description: Shopify Modify An Existing Product Image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202001updateproductsparamproductidimagesparamimageid
      with:
        product_id: tools.product_id
        image_id: tools.image_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-updates-order-risk-you-2
      description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
        That Was Created By Another Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202004updateordersparamorderidrisksparamriskid
      with:
        order_id: tools.order_id
        risk_id: tools.risk_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-modify-existing-product-image-2
      description: Shopify Modify An Existing Product Image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202004updateproductsparamproductidimagesparamimageid
      with:
        product_id: tools.product_id
        image_id: tools.image_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-updates-order-risk-you-3
      description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
        That Was Created By Another Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202007updateordersparamorderidrisksparamriskid
      with:
        order_id: tools.order_id
        risk_id: tools.risk_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-modify-existing-product-image-3
      description: Shopify Modify An Existing Product Image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202007updateproductsparamproductidimagesparamimageid
      with:
        product_id: tools.product_id
        image_id: tools.image_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-updates-order-risk-you-4
      description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
        That Was Created By Another Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.updateordersparamorderidrisksparamriskid
      with:
        order_id: tools.order_id
        risk_id: tools.risk_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-modify-existing-product-image-4
      description: Shopify Modify An Existing Product Image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.updateproductsparamproductidimagesparamimageid
      with:
        product_id: tools.product_id
        image_id: tools.image_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-updates-order-risk-you-5
      description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
        That Was Created By Another Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202101updateordersparamorderidrisksparamriskid
      with:
        order_id: tools.order_id
        risk_id: tools.risk_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-modify-existing-product-image-5
      description: Shopify Modify An Existing Product Image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecated202101updateproductsparamproductidimagesparamimageid
      with:
        product_id: tools.product_id
        image_id: tools.image_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-updates-order-risk-you-6
      description: Shopify Updates An Order Risk                                            You Cannot Modify An Order Risk
        That Was Created By Another Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecatedunstableupdateordersparamorderidrisksparamriskid
      with:
        order_id: tools.order_id
        risk_id: tools.risk_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-modify-existing-product-image-6
      description: Shopify Modify An Existing Product Image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: shopify-modify.deprecatedunstableupdateproductsparamproductidimagesparamimageid
      with:
        product_id: tools.product_id
        image_id: tools.image_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.