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: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/customer_saved_searches/{customer_saved_search_id}.json: get: summary: Shopify Retrieves A Single Customer Saved Search description: https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#show-2020-01 parameters: - in: path name: customer_saved_search_id required: true schema: type: string description: customer_saved_search_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_customer_saved_searches_param_customer_saved_search_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/customer_saved_searches/{customer_saved_search_id}.json: get: summary: Shopify Retrieves A Single Customer Saved Search description: https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#show-2020-04 parameters: - in: path name: customer_saved_search_id required: true schema: type: string description: customer_saved_search_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_customer_saved_searches_param_customer_saved_search_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/customer_saved_searches/{customer_saved_search_id}.json: get: summary: Shopify Retrieves A Single Customer Saved Search description: https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#show-2020-07 parameters: - in: path name: customer_saved_search_id required: true schema: type: string description: customer_saved_search_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_customer_saved_searches_param_customer_saved_search_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/customer_saved_searches/{customer_saved_search_id}.json: get: summary: Shopify Retrieves A Single Customer Saved Search description: https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#show-2020-10 parameters: - in: path name: customer_saved_search_id required: true schema: type: string description: customer_saved_search_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_customer_saved_searches_param_customer_saved_search_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/customer_saved_searches/{customer_saved_search_id}.json: get: summary: Shopify Retrieves A Single Customer Saved Search description: https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#show-2021-01 parameters: - in: path name: customer_saved_search_id required: true schema: type: string description: customer_saved_search_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_customer_saved_searches_param_customer_saved_search_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/customer_saved_searches/{customer_saved_search_id}.json: get: summary: Shopify Retrieves A Single Customer Saved Search description: https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#show-unstable parameters: - in: path name: customer_saved_search_id required: true schema: type: string description: customer_saved_search_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_customer_saved_searches_param_customer_saved_search_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/price_rules/{price_rule_id}/discount_codes/{discount_code_id}.json: get: summary: Shopify Retrieves A Single Discount Code description: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#show-2020-01 parameters: - in: path name: price_rule_id required: true schema: type: string description: price_rule_id - in: path name: discount_code_id required: true schema: type: string description: discount_code_id tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_price_rules_param_price_rule_id_discount_codes_param_discount_code_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/price_rules/{price_rule_id}/discount_codes/{discount_code_id}.json: get: summary: Shopify Retrieves A Single Discount Code description: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#show-2020-04 parameters: - in: path name: price_rule_id required: true schema: type: string description: price_rule_id - in: path name: discount_code_id required: true schema: type: string description: discount_code_id tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_price_rules_param_price_rule_id_discount_codes_param_discount_code_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/price_rules/{price_rule_id}/discount_codes/{discount_code_id}.json: get: summary: Shopify Retrieves A Single Discount Code description: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#show-2020-07 parameters: - in: path name: price_rule_id required: true schema: type: string description: price_rule_id - in: path name: discount_code_id required: true schema: type: string description: discount_code_id tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_price_rules_param_price_rule_id_discount_codes_param_discount_code_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/price_rules/{price_rule_id}/discount_codes/{discount_code_id}.json: get: summary: Shopify Retrieves A Single Discount Code description: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#show-2020-10 parameters: - in: path name: price_rule_id required: true schema: type: string description: price_rule_id - in: path name: discount_code_id required: true schema: type: string description: discount_code_id tags: - Single responses: '200': description: '' operationId: get_price_rules_param_price_rule_id_discount_codes_param_discount_code_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/price_rules/{price_rule_id}/discount_codes/{discount_code_id}.json: get: summary: Shopify Retrieves A Single Discount Code description: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#show-2021-01 parameters: - in: path name: price_rule_id required: true schema: type: string description: price_rule_id - in: path name: discount_code_id required: true schema: type: string description: discount_code_id tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_price_rules_param_price_rule_id_discount_codes_param_discount_code_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/price_rules/{price_rule_id}/discount_codes/{discount_code_id}.json: get: summary: Shopify Retrieves A Single Discount Code description: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#show-unstable parameters: - in: path name: price_rule_id required: true schema: type: string description: price_rule_id - in: path name: discount_code_id required: true schema: type: string description: discount_code_id tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_price_rules_param_price_rule_id_discount_codes_param_discount_code_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single responses: '200': description: '' operationId: deprecated_unstable_get_events_param_event_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/webhooks/{webhook_id}.json: get: summary: Shopify Retrieves A Single Webhook Subscription description: https://shopify.dev/docs/admin-api/rest/reference/events/webhook#show-2020-01 parameters: - in: path name: webhook_id required: true schema: type: string description: webhook_id - in: query name: fields description: Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_webhooks_param_webhook_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/webhooks/{webhook_id}.json: get: summary: Shopify Retrieves A Single Webhook Subscription description: https://shopify.dev/docs/admin-api/rest/reference/events/webhook#show-2020-04 parameters: - in: path name: webhook_id required: true schema: type: string description: webhook_id - in: query name: fields description: Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_webhooks_param_webhook_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/webhooks/{webhook_id}.json: get: summary: Shopify Retrieves A Single Webhook Subscription description: https://shopify.dev/docs/admin-api/rest/reference/events/webhook#show-2020-07 parameters: - in: path name: webhook_id required: true schema: type: string description: webhook_id - in: query name: fields description: Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_webhooks_param_webhook_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/webhooks/{webhook_id}.json: get: summary: Shopify Retrieves A Single Webhook Subscription description: https://shopify.dev/docs/admin-api/rest/reference/events/webhook#show-2020-10 parameters: - in: path name: webhook_id required: true schema: type: string description: webhook_id - in: query name: fields description: Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. schema: {} required: false tags: - Single responses: '200': description: '' operationId: get_webhooks_param_webhook_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/webhooks/{webhook_id}.json: get: summary: Shopify Retrieves A Single Webhook Subscription description: https://shopify.dev/docs/admin-api/rest/reference/events/webhook#show-2021-01 parameters: - in: path name: webhook_id required: true schema: type: string description: webhook_id - in: query name: fields description: Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_webhooks_param_webhook_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/webhooks/{webhook_id}.json: get: summary: Shopify Retrieves A Single Webhook Subscription description: https://shopify.dev/docs/admin-api/rest/reference/events/webhook#show-unstable parameters: - in: path name: webhook_id required: true schema: type: string description: webhook_id - in: query name: fields description: Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_webhooks_param_webhook_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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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/inventory_levels/adjust.json: post: requestBody: content: application/json: schema: {} examples: example1: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjust the available quantity of an inventory item by 5 at a single location example2: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels at a non-existent location fails and returns an error example3: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels for an inventory item that is untracked fails and returns an error summary: Shopify Adjusts The Inventory Level Of An Inventory Item At A Single Location description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventorylevel#adjust-2020-01 parameters: - in: query name: "inventory_item_id\n required" description: The ID of the inventory item. schema: {} required: false - in: query name: "location_id\n required" description: The ID of the location that the inventory level belongs to. To find the ID of the location, use the Location resource. schema: {} required: false - in: query name: "available_adjustment\n required" description: 'The amount to adjust the available inventory quantity. Send negative values to subtract from the current available quantity. For example, "available_adjustment": 2 increases the current available quantity by 2, and "available_adjustment": -3decreases the current available quantity by 3.' schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202001_create_inventory_levels_adjust x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/inventory_levels/adjust.json: post: requestBody: content: application/json: schema: {} examples: example1: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjust the available quantity of an inventory item by 5 at a single location example2: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels at a non-existent location fails and returns an error example3: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels for an inventory item that is untracked fails and returns an error summary: Shopify Adjusts The Inventory Level Of An Inventory Item At A Single Location description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventorylevel#adjust-2020-04 parameters: - in: query name: "inventory_item_id\n required" description: The ID of the inventory item. schema: {} required: false - in: query name: "location_id\n required" description: The ID of the location that the inventory level belongs to. To find the ID of the location, use the Location resource. schema: {} required: false - in: query name: "available_adjustment\n required" description: 'The amount to adjust the available inventory quantity. Send negative values to subtract from the current available quantity. For example, "available_adjustment": 2 increases the current available quantity by 2, and "available_adjustment": -3decreases the current available quantity by 3.' schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202004_create_inventory_levels_adjust x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/inventory_levels/adjust.json: post: requestBody: content: application/json: schema: {} examples: example1: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjust the available quantity of an inventory item by 5 at a single location example2: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels at a non-existent location fails and returns an error example3: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels for an inventory item that is untracked fails and returns an error summary: Shopify Adjusts The Inventory Level Of An Inventory Item At A Single Location description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventorylevel#adjust-2020-07 parameters: - in: query name: "inventory_item_id\n required" description: The ID of the inventory item. schema: {} required: false - in: query name: "location_id\n required" description: The ID of the location that the inventory level belongs to. To find the ID of the location, use the Location resource. schema: {} required: false - in: query name: "available_adjustment\n required" description: 'The amount to adjust the available inventory quantity. Send negative values to subtract from the current available quantity. For example, "available_adjustment": 2 increases the current available quantity by 2, and "available_adjustment": -3decreases the current available quantity by 3.' schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202007_create_inventory_levels_adjust x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/inventory_levels/adjust.json: post: requestBody: content: application/json: schema: {} examples: example1: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjust the available quantity of an inventory item by 5 at a single location example2: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels at a non-existent location fails and returns an error example3: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels for an inventory item that is untracked fails and returns an error summary: Shopify Adjusts The Inventory Level Of An Inventory Item At A Single Location description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventorylevel#adjust-2020-10 parameters: - in: query name: "inventory_item_id\n required" description: The ID of the inventory item. schema: {} required: false - in: query name: "location_id\n required" description: The ID of the location that the inventory level belongs to. To find the ID of the location, use the Location resource. schema: {} required: false - in: query name: "available_adjustment\n required" description: 'The amount to adjust the available inventory quantity. Send negative values to subtract from the current available quantity. For example, "available_adjustment": 2 increases the current available quantity by 2, and "available_adjustment": -3decreases the current available quantity by 3.' schema: {} required: false tags: - Single responses: '200': description: '' operationId: create_inventory_levels_adjust x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/inventory_levels/adjust.json: post: requestBody: content: application/json: schema: {} examples: example1: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjust the available quantity of an inventory item by 5 at a single location example2: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels at a non-existent location fails and returns an error example3: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels for an inventory item that is untracked fails and returns an error summary: Shopify Adjusts The Inventory Level Of An Inventory Item At A Single Location description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventorylevel#adjust-2021-01 parameters: - in: query name: "inventory_item_id\n required" description: The ID of the inventory item. schema: {} required: false - in: query name: "location_id\n required" description: The ID of the location that the inventory level belongs to. To find the ID of the location, use the Location resource. schema: {} required: false - in: query name: "available_adjustment\n required" description: 'The amount to adjust the available inventory quantity. Send negative values to subtract from the current available quantity. For example, "available_adjustment": 2 increases the current available quantity by 2, and "available_adjustment": -3decreases the current available quantity by 3.' schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202101_create_inventory_levels_adjust x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/inventory_levels/adjust.json: post: requestBody: content: application/json: schema: {} examples: example1: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjust the available quantity of an inventory item by 5 at a single location example2: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels at a non-existent location fails and returns an error example3: value: location_id: 905684977 inventory_item_id: 808950810 available_adjustment: 5 summary: Adjusting inventory levels for an inventory item that is untracked fails and returns an error summary: Shopify Adjusts The Inventory Level Of An Inventory Item At A Single Location description: https://shopify.dev/docs/admin-api/rest/reference/inventory/inventorylevel#adjust-unstable parameters: - in: query name: "inventory_item_id\n required" description: The ID of the inventory item. schema: {} required: false - in: query name: "location_id\n required" description: The ID of the location that the inventory level belongs to. To find the ID of the location, use the Location resource. schema: {} required: false - in: query name: "available_adjustment\n required" description: 'The amount to adjust the available inventory quantity. Send negative values to subtract from the current available quantity. For example, "available_adjustment": 2 increases the current available quantity by 2, and "available_adjustment": -3decreases the current available quantity by 3.' schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_unstable_create_inventory_levels_adjust 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single responses: '200': description: '' operationId: deprecated_202001_get_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: - Single responses: '200': description: '' operationId: deprecated_202004_get_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: - Single responses: '200': description: '' operationId: deprecated_202007_get_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: - Single responses: '200': description: '' operationId: get_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: - Single responses: '200': description: '' operationId: deprecated_202101_get_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: - Single responses: '200': description: '' operationId: deprecated_unstable_get_metafields_param_metafield_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/blogs/{blog_id}/articles/{article_id}.json: get: summary: Shopify Retrieves A Single Article description: https://shopify.dev/docs/admin-api/rest/reference/online-store/article#show-2020-01 parameters: - in: path name: blog_id required: true schema: type: string description: blog_id - in: path name: article_id required: true schema: type: string description: article_id - in: query name: fields description: Show only certain fields, specifed by a comma-separated list of field names. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_blogs_param_blog_id_articles_param_article_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/blogs/{blog_id}/articles/{article_id}.json: get: summary: Shopify Retrieves A Single Article description: https://shopify.dev/docs/admin-api/rest/reference/online-store/article#show-2020-04 parameters: - in: path name: blog_id required: true schema: type: string description: blog_id - in: path name: article_id required: true schema: type: string description: article_id - in: query name: fields description: Show only certain fields, specifed by a comma-separated list of field names. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_blogs_param_blog_id_articles_param_article_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/blogs/{blog_id}/articles/{article_id}.json: get: summary: Shopify Retrieves A Single Article description: https://shopify.dev/docs/admin-api/rest/reference/online-store/article#show-2020-07 parameters: - in: path name: blog_id required: true schema: type: string description: blog_id - in: path name: article_id required: true schema: type: string description: article_id - in: query name: fields description: Show only certain fields, specifed by a comma-separated list of field names. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_blogs_param_blog_id_articles_param_article_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/blogs/{blog_id}/articles/{article_id}.json: get: summary: Shopify Retrieves A Single Article description: https://shopify.dev/docs/admin-api/rest/reference/online-store/article#show-2020-10 parameters: - in: path name: blog_id required: true schema: type: string description: blog_id - in: path name: article_id required: true schema: type: string description: article_id - in: query name: fields description: Show only certain fields, specifed by a comma-separated list of field names. schema: {} required: false tags: - Single responses: '200': description: '' operationId: get_blogs_param_blog_id_articles_param_article_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/blogs/{blog_id}/articles/{article_id}.json: get: summary: Shopify Retrieves A Single Article description: https://shopify.dev/docs/admin-api/rest/reference/online-store/article#show-2021-01 parameters: - in: path name: blog_id required: true schema: type: string description: blog_id - in: path name: article_id required: true schema: type: string description: article_id - in: query name: fields description: Show only certain fields, specifed by a comma-separated list of field names. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_blogs_param_blog_id_articles_param_article_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/blogs/{blog_id}/articles/{article_id}.json: get: summary: Shopify Retrieves A Single Article description: https://shopify.dev/docs/admin-api/rest/reference/online-store/article#show-unstable parameters: - in: path name: blog_id required: true schema: type: string description: blog_id - in: path name: article_id required: true schema: type: string description: article_id - in: query name: fields description: Show only certain fields, specifed by a comma-separated list of field names. schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_blogs_param_blog_id_articles_param_article_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/themes/{theme_id}/assets.json: get: summary: Shopify Retrieves A Single Asset For A Theme By Its Key description: https://shopify.dev/docs/admin-api/rest/reference/online-store/asset#show-2020-01 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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: asset[key] schema: type: string description: asset[key] required: false tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_themes_param_theme_id_assets x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/themes/{theme_id}/assets.json: get: summary: Shopify Retrieves A Single Asset For A Theme By Its Key description: https://shopify.dev/docs/admin-api/rest/reference/online-store/asset#show-2020-04 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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: asset[key] schema: type: string description: asset[key] required: false tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_themes_param_theme_id_assets x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/themes/{theme_id}/assets.json: get: summary: Shopify Retrieves A Single Asset For A Theme By Its Key description: https://shopify.dev/docs/admin-api/rest/reference/online-store/asset#show-2020-07 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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: asset[key] schema: type: string description: asset[key] required: false tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_themes_param_theme_id_assets x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/themes/{theme_id}/assets.json: get: summary: Shopify Retrieves A Single Asset For A Theme By Its Key description: https://shopify.dev/docs/admin-api/rest/reference/online-store/asset#show-2020-10 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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: asset[key] schema: type: string description: asset[key] required: false tags: - Single responses: '200': description: '' operationId: get_themes_param_theme_id_assets x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/themes/{theme_id}/assets.json: get: summary: Shopify Retrieves A Single Asset For A Theme By Its Key description: https://shopify.dev/docs/admin-api/rest/reference/online-store/asset#show-2021-01 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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: asset[key] schema: type: string description: asset[key] required: false tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_themes_param_theme_id_assets x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/themes/{theme_id}/assets.json: get: summary: Shopify Retrieves A Single Asset For A Theme By Its Key description: https://shopify.dev/docs/admin-api/rest/reference/online-store/asset#show-unstable parameters: - in: path name: theme_id required: true schema: type: string description: theme_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: asset[key] schema: type: string description: asset[key] required: false tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_themes_param_theme_id_assets 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: - Single 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: - Single responses: '200': description: '' operationId: deprecated_202001_get_comments_param_comment_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/redirects/{redirect_id}.json: get: summary: Shopify Retrieves A Single Redirect description: https://shopify.dev/docs/admin-api/rest/reference/online-store/redirect#show-2020-01 parameters: - in: path name: redirect_id required: true schema: type: string description: redirect_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_redirects_param_redirect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/redirects/{redirect_id}.json: get: summary: Shopify Retrieves A Single Redirect description: https://shopify.dev/docs/admin-api/rest/reference/online-store/redirect#show-2020-04 parameters: - in: path name: redirect_id required: true schema: type: string description: redirect_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_redirects_param_redirect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/redirects/{redirect_id}.json: get: summary: Shopify Retrieves A Single Redirect description: https://shopify.dev/docs/admin-api/rest/reference/online-store/redirect#show-2020-07 parameters: - in: path name: redirect_id required: true schema: type: string description: redirect_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_redirects_param_redirect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/redirects/{redirect_id}.json: get: summary: Shopify Retrieves A Single Redirect description: https://shopify.dev/docs/admin-api/rest/reference/online-store/redirect#show-2020-10 parameters: - in: path name: redirect_id required: true schema: type: string description: redirect_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_redirects_param_redirect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/redirects/{redirect_id}.json: get: summary: Shopify Retrieves A Single Redirect description: https://shopify.dev/docs/admin-api/rest/reference/online-store/redirect#show-2021-01 parameters: - in: path name: redirect_id required: true schema: type: string description: redirect_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_redirects_param_redirect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/redirects/{redirect_id}.json: get: summary: Shopify Retrieves A Single Redirect description: https://shopify.dev/docs/admin-api/rest/reference/online-store/redirect#show-unstable parameters: - in: path name: redirect_id required: true schema: type: string description: redirect_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_redirects_param_redirect_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/script_tags/{script_tag_id}.json: get: summary: Shopify Retrieves A Single Script Tag description: https://shopify.dev/docs/admin-api/rest/reference/online-store/scripttag#show-2020-01 parameters: - in: path name: script_tag_id required: true schema: type: string description: script_tag_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_script_tags_param_script_tag_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/script_tags/{script_tag_id}.json: get: summary: Shopify Retrieves A Single Script Tag description: https://shopify.dev/docs/admin-api/rest/reference/online-store/scripttag#show-2020-04 parameters: - in: path name: script_tag_id required: true schema: type: string description: script_tag_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_script_tags_param_script_tag_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/script_tags/{script_tag_id}.json: get: summary: Shopify Retrieves A Single Script Tag description: https://shopify.dev/docs/admin-api/rest/reference/online-store/scripttag#show-2020-07 parameters: - in: path name: script_tag_id required: true schema: type: string description: script_tag_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_script_tags_param_script_tag_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/script_tags/{script_tag_id}.json: get: summary: Shopify Retrieves A Single Script Tag description: https://shopify.dev/docs/admin-api/rest/reference/online-store/scripttag#show-2020-10 parameters: - in: path name: script_tag_id required: true schema: type: string description: script_tag_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_script_tags_param_script_tag_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/script_tags/{script_tag_id}.json: get: summary: Shopify Retrieves A Single Script Tag description: https://shopify.dev/docs/admin-api/rest/reference/online-store/scripttag#show-2021-01 parameters: - in: path name: script_tag_id required: true schema: type: string description: script_tag_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_script_tags_param_script_tag_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/script_tags/{script_tag_id}.json: get: summary: Shopify Retrieves A Single Script Tag description: https://shopify.dev/docs/admin-api/rest/reference/online-store/scripttag#show-unstable parameters: - in: path name: script_tag_id required: true schema: type: string description: script_tag_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_script_tags_param_script_tag_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/themes/{theme_id}.json: get: summary: Shopify Retrieves A Single Theme description: https://shopify.dev/docs/admin-api/rest/reference/online-store/theme#show-2020-01 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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_themes_param_theme_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/themes/{theme_id}.json: get: summary: Shopify Retrieves A Single Theme description: https://shopify.dev/docs/admin-api/rest/reference/online-store/theme#show-2020-04 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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_themes_param_theme_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/themes/{theme_id}.json: get: summary: Shopify Retrieves A Single Theme description: https://shopify.dev/docs/admin-api/rest/reference/online-store/theme#show-2020-07 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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_themes_param_theme_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/themes/{theme_id}.json: get: summary: Shopify Retrieves A Single Theme description: https://shopify.dev/docs/admin-api/rest/reference/online-store/theme#show-2020-10 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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_themes_param_theme_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/themes/{theme_id}.json: get: summary: Shopify Retrieves A Single Theme description: https://shopify.dev/docs/admin-api/rest/reference/online-store/theme#show-2021-01 parameters: - in: path name: theme_id required: true schema: type: string description: theme_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_themes_param_theme_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/themes/{theme_id}.json: get: summary: Shopify Retrieves A Single Theme description: https://shopify.dev/docs/admin-api/rest/reference/online-store/theme#show-unstable parameters: - in: path name: theme_id required: true schema: type: string description: theme_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_themes_param_theme_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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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: - Single 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/users/{user_id}.json: get: summary: Shopify Retrieves A Single User description: https://shopify.dev/docs/admin-api/rest/reference/plus/user#show-2020-01 parameters: - in: path name: user_id required: true schema: type: string description: user_id tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_users_param_user_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/users/{user_id}.json: get: summary: Shopify Retrieves A Single User description: https://shopify.dev/docs/admin-api/rest/reference/plus/user#show-2020-04 parameters: - in: path name: user_id required: true schema: type: string description: user_id tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_users_param_user_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/users/{user_id}.json: get: summary: Shopify Retrieves A Single User description: https://shopify.dev/docs/admin-api/rest/reference/plus/user#show-2020-07 parameters: - in: path name: user_id required: true schema: type: string description: user_id tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_users_param_user_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/users/{user_id}.json: get: summary: Shopify Retrieves A Single User description: https://shopify.dev/docs/admin-api/rest/reference/plus/user#show-2020-10 parameters: - in: path name: user_id required: true schema: type: string description: user_id tags: - Single responses: '200': description: '' operationId: get_users_param_user_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/users/{user_id}.json: get: summary: Shopify Retrieves A Single User description: https://shopify.dev/docs/admin-api/rest/reference/plus/user#show-2021-01 parameters: - in: path name: user_id required: true schema: type: string description: user_id tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_users_param_user_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/users/{user_id}.json: get: summary: Shopify Retrieves A Single User description: https://shopify.dev/docs/admin-api/rest/reference/plus/user#show-unstable parameters: - in: path name: user_id required: true schema: type: string description: user_id tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_users_param_user_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/collections/{collection_id}.json: get: summary: Shopify Retrieves A Single Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-01 parameters: - in: path name: collection_id required: true schema: type: string description: collection_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_collections_param_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/collections/{collection_id}.json: get: summary: Shopify Retrieves A Single Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-04 parameters: - in: path name: collection_id required: true schema: type: string description: collection_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_collections_param_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/collections/{collection_id}.json: get: summary: Shopify Retrieves A Single Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-07 parameters: - in: path name: collection_id required: true schema: type: string description: collection_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_collections_param_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/collections/{collection_id}.json: get: summary: Shopify Retrieves A Single Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-10 parameters: - in: path name: collection_id required: true schema: type: string description: collection_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_collections_param_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/collections/{collection_id}.json: get: summary: Shopify Retrieves A Single Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2021-01 parameters: - in: path name: collection_id required: true schema: type: string description: collection_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_collections_param_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/collections/{collection_id}.json: get: summary: Shopify Retrieves A Single Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-unstable parameters: - in: path name: collection_id required: true schema: type: string description: collection_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_collections_param_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/custom_collections/{custom_collection_id}.json: get: summary: Shopify Retrieves A Single Custom Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-01 parameters: - in: path name: custom_collection_id required: true schema: type: string description: custom_collection_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_custom_collections_param_custom_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/custom_collections/{custom_collection_id}.json: get: summary: Shopify Retrieves A Single Custom Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-04 parameters: - in: path name: custom_collection_id required: true schema: type: string description: custom_collection_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_custom_collections_param_custom_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/custom_collections/{custom_collection_id}.json: get: summary: Shopify Retrieves A Single Custom Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-07 parameters: - in: path name: custom_collection_id required: true schema: type: string description: custom_collection_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_custom_collections_param_custom_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/custom_collections/{custom_collection_id}.json: get: summary: Shopify Retrieves A Single Custom Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-10 parameters: - in: path name: custom_collection_id required: true schema: type: string description: custom_collection_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_custom_collections_param_custom_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/custom_collections/{custom_collection_id}.json: get: summary: Shopify Retrieves A Single Custom Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2021-01 parameters: - in: path name: custom_collection_id required: true schema: type: string description: custom_collection_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_custom_collections_param_custom_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/custom_collections/{custom_collection_id}.json: get: summary: Shopify Retrieves A Single Custom Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-unstable parameters: - in: path name: custom_collection_id required: true schema: type: string description: custom_collection_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_custom_collections_param_custom_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/products/{product_id}.json: get: summary: Shopify Retrieves A Single Product description: https://shopify.dev/docs/admin-api/rest/reference/products/product#show-2020-01 parameters: - in: path name: product_id required: true schema: type: string description: product_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_products_param_product_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/products/{product_id}.json: get: summary: Shopify Retrieves A Single Product description: https://shopify.dev/docs/admin-api/rest/reference/products/product#show-2020-04 parameters: - in: path name: product_id required: true schema: type: string description: product_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_products_param_product_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/products/{product_id}.json: get: summary: Shopify Retrieves A Single Product description: https://shopify.dev/docs/admin-api/rest/reference/products/product#show-2020-07 parameters: - in: path name: product_id required: true schema: type: string description: product_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_products_param_product_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/products/{product_id}.json: get: summary: Shopify Retrieves A Single Product description: https://shopify.dev/docs/admin-api/rest/reference/products/product#show-2020-10 parameters: - in: path name: product_id required: true schema: type: string description: product_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_products_param_product_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/products/{product_id}.json: get: summary: Shopify Retrieves A Single Product description: https://shopify.dev/docs/admin-api/rest/reference/products/product#show-2021-01 parameters: - in: path name: product_id required: true schema: type: string description: product_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_products_param_product_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/products/{product_id}.json: get: summary: Shopify Retrieves A Single Product description: https://shopify.dev/docs/admin-api/rest/reference/products/product#show-unstable parameters: - in: path name: product_id required: true schema: type: string description: product_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_products_param_product_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/products/{product_id}/images/{image_id}.json: get: summary: Shopify Get A Single Product Image By Id description: https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-01 parameters: - in: path name: product_id required: true schema: type: string description: product_id - in: path name: image_id required: true schema: type: string description: image_id - in: query name: fields description: comma-separated list of fields to include in the response schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_products_param_product_id_images_param_image_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/products/{product_id}/images/{image_id}.json: get: summary: Shopify Get A Single Product Image By Id description: https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-04 parameters: - in: path name: product_id required: true schema: type: string description: product_id - in: path name: image_id required: true schema: type: string description: image_id - in: query name: fields description: comma-separated list of fields to include in the response schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_products_param_product_id_images_param_image_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/products/{product_id}/images/{image_id}.json: get: summary: Shopify Get A Single Product Image By Id description: https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-07 parameters: - in: path name: product_id required: true schema: type: string description: product_id - in: path name: image_id required: true schema: type: string description: image_id - in: query name: fields description: comma-separated list of fields to include in the response schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_products_param_product_id_images_param_image_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/products/{product_id}/images/{image_id}.json: get: summary: Shopify Get A Single Product Image By Id description: https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-10 parameters: - in: path name: product_id required: true schema: type: string description: product_id - in: path name: image_id required: true schema: type: string description: image_id - in: query name: fields description: comma-separated list of fields to include in the response schema: {} required: false tags: - Single responses: '200': description: '' operationId: get_products_param_product_id_images_param_image_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/products/{product_id}/images/{image_id}.json: get: summary: Shopify Get A Single Product Image By Id description: https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2021-01 parameters: - in: path name: product_id required: true schema: type: string description: product_id - in: path name: image_id required: true schema: type: string description: image_id - in: query name: fields description: comma-separated list of fields to include in the response schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_products_param_product_id_images_param_image_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/products/{product_id}/images/{image_id}.json: get: summary: Shopify Get A Single Product Image By Id description: https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-unstable parameters: - in: path name: product_id required: true schema: type: string description: product_id - in: path name: image_id required: true schema: type: string description: image_id - in: query name: fields description: comma-separated list of fields to include in the response schema: {} required: false tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_products_param_product_id_images_param_image_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/smart_collections/{smart_collection_id}.json: get: summary: Shopify Retrieves A Single Smart Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-01 parameters: - in: path name: smart_collection_id required: true schema: type: string description: smart_collection_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_smart_collections_param_smart_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/smart_collections/{smart_collection_id}.json: get: summary: Shopify Retrieves A Single Smart Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-04 parameters: - in: path name: smart_collection_id required: true schema: type: string description: smart_collection_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_smart_collections_param_smart_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/smart_collections/{smart_collection_id}.json: get: summary: Shopify Retrieves A Single Smart Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-07 parameters: - in: path name: smart_collection_id required: true schema: type: string description: smart_collection_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_smart_collections_param_smart_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/smart_collections/{smart_collection_id}.json: get: summary: Shopify Retrieves A Single Smart Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-10 parameters: - in: path name: smart_collection_id required: true schema: type: string description: smart_collection_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_smart_collections_param_smart_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/smart_collections/{smart_collection_id}.json: get: summary: Shopify Retrieves A Single Smart Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2021-01 parameters: - in: path name: smart_collection_id required: true schema: type: string description: smart_collection_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_smart_collections_param_smart_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/smart_collections/{smart_collection_id}.json: get: summary: Shopify Retrieves A Single Smart Collection description: https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-unstable parameters: - in: path name: smart_collection_id required: true schema: type: string description: smart_collection_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_smart_collections_param_smart_collection_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/carrier_services/{carrier_service_id}.json: get: summary: Shopify Retrieves A Single Carrier Service By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/carrierservice#show-2020-01 parameters: - in: path name: carrier_service_id required: true schema: type: string description: carrier_service_id tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_carrier_services_param_carrier_service_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/carrier_services/{carrier_service_id}.json: get: summary: Shopify Retrieves A Single Carrier Service By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/carrierservice#show-2020-04 parameters: - in: path name: carrier_service_id required: true schema: type: string description: carrier_service_id tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_carrier_services_param_carrier_service_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/carrier_services/{carrier_service_id}.json: get: summary: Shopify Retrieves A Single Carrier Service By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/carrierservice#show-2020-07 parameters: - in: path name: carrier_service_id required: true schema: type: string description: carrier_service_id tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_carrier_services_param_carrier_service_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/carrier_services/{carrier_service_id}.json: get: summary: Shopify Retrieves A Single Carrier Service By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/carrierservice#show-2020-10 parameters: - in: path name: carrier_service_id required: true schema: type: string description: carrier_service_id tags: - Single responses: '200': description: '' operationId: get_carrier_services_param_carrier_service_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/carrier_services/{carrier_service_id}.json: get: summary: Shopify Retrieves A Single Carrier Service By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/carrierservice#show-2021-01 parameters: - in: path name: carrier_service_id required: true schema: type: string description: carrier_service_id tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_carrier_services_param_carrier_service_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/carrier_services/{carrier_service_id}.json: get: summary: Shopify Retrieves A Single Carrier Service By Its Id description: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/carrierservice#show-unstable parameters: - in: path name: carrier_service_id required: true schema: type: string description: carrier_service_id tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_carrier_services_param_carrier_service_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/shopify_payments/disputes/{dispute_id}.json: get: summary: Shopify Retrieves A Single Dispute By Id description: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/dispute#show-2020-01 parameters: - in: path name: dispute_id required: true schema: type: string description: dispute_id tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_shopify_payments_disputes_param_dispute_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/shopify_payments/payouts/{payout_id}.json: get: summary: Shopify Retrieves A Single Payout By Id description: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/payout#show-2020-01 parameters: - in: path name: payout_id required: true schema: type: string description: payout_id tags: - Single responses: '200': description: '' operationId: deprecated_202001_get_shopify_payments_payouts_param_payout_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/shopify_payments/payouts/{payout_id}.json: get: summary: Shopify Retrieves A Single Payout By Id description: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/payout#show-2020-04 parameters: - in: path name: payout_id required: true schema: type: string description: payout_id tags: - Single responses: '200': description: '' operationId: deprecated_202004_get_shopify_payments_payouts_param_payout_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/shopify_payments/payouts/{payout_id}.json: get: summary: Shopify Retrieves A Single Payout By Id description: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/payout#show-2020-07 parameters: - in: path name: payout_id required: true schema: type: string description: payout_id tags: - Single responses: '200': description: '' operationId: deprecated_202007_get_shopify_payments_payouts_param_payout_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/shopify_payments/payouts/{payout_id}.json: get: summary: Shopify Retrieves A Single Payout By Id description: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/payout#show-2020-10 parameters: - in: path name: payout_id required: true schema: type: string description: payout_id tags: - Single responses: '200': description: '' operationId: get_shopify_payments_payouts_param_payout_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/shopify_payments/payouts/{payout_id}.json: get: summary: Shopify Retrieves A Single Payout By Id description: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/payout#show-2021-01 parameters: - in: path name: payout_id required: true schema: type: string description: payout_id tags: - Single responses: '200': description: '' operationId: deprecated_202101_get_shopify_payments_payouts_param_payout_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/shopify_payments/payouts/{payout_id}.json: get: summary: Shopify Retrieves A Single Payout By Id description: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/payout#show-unstable parameters: - in: path name: payout_id required: true schema: type: string description: payout_id tags: - Single responses: '200': description: '' operationId: deprecated_unstable_get_shopify_payments_payouts_param_payout_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-01/countries/{country_id}/provinces/{province_id}.json: get: summary: Shopify Retrieves A Single Province For A Country description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/province#show-2020-01 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: path name: province_id required: true schema: type: string description: province_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_countries_param_country_id_provinces_param_province_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-04/countries/{country_id}/provinces/{province_id}.json: get: summary: Shopify Retrieves A Single Province For A Country description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/province#show-2020-04 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: path name: province_id required: true schema: type: string description: province_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_countries_param_country_id_provinces_param_province_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-07/countries/{country_id}/provinces/{province_id}.json: get: summary: Shopify Retrieves A Single Province For A Country description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/province#show-2020-07 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: path name: province_id required: true schema: type: string description: province_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_countries_param_country_id_provinces_param_province_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2020-10/countries/{country_id}/provinces/{province_id}.json: get: summary: Shopify Retrieves A Single Province For A Country description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/province#show-2020-10 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: path name: province_id required: true schema: type: string description: province_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_countries_param_country_id_provinces_param_province_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/2021-01/countries/{country_id}/provinces/{province_id}.json: get: summary: Shopify Retrieves A Single Province For A Country description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/province#show-2021-01 parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: path name: province_id required: true schema: type: string description: province_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_countries_param_country_id_provinces_param_province_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true /admin/api/unstable/countries/{country_id}/provinces/{province_id}.json: get: summary: Shopify Retrieves A Single Province For A Country description: https://shopify.dev/docs/admin-api/rest/reference/store-properties/province#show-unstable parameters: - in: path name: country_id required: true schema: type: string description: country_id - in: path name: province_id required: true schema: type: string description: province_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_countries_param_country_id_provinces_param_province_id x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true components: securitySchemes: AccessToken: type: apiKey name: X-Shopify-Access-Token in: header description: Access token obtained via OAuth