Shopify Single API

The Single API from Shopify — 183 operation(s) for single.

Documentation

Specifications

Schemas & Data

Other Resources

OpenAPI Specification

shopify-single-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Shopify Admin REST About Single 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: Single
paths:
  /admin/api/2020-01/reports/{report_id}.json:
    get:
      summary: Shopify Retrieves A Single Report Created By Your App
      description: https://shopify.dev/docs/admin-api/rest/reference/analytics/report#show-2020-01
      parameters:
      - in: path
        name: report_id
        required: true
        schema:
          type: string
        description: report_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_reports_param_report_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/reports/{report_id}.json:
    get:
      summary: Shopify Retrieves A Single Report Created By Your App
      description: https://shopify.dev/docs/admin-api/rest/reference/analytics/report#show-2020-04
      parameters:
      - in: path
        name: report_id
        required: true
        schema:
          type: string
        description: report_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_reports_param_report_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/reports/{report_id}.json:
    get:
      summary: Shopify Retrieves A Single Report Created By Your App
      description: https://shopify.dev/docs/admin-api/rest/reference/analytics/report#show-2020-07
      parameters:
      - in: path
        name: report_id
        required: true
        schema:
          type: string
        description: report_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_reports_param_report_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/reports/{report_id}.json:
    get:
      summary: Shopify Retrieves A Single Report Created By Your App
      description: https://shopify.dev/docs/admin-api/rest/reference/analytics/report#show-2020-10
      parameters:
      - in: path
        name: report_id
        required: true
        schema:
          type: string
        description: report_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: get_reports_param_report_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/reports/{report_id}.json:
    get:
      summary: Shopify Retrieves A Single Report Created By Your App
      description: https://shopify.dev/docs/admin-api/rest/reference/analytics/report#show-2021-01
      parameters:
      - in: path
        name: report_id
        required: true
        schema:
          type: string
        description: report_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_reports_param_report_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/reports/{report_id}.json:
    get:
      summary: Shopify Retrieves A Single Report Created By Your App
      description: https://shopify.dev/docs/admin-api/rest/reference/analytics/report#show-unstable
      parameters:
      - in: path
        name: report_id
        required: true
        schema:
          type: string
        description: report_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_reports_param_report_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/application_credits/{application_credit_id}.json:
    get:
      summary: Shopify Retrieves A Single Application Credit
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#show-2020-01
      parameters:
      - in: path
        name: application_credit_id
        required: true
        schema:
          type: string
        description: application_credit_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_application_credits_param_application_credit_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/application_credits/{application_credit_id}.json:
    get:
      summary: Shopify Retrieves A Single Application Credit
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#show-2020-04
      parameters:
      - in: path
        name: application_credit_id
        required: true
        schema:
          type: string
        description: application_credit_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_application_credits_param_application_credit_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/application_credits/{application_credit_id}.json:
    get:
      summary: Shopify Retrieves A Single Application Credit
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#show-2020-07
      parameters:
      - in: path
        name: application_credit_id
        required: true
        schema:
          type: string
        description: application_credit_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_application_credits_param_application_credit_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/application_credits/{application_credit_id}.json:
    get:
      summary: Shopify Retrieves A Single Application Credit
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#show-2020-10
      parameters:
      - in: path
        name: application_credit_id
        required: true
        schema:
          type: string
        description: application_credit_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: get_application_credits_param_application_credit_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/application_credits/{application_credit_id}.json:
    get:
      summary: Shopify Retrieves A Single Application Credit
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#show-2021-01
      parameters:
      - in: path
        name: application_credit_id
        required: true
        schema:
          type: string
        description: application_credit_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_application_credits_param_application_credit_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/application_credits/{application_credit_id}.json:
    get:
      summary: Shopify Retrieves A Single Application Credit
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit#show-unstable
      parameters:
      - in: path
        name: application_credit_id
        required: true
        schema:
          type: string
        description: application_credit_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_application_credits_param_application_credit_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/recurring_application_charges/{recurring_application_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-01
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_recurring_application_charges_param_recurring_application_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/recurring_application_charges/{recurring_application_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-04
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_recurring_application_charges_param_recurring_application_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/recurring_application_charges/{recurring_application_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-07
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_recurring_application_charges_param_recurring_application_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/recurring_application_charges/{recurring_application_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-10
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: get_recurring_application_charges_param_recurring_application_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/recurring_application_charges/{recurring_application_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2021-01
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_recurring_application_charges_param_recurring_application_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/recurring_application_charges/{recurring_application_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-unstable
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_recurring_application_charges_param_recurring_application_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/recurring_application_charges/{recurring_application_charge_id}/usage_charges/{usage_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-01
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: path
        name: usage_charge_id
        required: true
        schema:
          type: string
        description: usage_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_recurring_application_charges_param_recurring_application_charge_id_usage_charges_param_usage_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/recurring_application_charges/{recurring_application_charge_id}/usage_charges/{usage_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-04
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: path
        name: usage_charge_id
        required: true
        schema:
          type: string
        description: usage_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_recurring_application_charges_param_recurring_application_charge_id_usage_charges_param_usage_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/recurring_application_charges/{recurring_application_charge_id}/usage_charges/{usage_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-07
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: path
        name: usage_charge_id
        required: true
        schema:
          type: string
        description: usage_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_recurring_application_charges_param_recurring_application_charge_id_usage_charges_param_usage_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/recurring_application_charges/{recurring_application_charge_id}/usage_charges/{usage_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-10
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: path
        name: usage_charge_id
        required: true
        schema:
          type: string
        description: usage_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: get_recurring_application_charges_param_recurring_application_charge_id_usage_charges_param_usage_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/recurring_application_charges/{recurring_application_charge_id}/usage_charges/{usage_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2021-01
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: path
        name: usage_charge_id
        required: true
        schema:
          type: string
        description: usage_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_recurring_application_charges_param_recurring_application_charge_id_usage_charges_param_usage_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/recurring_application_charges/{recurring_application_charge_id}/usage_charges/{usage_charge_id}.json:
    get:
      summary: Shopify Retrieves A Single Charge
      description: https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-unstable
      parameters:
      - in: path
        name: recurring_application_charge_id
        required: true
        schema:
          type: string
        description: recurring_application_charge_id
      - in: path
        name: usage_charge_id
        required: true
        schema:
          type: string
        description: usage_charge_id
      - in: query
        name: fields
        description: A comma-separated list of fields to include in the response.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_recurring_application_charges_param_recurring_application_charge_id_usage_charges_param_usage_charge_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/customers/{customer_id}.json:
    get:
      summary: Shopify Retrieves A Single Customer
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-01
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_customers_param_customer_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/customers/{customer_id}.json:
    get:
      summary: Shopify Retrieves A Single Customer
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-04
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_customers_param_customer_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/customers/{customer_id}.json:
    get:
      summary: Shopify Retrieves A Single Customer
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-07
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_customers_param_customer_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/customers/{customer_id}.json:
    get:
      summary: Shopify Retrieves A Single Customer
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-10
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: get_customers_param_customer_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/customers/{customer_id}.json:
    get:
      summary: Shopify Retrieves A Single Customer
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2021-01
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_customers_param_customer_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/customers/{customer_id}.json:
    get:
      summary: Shopify Retrieves A Single Customer
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-unstable
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: query
        name: fields
        description: Show only certain fields, specified by a comma-separated list of field names.
        schema: {}
        required: false
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_customers_param_customer_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-01/customers/{customer_id}/addresses/{address_id}.json:
    get:
      summary: Shopify Retrieves Details A Single Customer Address
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address#show-2020-01
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: path
        name: address_id
        required: true
        schema:
          type: string
        description: address_id
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202001_get_customers_param_customer_id_addresses_param_address_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-04/customers/{customer_id}/addresses/{address_id}.json:
    get:
      summary: Shopify Retrieves Details A Single Customer Address
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address#show-2020-04
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: path
        name: address_id
        required: true
        schema:
          type: string
        description: address_id
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202004_get_customers_param_customer_id_addresses_param_address_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-07/customers/{customer_id}/addresses/{address_id}.json:
    get:
      summary: Shopify Retrieves Details A Single Customer Address
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address#show-2020-07
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: path
        name: address_id
        required: true
        schema:
          type: string
        description: address_id
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202007_get_customers_param_customer_id_addresses_param_address_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2020-10/customers/{customer_id}/addresses/{address_id}.json:
    get:
      summary: Shopify Retrieves Details A Single Customer Address
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address#show-2020-10
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: path
        name: address_id
        required: true
        schema:
          type: string
        description: address_id
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: get_customers_param_customer_id_addresses_param_address_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/2021-01/customers/{customer_id}/addresses/{address_id}.json:
    get:
      summary: Shopify Retrieves Details A Single Customer Address
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address#show-2021-01
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: path
        name: address_id
        required: true
        schema:
          type: string
        description: address_id
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_202101_get_customers_param_customer_id_addresses_param_address_id
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
  /admin/api/unstable/customers/{customer_id}/addresses/{address_id}.json:
    get:
      summary: Shopify Retrieves Details A Single Customer Address
      description: https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address#show-unstable
      parameters:
      - in: path
        name: customer_id
        required: true
        schema:
          type: string
        description: customer_id
      - in: path
        name: address_id
        required: true
        schema:
          type: string
        description: address_id
      tags:
      - Single
      responses:
        '200':
          description: ''
      operationId: deprecated_unstable_get_customers_param_customer_id_addresses_param_address_id
      x-api-evangelist-processing:
        PascalCaseOperationSumma

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