naftiko: 1.0.0-alpha2 info: label: Shopify API — Checkout description: 'Shopify API — Checkout. 48 operations. Lead operation: Shopify Creates A Checkout. Self-contained Naftiko capability covering one Shopify business surface.' tags: - Shopify - Checkout created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SHOPIFY_API_KEY: SHOPIFY_API_KEY capability: consumes: - type: http namespace: shopify-checkout baseUri: '' description: Shopify API — Checkout business capability. Self-contained, no shared references. resources: - name: admin-api-2020-01-checkouts.json path: /admin/api/2020-01/checkouts.json operations: - name: deprecated202001createcheckouts method: POST description: Shopify Creates A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-01-checkouts-token}.json path: /admin/api/2020-01/checkouts/{token}.json operations: - name: deprecated202001getcheckoutsparamtoken method: GET description: Shopify Retrieves A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: deprecated202001updatecheckoutsparamtoken method: PUT description: Shopify Modifies An Existing Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-01-checkouts-token-complete.json path: /admin/api/2020-01/checkouts/{token}/complete.json operations: - name: deprecated202001createcheckoutsparamtokencomplete method: POST description: Shopify Completes A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-01-checkouts-token-payments.json path: /admin/api/2020-01/checkouts/{token}/payments.json operations: - name: deprecated202001createcheckoutsparamtokenpayments method: POST description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: "amount\n required" in: query type: string description: The amount of the payment. - name: "request_details\n required" in: query type: string description: 'The details of the request, including the following attributes:' - name: "session_id\n required" in: query type: string description: A session ID provided by the card vault when creating a payment session. - name: "unique_token\n required" in: query type: string description: A unique idempotency token generated by your app. This can be any value, but must be unique across all payment requests. - name: body in: body type: object description: Request body (JSON). required: false - name: deprecated202001getcheckoutsparamtokenpayments method: GET description: Shopify Retrieves A List Of Payments On A Particular Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-01-checkouts-token-payments-count.json path: /admin/api/2020-01/checkouts/{token}/payments/count.json operations: - name: deprecated202001getcheckoutsparamtokenpaymentscount method: GET description: Shopify Counts The Number Of Payments Attempted On A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-01-checkouts-token-shipping_rates.json path: /admin/api/2020-01/checkouts/{token}/shipping_rates.json operations: - name: deprecated202001getcheckoutsparamtokenshippingrates method: GET description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-04-checkouts.json path: /admin/api/2020-04/checkouts.json operations: - name: deprecated202004createcheckouts method: POST description: Shopify Creates A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-04-checkouts-token}.json path: /admin/api/2020-04/checkouts/{token}.json operations: - name: deprecated202004getcheckoutsparamtoken method: GET description: Shopify Retrieves A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: deprecated202004updatecheckoutsparamtoken method: PUT description: Shopify Modifies An Existing Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-04-checkouts-token-complete.json path: /admin/api/2020-04/checkouts/{token}/complete.json operations: - name: deprecated202004createcheckoutsparamtokencomplete method: POST description: Shopify Completes A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-04-checkouts-token-payments.json path: /admin/api/2020-04/checkouts/{token}/payments.json operations: - name: deprecated202004createcheckoutsparamtokenpayments method: POST description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: "amount\n required" in: query type: string description: The amount of the payment. - name: "request_details\n required" in: query type: string description: 'The details of the request, including the following attributes:' - name: "session_id\n required" in: query type: string description: A session ID provided by the card vault when creating a payment session. - name: "unique_token\n required" in: query type: string description: A unique idempotency token generated by your app. This can be any value, but must be unique across all payment requests. - name: body in: body type: object description: Request body (JSON). required: false - name: deprecated202004getcheckoutsparamtokenpayments method: GET description: Shopify Retrieves A List Of Payments On A Particular Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-04-checkouts-token-payments-count.json path: /admin/api/2020-04/checkouts/{token}/payments/count.json operations: - name: deprecated202004getcheckoutsparamtokenpaymentscount method: GET description: Shopify Counts The Number Of Payments Attempted On A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-04-checkouts-token-shipping_rates.json path: /admin/api/2020-04/checkouts/{token}/shipping_rates.json operations: - name: deprecated202004getcheckoutsparamtokenshippingrates method: GET description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-07-checkouts.json path: /admin/api/2020-07/checkouts.json operations: - name: deprecated202007createcheckouts method: POST description: Shopify Creates A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-07-checkouts-token}.json path: /admin/api/2020-07/checkouts/{token}.json operations: - name: deprecated202007getcheckoutsparamtoken method: GET description: Shopify Retrieves A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: deprecated202007updatecheckoutsparamtoken method: PUT description: Shopify Modifies An Existing Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-07-checkouts-token-complete.json path: /admin/api/2020-07/checkouts/{token}/complete.json operations: - name: deprecated202007createcheckoutsparamtokencomplete method: POST description: Shopify Completes A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-07-checkouts-token-payments.json path: /admin/api/2020-07/checkouts/{token}/payments.json operations: - name: deprecated202007createcheckoutsparamtokenpayments method: POST description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: "amount\n required" in: query type: string description: The amount of the payment. - name: "request_details\n required" in: query type: string description: 'The details of the request, including the following attributes:' - name: "session_id\n required" in: query type: string description: A session ID provided by the card vault when creating a payment session. - name: "unique_token\n required" in: query type: string description: A unique idempotency token generated by your app. This can be any value, but must be unique across all payment requests. - name: body in: body type: object description: Request body (JSON). required: false - name: deprecated202007getcheckoutsparamtokenpayments method: GET description: Shopify Retrieves A List Of Payments On A Particular Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-07-checkouts-token-payments-count.json path: /admin/api/2020-07/checkouts/{token}/payments/count.json operations: - name: deprecated202007getcheckoutsparamtokenpaymentscount method: GET description: Shopify Counts The Number Of Payments Attempted On A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-07-checkouts-token-shipping_rates.json path: /admin/api/2020-07/checkouts/{token}/shipping_rates.json operations: - name: deprecated202007getcheckoutsparamtokenshippingrates method: GET description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-10-checkouts.json path: /admin/api/2020-10/checkouts.json operations: - name: createcheckouts method: POST description: Shopify Creates A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-10-checkouts-token}.json path: /admin/api/2020-10/checkouts/{token}.json operations: - name: getcheckoutsparamtoken method: GET description: Shopify Retrieves A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: updatecheckoutsparamtoken method: PUT description: Shopify Modifies An Existing Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-10-checkouts-token-complete.json path: /admin/api/2020-10/checkouts/{token}/complete.json operations: - name: createcheckoutsparamtokencomplete method: POST description: Shopify Completes A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2020-10-checkouts-token-payments.json path: /admin/api/2020-10/checkouts/{token}/payments.json operations: - name: createcheckoutsparamtokenpayments method: POST description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: "amount\n required" in: query type: string description: The amount of the payment. - name: "request_details\n required" in: query type: string description: 'The details of the request, including the following attributes:' - name: "session_id\n required" in: query type: string description: A session ID provided by the card vault when creating a payment session. - name: "unique_token\n required" in: query type: string description: A unique idempotency token generated by your app. This can be any value, but must be unique across all payment requests. - name: body in: body type: object description: Request body (JSON). required: false - name: getcheckoutsparamtokenpayments method: GET description: Shopify Retrieves A List Of Payments On A Particular Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-10-checkouts-token-payments-count.json path: /admin/api/2020-10/checkouts/{token}/payments/count.json operations: - name: getcheckoutsparamtokenpaymentscount method: GET description: Shopify Counts The Number Of Payments Attempted On A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2020-10-checkouts-token-shipping_rates.json path: /admin/api/2020-10/checkouts/{token}/shipping_rates.json operations: - name: getcheckoutsparamtokenshippingrates method: GET description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2021-01-checkouts.json path: /admin/api/2021-01/checkouts.json operations: - name: deprecated202101createcheckouts method: POST description: Shopify Creates A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2021-01-checkouts-token}.json path: /admin/api/2021-01/checkouts/{token}.json operations: - name: deprecated202101getcheckoutsparamtoken method: GET description: Shopify Retrieves A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: deprecated202101updatecheckoutsparamtoken method: PUT description: Shopify Modifies An Existing Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2021-01-checkouts-token-complete.json path: /admin/api/2021-01/checkouts/{token}/complete.json operations: - name: deprecated202101createcheckoutsparamtokencomplete method: POST description: Shopify Completes A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-2021-01-checkouts-token-payments.json path: /admin/api/2021-01/checkouts/{token}/payments.json operations: - name: deprecated202101createcheckoutsparamtokenpayments method: POST description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: "amount\n required" in: query type: string description: The amount of the payment. - name: "request_details\n required" in: query type: string description: 'The details of the request, including the following attributes:' - name: "session_id\n required" in: query type: string description: A session ID provided by the card vault when creating a payment session. - name: "unique_token\n required" in: query type: string description: A unique idempotency token generated by your app. This can be any value, but must be unique across all payment requests. - name: body in: body type: object description: Request body (JSON). required: false - name: deprecated202101getcheckoutsparamtokenpayments method: GET description: Shopify Retrieves A List Of Payments On A Particular Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2021-01-checkouts-token-payments-count.json path: /admin/api/2021-01/checkouts/{token}/payments/count.json operations: - name: deprecated202101getcheckoutsparamtokenpaymentscount method: GET description: Shopify Counts The Number Of Payments Attempted On A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-2021-01-checkouts-token-shipping_rates.json path: /admin/api/2021-01/checkouts/{token}/shipping_rates.json operations: - name: deprecated202101getcheckoutsparamtokenshippingrates method: GET description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-unstable-checkouts.json path: /admin/api/unstable/checkouts.json operations: - name: deprecatedunstablecreatecheckouts method: POST description: Shopify Creates A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-unstable-checkouts-token}.json path: /admin/api/unstable/checkouts/{token}.json operations: - name: deprecatedunstablegetcheckoutsparamtoken method: GET description: Shopify Retrieves A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: deprecatedunstableupdatecheckoutsparamtoken method: PUT description: Shopify Modifies An Existing Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-unstable-checkouts-token-complete.json path: /admin/api/unstable/checkouts/{token}/complete.json operations: - name: deprecatedunstablecreatecheckoutsparamtokencomplete method: POST description: Shopify Completes A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: body in: body type: object description: Request body (JSON). required: false - name: admin-api-unstable-checkouts-token-payments.json path: /admin/api/unstable/checkouts/{token}/payments.json operations: - name: deprecatedunstablecreatecheckoutsparamtokenpayments method: POST description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: "amount\n required" in: query type: string description: The amount of the payment. - name: "request_details\n required" in: query type: string description: 'The details of the request, including the following attributes:' - name: "session_id\n required" in: query type: string description: A session ID provided by the card vault when creating a payment session. - name: "unique_token\n required" in: query type: string description: A unique idempotency token generated by your app. This can be any value, but must be unique across all payment requests. - name: body in: body type: object description: Request body (JSON). required: false - name: deprecatedunstablegetcheckoutsparamtokenpayments method: GET description: Shopify Retrieves A List Of Payments On A Particular Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-unstable-checkouts-token-payments-count.json path: /admin/api/unstable/checkouts/{token}/payments/count.json operations: - name: deprecatedunstablegetcheckoutsparamtokenpaymentscount method: GET description: Shopify Counts The Number Of Payments Attempted On A Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true - name: admin-api-unstable-checkouts-token-shipping_rates.json path: /admin/api/unstable/checkouts/{token}/shipping_rates.json operations: - name: deprecatedunstablegetcheckoutsparamtokenshippingrates method: GET description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: path type: string description: token required: true exposes: - type: rest namespace: shopify-checkout-rest port: 8080 description: REST adapter for Shopify API — Checkout. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/admin/api/2020-01/checkouts-json name: admin-api-2020-01-checkouts-json description: REST surface for admin-api-2020-01-checkouts.json. operations: - method: POST name: deprecated202001createcheckouts description: Shopify Creates A Checkout call: shopify-checkout.deprecated202001createcheckouts with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/checkouts/token-json name: admin-api-2020-01-checkouts-token-json description: REST surface for admin-api-2020-01-checkouts-token}.json. operations: - method: GET name: deprecated202001getcheckoutsparamtoken description: Shopify Retrieves A Checkout call: shopify-checkout.deprecated202001getcheckoutsparamtoken with: token: rest.token outputParameters: - type: object mapping: $. - method: PUT name: deprecated202001updatecheckoutsparamtoken description: Shopify Modifies An Existing Checkout call: shopify-checkout.deprecated202001updatecheckoutsparamtoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/checkouts/{token}/complete-json name: admin-api-2020-01-checkouts-token-complete-json description: REST surface for admin-api-2020-01-checkouts-token-complete.json. operations: - method: POST name: deprecated202001createcheckoutsparamtokencomplete description: Shopify Completes A Checkout call: shopify-checkout.deprecated202001createcheckoutsparamtokencomplete with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/checkouts/{token}/payments-json name: admin-api-2020-01-checkouts-token-payments-json description: REST surface for admin-api-2020-01-checkouts-token-payments.json. operations: - method: POST name: deprecated202001createcheckoutsparamtokenpayments description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault call: shopify-checkout.deprecated202001createcheckoutsparamtokenpayments with: token: rest.token ? "amount\n required" : "rest.amount\n required" ? "request_details\n required" : "rest.request_details\n required" ? "session_id\n required" : "rest.session_id\n required" ? "unique_token\n required" : "rest.unique_token\n required" body: rest.body outputParameters: - type: object mapping: $. - method: GET name: deprecated202001getcheckoutsparamtokenpayments description: Shopify Retrieves A List Of Payments On A Particular Checkout call: shopify-checkout.deprecated202001getcheckoutsparamtokenpayments with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/checkouts/{token}/payments/count-json name: admin-api-2020-01-checkouts-token-payments-count-json description: REST surface for admin-api-2020-01-checkouts-token-payments-count.json. operations: - method: GET name: deprecated202001getcheckoutsparamtokenpaymentscount description: Shopify Counts The Number Of Payments Attempted On A Checkout call: shopify-checkout.deprecated202001getcheckoutsparamtokenpaymentscount with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/checkouts/{token}/shipping-rates-json name: admin-api-2020-01-checkouts-token-shipping-rates-json description: REST surface for admin-api-2020-01-checkouts-token-shipping_rates.json. operations: - method: GET name: deprecated202001getcheckoutsparamtokenshippingrates description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout call: shopify-checkout.deprecated202001getcheckoutsparamtokenshippingrates with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/checkouts-json name: admin-api-2020-04-checkouts-json description: REST surface for admin-api-2020-04-checkouts.json. operations: - method: POST name: deprecated202004createcheckouts description: Shopify Creates A Checkout call: shopify-checkout.deprecated202004createcheckouts with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/checkouts/token-json name: admin-api-2020-04-checkouts-token-json description: REST surface for admin-api-2020-04-checkouts-token}.json. operations: - method: GET name: deprecated202004getcheckoutsparamtoken description: Shopify Retrieves A Checkout call: shopify-checkout.deprecated202004getcheckoutsparamtoken with: token: rest.token outputParameters: - type: object mapping: $. - method: PUT name: deprecated202004updatecheckoutsparamtoken description: Shopify Modifies An Existing Checkout call: shopify-checkout.deprecated202004updatecheckoutsparamtoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/checkouts/{token}/complete-json name: admin-api-2020-04-checkouts-token-complete-json description: REST surface for admin-api-2020-04-checkouts-token-complete.json. operations: - method: POST name: deprecated202004createcheckoutsparamtokencomplete description: Shopify Completes A Checkout call: shopify-checkout.deprecated202004createcheckoutsparamtokencomplete with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/checkouts/{token}/payments-json name: admin-api-2020-04-checkouts-token-payments-json description: REST surface for admin-api-2020-04-checkouts-token-payments.json. operations: - method: POST name: deprecated202004createcheckoutsparamtokenpayments description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault call: shopify-checkout.deprecated202004createcheckoutsparamtokenpayments with: token: rest.token ? "amount\n required" : "rest.amount\n required" ? "request_details\n required" : "rest.request_details\n required" ? "session_id\n required" : "rest.session_id\n required" ? "unique_token\n required" : "rest.unique_token\n required" body: rest.body outputParameters: - type: object mapping: $. - method: GET name: deprecated202004getcheckoutsparamtokenpayments description: Shopify Retrieves A List Of Payments On A Particular Checkout call: shopify-checkout.deprecated202004getcheckoutsparamtokenpayments with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/checkouts/{token}/payments/count-json name: admin-api-2020-04-checkouts-token-payments-count-json description: REST surface for admin-api-2020-04-checkouts-token-payments-count.json. operations: - method: GET name: deprecated202004getcheckoutsparamtokenpaymentscount description: Shopify Counts The Number Of Payments Attempted On A Checkout call: shopify-checkout.deprecated202004getcheckoutsparamtokenpaymentscount with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/checkouts/{token}/shipping-rates-json name: admin-api-2020-04-checkouts-token-shipping-rates-json description: REST surface for admin-api-2020-04-checkouts-token-shipping_rates.json. operations: - method: GET name: deprecated202004getcheckoutsparamtokenshippingrates description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout call: shopify-checkout.deprecated202004getcheckoutsparamtokenshippingrates with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/checkouts-json name: admin-api-2020-07-checkouts-json description: REST surface for admin-api-2020-07-checkouts.json. operations: - method: POST name: deprecated202007createcheckouts description: Shopify Creates A Checkout call: shopify-checkout.deprecated202007createcheckouts with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/checkouts/token-json name: admin-api-2020-07-checkouts-token-json description: REST surface for admin-api-2020-07-checkouts-token}.json. operations: - method: GET name: deprecated202007getcheckoutsparamtoken description: Shopify Retrieves A Checkout call: shopify-checkout.deprecated202007getcheckoutsparamtoken with: token: rest.token outputParameters: - type: object mapping: $. - method: PUT name: deprecated202007updatecheckoutsparamtoken description: Shopify Modifies An Existing Checkout call: shopify-checkout.deprecated202007updatecheckoutsparamtoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/checkouts/{token}/complete-json name: admin-api-2020-07-checkouts-token-complete-json description: REST surface for admin-api-2020-07-checkouts-token-complete.json. operations: - method: POST name: deprecated202007createcheckoutsparamtokencomplete description: Shopify Completes A Checkout call: shopify-checkout.deprecated202007createcheckoutsparamtokencomplete with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/checkouts/{token}/payments-json name: admin-api-2020-07-checkouts-token-payments-json description: REST surface for admin-api-2020-07-checkouts-token-payments.json. operations: - method: POST name: deprecated202007createcheckoutsparamtokenpayments description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault call: shopify-checkout.deprecated202007createcheckoutsparamtokenpayments with: token: rest.token ? "amount\n required" : "rest.amount\n required" ? "request_details\n required" : "rest.request_details\n required" ? "session_id\n required" : "rest.session_id\n required" ? "unique_token\n required" : "rest.unique_token\n required" body: rest.body outputParameters: - type: object mapping: $. - method: GET name: deprecated202007getcheckoutsparamtokenpayments description: Shopify Retrieves A List Of Payments On A Particular Checkout call: shopify-checkout.deprecated202007getcheckoutsparamtokenpayments with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/checkouts/{token}/payments/count-json name: admin-api-2020-07-checkouts-token-payments-count-json description: REST surface for admin-api-2020-07-checkouts-token-payments-count.json. operations: - method: GET name: deprecated202007getcheckoutsparamtokenpaymentscount description: Shopify Counts The Number Of Payments Attempted On A Checkout call: shopify-checkout.deprecated202007getcheckoutsparamtokenpaymentscount with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/checkouts/{token}/shipping-rates-json name: admin-api-2020-07-checkouts-token-shipping-rates-json description: REST surface for admin-api-2020-07-checkouts-token-shipping_rates.json. operations: - method: GET name: deprecated202007getcheckoutsparamtokenshippingrates description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout call: shopify-checkout.deprecated202007getcheckoutsparamtokenshippingrates with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/checkouts-json name: admin-api-2020-10-checkouts-json description: REST surface for admin-api-2020-10-checkouts.json. operations: - method: POST name: createcheckouts description: Shopify Creates A Checkout call: shopify-checkout.createcheckouts with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/checkouts/token-json name: admin-api-2020-10-checkouts-token-json description: REST surface for admin-api-2020-10-checkouts-token}.json. operations: - method: GET name: getcheckoutsparamtoken description: Shopify Retrieves A Checkout call: shopify-checkout.getcheckoutsparamtoken with: token: rest.token outputParameters: - type: object mapping: $. - method: PUT name: updatecheckoutsparamtoken description: Shopify Modifies An Existing Checkout call: shopify-checkout.updatecheckoutsparamtoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/checkouts/{token}/complete-json name: admin-api-2020-10-checkouts-token-complete-json description: REST surface for admin-api-2020-10-checkouts-token-complete.json. operations: - method: POST name: createcheckoutsparamtokencomplete description: Shopify Completes A Checkout call: shopify-checkout.createcheckoutsparamtokencomplete with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/checkouts/{token}/payments-json name: admin-api-2020-10-checkouts-token-payments-json description: REST surface for admin-api-2020-10-checkouts-token-payments.json. operations: - method: POST name: createcheckoutsparamtokenpayments description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault call: shopify-checkout.createcheckoutsparamtokenpayments with: token: rest.token ? "amount\n required" : "rest.amount\n required" ? "request_details\n required" : "rest.request_details\n required" ? "session_id\n required" : "rest.session_id\n required" ? "unique_token\n required" : "rest.unique_token\n required" body: rest.body outputParameters: - type: object mapping: $. - method: GET name: getcheckoutsparamtokenpayments description: Shopify Retrieves A List Of Payments On A Particular Checkout call: shopify-checkout.getcheckoutsparamtokenpayments with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/checkouts/{token}/payments/count-json name: admin-api-2020-10-checkouts-token-payments-count-json description: REST surface for admin-api-2020-10-checkouts-token-payments-count.json. operations: - method: GET name: getcheckoutsparamtokenpaymentscount description: Shopify Counts The Number Of Payments Attempted On A Checkout call: shopify-checkout.getcheckoutsparamtokenpaymentscount with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/checkouts/{token}/shipping-rates-json name: admin-api-2020-10-checkouts-token-shipping-rates-json description: REST surface for admin-api-2020-10-checkouts-token-shipping_rates.json. operations: - method: GET name: getcheckoutsparamtokenshippingrates description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout call: shopify-checkout.getcheckoutsparamtokenshippingrates with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/checkouts-json name: admin-api-2021-01-checkouts-json description: REST surface for admin-api-2021-01-checkouts.json. operations: - method: POST name: deprecated202101createcheckouts description: Shopify Creates A Checkout call: shopify-checkout.deprecated202101createcheckouts with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/checkouts/token-json name: admin-api-2021-01-checkouts-token-json description: REST surface for admin-api-2021-01-checkouts-token}.json. operations: - method: GET name: deprecated202101getcheckoutsparamtoken description: Shopify Retrieves A Checkout call: shopify-checkout.deprecated202101getcheckoutsparamtoken with: token: rest.token outputParameters: - type: object mapping: $. - method: PUT name: deprecated202101updatecheckoutsparamtoken description: Shopify Modifies An Existing Checkout call: shopify-checkout.deprecated202101updatecheckoutsparamtoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/checkouts/{token}/complete-json name: admin-api-2021-01-checkouts-token-complete-json description: REST surface for admin-api-2021-01-checkouts-token-complete.json. operations: - method: POST name: deprecated202101createcheckoutsparamtokencomplete description: Shopify Completes A Checkout call: shopify-checkout.deprecated202101createcheckoutsparamtokencomplete with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/checkouts/{token}/payments-json name: admin-api-2021-01-checkouts-token-payments-json description: REST surface for admin-api-2021-01-checkouts-token-payments.json. operations: - method: POST name: deprecated202101createcheckoutsparamtokenpayments description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault call: shopify-checkout.deprecated202101createcheckoutsparamtokenpayments with: token: rest.token ? "amount\n required" : "rest.amount\n required" ? "request_details\n required" : "rest.request_details\n required" ? "session_id\n required" : "rest.session_id\n required" ? "unique_token\n required" : "rest.unique_token\n required" body: rest.body outputParameters: - type: object mapping: $. - method: GET name: deprecated202101getcheckoutsparamtokenpayments description: Shopify Retrieves A List Of Payments On A Particular Checkout call: shopify-checkout.deprecated202101getcheckoutsparamtokenpayments with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/checkouts/{token}/payments/count-json name: admin-api-2021-01-checkouts-token-payments-count-json description: REST surface for admin-api-2021-01-checkouts-token-payments-count.json. operations: - method: GET name: deprecated202101getcheckoutsparamtokenpaymentscount description: Shopify Counts The Number Of Payments Attempted On A Checkout call: shopify-checkout.deprecated202101getcheckoutsparamtokenpaymentscount with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/checkouts/{token}/shipping-rates-json name: admin-api-2021-01-checkouts-token-shipping-rates-json description: REST surface for admin-api-2021-01-checkouts-token-shipping_rates.json. operations: - method: GET name: deprecated202101getcheckoutsparamtokenshippingrates description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout call: shopify-checkout.deprecated202101getcheckoutsparamtokenshippingrates with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/checkouts-json name: admin-api-unstable-checkouts-json description: REST surface for admin-api-unstable-checkouts.json. operations: - method: POST name: deprecatedunstablecreatecheckouts description: Shopify Creates A Checkout call: shopify-checkout.deprecatedunstablecreatecheckouts with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/checkouts/token-json name: admin-api-unstable-checkouts-token-json description: REST surface for admin-api-unstable-checkouts-token}.json. operations: - method: GET name: deprecatedunstablegetcheckoutsparamtoken description: Shopify Retrieves A Checkout call: shopify-checkout.deprecatedunstablegetcheckoutsparamtoken with: token: rest.token outputParameters: - type: object mapping: $. - method: PUT name: deprecatedunstableupdatecheckoutsparamtoken description: Shopify Modifies An Existing Checkout call: shopify-checkout.deprecatedunstableupdatecheckoutsparamtoken with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/checkouts/{token}/complete-json name: admin-api-unstable-checkouts-token-complete-json description: REST surface for admin-api-unstable-checkouts-token-complete.json. operations: - method: POST name: deprecatedunstablecreatecheckoutsparamtokencomplete description: Shopify Completes A Checkout call: shopify-checkout.deprecatedunstablecreatecheckoutsparamtokencomplete with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/checkouts/{token}/payments-json name: admin-api-unstable-checkouts-token-payments-json description: REST surface for admin-api-unstable-checkouts-token-payments.json. operations: - method: POST name: deprecatedunstablecreatecheckoutsparamtokenpayments description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault call: shopify-checkout.deprecatedunstablecreatecheckoutsparamtokenpayments with: token: rest.token ? "amount\n required" : "rest.amount\n required" ? "request_details\n required" : "rest.request_details\n required" ? "session_id\n required" : "rest.session_id\n required" ? "unique_token\n required" : "rest.unique_token\n required" body: rest.body outputParameters: - type: object mapping: $. - method: GET name: deprecatedunstablegetcheckoutsparamtokenpayments description: Shopify Retrieves A List Of Payments On A Particular Checkout call: shopify-checkout.deprecatedunstablegetcheckoutsparamtokenpayments with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/checkouts/{token}/payments/count-json name: admin-api-unstable-checkouts-token-payments-count-json description: REST surface for admin-api-unstable-checkouts-token-payments-count.json. operations: - method: GET name: deprecatedunstablegetcheckoutsparamtokenpaymentscount description: Shopify Counts The Number Of Payments Attempted On A Checkout call: shopify-checkout.deprecatedunstablegetcheckoutsparamtokenpaymentscount with: token: rest.token outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/checkouts/{token}/shipping-rates-json name: admin-api-unstable-checkouts-token-shipping-rates-json description: REST surface for admin-api-unstable-checkouts-token-shipping_rates.json. operations: - method: GET name: deprecatedunstablegetcheckoutsparamtokenshippingrates description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout call: shopify-checkout.deprecatedunstablegetcheckoutsparamtokenshippingrates with: token: rest.token outputParameters: - type: object mapping: $. - type: mcp namespace: shopify-checkout-mcp port: 9090 transport: http description: MCP adapter for Shopify API — Checkout. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: shopify-creates-checkout description: Shopify Creates A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202001createcheckouts with: body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-checkout description: Shopify Retrieves A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202001getcheckoutsparamtoken with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-modifies-existing-checkout description: Shopify Modifies An Existing Checkout hints: readOnly: false destructive: false idempotent: true call: shopify-checkout.deprecated202001updatecheckoutsparamtoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-completes-checkout description: Shopify Completes A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202001createcheckoutsparamtokencomplete with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-creates-payment-checkout-using description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202001createcheckoutsparamtokenpayments with: token: tools.token ? "amount\n required" : "tools.amount\n required" ? "request_details\n required" : "tools.request_details\n required" ? "session_id\n required" : "tools.session_id\n required" ? "unique_token\n required" : "tools.unique_token\n required" body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-payments-particular description: Shopify Retrieves A List Of Payments On A Particular Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202001getcheckoutsparamtokenpayments with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-counts-number-payments-attempted description: Shopify Counts The Number Of Payments Attempted On A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202001getcheckoutsparamtokenpaymentscount with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-available-shipping description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202001getcheckoutsparamtokenshippingrates with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-creates-checkout-2 description: Shopify Creates A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202004createcheckouts with: body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-checkout-2 description: Shopify Retrieves A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202004getcheckoutsparamtoken with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-modifies-existing-checkout-2 description: Shopify Modifies An Existing Checkout hints: readOnly: false destructive: false idempotent: true call: shopify-checkout.deprecated202004updatecheckoutsparamtoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-completes-checkout-2 description: Shopify Completes A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202004createcheckoutsparamtokencomplete with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-creates-payment-checkout-using-2 description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202004createcheckoutsparamtokenpayments with: token: tools.token ? "amount\n required" : "tools.amount\n required" ? "request_details\n required" : "tools.request_details\n required" ? "session_id\n required" : "tools.session_id\n required" ? "unique_token\n required" : "tools.unique_token\n required" body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-payments-particular-2 description: Shopify Retrieves A List Of Payments On A Particular Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202004getcheckoutsparamtokenpayments with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-counts-number-payments-attempted-2 description: Shopify Counts The Number Of Payments Attempted On A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202004getcheckoutsparamtokenpaymentscount with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-available-shipping-2 description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202004getcheckoutsparamtokenshippingrates with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-creates-checkout-3 description: Shopify Creates A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202007createcheckouts with: body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-checkout-3 description: Shopify Retrieves A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202007getcheckoutsparamtoken with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-modifies-existing-checkout-3 description: Shopify Modifies An Existing Checkout hints: readOnly: false destructive: false idempotent: true call: shopify-checkout.deprecated202007updatecheckoutsparamtoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-completes-checkout-3 description: Shopify Completes A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202007createcheckoutsparamtokencomplete with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-creates-payment-checkout-using-3 description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202007createcheckoutsparamtokenpayments with: token: tools.token ? "amount\n required" : "tools.amount\n required" ? "request_details\n required" : "tools.request_details\n required" ? "session_id\n required" : "tools.session_id\n required" ? "unique_token\n required" : "tools.unique_token\n required" body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-payments-particular-3 description: Shopify Retrieves A List Of Payments On A Particular Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202007getcheckoutsparamtokenpayments with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-counts-number-payments-attempted-3 description: Shopify Counts The Number Of Payments Attempted On A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202007getcheckoutsparamtokenpaymentscount with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-available-shipping-3 description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202007getcheckoutsparamtokenshippingrates with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-creates-checkout-4 description: Shopify Creates A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.createcheckouts with: body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-checkout-4 description: Shopify Retrieves A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.getcheckoutsparamtoken with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-modifies-existing-checkout-4 description: Shopify Modifies An Existing Checkout hints: readOnly: false destructive: false idempotent: true call: shopify-checkout.updatecheckoutsparamtoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-completes-checkout-4 description: Shopify Completes A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.createcheckoutsparamtokencomplete with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-creates-payment-checkout-using-4 description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.createcheckoutsparamtokenpayments with: token: tools.token ? "amount\n required" : "tools.amount\n required" ? "request_details\n required" : "tools.request_details\n required" ? "session_id\n required" : "tools.session_id\n required" ? "unique_token\n required" : "tools.unique_token\n required" body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-payments-particular-4 description: Shopify Retrieves A List Of Payments On A Particular Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.getcheckoutsparamtokenpayments with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-counts-number-payments-attempted-4 description: Shopify Counts The Number Of Payments Attempted On A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.getcheckoutsparamtokenpaymentscount with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-available-shipping-4 description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.getcheckoutsparamtokenshippingrates with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-creates-checkout-5 description: Shopify Creates A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202101createcheckouts with: body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-checkout-5 description: Shopify Retrieves A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202101getcheckoutsparamtoken with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-modifies-existing-checkout-5 description: Shopify Modifies An Existing Checkout hints: readOnly: false destructive: false idempotent: true call: shopify-checkout.deprecated202101updatecheckoutsparamtoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-completes-checkout-5 description: Shopify Completes A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202101createcheckoutsparamtokencomplete with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-creates-payment-checkout-using-5 description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecated202101createcheckoutsparamtokenpayments with: token: tools.token ? "amount\n required" : "tools.amount\n required" ? "request_details\n required" : "tools.request_details\n required" ? "session_id\n required" : "tools.session_id\n required" ? "unique_token\n required" : "tools.unique_token\n required" body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-payments-particular-5 description: Shopify Retrieves A List Of Payments On A Particular Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202101getcheckoutsparamtokenpayments with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-counts-number-payments-attempted-5 description: Shopify Counts The Number Of Payments Attempted On A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202101getcheckoutsparamtokenpaymentscount with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-available-shipping-5 description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecated202101getcheckoutsparamtokenshippingrates with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-creates-checkout-6 description: Shopify Creates A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecatedunstablecreatecheckouts with: body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-checkout-6 description: Shopify Retrieves A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecatedunstablegetcheckoutsparamtoken with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-modifies-existing-checkout-6 description: Shopify Modifies An Existing Checkout hints: readOnly: false destructive: false idempotent: true call: shopify-checkout.deprecatedunstableupdatecheckoutsparamtoken with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-completes-checkout-6 description: Shopify Completes A Checkout hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecatedunstablecreatecheckoutsparamtokencomplete with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: shopify-creates-payment-checkout-using-6 description: Shopify Creates A Payment On A Checkout Using The Session Id Returned By The Card Vault hints: readOnly: false destructive: false idempotent: false call: shopify-checkout.deprecatedunstablecreatecheckoutsparamtokenpayments with: token: tools.token ? "amount\n required" : "tools.amount\n required" ? "request_details\n required" : "tools.request_details\n required" ? "session_id\n required" : "tools.session_id\n required" ? "unique_token\n required" : "tools.unique_token\n required" body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-payments-particular-6 description: Shopify Retrieves A List Of Payments On A Particular Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecatedunstablegetcheckoutsparamtokenpayments with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-counts-number-payments-attempted-6 description: Shopify Counts The Number Of Payments Attempted On A Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecatedunstablegetcheckoutsparamtokenpaymentscount with: token: tools.token outputParameters: - type: object mapping: $. - name: shopify-retrieves-list-available-shipping-6 description: Shopify Retrieves A List Of Available Shipping Rates For The Specified Checkout hints: readOnly: true destructive: false idempotent: true call: shopify-checkout.deprecatedunstablegetcheckoutsparamtokenshippingrates with: token: tools.token outputParameters: - type: object mapping: $.