naftiko: 1.0.0-alpha2 info: label: Shopify API — Time description: 'Shopify API — Time. 4 operations. Lead operation: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format). Self-contained Naftiko capability covering one Shopify business surface.' tags: - Shopify - Time created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SHOPIFY_API_KEY: SHOPIFY_API_KEY capability: consumes: - type: http namespace: shopify-time baseUri: '' description: Shopify API — Time business capability. Self-contained, no shared references. resources: - name: admin-api-2020-01-shopify_payments-disputes.json path: /admin/api/2020-01/shopify_payments/disputes.json operations: - name: deprecated202001getshopifypaymentsdisputes method: GET description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Return only disputes after the specified ID. - name: last_id in: query type: string description: Return only disputes before the specified ID. - name: status in: query type: string description: Return only disputes with the specified status. - name: initiated_at in: query type: string description: Return only disputes with the specified initiated_at date (ISO 8601 format). - name: admin-api-2020-04-shopify_payments-disputes.json path: /admin/api/2020-04/shopify_payments/disputes.json operations: - name: deprecated202004getshopifypaymentsdisputes method: GET description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Return only disputes after the specified ID. - name: last_id in: query type: string description: Return only disputes before the specified ID. - name: status in: query type: string description: Return only disputes with the specified status. - name: initiated_at in: query type: string description: Return only disputes with the specified initiated_at date (ISO 8601 format). - name: admin-api-2021-01-fulfillment_orders-fulfillment_order_id-reschedule.json path: /admin/api/2021-01/fulfillment_orders/{fulfillment_order_id}/reschedule.json operations: - name: deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule method: POST description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fulfillment_order_id in: path type: string description: fulfillment_order_id required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-unstable-fulfillment_orders-fulfillment_order_id-reschedule.json path: /admin/api/unstable/fulfillment_orders/{fulfillment_order_id}/reschedule.json operations: - name: deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule method: POST description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fulfillment_order_id in: path type: string description: fulfillment_order_id required: true - name: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: shopify-time-rest port: 8080 description: REST adapter for Shopify API — Time. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/admin/api/2020-01/shopify-payments/disputes-json name: admin-api-2020-01-shopify-payments-disputes-json description: REST surface for admin-api-2020-01-shopify_payments-disputes.json. operations: - method: GET name: deprecated202001getshopifypaymentsdisputes description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format) call: shopify-time.deprecated202001getshopifypaymentsdisputes with: since_id: rest.since_id last_id: rest.last_id status: rest.status initiated_at: rest.initiated_at outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/shopify-payments/disputes-json name: admin-api-2020-04-shopify-payments-disputes-json description: REST surface for admin-api-2020-04-shopify_payments-disputes.json. operations: - method: GET name: deprecated202004getshopifypaymentsdisputes description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format) call: shopify-time.deprecated202004getshopifypaymentsdisputes with: since_id: rest.since_id last_id: rest.last_id status: rest.status initiated_at: rest.initiated_at outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/fulfillment-orders/{fulfillment-order-id}/reschedule-json name: admin-api-2021-01-fulfillment-orders-fulfillment-order-id-reschedule-json description: REST surface for admin-api-2021-01-fulfillment_orders-fulfillment_order_id-reschedule.json. operations: - method: POST name: deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order call: shopify-time.deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule with: fulfillment_order_id: rest.fulfillment_order_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/fulfillment-orders/{fulfillment-order-id}/reschedule-json name: admin-api-unstable-fulfillment-orders-fulfillment-order-id-reschedule-json description: REST surface for admin-api-unstable-fulfillment_orders-fulfillment_order_id-reschedule.json. operations: - method: POST name: deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order call: shopify-time.deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule with: fulfillment_order_id: rest.fulfillment_order_id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: shopify-time-mcp port: 9090 transport: http description: MCP adapter for Shopify API — Time. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: shopify-retrieve-all-disputes-ordered description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format) hints: readOnly: true destructive: false idempotent: true call: shopify-time.deprecated202001getshopifypaymentsdisputes with: since_id: tools.since_id last_id: tools.last_id status: tools.status initiated_at: tools.initiated_at outputParameters: - type: object mapping: $. - name: shopify-retrieve-all-disputes-ordered-2 description: Shopify Retrieve All Disputes Ordered By Initiated_at Date And Time (iso 8601 Format) hints: readOnly: true destructive: false idempotent: true call: shopify-time.deprecated202004getshopifypaymentsdisputes with: since_id: tools.since_id last_id: tools.last_id status: tools.status initiated_at: tools.initiated_at outputParameters: - type: object mapping: $. - name: shopify-updates-fulfill-time-scheduled description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order hints: readOnly: false destructive: false idempotent: false call: shopify-time.deprecated202101createfulfillmentordersparamfulfillmentorderidreschedule with: fulfillment_order_id: tools.fulfillment_order_id body: tools.body outputParameters: - type: object mapping: $. - name: shopify-updates-fulfill-time-scheduled-2 description: Shopify Updates The Fulfill_at Time Of A Scheduled Fulfillment Order hints: readOnly: false destructive: false idempotent: false call: shopify-time.deprecatedunstablecreatefulfillmentordersparamfulfillmentorderidreschedule with: fulfillment_order_id: tools.fulfillment_order_id body: tools.body outputParameters: - type: object mapping: $.