Shopify Identifiers API

The Identifiers API from Shopify — 75 operation(s) for identifiers.

Documentation

Specifications

Schemas & Data

Other Resources

OpenAPI Specification

shopify-identifiers-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Shopify Admin REST About Identifiers 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: Identifiers
paths:
  /admin/api/2020-01/events/{event_id}.json:
    get:
      summary: Shopify Retrieves A Single Event By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/events/event#show-2020-01
      parameters:
      - in: path
        name: event_id
        required: true
        schema:
          type: string
        description: event_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_events_param_event_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/events/{event_id}.json:
    get:
      summary: Shopify Retrieves A Single Event By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/events/event#show-2020-04
      parameters:
      - in: path
        name: event_id
        required: true
        schema:
          type: string
        description: event_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_events_param_event_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/events/{event_id}.json:
    get:
      summary: Shopify Retrieves A Single Event By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/events/event#show-2020-07
      parameters:
      - in: path
        name: event_id
        required: true
        schema:
          type: string
        description: event_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_events_param_event_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/events/{event_id}.json:
    get:
      summary: Shopify Retrieves A Single Event By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/events/event#show-2020-10
      parameters:
      - in: path
        name: event_id
        required: true
        schema:
          type: string
        description: event_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: get_events_param_event_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/events/{event_id}.json:
    get:
      summary: Shopify Retrieves A Single Event By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/events/event#show-2021-01
      parameters:
      - in: path
        name: event_id
        required: true
        schema:
          type: string
        description: event_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_events_param_event_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/events/{event_id}.json:
    get:
      summary: Shopify Retrieves A Single Event By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/events/event#show-unstable
      parameters:
      - in: path
        name: event_id
        required: true
        schema:
          type: string
        description: event_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_events_param_event_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/inventory_items/{inventory_item_id}.json:
    get:
      summary: Shopify Retrieves A Single Inventory Item By Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem#show-2020-01
      parameters:
      - in: path
        name: inventory_item_id
        required: true
        schema:
          type: string
        description: inventory_item_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_inventory_items_param_inventory_item_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/inventory_items/{inventory_item_id}.json:
    get:
      summary: Shopify Retrieves A Single Inventory Item By Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem#show-2020-04
      parameters:
      - in: path
        name: inventory_item_id
        required: true
        schema:
          type: string
        description: inventory_item_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_inventory_items_param_inventory_item_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/inventory_items/{inventory_item_id}.json:
    get:
      summary: Shopify Retrieves A Single Inventory Item By Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem#show-2020-07
      parameters:
      - in: path
        name: inventory_item_id
        required: true
        schema:
          type: string
        description: inventory_item_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_inventory_items_param_inventory_item_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/inventory_items/{inventory_item_id}.json:
    get:
      summary: Shopify Retrieves A Single Inventory Item By Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem#show-2020-10
      parameters:
      - in: path
        name: inventory_item_id
        required: true
        schema:
          type: string
        description: inventory_item_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: get_inventory_items_param_inventory_item_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/inventory_items/{inventory_item_id}.json:
    get:
      summary: Shopify Retrieves A Single Inventory Item By Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem#show-2021-01
      parameters:
      - in: path
        name: inventory_item_id
        required: true
        schema:
          type: string
        description: inventory_item_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_inventory_items_param_inventory_item_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/inventory_items/{inventory_item_id}.json:
    get:
      summary: Shopify Retrieves A Single Inventory Item By Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem#show-unstable
      parameters:
      - in: path
        name: inventory_item_id
        required: true
        schema:
          type: string
        description: inventory_item_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_inventory_items_param_inventory_item_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/locations/{location_id}.json:
    get:
      summary: Shopify Retrieves A Single Location By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/location#show-2020-01
      parameters:
      - in: path
        name: location_id
        required: true
        schema:
          type: string
        description: location_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_locations_param_location_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/locations/{location_id}.json:
    get:
      summary: Shopify Retrieves A Single Location By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/location#show-2020-04
      parameters:
      - in: path
        name: location_id
        required: true
        schema:
          type: string
        description: location_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_locations_param_location_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/locations/{location_id}.json:
    get:
      summary: Shopify Retrieves A Single Location By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/location#show-2020-07
      parameters:
      - in: path
        name: location_id
        required: true
        schema:
          type: string
        description: location_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_locations_param_location_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/locations/{location_id}.json:
    get:
      summary: Shopify Retrieves A Single Location By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/location#show-2020-10
      parameters:
      - in: path
        name: location_id
        required: true
        schema:
          type: string
        description: location_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: get_locations_param_location_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/locations/{location_id}.json:
    get:
      summary: Shopify Retrieves A Single Location By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/location#show-2021-01
      parameters:
      - in: path
        name: location_id
        required: true
        schema:
          type: string
        description: location_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_locations_param_location_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/locations/{location_id}.json:
    get:
      summary: Shopify Retrieves A Single Location By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/inventory/location#show-unstable
      parameters:
      - in: path
        name: location_id
        required: true
        schema:
          type: string
        description: location_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_locations_param_location_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/metafields/{metafield_id}.json:
    get:
      summary: Shopify Retrieves A Single Metafield From A Resource By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#show-2020-01
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
    delete:
      summary: Shopify Deletes A Metafield By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#destroy-2020-01
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_delete_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/metafields/{metafield_id}.json:
    get:
      summary: Shopify Retrieves A Single Metafield From A Resource By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#show-2020-04
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
    delete:
      summary: Shopify Deletes A Metafield By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#destroy-2020-04
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_delete_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/metafields/{metafield_id}.json:
    get:
      summary: Shopify Retrieves A Single Metafield From A Resource By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#show-2020-07
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
    delete:
      summary: Shopify Deletes A Metafield By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#destroy-2020-07
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_delete_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/metafields/{metafield_id}.json:
    get:
      summary: Shopify Retrieves A Single Metafield From A Resource By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#show-2020-10
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: get_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
    delete:
      summary: Shopify Deletes A Metafield By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#destroy-2020-10
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: delete_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/metafields/{metafield_id}.json:
    get:
      summary: Shopify Retrieves A Single Metafield From A Resource By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#show-2021-01
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
    delete:
      summary: Shopify Deletes A Metafield By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#destroy-2021-01
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_delete_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/metafields/{metafield_id}.json:
    get:
      summary: Shopify Retrieves A Single Metafield From A Resource By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#show-unstable
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
    delete:
      summary: Shopify Deletes A Metafield By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/metafield#destroy-unstable
      parameters:
      - in: path
        name: metafield_id
        required: true
        schema:
          type: string
        description: metafield_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_delete_metafields_param_metafield_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/blogs/{blog_id}.json:
    get:
      summary: Shopify Get A Single Blog By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/online-store/blog#show-2020-01
      parameters:
      - in: path
        name: blog_id
        required: true
        schema:
          type: string
        description: blog_id
      - in: query
        name: fields
        description: comma-separated list of fields to include in the response
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_blogs_param_blog_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/comments/{comment_id}.json:
    get:
      summary: Shopify Retrieves A Single Comment By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/online-store/comment#show-2020-01
      parameters:
      - in: path
        name: comment_id
        required: true
        schema:
          type: string
        description: comment_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_comments_param_comment_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/orders/{order_id}/risks/{risk_id}.json:
    get:
      summary: Shopify Retrieves A Single Order Risk By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/orders/order-risk#show-2020-01
      parameters:
      - in: path
        name: order_id
        required: true
        schema:
          type: string
        description: order_id
      - in: path
        name: risk_id
        required: true
        schema:
          type: string
        description: risk_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_orders_param_order_id_risks_param_risk_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/orders/{order_id}/risks/{risk_id}.json:
    get:
      summary: Shopify Retrieves A Single Order Risk By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/orders/order-risk#show-2020-04
      parameters:
      - in: path
        name: order_id
        required: true
        schema:
          type: string
        description: order_id
      - in: path
        name: risk_id
        required: true
        schema:
          type: string
        description: risk_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_orders_param_order_id_risks_param_risk_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/orders/{order_id}/risks/{risk_id}.json:
    get:
      summary: Shopify Retrieves A Single Order Risk By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/orders/order-risk#show-2020-07
      parameters:
      - in: path
        name: order_id
        required: true
        schema:
          type: string
        description: order_id
      - in: path
        name: risk_id
        required: true
        schema:
          type: string
        description: risk_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_orders_param_order_id_risks_param_risk_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/orders/{order_id}/risks/{risk_id}.json:
    get:
      summary: Shopify Retrieves A Single Order Risk By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/orders/order-risk#show-2020-10
      parameters:
      - in: path
        name: order_id
        required: true
        schema:
          type: string
        description: order_id
      - in: path
        name: risk_id
        required: true
        schema:
          type: string
        description: risk_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: get_orders_param_order_id_risks_param_risk_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/orders/{order_id}/risks/{risk_id}.json:
    get:
      summary: Shopify Retrieves A Single Order Risk By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/orders/order-risk#show-2021-01
      parameters:
      - in: path
        name: order_id
        required: true
        schema:
          type: string
        description: order_id
      - in: path
        name: risk_id
        required: true
        schema:
          type: string
        description: risk_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_orders_param_order_id_risks_param_risk_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/orders/{order_id}/risks/{risk_id}.json:
    get:
      summary: Shopify Retrieves A Single Order Risk By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/orders/order-risk#show-unstable
      parameters:
      - in: path
        name: order_id
        required: true
        schema:
          type: string
        description: order_id
      - in: path
        name: risk_id
        required: true
        schema:
          type: string
        description: risk_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_orders_param_order_id_risks_param_risk_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/gift_cards/{gift_card_id}.json:
    get:
      summary: Shopify Retrieves A Single Gift Card By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/plus/giftcard#show-2020-01
      parameters:
      - in: path
        name: gift_card_id
        required: true
        schema:
          type: string
        description: gift_card_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_gift_cards_param_gift_card_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/gift_cards/{gift_card_id}.json:
    get:
      summary: Shopify Retrieves A Single Gift Card By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/plus/giftcard#show-2020-04
      parameters:
      - in: path
        name: gift_card_id
        required: true
        schema:
          type: string
        description: gift_card_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_gift_cards_param_gift_card_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/gift_cards/{gift_card_id}.json:
    get:
      summary: Shopify Retrieves A Single Gift Card By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/plus/giftcard#show-2020-07
      parameters:
      - in: path
        name: gift_card_id
        required: true
        schema:
          type: string
        description: gift_card_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_gift_cards_param_gift_card_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/gift_cards/{gift_card_id}.json:
    get:
      summary: Shopify Retrieves A Single Gift Card By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/plus/giftcard#show-2020-10
      parameters:
      - in: path
        name: gift_card_id
        required: true
        schema:
          type: string
        description: gift_card_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: get_gift_cards_param_gift_card_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/gift_cards/{gift_card_id}.json:
    get:
      summary: Shopify Retrieves A Single Gift Card By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/plus/giftcard#show-2021-01
      parameters:
      - in: path
        name: gift_card_id
        required: true
        schema:
          type: string
        description: gift_card_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_gift_cards_param_gift_card_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/gift_cards/{gift_card_id}.json:
    get:
      summary: Shopify Retrieves A Single Gift Card By Its Id
      description: https://shopify.dev/docs/admin-api/rest/reference/plus/giftcard#show-unstable
      parameters:
      - in: path
        name: gift_card_id
        required: true
        schema:
          type: string
        description: gift_card_id
      tags:
      - Identifiers
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_gift_cards_param_gift_card_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:
      - Identifiers
      responses:
        '200':
          description: ''
     

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