openapi: 3.1.0 info: title: Shopify Admin REST About Specific API description: The Shopify Admin REST API lets you build apps and integrations that extend and enhance the Shopify admin. Access products, customers, orders, inventory, fulfillment, and more. Endpoints are organized by resource type and versioned by release date. version: 2025-01 contact: name: Shopify url: https://shopify.dev/docs/api/admin-rest email: api@shopify.com license: name: Shopify API Terms url: https://www.shopify.com/legal/api-terms x-date: '2026-03-04' servers: - url: https://{store}.myshopify.com/admin/api/2025-01 description: Shopify Admin REST API variables: store: default: my-store description: The Shopify store subdomain security: - AccessToken: [] tags: - name: Specific paths: /admin/api/2020-01/orders/{order_id}.json: get: summary: Shopify Retrieves A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/orders/order#show-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: fields description: Retrieve only certain fields, specified by a comma-separated list of fields names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_orders_param_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}.json: get: summary: Shopify Retrieves A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/orders/order#show-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: fields description: Retrieve only certain fields, specified by a comma-separated list of fields names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_orders_param_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/orders/{order_id}/refunds/{refund_id}.json: get: summary: Shopify Retrieves A Specific Refund description: https://shopify.dev/docs/admin-api/rest/reference/orders/refund#show-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: refund_id required: true schema: type: string description: refund_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false - in: query name: in_shop_currency description: "Show amounts in the shop currency for the underlying transaction.\n (default: false)" schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_orders_param_order_id_refunds_param_refund_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}/refunds/{refund_id}.json: get: summary: Shopify Retrieves A Specific Refund description: https://shopify.dev/docs/admin-api/rest/reference/orders/refund#show-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: refund_id required: true schema: type: string description: refund_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false - in: query name: in_shop_currency description: "Show amounts in the shop currency for the underlying transaction.\n (default: false)" schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_orders_param_order_id_refunds_param_refund_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/orders/{order_id}/refunds/{refund_id}.json: get: summary: Shopify Retrieves A Specific Refund description: https://shopify.dev/docs/admin-api/rest/reference/orders/refund#show-2020-07 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: refund_id required: true schema: type: string description: refund_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false - in: query name: in_shop_currency description: "Show amounts in the shop currency for the underlying transaction.\n (default: false)" schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_orders_param_order_id_refunds_param_refund_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/orders/{order_id}/refunds/{refund_id}.json: get: summary: Shopify Retrieves A Specific Refund description: https://shopify.dev/docs/admin-api/rest/reference/orders/refund#show-2020-10 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: refund_id required: true schema: type: string description: refund_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false - in: query name: in_shop_currency description: "Show amounts in the shop currency for the underlying transaction.\n (default: false)" schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_orders_param_order_id_refunds_param_refund_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/orders/{order_id}/refunds/{refund_id}.json: get: summary: Shopify Retrieves A Specific Refund description: https://shopify.dev/docs/admin-api/rest/reference/orders/refund#show-2021-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: refund_id required: true schema: type: string description: refund_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false - in: query name: in_shop_currency description: "Show amounts in the shop currency for the underlying transaction.\n (default: false)" schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_orders_param_order_id_refunds_param_refund_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/orders/{order_id}/refunds/{refund_id}.json: get: summary: Shopify Retrieves A Specific Refund description: https://shopify.dev/docs/admin-api/rest/reference/orders/refund#show-unstable parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: refund_id required: true schema: type: string description: refund_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false - in: query name: in_shop_currency description: "Show amounts in the shop currency for the underlying transaction.\n (default: false)" schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_orders_param_order_id_refunds_param_refund_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/collects/{collect_id}.json: get: summary: Shopify Retrieves A Specific Collect By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/products/collect#show-2020-01 parameters: - in: path name: collect_id required: true schema: type: string description: collect_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_collects_param_collect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/collects/{collect_id}.json: get: summary: Shopify Retrieves A Specific Collect By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/products/collect#show-2020-04 parameters: - in: path name: collect_id required: true schema: type: string description: collect_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_collects_param_collect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/collects/{collect_id}.json: get: summary: Shopify Retrieves A Specific Collect By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/products/collect#show-2020-07 parameters: - in: path name: collect_id required: true schema: type: string description: collect_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_collects_param_collect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/collects/{collect_id}.json: get: summary: Shopify Retrieves A Specific Collect By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/products/collect#show-2020-10 parameters: - in: path name: collect_id required: true schema: type: string description: collect_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_collects_param_collect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/collects/{collect_id}.json: get: summary: Shopify Retrieves A Specific Collect By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/products/collect#show-2021-01 parameters: - in: path name: collect_id required: true schema: type: string description: collect_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_collects_param_collect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/collects/{collect_id}.json: get: summary: Shopify Retrieves A Specific Collect By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/products/collect#show-unstable parameters: - in: path name: collect_id required: true schema: type: string description: collect_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_collects_param_collect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/collection_listings/{collection_listing_id}.json: get: summary: Shopify Retrieve A Specific Collection Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-01 parameters: - in: path name: collection_listing_id required: true schema: type: string description: collection_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_collection_listings_param_collection_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/collection_listings/{collection_listing_id}.json: get: summary: Shopify Retrieve A Specific Collection Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-04 parameters: - in: path name: collection_listing_id required: true schema: type: string description: collection_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_collection_listings_param_collection_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/collection_listings/{collection_listing_id}.json: get: summary: Shopify Retrieve A Specific Collection Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-07 parameters: - in: path name: collection_listing_id required: true schema: type: string description: collection_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_collection_listings_param_collection_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/collection_listings/{collection_listing_id}.json: get: summary: Shopify Retrieve A Specific Collection Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-10 parameters: - in: path name: collection_listing_id required: true schema: type: string description: collection_listing_id tags: - Specific responses: '200': description: '' operationId: get_collection_listings_param_collection_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/collection_listings/{collection_listing_id}.json: get: summary: Shopify Retrieve A Specific Collection Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2021-01 parameters: - in: path name: collection_listing_id required: true schema: type: string description: collection_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_collection_listings_param_collection_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/collection_listings/{collection_listing_id}.json: get: summary: Shopify Retrieve A Specific Collection Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-unstable parameters: - in: path name: collection_listing_id required: true schema: type: string description: collection_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_collection_listings_param_collection_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/product_listings/{product_listing_id}.json: get: summary: Shopify Retrieve A Specific Product Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/productlisting#show-2020-01 parameters: - in: path name: product_listing_id required: true schema: type: string description: product_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_product_listings_param_product_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/product_listings/{product_listing_id}.json: get: summary: Shopify Retrieve A Specific Product Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/productlisting#show-2020-04 parameters: - in: path name: product_listing_id required: true schema: type: string description: product_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_product_listings_param_product_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/product_listings/{product_listing_id}.json: get: summary: Shopify Retrieve A Specific Product Listing That Is Published To Your App description: https://shopify.dev/docs/admin-api/rest/reference/sales-channels/productlisting#show-2020-07 parameters: - in: path name: product_listing_id required: true schema: type: string description: product_listing_id tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_product_listings_param_product_listing_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/assigned_fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders On A Shop For A Specific App description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder#index-2020-01 parameters: - in: query name: assignment_status description: "The assigment status of the fulfillment orders that should be returned:\n \n cancellation_requested: Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request.\n fulfillment_requested: Fulfillment orders for which the merchant has requested fulfillment.\n fulfillment_accepted: Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items." schema: {} required: false - in: query name: location_ids description: The IDs of the assigned locations of the fulfillment orders that should be returned. schema: {} required: false - in: query name: location_ids[] schema: type: integer description: location_ids[] required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_assigned_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/assigned_fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders On A Shop For A Specific App description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder#index-2020-04 parameters: - in: query name: assignment_status description: "The assigment status of the fulfillment orders that should be returned:\n \n cancellation_requested: Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request.\n fulfillment_requested: Fulfillment orders for which the merchant has requested fulfillment.\n fulfillment_accepted: Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items." schema: {} required: false - in: query name: location_ids description: The IDs of the assigned locations of the fulfillment orders that should be returned. schema: {} required: false - in: query name: location_ids[] schema: type: integer description: location_ids[] required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_assigned_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/assigned_fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders On A Shop For A Specific App description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder#index-2020-07 parameters: - in: query name: assignment_status description: "The assigment status of the fulfillment orders that should be returned:\n \n cancellation_requested: Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request.\n fulfillment_requested: Fulfillment orders for which the merchant has requested fulfillment.\n fulfillment_accepted: Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items." schema: {} required: false - in: query name: location_ids description: The IDs of the assigned locations of the fulfillment orders that should be returned. schema: {} required: false - in: query name: location_ids[] schema: type: integer description: location_ids[] required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_assigned_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/assigned_fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders On A Shop For A Specific App description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder#index-2020-10 parameters: - in: query name: assignment_status description: "The assigment status of the fulfillment orders that should be returned:\n \n cancellation_requested: Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request.\n fulfillment_requested: Fulfillment orders for which the merchant has requested fulfillment.\n fulfillment_accepted: Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items." schema: {} required: false - in: query name: location_ids description: The IDs of the assigned locations of the fulfillment orders that should be returned. schema: {} required: false - in: query name: location_ids[] schema: type: integer description: location_ids[] required: false tags: - Specific responses: '200': description: '' operationId: get_assigned_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/assigned_fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders On A Shop For A Specific App description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder#index-2021-01 parameters: - in: query name: assignment_status description: "The assigment status of the fulfillment orders that should be returned:\n \n cancellation_requested: Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request.\n fulfillment_requested: Fulfillment orders for which the merchant has requested fulfillment.\n fulfillment_accepted: Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items." schema: {} required: false - in: query name: location_ids description: The IDs of the assigned locations of the fulfillment orders that should be returned. schema: {} required: false - in: query name: location_ids[] schema: type: integer description: location_ids[] required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_assigned_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/assigned_fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders On A Shop For A Specific App description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder#index-unstable parameters: - in: query name: assignment_status description: "The assigment status of the fulfillment orders that should be returned:\n \n cancellation_requested: Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request.\n fulfillment_requested: Fulfillment orders for which the merchant has requested fulfillment.\n fulfillment_accepted: Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items." schema: {} required: false - in: query name: location_ids description: The IDs of the assigned locations of the fulfillment orders that should be returned. schema: {} required: false - in: query name: location_ids[] schema: type: integer description: location_ids[] required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_assigned_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/orders/{order_id}/fulfillments/count.json: get: summary: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: created_at_min description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: created_at_max description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_min description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_max description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_orders_param_order_id_fulfillments_count x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}.json: get: summary: Shopify Retrieve A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#show-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fields description: Comma-separated list of fields to include in the response. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_orders_param_order_id_fulfillments_param_fulfillment_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json: post: requestBody: content: application/json: schema: {} examples: example1: value: {} summary: Cancel a fulfillment for a specific order ID summary: Shopify Cancel A Fulfillment For A Specific Order Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#cancel-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id tags: - Specific responses: '200': description: '' operationId: deprecated_202001_create_orders_param_order_id_fulfillments_param_fulfillment_id_cancel x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}/fulfillments/count.json: get: summary: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: created_at_min description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: created_at_max description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_min description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_max description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_orders_param_order_id_fulfillments_count x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}.json: get: summary: Shopify Retrieve A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#show-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fields description: Comma-separated list of fields to include in the response. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_orders_param_order_id_fulfillments_param_fulfillment_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json: post: requestBody: content: application/json: schema: {} examples: example1: value: {} summary: Cancel a fulfillment for a specific order ID summary: Shopify Cancel A Fulfillment For A Specific Order Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#cancel-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id tags: - Specific responses: '200': description: '' operationId: deprecated_202004_create_orders_param_order_id_fulfillments_param_fulfillment_id_cancel x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/orders/{order_id}/fulfillments/count.json: get: summary: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-07 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: created_at_min description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: created_at_max description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_min description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_max description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_orders_param_order_id_fulfillments_count x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/orders/{order_id}/fulfillments/{fulfillment_id}.json: get: summary: Shopify Retrieve A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#show-2020-07 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fields description: Comma-separated list of fields to include in the response. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_orders_param_order_id_fulfillments_param_fulfillment_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json: post: requestBody: content: application/json: schema: {} examples: example1: value: {} summary: Cancel a fulfillment for a specific order ID summary: Shopify Cancel A Fulfillment For A Specific Order Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#cancel-2020-07 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id tags: - Specific responses: '200': description: '' operationId: deprecated_202007_create_orders_param_order_id_fulfillments_param_fulfillment_id_cancel x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/orders/{order_id}/fulfillments/count.json: get: summary: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-10 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: created_at_min description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: created_at_max description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_min description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_max description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_orders_param_order_id_fulfillments_count x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/orders/{order_id}/fulfillments/{fulfillment_id}.json: get: summary: Shopify Retrieve A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#show-2020-10 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fields description: Comma-separated list of fields to include in the response. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_orders_param_order_id_fulfillments_param_fulfillment_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json: post: requestBody: content: application/json: schema: {} examples: example1: value: {} summary: Cancel a fulfillment for a specific order ID summary: Shopify Cancel A Fulfillment For A Specific Order Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#cancel-2020-10 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id tags: - Specific responses: '200': description: '' operationId: create_orders_param_order_id_fulfillments_param_fulfillment_id_cancel x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/orders/{order_id}/fulfillments/count.json: get: summary: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2021-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: created_at_min description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: created_at_max description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_min description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_max description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_orders_param_order_id_fulfillments_count x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/orders/{order_id}/fulfillments/{fulfillment_id}.json: get: summary: Shopify Retrieve A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#show-2021-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fields description: Comma-separated list of fields to include in the response. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_orders_param_order_id_fulfillments_param_fulfillment_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json: post: requestBody: content: application/json: schema: {} examples: example1: value: {} summary: Cancel a fulfillment for a specific order ID summary: Shopify Cancel A Fulfillment For A Specific Order Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#cancel-2021-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id tags: - Specific responses: '200': description: '' operationId: deprecated_202101_create_orders_param_order_id_fulfillments_param_fulfillment_id_cancel x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/orders/{order_id}/fulfillments/count.json: get: summary: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-unstable parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: created_at_min description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: created_at_max description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_min description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false - in: query name: updated_at_max description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_orders_param_order_id_fulfillments_count x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/orders/{order_id}/fulfillments/{fulfillment_id}.json: get: summary: Shopify Retrieve A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#show-unstable parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fields description: Comma-separated list of fields to include in the response. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_orders_param_order_id_fulfillments_param_fulfillment_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json: post: requestBody: content: application/json: schema: {} examples: example1: value: {} summary: Cancel a fulfillment for a specific order ID summary: Shopify Cancel A Fulfillment For A Specific Order Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#cancel-unstable parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_create_orders_param_order_id_fulfillments_param_fulfillment_id_cancel x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/events.json: get: summary: Shopify Retrieves A List Of Fulfillment Events For A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fulfillment_id description: The ID of the fulfillment that's associated with the fulfillment event. schema: {} required: false - in: query name: order_id description: The ID of the order that's associated with the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_orders_param_order_id_fulfillments_param_fulfillment_id_events x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/orders/{order_id}/fulfillments/{fulfillment_id}/events/{event_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Event description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#show-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: path name: event_id required: true schema: type: string description: event_id - in: query name: event_id description: The ID of the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_orders_param_order_id_fulfillments_param_fulfillment_id_events_param_event_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}/events.json: get: summary: Shopify Retrieves A List Of Fulfillment Events For A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fulfillment_id description: The ID of the fulfillment that's associated with the fulfillment event. schema: {} required: false - in: query name: order_id description: The ID of the order that's associated with the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_orders_param_order_id_fulfillments_param_fulfillment_id_events x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}/fulfillments/{fulfillment_id}/events/{event_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Event description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#show-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: path name: event_id required: true schema: type: string description: event_id - in: query name: event_id description: The ID of the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_orders_param_order_id_fulfillments_param_fulfillment_id_events_param_event_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/orders/{order_id}/fulfillments/{fulfillment_id}/events.json: get: summary: Shopify Retrieves A List Of Fulfillment Events For A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-2020-07 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fulfillment_id description: The ID of the fulfillment that's associated with the fulfillment event. schema: {} required: false - in: query name: order_id description: The ID of the order that's associated with the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_orders_param_order_id_fulfillments_param_fulfillment_id_events x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/orders/{order_id}/fulfillments/{fulfillment_id}/events/{event_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Event description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#show-2020-07 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: path name: event_id required: true schema: type: string description: event_id - in: query name: event_id description: The ID of the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_orders_param_order_id_fulfillments_param_fulfillment_id_events_param_event_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/orders/{order_id}/fulfillments/{fulfillment_id}/events.json: get: summary: Shopify Retrieves A List Of Fulfillment Events For A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-2020-10 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fulfillment_id description: The ID of the fulfillment that's associated with the fulfillment event. schema: {} required: false - in: query name: order_id description: The ID of the order that's associated with the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_orders_param_order_id_fulfillments_param_fulfillment_id_events x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/orders/{order_id}/fulfillments/{fulfillment_id}/events/{event_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Event description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#show-2020-10 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: path name: event_id required: true schema: type: string description: event_id - in: query name: event_id description: The ID of the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_orders_param_order_id_fulfillments_param_fulfillment_id_events_param_event_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/orders/{order_id}/fulfillments/{fulfillment_id}/events.json: get: summary: Shopify Retrieves A List Of Fulfillment Events For A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-2021-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fulfillment_id description: The ID of the fulfillment that's associated with the fulfillment event. schema: {} required: false - in: query name: order_id description: The ID of the order that's associated with the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_orders_param_order_id_fulfillments_param_fulfillment_id_events x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/orders/{order_id}/fulfillments/{fulfillment_id}/events/{event_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Event description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#show-2021-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: path name: event_id required: true schema: type: string description: event_id - in: query name: event_id description: The ID of the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_orders_param_order_id_fulfillments_param_fulfillment_id_events_param_event_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/orders/{order_id}/fulfillments/{fulfillment_id}/events.json: get: summary: Shopify Retrieves A List Of Fulfillment Events For A Specific Fulfillment description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#index-unstable parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: query name: fulfillment_id description: The ID of the fulfillment that's associated with the fulfillment event. schema: {} required: false - in: query name: order_id description: The ID of the order that's associated with the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_orders_param_order_id_fulfillments_param_fulfillment_id_events x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/orders/{order_id}/fulfillments/{fulfillment_id}/events/{event_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Event description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent#show-unstable parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: path name: fulfillment_id required: true schema: type: string description: fulfillment_id - in: path name: event_id required: true schema: type: string description: event_id - in: query name: event_id description: The ID of the fulfillment event. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_orders_param_order_id_fulfillments_param_fulfillment_id_events_param_event_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/orders/{order_id}/fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders For A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#index-2020-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: order_id description: The ID of the order that is associated with the fulfillment orders. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_orders_param_order_id_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/fulfillment_orders/{fulfillment_order_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#show-2020-01 parameters: - in: path name: fulfillment_order_id required: true schema: type: string description: fulfillment_order_id tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_fulfillment_orders_param_fulfillment_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/orders/{order_id}/fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders For A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#index-2020-04 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: order_id description: The ID of the order that is associated with the fulfillment orders. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_orders_param_order_id_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/fulfillment_orders/{fulfillment_order_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#show-2020-04 parameters: - in: path name: fulfillment_order_id required: true schema: type: string description: fulfillment_order_id tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_fulfillment_orders_param_fulfillment_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/orders/{order_id}/fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders For A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#index-2020-07 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: order_id description: The ID of the order that is associated with the fulfillment orders. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_orders_param_order_id_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/fulfillment_orders/{fulfillment_order_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#show-2020-07 parameters: - in: path name: fulfillment_order_id required: true schema: type: string description: fulfillment_order_id tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_fulfillment_orders_param_fulfillment_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/orders/{order_id}/fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders For A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#index-2020-10 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: order_id description: The ID of the order that is associated with the fulfillment orders. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_orders_param_order_id_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/fulfillment_orders/{fulfillment_order_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#show-2020-10 parameters: - in: path name: fulfillment_order_id required: true schema: type: string description: fulfillment_order_id tags: - Specific responses: '200': description: '' operationId: get_fulfillment_orders_param_fulfillment_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/orders/{order_id}/fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders For A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#index-2021-01 parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: order_id description: The ID of the order that is associated with the fulfillment orders. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_orders_param_order_id_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/fulfillment_orders/{fulfillment_order_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#show-2021-01 parameters: - in: path name: fulfillment_order_id required: true schema: type: string description: fulfillment_order_id tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_fulfillment_orders_param_fulfillment_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/orders/{order_id}/fulfillment_orders.json: get: summary: Shopify Retrieves A List Of Fulfillment Orders For A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#index-unstable parameters: - in: path name: order_id required: true schema: type: string description: order_id - in: query name: order_id description: The ID of the order that is associated with the fulfillment orders. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_orders_param_order_id_fulfillment_orders x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/fulfillment_orders/{fulfillment_order_id}.json: get: summary: Shopify Retrieves A Specific Fulfillment Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#show-unstable parameters: - in: path name: fulfillment_order_id required: true schema: type: string description: fulfillment_order_id tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_fulfillment_orders_param_fulfillment_order_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/fulfillment_orders/release_hold.json: post: requestBody: content: application/json: schema: {} examples: example1: value: order_id: 450789469 summary: Release the holds on the fulfillment orders for a specific order summary: Shopify Releases The Fulfillment Order Holds For A Specific Order description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#release_hold-unstable parameters: - in: query name: order_id description: The ID of the order that is associated to the fulfillment orders. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_create_fulfillment_orders_release_hold x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/countries/{country_id}.json: get: summary: Shopify Retrieves A Specific County description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/country#show-2020-01 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202001_get_countries_param_country_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/countries/{country_id}.json: get: summary: Shopify Retrieves A Specific County description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/country#show-2020-04 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202004_get_countries_param_country_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/countries/{country_id}.json: get: summary: Shopify Retrieves A Specific County description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/country#show-2020-07 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202007_get_countries_param_country_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/countries/{country_id}.json: get: summary: Shopify Retrieves A Specific County description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/country#show-2020-10 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: get_countries_param_country_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/countries/{country_id}.json: get: summary: Shopify Retrieves A Specific County description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/country#show-2021-01 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_202101_get_countries_param_country_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/countries/{country_id}.json: get: summary: Shopify Retrieves A Specific County description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/country#show-unstable parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: query name: fields description: Show only certain fields, specified by a comma-separated list of field names. schema: {} required: false tags: - Specific responses: '200': description: '' operationId: deprecated_unstable_get_countries_param_country_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true components: securitySchemes: AccessToken: type: apiKey name: X-Shopify-Access-Token in: header description: Access token obtained via OAuth