Shopify Specific API

The Specific API from Shopify — 78 operation(s) for specific.

Documentation

Specifications

Schemas & Data

Other Resources

OpenAPI Specification

shopify-specific-api-openapi.yml Raw ↑
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
 

# --- truncated at 32 KB (80 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/shopify/refs/heads/main/openapi/shopify-specific-api-openapi.yml