naftiko: 1.0.0-alpha2 info: label: Shopify API — Identifiers description: 'Shopify API — Identifiers. 81 operations. Lead operation: Shopify Get A Single Blog By Its Id. Self-contained Naftiko capability covering one Shopify business surface.' tags: - Shopify - Identifiers created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SHOPIFY_API_KEY: SHOPIFY_API_KEY capability: consumes: - type: http namespace: shopify-identifiers baseUri: '' description: Shopify API — Identifiers business capability. Self-contained, no shared references. resources: - name: admin-api-2020-01-blogs-blog_id}.json path: /admin/api/2020-01/blogs/{blog_id}.json operations: - name: deprecated202001getblogsparamblogid method: GET description: Shopify Get A Single Blog By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: blog_id in: path type: string description: blog_id required: true - name: fields in: query type: string description: comma-separated list of fields to include in the response - name: admin-api-2020-01-carrier_services-carrier_service_id}.json path: /admin/api/2020-01/carrier_services/{carrier_service_id}.json operations: - name: deprecated202001getcarrierservicesparamcarrierserviceid method: GET description: Shopify Retrieves A Single Carrier Service By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: carrier_service_id in: path type: string description: carrier_service_id required: true - 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: admin-api-2020-01-collects-collect_id}.json path: /admin/api/2020-01/collects/{collect_id}.json operations: - name: deprecated202001getcollectsparamcollectid method: GET description: Shopify Retrieves A Specific Collect By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collect_id in: path type: string description: collect_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-01-comments-comment_id}.json path: /admin/api/2020-01/comments/{comment_id}.json operations: - name: deprecated202001getcommentsparamcommentid method: GET description: Shopify Retrieves A Single Comment By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: comment_id in: path type: string description: comment_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-01-events-event_id}.json path: /admin/api/2020-01/events/{event_id}.json operations: - name: deprecated202001geteventsparameventid method: GET description: Shopify Retrieves A Single Event By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: event_id in: path type: string description: event_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-01-gift_cards-gift_card_id}.json path: /admin/api/2020-01/gift_cards/{gift_card_id}.json operations: - name: deprecated202001getgiftcardsparamgiftcardid method: GET description: Shopify Retrieves A Single Gift Card By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: gift_card_id in: path type: string description: gift_card_id required: true - name: admin-api-2020-01-inventory_items-inventory_item_id}.json path: /admin/api/2020-01/inventory_items/{inventory_item_id}.json operations: - name: deprecated202001getinventoryitemsparaminventoryitemid method: GET description: Shopify Retrieves A Single Inventory Item By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: inventory_item_id in: path type: string description: inventory_item_id required: true - name: admin-api-2020-01-locations-location_id}.json path: /admin/api/2020-01/locations/{location_id}.json operations: - name: deprecated202001getlocationsparamlocationid method: GET description: Shopify Retrieves A Single Location By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: location_id in: path type: string description: location_id required: true - name: admin-api-2020-01-metafields-metafield_id}.json path: /admin/api/2020-01/metafields/{metafield_id}.json operations: - name: deprecated202001getmetafieldsparammetafieldid method: GET description: Shopify Retrieves A Single Metafield From A Resource By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: deprecated202001deletemetafieldsparammetafieldid method: DELETE description: Shopify Deletes A Metafield By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: admin-api-2020-01-orders-order_id-fulfillments-fulfillment_id-cancel.json path: /admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json operations: - name: deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcancel method: POST description: Shopify Cancel A Fulfillment For A Specific Order Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: fulfillment_id in: path type: string description: fulfillment_id required: true - name: body in: body type: object description: Request body (JSON). required: false - 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: deprecated202001getordersparamorderidrisksparamriskid method: GET description: Shopify Retrieves A Single Order Risk By Its Id 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: 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: deprecated202001getproductsparamproductidimagesparamimageid method: GET description: Shopify Get A Single Product Image By Id 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: fields in: query type: string description: comma-separated list of fields to include in the response - name: admin-api-2020-01-shopify_payments-disputes-dispute_id}.json path: /admin/api/2020-01/shopify_payments/disputes/{dispute_id}.json operations: - name: deprecated202001getshopifypaymentsdisputesparamdisputeid method: GET description: Shopify Retrieves A Single Dispute By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dispute_id in: path type: string description: dispute_id required: true - name: admin-api-2020-01-shopify_payments-payouts-payout_id}.json path: /admin/api/2020-01/shopify_payments/payouts/{payout_id}.json operations: - name: deprecated202001getshopifypaymentspayoutsparampayoutid method: GET description: Shopify Retrieves A Single Payout By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: payout_id in: path type: string description: payout_id required: true - name: admin-api-2020-04-carrier_services-carrier_service_id}.json path: /admin/api/2020-04/carrier_services/{carrier_service_id}.json operations: - name: deprecated202004getcarrierservicesparamcarrierserviceid method: GET description: Shopify Retrieves A Single Carrier Service By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: carrier_service_id in: path type: string description: carrier_service_id required: true - 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: admin-api-2020-04-collects-collect_id}.json path: /admin/api/2020-04/collects/{collect_id}.json operations: - name: deprecated202004getcollectsparamcollectid method: GET description: Shopify Retrieves A Specific Collect By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collect_id in: path type: string description: collect_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-04-events-event_id}.json path: /admin/api/2020-04/events/{event_id}.json operations: - name: deprecated202004geteventsparameventid method: GET description: Shopify Retrieves A Single Event By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: event_id in: path type: string description: event_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-04-gift_cards-gift_card_id}.json path: /admin/api/2020-04/gift_cards/{gift_card_id}.json operations: - name: deprecated202004getgiftcardsparamgiftcardid method: GET description: Shopify Retrieves A Single Gift Card By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: gift_card_id in: path type: string description: gift_card_id required: true - name: admin-api-2020-04-inventory_items-inventory_item_id}.json path: /admin/api/2020-04/inventory_items/{inventory_item_id}.json operations: - name: deprecated202004getinventoryitemsparaminventoryitemid method: GET description: Shopify Retrieves A Single Inventory Item By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: inventory_item_id in: path type: string description: inventory_item_id required: true - name: admin-api-2020-04-locations-location_id}.json path: /admin/api/2020-04/locations/{location_id}.json operations: - name: deprecated202004getlocationsparamlocationid method: GET description: Shopify Retrieves A Single Location By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: location_id in: path type: string description: location_id required: true - name: admin-api-2020-04-metafields-metafield_id}.json path: /admin/api/2020-04/metafields/{metafield_id}.json operations: - name: deprecated202004getmetafieldsparammetafieldid method: GET description: Shopify Retrieves A Single Metafield From A Resource By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: deprecated202004deletemetafieldsparammetafieldid method: DELETE description: Shopify Deletes A Metafield By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: admin-api-2020-04-orders-order_id-fulfillments-fulfillment_id-cancel.json path: /admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json operations: - name: deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcancel method: POST description: Shopify Cancel A Fulfillment For A Specific Order Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: fulfillment_id in: path type: string description: fulfillment_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: deprecated202004getordersparamorderidrisksparamriskid method: GET description: Shopify Retrieves A Single Order Risk By Its Id 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: 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: deprecated202004getproductsparamproductidimagesparamimageid method: GET description: Shopify Get A Single Product Image By Id 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: fields in: query type: string description: comma-separated list of fields to include in the response - name: admin-api-2020-04-shopify_payments-payouts-payout_id}.json path: /admin/api/2020-04/shopify_payments/payouts/{payout_id}.json operations: - name: deprecated202004getshopifypaymentspayoutsparampayoutid method: GET description: Shopify Retrieves A Single Payout By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: payout_id in: path type: string description: payout_id required: true - name: admin-api-2020-07-carrier_services-carrier_service_id}.json path: /admin/api/2020-07/carrier_services/{carrier_service_id}.json operations: - name: deprecated202007getcarrierservicesparamcarrierserviceid method: GET description: Shopify Retrieves A Single Carrier Service By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: carrier_service_id in: path type: string description: carrier_service_id required: true - 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: admin-api-2020-07-collects-collect_id}.json path: /admin/api/2020-07/collects/{collect_id}.json operations: - name: deprecated202007getcollectsparamcollectid method: GET description: Shopify Retrieves A Specific Collect By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collect_id in: path type: string description: collect_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-07-events-event_id}.json path: /admin/api/2020-07/events/{event_id}.json operations: - name: deprecated202007geteventsparameventid method: GET description: Shopify Retrieves A Single Event By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: event_id in: path type: string description: event_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-07-gift_cards-gift_card_id}.json path: /admin/api/2020-07/gift_cards/{gift_card_id}.json operations: - name: deprecated202007getgiftcardsparamgiftcardid method: GET description: Shopify Retrieves A Single Gift Card By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: gift_card_id in: path type: string description: gift_card_id required: true - name: admin-api-2020-07-inventory_items-inventory_item_id}.json path: /admin/api/2020-07/inventory_items/{inventory_item_id}.json operations: - name: deprecated202007getinventoryitemsparaminventoryitemid method: GET description: Shopify Retrieves A Single Inventory Item By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: inventory_item_id in: path type: string description: inventory_item_id required: true - name: admin-api-2020-07-locations-location_id}.json path: /admin/api/2020-07/locations/{location_id}.json operations: - name: deprecated202007getlocationsparamlocationid method: GET description: Shopify Retrieves A Single Location By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: location_id in: path type: string description: location_id required: true - name: admin-api-2020-07-metafields-metafield_id}.json path: /admin/api/2020-07/metafields/{metafield_id}.json operations: - name: deprecated202007getmetafieldsparammetafieldid method: GET description: Shopify Retrieves A Single Metafield From A Resource By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: deprecated202007deletemetafieldsparammetafieldid method: DELETE description: Shopify Deletes A Metafield By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: admin-api-2020-07-orders-order_id-fulfillments-fulfillment_id-cancel.json path: /admin/api/2020-07/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json operations: - name: deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcancel method: POST description: Shopify Cancel A Fulfillment For A Specific Order Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: fulfillment_id in: path type: string description: fulfillment_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: deprecated202007getordersparamorderidrisksparamriskid method: GET description: Shopify Retrieves A Single Order Risk By Its Id 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: 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: deprecated202007getproductsparamproductidimagesparamimageid method: GET description: Shopify Get A Single Product Image By Id 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: fields in: query type: string description: comma-separated list of fields to include in the response - name: admin-api-2020-07-shopify_payments-payouts-payout_id}.json path: /admin/api/2020-07/shopify_payments/payouts/{payout_id}.json operations: - name: deprecated202007getshopifypaymentspayoutsparampayoutid method: GET description: Shopify Retrieves A Single Payout By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: payout_id in: path type: string description: payout_id required: true - name: admin-api-2020-10-carrier_services-carrier_service_id}.json path: /admin/api/2020-10/carrier_services/{carrier_service_id}.json operations: - name: getcarrierservicesparamcarrierserviceid method: GET description: Shopify Retrieves A Single Carrier Service By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: carrier_service_id in: path type: string description: carrier_service_id required: true - 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: admin-api-2020-10-collects-collect_id}.json path: /admin/api/2020-10/collects/{collect_id}.json operations: - name: getcollectsparamcollectid method: GET description: Shopify Retrieves A Specific Collect By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collect_id in: path type: string description: collect_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-10-events-event_id}.json path: /admin/api/2020-10/events/{event_id}.json operations: - name: geteventsparameventid method: GET description: Shopify Retrieves A Single Event By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: event_id in: path type: string description: event_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2020-10-gift_cards-gift_card_id}.json path: /admin/api/2020-10/gift_cards/{gift_card_id}.json operations: - name: getgiftcardsparamgiftcardid method: GET description: Shopify Retrieves A Single Gift Card By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: gift_card_id in: path type: string description: gift_card_id required: true - name: admin-api-2020-10-inventory_items-inventory_item_id}.json path: /admin/api/2020-10/inventory_items/{inventory_item_id}.json operations: - name: getinventoryitemsparaminventoryitemid method: GET description: Shopify Retrieves A Single Inventory Item By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: inventory_item_id in: path type: string description: inventory_item_id required: true - name: admin-api-2020-10-locations-location_id}.json path: /admin/api/2020-10/locations/{location_id}.json operations: - name: getlocationsparamlocationid method: GET description: Shopify Retrieves A Single Location By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: location_id in: path type: string description: location_id required: true - name: admin-api-2020-10-metafields-metafield_id}.json path: /admin/api/2020-10/metafields/{metafield_id}.json operations: - name: getmetafieldsparammetafieldid method: GET description: Shopify Retrieves A Single Metafield From A Resource By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: deletemetafieldsparammetafieldid method: DELETE description: Shopify Deletes A Metafield By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: admin-api-2020-10-orders-order_id-fulfillments-fulfillment_id-cancel.json path: /admin/api/2020-10/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json operations: - name: createordersparamorderidfulfillmentsparamfulfillmentidcancel method: POST description: Shopify Cancel A Fulfillment For A Specific Order Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: fulfillment_id in: path type: string description: fulfillment_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: getordersparamorderidrisksparamriskid method: GET description: Shopify Retrieves A Single Order Risk By Its Id 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: 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: getproductsparamproductidimagesparamimageid method: GET description: Shopify Get A Single Product Image By Id 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: fields in: query type: string description: comma-separated list of fields to include in the response - name: admin-api-2020-10-shopify_payments-payouts-payout_id}.json path: /admin/api/2020-10/shopify_payments/payouts/{payout_id}.json operations: - name: getshopifypaymentspayoutsparampayoutid method: GET description: Shopify Retrieves A Single Payout By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: payout_id in: path type: string description: payout_id required: true - name: admin-api-2021-01-carrier_services-carrier_service_id}.json path: /admin/api/2021-01/carrier_services/{carrier_service_id}.json operations: - name: deprecated202101getcarrierservicesparamcarrierserviceid method: GET description: Shopify Retrieves A Single Carrier Service By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: carrier_service_id in: path type: string description: carrier_service_id required: true - 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: admin-api-2021-01-collects-collect_id}.json path: /admin/api/2021-01/collects/{collect_id}.json operations: - name: deprecated202101getcollectsparamcollectid method: GET description: Shopify Retrieves A Specific Collect By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collect_id in: path type: string description: collect_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2021-01-events-event_id}.json path: /admin/api/2021-01/events/{event_id}.json operations: - name: deprecated202101geteventsparameventid method: GET description: Shopify Retrieves A Single Event By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: event_id in: path type: string description: event_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-2021-01-gift_cards-gift_card_id}.json path: /admin/api/2021-01/gift_cards/{gift_card_id}.json operations: - name: deprecated202101getgiftcardsparamgiftcardid method: GET description: Shopify Retrieves A Single Gift Card By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: gift_card_id in: path type: string description: gift_card_id required: true - name: admin-api-2021-01-inventory_items-inventory_item_id}.json path: /admin/api/2021-01/inventory_items/{inventory_item_id}.json operations: - name: deprecated202101getinventoryitemsparaminventoryitemid method: GET description: Shopify Retrieves A Single Inventory Item By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: inventory_item_id in: path type: string description: inventory_item_id required: true - name: admin-api-2021-01-locations-location_id}.json path: /admin/api/2021-01/locations/{location_id}.json operations: - name: deprecated202101getlocationsparamlocationid method: GET description: Shopify Retrieves A Single Location By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: location_id in: path type: string description: location_id required: true - name: admin-api-2021-01-metafields-metafield_id}.json path: /admin/api/2021-01/metafields/{metafield_id}.json operations: - name: deprecated202101getmetafieldsparammetafieldid method: GET description: Shopify Retrieves A Single Metafield From A Resource By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: deprecated202101deletemetafieldsparammetafieldid method: DELETE description: Shopify Deletes A Metafield By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: admin-api-2021-01-orders-order_id-fulfillments-fulfillment_id-cancel.json path: /admin/api/2021-01/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json operations: - name: deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcancel method: POST description: Shopify Cancel A Fulfillment For A Specific Order Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: fulfillment_id in: path type: string description: fulfillment_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: deprecated202101getordersparamorderidrisksparamriskid method: GET description: Shopify Retrieves A Single Order Risk By Its Id 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: 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: deprecated202101getproductsparamproductidimagesparamimageid method: GET description: Shopify Get A Single Product Image By Id 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: fields in: query type: string description: comma-separated list of fields to include in the response - name: admin-api-2021-01-shopify_payments-payouts-payout_id}.json path: /admin/api/2021-01/shopify_payments/payouts/{payout_id}.json operations: - name: deprecated202101getshopifypaymentspayoutsparampayoutid method: GET description: Shopify Retrieves A Single Payout By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: payout_id in: path type: string description: payout_id required: true - name: admin-api-unstable-carrier_services-carrier_service_id}.json path: /admin/api/unstable/carrier_services/{carrier_service_id}.json operations: - name: deprecatedunstablegetcarrierservicesparamcarrierserviceid method: GET description: Shopify Retrieves A Single Carrier Service By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: carrier_service_id in: path type: string description: carrier_service_id required: true - 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: admin-api-unstable-collects-collect_id}.json path: /admin/api/unstable/collects/{collect_id}.json operations: - name: deprecatedunstablegetcollectsparamcollectid method: GET description: Shopify Retrieves A Specific Collect By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collect_id in: path type: string description: collect_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-unstable-events-event_id}.json path: /admin/api/unstable/events/{event_id}.json operations: - name: deprecatedunstablegeteventsparameventid method: GET description: Shopify Retrieves A Single Event By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: event_id in: path type: string description: event_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: admin-api-unstable-gift_cards-gift_card_id}.json path: /admin/api/unstable/gift_cards/{gift_card_id}.json operations: - name: deprecatedunstablegetgiftcardsparamgiftcardid method: GET description: Shopify Retrieves A Single Gift Card By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: gift_card_id in: path type: string description: gift_card_id required: true - name: admin-api-unstable-inventory_items-inventory_item_id}.json path: /admin/api/unstable/inventory_items/{inventory_item_id}.json operations: - name: deprecatedunstablegetinventoryitemsparaminventoryitemid method: GET description: Shopify Retrieves A Single Inventory Item By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: inventory_item_id in: path type: string description: inventory_item_id required: true - name: admin-api-unstable-locations-location_id}.json path: /admin/api/unstable/locations/{location_id}.json operations: - name: deprecatedunstablegetlocationsparamlocationid method: GET description: Shopify Retrieves A Single Location By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: location_id in: path type: string description: location_id required: true - name: admin-api-unstable-metafields-metafield_id}.json path: /admin/api/unstable/metafields/{metafield_id}.json operations: - name: deprecatedunstablegetmetafieldsparammetafieldid method: GET description: Shopify Retrieves A Single Metafield From A Resource By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: fields in: query type: string description: Show only certain fields, specified by a comma-separated list of field names. - name: deprecatedunstabledeletemetafieldsparammetafieldid method: DELETE description: Shopify Deletes A Metafield By Its Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: metafield_id in: path type: string description: metafield_id required: true - name: admin-api-unstable-orders-order_id-fulfillments-fulfillment_id-cancel.json path: /admin/api/unstable/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json operations: - name: deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcancel method: POST description: Shopify Cancel A Fulfillment For A Specific Order Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: fulfillment_id in: path type: string description: fulfillment_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: deprecatedunstablegetordersparamorderidrisksparamriskid method: GET description: Shopify Retrieves A Single Order Risk By Its Id 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: admin-api-unstable-products-product_id-images-image_id}.json path: /admin/api/unstable/products/{product_id}/images/{image_id}.json operations: - name: deprecatedunstablegetproductsparamproductidimagesparamimageid method: GET description: Shopify Get A Single Product Image By Id 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: fields in: query type: string description: comma-separated list of fields to include in the response - name: admin-api-unstable-shopify_payments-payouts-payout_id}.json path: /admin/api/unstable/shopify_payments/payouts/{payout_id}.json operations: - name: deprecatedunstablegetshopifypaymentspayoutsparampayoutid method: GET description: Shopify Retrieves A Single Payout By Id outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: payout_id in: path type: string description: payout_id required: true exposes: - type: rest namespace: shopify-identifiers-rest port: 8080 description: REST adapter for Shopify API — Identifiers. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/admin/api/2020-01/blogs/blog-id-json name: admin-api-2020-01-blogs-blog-id-json description: REST surface for admin-api-2020-01-blogs-blog_id}.json. operations: - method: GET name: deprecated202001getblogsparamblogid description: Shopify Get A Single Blog By Its Id call: shopify-identifiers.deprecated202001getblogsparamblogid with: blog_id: rest.blog_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/carrier-services/carrier-service-id-json name: admin-api-2020-01-carrier-services-carrier-service-id-json description: REST surface for admin-api-2020-01-carrier_services-carrier_service_id}.json. operations: - method: GET name: deprecated202001getcarrierservicesparamcarrierserviceid description: Shopify Retrieves A Single Carrier Service By Its Id call: shopify-identifiers.deprecated202001getcarrierservicesparamcarrierserviceid with: carrier_service_id: rest.carrier_service_id 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-identifiers.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: $. - path: /v1/admin/api/2020-01/collects/collect-id-json name: admin-api-2020-01-collects-collect-id-json description: REST surface for admin-api-2020-01-collects-collect_id}.json. operations: - method: GET name: deprecated202001getcollectsparamcollectid description: Shopify Retrieves A Specific Collect By Its Id call: shopify-identifiers.deprecated202001getcollectsparamcollectid with: collect_id: rest.collect_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/comments/comment-id-json name: admin-api-2020-01-comments-comment-id-json description: REST surface for admin-api-2020-01-comments-comment_id}.json. operations: - method: GET name: deprecated202001getcommentsparamcommentid description: Shopify Retrieves A Single Comment By Its Id call: shopify-identifiers.deprecated202001getcommentsparamcommentid with: comment_id: rest.comment_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/events/event-id-json name: admin-api-2020-01-events-event-id-json description: REST surface for admin-api-2020-01-events-event_id}.json. operations: - method: GET name: deprecated202001geteventsparameventid description: Shopify Retrieves A Single Event By Its Id call: shopify-identifiers.deprecated202001geteventsparameventid with: event_id: rest.event_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/gift-cards/gift-card-id-json name: admin-api-2020-01-gift-cards-gift-card-id-json description: REST surface for admin-api-2020-01-gift_cards-gift_card_id}.json. operations: - method: GET name: deprecated202001getgiftcardsparamgiftcardid description: Shopify Retrieves A Single Gift Card By Its Id call: shopify-identifiers.deprecated202001getgiftcardsparamgiftcardid with: gift_card_id: rest.gift_card_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/inventory-items/inventory-item-id-json name: admin-api-2020-01-inventory-items-inventory-item-id-json description: REST surface for admin-api-2020-01-inventory_items-inventory_item_id}.json. operations: - method: GET name: deprecated202001getinventoryitemsparaminventoryitemid description: Shopify Retrieves A Single Inventory Item By Id call: shopify-identifiers.deprecated202001getinventoryitemsparaminventoryitemid with: inventory_item_id: rest.inventory_item_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/locations/location-id-json name: admin-api-2020-01-locations-location-id-json description: REST surface for admin-api-2020-01-locations-location_id}.json. operations: - method: GET name: deprecated202001getlocationsparamlocationid description: Shopify Retrieves A Single Location By Its Id call: shopify-identifiers.deprecated202001getlocationsparamlocationid with: location_id: rest.location_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/metafields/metafield-id-json name: admin-api-2020-01-metafields-metafield-id-json description: REST surface for admin-api-2020-01-metafields-metafield_id}.json. operations: - method: GET name: deprecated202001getmetafieldsparammetafieldid description: Shopify Retrieves A Single Metafield From A Resource By Its Id call: shopify-identifiers.deprecated202001getmetafieldsparammetafieldid with: metafield_id: rest.metafield_id fields: rest.fields outputParameters: - type: object mapping: $. - method: DELETE name: deprecated202001deletemetafieldsparammetafieldid description: Shopify Deletes A Metafield By Its Id call: shopify-identifiers.deprecated202001deletemetafieldsparammetafieldid with: metafield_id: rest.metafield_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/orders/{order-id}/fulfillments/{fulfillment-id}/cancel-json name: admin-api-2020-01-orders-order-id-fulfillments-fulfillment-id-cancel-json description: REST surface for admin-api-2020-01-orders-order_id-fulfillments-fulfillment_id-cancel.json. operations: - method: POST name: deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcancel description: Shopify Cancel A Fulfillment For A Specific Order Id call: shopify-identifiers.deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: rest.order_id fulfillment_id: rest.fulfillment_id body: rest.body outputParameters: - type: object mapping: $. - 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: GET name: deprecated202001getordersparamorderidrisksparamriskid description: Shopify Retrieves A Single Order Risk By Its Id call: shopify-identifiers.deprecated202001getordersparamorderidrisksparamriskid with: order_id: rest.order_id risk_id: rest.risk_id 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: GET name: deprecated202001getproductsparamproductidimagesparamimageid description: Shopify Get A Single Product Image By Id call: shopify-identifiers.deprecated202001getproductsparamproductidimagesparamimageid with: product_id: rest.product_id image_id: rest.image_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/shopify-payments/disputes/dispute-id-json name: admin-api-2020-01-shopify-payments-disputes-dispute-id-json description: REST surface for admin-api-2020-01-shopify_payments-disputes-dispute_id}.json. operations: - method: GET name: deprecated202001getshopifypaymentsdisputesparamdisputeid description: Shopify Retrieves A Single Dispute By Id call: shopify-identifiers.deprecated202001getshopifypaymentsdisputesparamdisputeid with: dispute_id: rest.dispute_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/shopify-payments/payouts/payout-id-json name: admin-api-2020-01-shopify-payments-payouts-payout-id-json description: REST surface for admin-api-2020-01-shopify_payments-payouts-payout_id}.json. operations: - method: GET name: deprecated202001getshopifypaymentspayoutsparampayoutid description: Shopify Retrieves A Single Payout By Id call: shopify-identifiers.deprecated202001getshopifypaymentspayoutsparampayoutid with: payout_id: rest.payout_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/carrier-services/carrier-service-id-json name: admin-api-2020-04-carrier-services-carrier-service-id-json description: REST surface for admin-api-2020-04-carrier_services-carrier_service_id}.json. operations: - method: GET name: deprecated202004getcarrierservicesparamcarrierserviceid description: Shopify Retrieves A Single Carrier Service By Its Id call: shopify-identifiers.deprecated202004getcarrierservicesparamcarrierserviceid with: carrier_service_id: rest.carrier_service_id 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-identifiers.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: $. - path: /v1/admin/api/2020-04/collects/collect-id-json name: admin-api-2020-04-collects-collect-id-json description: REST surface for admin-api-2020-04-collects-collect_id}.json. operations: - method: GET name: deprecated202004getcollectsparamcollectid description: Shopify Retrieves A Specific Collect By Its Id call: shopify-identifiers.deprecated202004getcollectsparamcollectid with: collect_id: rest.collect_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/events/event-id-json name: admin-api-2020-04-events-event-id-json description: REST surface for admin-api-2020-04-events-event_id}.json. operations: - method: GET name: deprecated202004geteventsparameventid description: Shopify Retrieves A Single Event By Its Id call: shopify-identifiers.deprecated202004geteventsparameventid with: event_id: rest.event_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/gift-cards/gift-card-id-json name: admin-api-2020-04-gift-cards-gift-card-id-json description: REST surface for admin-api-2020-04-gift_cards-gift_card_id}.json. operations: - method: GET name: deprecated202004getgiftcardsparamgiftcardid description: Shopify Retrieves A Single Gift Card By Its Id call: shopify-identifiers.deprecated202004getgiftcardsparamgiftcardid with: gift_card_id: rest.gift_card_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/inventory-items/inventory-item-id-json name: admin-api-2020-04-inventory-items-inventory-item-id-json description: REST surface for admin-api-2020-04-inventory_items-inventory_item_id}.json. operations: - method: GET name: deprecated202004getinventoryitemsparaminventoryitemid description: Shopify Retrieves A Single Inventory Item By Id call: shopify-identifiers.deprecated202004getinventoryitemsparaminventoryitemid with: inventory_item_id: rest.inventory_item_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/locations/location-id-json name: admin-api-2020-04-locations-location-id-json description: REST surface for admin-api-2020-04-locations-location_id}.json. operations: - method: GET name: deprecated202004getlocationsparamlocationid description: Shopify Retrieves A Single Location By Its Id call: shopify-identifiers.deprecated202004getlocationsparamlocationid with: location_id: rest.location_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/metafields/metafield-id-json name: admin-api-2020-04-metafields-metafield-id-json description: REST surface for admin-api-2020-04-metafields-metafield_id}.json. operations: - method: GET name: deprecated202004getmetafieldsparammetafieldid description: Shopify Retrieves A Single Metafield From A Resource By Its Id call: shopify-identifiers.deprecated202004getmetafieldsparammetafieldid with: metafield_id: rest.metafield_id fields: rest.fields outputParameters: - type: object mapping: $. - method: DELETE name: deprecated202004deletemetafieldsparammetafieldid description: Shopify Deletes A Metafield By Its Id call: shopify-identifiers.deprecated202004deletemetafieldsparammetafieldid with: metafield_id: rest.metafield_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/orders/{order-id}/fulfillments/{fulfillment-id}/cancel-json name: admin-api-2020-04-orders-order-id-fulfillments-fulfillment-id-cancel-json description: REST surface for admin-api-2020-04-orders-order_id-fulfillments-fulfillment_id-cancel.json. operations: - method: POST name: deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcancel description: Shopify Cancel A Fulfillment For A Specific Order Id call: shopify-identifiers.deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: rest.order_id fulfillment_id: rest.fulfillment_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: GET name: deprecated202004getordersparamorderidrisksparamriskid description: Shopify Retrieves A Single Order Risk By Its Id call: shopify-identifiers.deprecated202004getordersparamorderidrisksparamriskid with: order_id: rest.order_id risk_id: rest.risk_id 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: GET name: deprecated202004getproductsparamproductidimagesparamimageid description: Shopify Get A Single Product Image By Id call: shopify-identifiers.deprecated202004getproductsparamproductidimagesparamimageid with: product_id: rest.product_id image_id: rest.image_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/shopify-payments/payouts/payout-id-json name: admin-api-2020-04-shopify-payments-payouts-payout-id-json description: REST surface for admin-api-2020-04-shopify_payments-payouts-payout_id}.json. operations: - method: GET name: deprecated202004getshopifypaymentspayoutsparampayoutid description: Shopify Retrieves A Single Payout By Id call: shopify-identifiers.deprecated202004getshopifypaymentspayoutsparampayoutid with: payout_id: rest.payout_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/carrier-services/carrier-service-id-json name: admin-api-2020-07-carrier-services-carrier-service-id-json description: REST surface for admin-api-2020-07-carrier_services-carrier_service_id}.json. operations: - method: GET name: deprecated202007getcarrierservicesparamcarrierserviceid description: Shopify Retrieves A Single Carrier Service By Its Id call: shopify-identifiers.deprecated202007getcarrierservicesparamcarrierserviceid with: carrier_service_id: rest.carrier_service_id 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-identifiers.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: $. - path: /v1/admin/api/2020-07/collects/collect-id-json name: admin-api-2020-07-collects-collect-id-json description: REST surface for admin-api-2020-07-collects-collect_id}.json. operations: - method: GET name: deprecated202007getcollectsparamcollectid description: Shopify Retrieves A Specific Collect By Its Id call: shopify-identifiers.deprecated202007getcollectsparamcollectid with: collect_id: rest.collect_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/events/event-id-json name: admin-api-2020-07-events-event-id-json description: REST surface for admin-api-2020-07-events-event_id}.json. operations: - method: GET name: deprecated202007geteventsparameventid description: Shopify Retrieves A Single Event By Its Id call: shopify-identifiers.deprecated202007geteventsparameventid with: event_id: rest.event_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/gift-cards/gift-card-id-json name: admin-api-2020-07-gift-cards-gift-card-id-json description: REST surface for admin-api-2020-07-gift_cards-gift_card_id}.json. operations: - method: GET name: deprecated202007getgiftcardsparamgiftcardid description: Shopify Retrieves A Single Gift Card By Its Id call: shopify-identifiers.deprecated202007getgiftcardsparamgiftcardid with: gift_card_id: rest.gift_card_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/inventory-items/inventory-item-id-json name: admin-api-2020-07-inventory-items-inventory-item-id-json description: REST surface for admin-api-2020-07-inventory_items-inventory_item_id}.json. operations: - method: GET name: deprecated202007getinventoryitemsparaminventoryitemid description: Shopify Retrieves A Single Inventory Item By Id call: shopify-identifiers.deprecated202007getinventoryitemsparaminventoryitemid with: inventory_item_id: rest.inventory_item_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/locations/location-id-json name: admin-api-2020-07-locations-location-id-json description: REST surface for admin-api-2020-07-locations-location_id}.json. operations: - method: GET name: deprecated202007getlocationsparamlocationid description: Shopify Retrieves A Single Location By Its Id call: shopify-identifiers.deprecated202007getlocationsparamlocationid with: location_id: rest.location_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/metafields/metafield-id-json name: admin-api-2020-07-metafields-metafield-id-json description: REST surface for admin-api-2020-07-metafields-metafield_id}.json. operations: - method: GET name: deprecated202007getmetafieldsparammetafieldid description: Shopify Retrieves A Single Metafield From A Resource By Its Id call: shopify-identifiers.deprecated202007getmetafieldsparammetafieldid with: metafield_id: rest.metafield_id fields: rest.fields outputParameters: - type: object mapping: $. - method: DELETE name: deprecated202007deletemetafieldsparammetafieldid description: Shopify Deletes A Metafield By Its Id call: shopify-identifiers.deprecated202007deletemetafieldsparammetafieldid with: metafield_id: rest.metafield_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/orders/{order-id}/fulfillments/{fulfillment-id}/cancel-json name: admin-api-2020-07-orders-order-id-fulfillments-fulfillment-id-cancel-json description: REST surface for admin-api-2020-07-orders-order_id-fulfillments-fulfillment_id-cancel.json. operations: - method: POST name: deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcancel description: Shopify Cancel A Fulfillment For A Specific Order Id call: shopify-identifiers.deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: rest.order_id fulfillment_id: rest.fulfillment_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: GET name: deprecated202007getordersparamorderidrisksparamriskid description: Shopify Retrieves A Single Order Risk By Its Id call: shopify-identifiers.deprecated202007getordersparamorderidrisksparamriskid with: order_id: rest.order_id risk_id: rest.risk_id 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: GET name: deprecated202007getproductsparamproductidimagesparamimageid description: Shopify Get A Single Product Image By Id call: shopify-identifiers.deprecated202007getproductsparamproductidimagesparamimageid with: product_id: rest.product_id image_id: rest.image_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/shopify-payments/payouts/payout-id-json name: admin-api-2020-07-shopify-payments-payouts-payout-id-json description: REST surface for admin-api-2020-07-shopify_payments-payouts-payout_id}.json. operations: - method: GET name: deprecated202007getshopifypaymentspayoutsparampayoutid description: Shopify Retrieves A Single Payout By Id call: shopify-identifiers.deprecated202007getshopifypaymentspayoutsparampayoutid with: payout_id: rest.payout_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/carrier-services/carrier-service-id-json name: admin-api-2020-10-carrier-services-carrier-service-id-json description: REST surface for admin-api-2020-10-carrier_services-carrier_service_id}.json. operations: - method: GET name: getcarrierservicesparamcarrierserviceid description: Shopify Retrieves A Single Carrier Service By Its Id call: shopify-identifiers.getcarrierservicesparamcarrierserviceid with: carrier_service_id: rest.carrier_service_id 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-identifiers.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: $. - path: /v1/admin/api/2020-10/collects/collect-id-json name: admin-api-2020-10-collects-collect-id-json description: REST surface for admin-api-2020-10-collects-collect_id}.json. operations: - method: GET name: getcollectsparamcollectid description: Shopify Retrieves A Specific Collect By Its Id call: shopify-identifiers.getcollectsparamcollectid with: collect_id: rest.collect_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/events/event-id-json name: admin-api-2020-10-events-event-id-json description: REST surface for admin-api-2020-10-events-event_id}.json. operations: - method: GET name: geteventsparameventid description: Shopify Retrieves A Single Event By Its Id call: shopify-identifiers.geteventsparameventid with: event_id: rest.event_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/gift-cards/gift-card-id-json name: admin-api-2020-10-gift-cards-gift-card-id-json description: REST surface for admin-api-2020-10-gift_cards-gift_card_id}.json. operations: - method: GET name: getgiftcardsparamgiftcardid description: Shopify Retrieves A Single Gift Card By Its Id call: shopify-identifiers.getgiftcardsparamgiftcardid with: gift_card_id: rest.gift_card_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/inventory-items/inventory-item-id-json name: admin-api-2020-10-inventory-items-inventory-item-id-json description: REST surface for admin-api-2020-10-inventory_items-inventory_item_id}.json. operations: - method: GET name: getinventoryitemsparaminventoryitemid description: Shopify Retrieves A Single Inventory Item By Id call: shopify-identifiers.getinventoryitemsparaminventoryitemid with: inventory_item_id: rest.inventory_item_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/locations/location-id-json name: admin-api-2020-10-locations-location-id-json description: REST surface for admin-api-2020-10-locations-location_id}.json. operations: - method: GET name: getlocationsparamlocationid description: Shopify Retrieves A Single Location By Its Id call: shopify-identifiers.getlocationsparamlocationid with: location_id: rest.location_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/metafields/metafield-id-json name: admin-api-2020-10-metafields-metafield-id-json description: REST surface for admin-api-2020-10-metafields-metafield_id}.json. operations: - method: GET name: getmetafieldsparammetafieldid description: Shopify Retrieves A Single Metafield From A Resource By Its Id call: shopify-identifiers.getmetafieldsparammetafieldid with: metafield_id: rest.metafield_id fields: rest.fields outputParameters: - type: object mapping: $. - method: DELETE name: deletemetafieldsparammetafieldid description: Shopify Deletes A Metafield By Its Id call: shopify-identifiers.deletemetafieldsparammetafieldid with: metafield_id: rest.metafield_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/orders/{order-id}/fulfillments/{fulfillment-id}/cancel-json name: admin-api-2020-10-orders-order-id-fulfillments-fulfillment-id-cancel-json description: REST surface for admin-api-2020-10-orders-order_id-fulfillments-fulfillment_id-cancel.json. operations: - method: POST name: createordersparamorderidfulfillmentsparamfulfillmentidcancel description: Shopify Cancel A Fulfillment For A Specific Order Id call: shopify-identifiers.createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: rest.order_id fulfillment_id: rest.fulfillment_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: GET name: getordersparamorderidrisksparamriskid description: Shopify Retrieves A Single Order Risk By Its Id call: shopify-identifiers.getordersparamorderidrisksparamriskid with: order_id: rest.order_id risk_id: rest.risk_id 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: GET name: getproductsparamproductidimagesparamimageid description: Shopify Get A Single Product Image By Id call: shopify-identifiers.getproductsparamproductidimagesparamimageid with: product_id: rest.product_id image_id: rest.image_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/shopify-payments/payouts/payout-id-json name: admin-api-2020-10-shopify-payments-payouts-payout-id-json description: REST surface for admin-api-2020-10-shopify_payments-payouts-payout_id}.json. operations: - method: GET name: getshopifypaymentspayoutsparampayoutid description: Shopify Retrieves A Single Payout By Id call: shopify-identifiers.getshopifypaymentspayoutsparampayoutid with: payout_id: rest.payout_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/carrier-services/carrier-service-id-json name: admin-api-2021-01-carrier-services-carrier-service-id-json description: REST surface for admin-api-2021-01-carrier_services-carrier_service_id}.json. operations: - method: GET name: deprecated202101getcarrierservicesparamcarrierserviceid description: Shopify Retrieves A Single Carrier Service By Its Id call: shopify-identifiers.deprecated202101getcarrierservicesparamcarrierserviceid with: carrier_service_id: rest.carrier_service_id 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-identifiers.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: $. - path: /v1/admin/api/2021-01/collects/collect-id-json name: admin-api-2021-01-collects-collect-id-json description: REST surface for admin-api-2021-01-collects-collect_id}.json. operations: - method: GET name: deprecated202101getcollectsparamcollectid description: Shopify Retrieves A Specific Collect By Its Id call: shopify-identifiers.deprecated202101getcollectsparamcollectid with: collect_id: rest.collect_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/events/event-id-json name: admin-api-2021-01-events-event-id-json description: REST surface for admin-api-2021-01-events-event_id}.json. operations: - method: GET name: deprecated202101geteventsparameventid description: Shopify Retrieves A Single Event By Its Id call: shopify-identifiers.deprecated202101geteventsparameventid with: event_id: rest.event_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/gift-cards/gift-card-id-json name: admin-api-2021-01-gift-cards-gift-card-id-json description: REST surface for admin-api-2021-01-gift_cards-gift_card_id}.json. operations: - method: GET name: deprecated202101getgiftcardsparamgiftcardid description: Shopify Retrieves A Single Gift Card By Its Id call: shopify-identifiers.deprecated202101getgiftcardsparamgiftcardid with: gift_card_id: rest.gift_card_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/inventory-items/inventory-item-id-json name: admin-api-2021-01-inventory-items-inventory-item-id-json description: REST surface for admin-api-2021-01-inventory_items-inventory_item_id}.json. operations: - method: GET name: deprecated202101getinventoryitemsparaminventoryitemid description: Shopify Retrieves A Single Inventory Item By Id call: shopify-identifiers.deprecated202101getinventoryitemsparaminventoryitemid with: inventory_item_id: rest.inventory_item_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/locations/location-id-json name: admin-api-2021-01-locations-location-id-json description: REST surface for admin-api-2021-01-locations-location_id}.json. operations: - method: GET name: deprecated202101getlocationsparamlocationid description: Shopify Retrieves A Single Location By Its Id call: shopify-identifiers.deprecated202101getlocationsparamlocationid with: location_id: rest.location_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/metafields/metafield-id-json name: admin-api-2021-01-metafields-metafield-id-json description: REST surface for admin-api-2021-01-metafields-metafield_id}.json. operations: - method: GET name: deprecated202101getmetafieldsparammetafieldid description: Shopify Retrieves A Single Metafield From A Resource By Its Id call: shopify-identifiers.deprecated202101getmetafieldsparammetafieldid with: metafield_id: rest.metafield_id fields: rest.fields outputParameters: - type: object mapping: $. - method: DELETE name: deprecated202101deletemetafieldsparammetafieldid description: Shopify Deletes A Metafield By Its Id call: shopify-identifiers.deprecated202101deletemetafieldsparammetafieldid with: metafield_id: rest.metafield_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/orders/{order-id}/fulfillments/{fulfillment-id}/cancel-json name: admin-api-2021-01-orders-order-id-fulfillments-fulfillment-id-cancel-json description: REST surface for admin-api-2021-01-orders-order_id-fulfillments-fulfillment_id-cancel.json. operations: - method: POST name: deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcancel description: Shopify Cancel A Fulfillment For A Specific Order Id call: shopify-identifiers.deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: rest.order_id fulfillment_id: rest.fulfillment_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: GET name: deprecated202101getordersparamorderidrisksparamriskid description: Shopify Retrieves A Single Order Risk By Its Id call: shopify-identifiers.deprecated202101getordersparamorderidrisksparamriskid with: order_id: rest.order_id risk_id: rest.risk_id 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: GET name: deprecated202101getproductsparamproductidimagesparamimageid description: Shopify Get A Single Product Image By Id call: shopify-identifiers.deprecated202101getproductsparamproductidimagesparamimageid with: product_id: rest.product_id image_id: rest.image_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/shopify-payments/payouts/payout-id-json name: admin-api-2021-01-shopify-payments-payouts-payout-id-json description: REST surface for admin-api-2021-01-shopify_payments-payouts-payout_id}.json. operations: - method: GET name: deprecated202101getshopifypaymentspayoutsparampayoutid description: Shopify Retrieves A Single Payout By Id call: shopify-identifiers.deprecated202101getshopifypaymentspayoutsparampayoutid with: payout_id: rest.payout_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/carrier-services/carrier-service-id-json name: admin-api-unstable-carrier-services-carrier-service-id-json description: REST surface for admin-api-unstable-carrier_services-carrier_service_id}.json. operations: - method: GET name: deprecatedunstablegetcarrierservicesparamcarrierserviceid description: Shopify Retrieves A Single Carrier Service By Its Id call: shopify-identifiers.deprecatedunstablegetcarrierservicesparamcarrierserviceid with: carrier_service_id: rest.carrier_service_id 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-identifiers.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: $. - path: /v1/admin/api/unstable/collects/collect-id-json name: admin-api-unstable-collects-collect-id-json description: REST surface for admin-api-unstable-collects-collect_id}.json. operations: - method: GET name: deprecatedunstablegetcollectsparamcollectid description: Shopify Retrieves A Specific Collect By Its Id call: shopify-identifiers.deprecatedunstablegetcollectsparamcollectid with: collect_id: rest.collect_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/events/event-id-json name: admin-api-unstable-events-event-id-json description: REST surface for admin-api-unstable-events-event_id}.json. operations: - method: GET name: deprecatedunstablegeteventsparameventid description: Shopify Retrieves A Single Event By Its Id call: shopify-identifiers.deprecatedunstablegeteventsparameventid with: event_id: rest.event_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/gift-cards/gift-card-id-json name: admin-api-unstable-gift-cards-gift-card-id-json description: REST surface for admin-api-unstable-gift_cards-gift_card_id}.json. operations: - method: GET name: deprecatedunstablegetgiftcardsparamgiftcardid description: Shopify Retrieves A Single Gift Card By Its Id call: shopify-identifiers.deprecatedunstablegetgiftcardsparamgiftcardid with: gift_card_id: rest.gift_card_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/inventory-items/inventory-item-id-json name: admin-api-unstable-inventory-items-inventory-item-id-json description: REST surface for admin-api-unstable-inventory_items-inventory_item_id}.json. operations: - method: GET name: deprecatedunstablegetinventoryitemsparaminventoryitemid description: Shopify Retrieves A Single Inventory Item By Id call: shopify-identifiers.deprecatedunstablegetinventoryitemsparaminventoryitemid with: inventory_item_id: rest.inventory_item_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/locations/location-id-json name: admin-api-unstable-locations-location-id-json description: REST surface for admin-api-unstable-locations-location_id}.json. operations: - method: GET name: deprecatedunstablegetlocationsparamlocationid description: Shopify Retrieves A Single Location By Its Id call: shopify-identifiers.deprecatedunstablegetlocationsparamlocationid with: location_id: rest.location_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/metafields/metafield-id-json name: admin-api-unstable-metafields-metafield-id-json description: REST surface for admin-api-unstable-metafields-metafield_id}.json. operations: - method: GET name: deprecatedunstablegetmetafieldsparammetafieldid description: Shopify Retrieves A Single Metafield From A Resource By Its Id call: shopify-identifiers.deprecatedunstablegetmetafieldsparammetafieldid with: metafield_id: rest.metafield_id fields: rest.fields outputParameters: - type: object mapping: $. - method: DELETE name: deprecatedunstabledeletemetafieldsparammetafieldid description: Shopify Deletes A Metafield By Its Id call: shopify-identifiers.deprecatedunstabledeletemetafieldsparammetafieldid with: metafield_id: rest.metafield_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/orders/{order-id}/fulfillments/{fulfillment-id}/cancel-json name: admin-api-unstable-orders-order-id-fulfillments-fulfillment-id-cancel-json description: REST surface for admin-api-unstable-orders-order_id-fulfillments-fulfillment_id-cancel.json. operations: - method: POST name: deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcancel description: Shopify Cancel A Fulfillment For A Specific Order Id call: shopify-identifiers.deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: rest.order_id fulfillment_id: rest.fulfillment_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: GET name: deprecatedunstablegetordersparamorderidrisksparamriskid description: Shopify Retrieves A Single Order Risk By Its Id call: shopify-identifiers.deprecatedunstablegetordersparamorderidrisksparamriskid with: order_id: rest.order_id risk_id: rest.risk_id 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: GET name: deprecatedunstablegetproductsparamproductidimagesparamimageid description: Shopify Get A Single Product Image By Id call: shopify-identifiers.deprecatedunstablegetproductsparamproductidimagesparamimageid with: product_id: rest.product_id image_id: rest.image_id fields: rest.fields outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/shopify-payments/payouts/payout-id-json name: admin-api-unstable-shopify-payments-payouts-payout-id-json description: REST surface for admin-api-unstable-shopify_payments-payouts-payout_id}.json. operations: - method: GET name: deprecatedunstablegetshopifypaymentspayoutsparampayoutid description: Shopify Retrieves A Single Payout By Id call: shopify-identifiers.deprecatedunstablegetshopifypaymentspayoutsparampayoutid with: payout_id: rest.payout_id outputParameters: - type: object mapping: $. - type: mcp namespace: shopify-identifiers-mcp port: 9090 transport: http description: MCP adapter for Shopify API — Identifiers. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: shopify-get-single-blog-its description: Shopify Get A Single Blog By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getblogsparamblogid with: blog_id: tools.blog_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-carrier-service description: Shopify Retrieves A Single Carrier Service By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getcarrierservicesparamcarrierserviceid with: carrier_service_id: tools.carrier_service_id 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-identifiers.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-specific-collect-its description: Shopify Retrieves A Specific Collect By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getcollectsparamcollectid with: collect_id: tools.collect_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-comment-its description: Shopify Retrieves A Single Comment By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getcommentsparamcommentid with: comment_id: tools.comment_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-event-its description: Shopify Retrieves A Single Event By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001geteventsparameventid with: event_id: tools.event_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-gift-card description: Shopify Retrieves A Single Gift Card By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getgiftcardsparamgiftcardid with: gift_card_id: tools.gift_card_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-inventory-item description: Shopify Retrieves A Single Inventory Item By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getinventoryitemsparaminventoryitemid with: inventory_item_id: tools.inventory_item_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-location-its description: Shopify Retrieves A Single Location By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getlocationsparamlocationid with: location_id: tools.location_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-metafield-resource description: Shopify Retrieves A Single Metafield From A Resource By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getmetafieldsparammetafieldid with: metafield_id: tools.metafield_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-deletes-metafield-its-id description: Shopify Deletes A Metafield By Its Id hints: readOnly: false destructive: true idempotent: true call: shopify-identifiers.deprecated202001deletemetafieldsparammetafieldid with: metafield_id: tools.metafield_id outputParameters: - type: object mapping: $. - name: shopify-cancel-fulfillment-specific-order description: Shopify Cancel A Fulfillment For A Specific Order Id hints: readOnly: false destructive: false idempotent: false call: shopify-identifiers.deprecated202001createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: tools.order_id fulfillment_id: tools.fulfillment_id body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-order-risk description: Shopify Retrieves A Single Order Risk By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getordersparamorderidrisksparamriskid with: order_id: tools.order_id risk_id: tools.risk_id outputParameters: - type: object mapping: $. - name: shopify-get-single-product-image description: Shopify Get A Single Product Image By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getproductsparamproductidimagesparamimageid with: product_id: tools.product_id image_id: tools.image_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-dispute-id description: Shopify Retrieves A Single Dispute By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getshopifypaymentsdisputesparamdisputeid with: dispute_id: tools.dispute_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-payout-id description: Shopify Retrieves A Single Payout By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202001getshopifypaymentspayoutsparampayoutid with: payout_id: tools.payout_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-carrier-service-2 description: Shopify Retrieves A Single Carrier Service By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getcarrierservicesparamcarrierserviceid with: carrier_service_id: tools.carrier_service_id 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-identifiers.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-specific-collect-its-2 description: Shopify Retrieves A Specific Collect By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getcollectsparamcollectid with: collect_id: tools.collect_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-event-its-2 description: Shopify Retrieves A Single Event By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004geteventsparameventid with: event_id: tools.event_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-gift-card-2 description: Shopify Retrieves A Single Gift Card By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getgiftcardsparamgiftcardid with: gift_card_id: tools.gift_card_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-inventory-item-2 description: Shopify Retrieves A Single Inventory Item By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getinventoryitemsparaminventoryitemid with: inventory_item_id: tools.inventory_item_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-location-its-2 description: Shopify Retrieves A Single Location By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getlocationsparamlocationid with: location_id: tools.location_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-metafield-resource-2 description: Shopify Retrieves A Single Metafield From A Resource By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getmetafieldsparammetafieldid with: metafield_id: tools.metafield_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-deletes-metafield-its-id-2 description: Shopify Deletes A Metafield By Its Id hints: readOnly: false destructive: true idempotent: true call: shopify-identifiers.deprecated202004deletemetafieldsparammetafieldid with: metafield_id: tools.metafield_id outputParameters: - type: object mapping: $. - name: shopify-cancel-fulfillment-specific-order-2 description: Shopify Cancel A Fulfillment For A Specific Order Id hints: readOnly: false destructive: false idempotent: false call: shopify-identifiers.deprecated202004createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: tools.order_id fulfillment_id: tools.fulfillment_id body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-order-risk-2 description: Shopify Retrieves A Single Order Risk By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getordersparamorderidrisksparamriskid with: order_id: tools.order_id risk_id: tools.risk_id outputParameters: - type: object mapping: $. - name: shopify-get-single-product-image-2 description: Shopify Get A Single Product Image By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getproductsparamproductidimagesparamimageid with: product_id: tools.product_id image_id: tools.image_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-payout-id-2 description: Shopify Retrieves A Single Payout By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202004getshopifypaymentspayoutsparampayoutid with: payout_id: tools.payout_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-carrier-service-3 description: Shopify Retrieves A Single Carrier Service By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getcarrierservicesparamcarrierserviceid with: carrier_service_id: tools.carrier_service_id 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-identifiers.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-specific-collect-its-3 description: Shopify Retrieves A Specific Collect By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getcollectsparamcollectid with: collect_id: tools.collect_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-event-its-3 description: Shopify Retrieves A Single Event By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007geteventsparameventid with: event_id: tools.event_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-gift-card-3 description: Shopify Retrieves A Single Gift Card By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getgiftcardsparamgiftcardid with: gift_card_id: tools.gift_card_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-inventory-item-3 description: Shopify Retrieves A Single Inventory Item By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getinventoryitemsparaminventoryitemid with: inventory_item_id: tools.inventory_item_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-location-its-3 description: Shopify Retrieves A Single Location By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getlocationsparamlocationid with: location_id: tools.location_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-metafield-resource-3 description: Shopify Retrieves A Single Metafield From A Resource By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getmetafieldsparammetafieldid with: metafield_id: tools.metafield_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-deletes-metafield-its-id-3 description: Shopify Deletes A Metafield By Its Id hints: readOnly: false destructive: true idempotent: true call: shopify-identifiers.deprecated202007deletemetafieldsparammetafieldid with: metafield_id: tools.metafield_id outputParameters: - type: object mapping: $. - name: shopify-cancel-fulfillment-specific-order-3 description: Shopify Cancel A Fulfillment For A Specific Order Id hints: readOnly: false destructive: false idempotent: false call: shopify-identifiers.deprecated202007createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: tools.order_id fulfillment_id: tools.fulfillment_id body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-order-risk-3 description: Shopify Retrieves A Single Order Risk By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getordersparamorderidrisksparamriskid with: order_id: tools.order_id risk_id: tools.risk_id outputParameters: - type: object mapping: $. - name: shopify-get-single-product-image-3 description: Shopify Get A Single Product Image By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getproductsparamproductidimagesparamimageid with: product_id: tools.product_id image_id: tools.image_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-payout-id-3 description: Shopify Retrieves A Single Payout By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202007getshopifypaymentspayoutsparampayoutid with: payout_id: tools.payout_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-carrier-service-4 description: Shopify Retrieves A Single Carrier Service By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getcarrierservicesparamcarrierserviceid with: carrier_service_id: tools.carrier_service_id 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-identifiers.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-specific-collect-its-4 description: Shopify Retrieves A Specific Collect By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getcollectsparamcollectid with: collect_id: tools.collect_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-event-its-4 description: Shopify Retrieves A Single Event By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.geteventsparameventid with: event_id: tools.event_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-gift-card-4 description: Shopify Retrieves A Single Gift Card By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getgiftcardsparamgiftcardid with: gift_card_id: tools.gift_card_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-inventory-item-4 description: Shopify Retrieves A Single Inventory Item By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getinventoryitemsparaminventoryitemid with: inventory_item_id: tools.inventory_item_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-location-its-4 description: Shopify Retrieves A Single Location By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getlocationsparamlocationid with: location_id: tools.location_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-metafield-resource-4 description: Shopify Retrieves A Single Metafield From A Resource By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getmetafieldsparammetafieldid with: metafield_id: tools.metafield_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-deletes-metafield-its-id-4 description: Shopify Deletes A Metafield By Its Id hints: readOnly: false destructive: true idempotent: true call: shopify-identifiers.deletemetafieldsparammetafieldid with: metafield_id: tools.metafield_id outputParameters: - type: object mapping: $. - name: shopify-cancel-fulfillment-specific-order-4 description: Shopify Cancel A Fulfillment For A Specific Order Id hints: readOnly: false destructive: false idempotent: false call: shopify-identifiers.createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: tools.order_id fulfillment_id: tools.fulfillment_id body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-order-risk-4 description: Shopify Retrieves A Single Order Risk By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getordersparamorderidrisksparamriskid with: order_id: tools.order_id risk_id: tools.risk_id outputParameters: - type: object mapping: $. - name: shopify-get-single-product-image-4 description: Shopify Get A Single Product Image By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getproductsparamproductidimagesparamimageid with: product_id: tools.product_id image_id: tools.image_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-payout-id-4 description: Shopify Retrieves A Single Payout By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.getshopifypaymentspayoutsparampayoutid with: payout_id: tools.payout_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-carrier-service-5 description: Shopify Retrieves A Single Carrier Service By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getcarrierservicesparamcarrierserviceid with: carrier_service_id: tools.carrier_service_id 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-identifiers.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-specific-collect-its-5 description: Shopify Retrieves A Specific Collect By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getcollectsparamcollectid with: collect_id: tools.collect_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-event-its-5 description: Shopify Retrieves A Single Event By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101geteventsparameventid with: event_id: tools.event_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-gift-card-5 description: Shopify Retrieves A Single Gift Card By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getgiftcardsparamgiftcardid with: gift_card_id: tools.gift_card_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-inventory-item-5 description: Shopify Retrieves A Single Inventory Item By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getinventoryitemsparaminventoryitemid with: inventory_item_id: tools.inventory_item_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-location-its-5 description: Shopify Retrieves A Single Location By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getlocationsparamlocationid with: location_id: tools.location_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-metafield-resource-5 description: Shopify Retrieves A Single Metafield From A Resource By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getmetafieldsparammetafieldid with: metafield_id: tools.metafield_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-deletes-metafield-its-id-5 description: Shopify Deletes A Metafield By Its Id hints: readOnly: false destructive: true idempotent: true call: shopify-identifiers.deprecated202101deletemetafieldsparammetafieldid with: metafield_id: tools.metafield_id outputParameters: - type: object mapping: $. - name: shopify-cancel-fulfillment-specific-order-5 description: Shopify Cancel A Fulfillment For A Specific Order Id hints: readOnly: false destructive: false idempotent: false call: shopify-identifiers.deprecated202101createordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: tools.order_id fulfillment_id: tools.fulfillment_id body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-order-risk-5 description: Shopify Retrieves A Single Order Risk By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getordersparamorderidrisksparamriskid with: order_id: tools.order_id risk_id: tools.risk_id outputParameters: - type: object mapping: $. - name: shopify-get-single-product-image-5 description: Shopify Get A Single Product Image By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getproductsparamproductidimagesparamimageid with: product_id: tools.product_id image_id: tools.image_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-payout-id-5 description: Shopify Retrieves A Single Payout By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecated202101getshopifypaymentspayoutsparampayoutid with: payout_id: tools.payout_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-carrier-service-6 description: Shopify Retrieves A Single Carrier Service By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetcarrierservicesparamcarrierserviceid with: carrier_service_id: tools.carrier_service_id 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-identifiers.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-specific-collect-its-6 description: Shopify Retrieves A Specific Collect By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetcollectsparamcollectid with: collect_id: tools.collect_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-event-its-6 description: Shopify Retrieves A Single Event By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegeteventsparameventid with: event_id: tools.event_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-gift-card-6 description: Shopify Retrieves A Single Gift Card By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetgiftcardsparamgiftcardid with: gift_card_id: tools.gift_card_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-inventory-item-6 description: Shopify Retrieves A Single Inventory Item By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetinventoryitemsparaminventoryitemid with: inventory_item_id: tools.inventory_item_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-location-its-6 description: Shopify Retrieves A Single Location By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetlocationsparamlocationid with: location_id: tools.location_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-metafield-resource-6 description: Shopify Retrieves A Single Metafield From A Resource By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetmetafieldsparammetafieldid with: metafield_id: tools.metafield_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-deletes-metafield-its-id-6 description: Shopify Deletes A Metafield By Its Id hints: readOnly: false destructive: true idempotent: true call: shopify-identifiers.deprecatedunstabledeletemetafieldsparammetafieldid with: metafield_id: tools.metafield_id outputParameters: - type: object mapping: $. - name: shopify-cancel-fulfillment-specific-order-6 description: Shopify Cancel A Fulfillment For A Specific Order Id hints: readOnly: false destructive: false idempotent: false call: shopify-identifiers.deprecatedunstablecreateordersparamorderidfulfillmentsparamfulfillmentidcancel with: order_id: tools.order_id fulfillment_id: tools.fulfillment_id body: tools.body outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-order-risk-6 description: Shopify Retrieves A Single Order Risk By Its Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetordersparamorderidrisksparamriskid with: order_id: tools.order_id risk_id: tools.risk_id outputParameters: - type: object mapping: $. - name: shopify-get-single-product-image-6 description: Shopify Get A Single Product Image By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetproductsparamproductidimagesparamimageid with: product_id: tools.product_id image_id: tools.image_id fields: tools.fields outputParameters: - type: object mapping: $. - name: shopify-retrieves-single-payout-id-6 description: Shopify Retrieves A Single Payout By Id hints: readOnly: true destructive: false idempotent: true call: shopify-identifiers.deprecatedunstablegetshopifypaymentspayoutsparampayoutid with: payout_id: tools.payout_id outputParameters: - type: object mapping: $.