{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Charge API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Charge", "type": "folder" }, "items": [ { "info": { "name": "Shopify Creates An Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#create-2020-01" }, { "info": { "name": "Shopify Retrieves An Application Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/application_charges/:application_charge_id.json", "params": [ { "name": "application_charge_id", "value": "", "type": "path", "description": "application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#show-2020-01" }, { "info": { "name": "Shopify Creates An Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#create-2020-04" }, { "info": { "name": "Shopify Retrieves An Application Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/application_charges/:application_charge_id.json", "params": [ { "name": "application_charge_id", "value": "", "type": "path", "description": "application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#show-2020-04" }, { "info": { "name": "Shopify Creates An Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#create-2020-07" }, { "info": { "name": "Shopify Retrieves An Application Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/application_charges/:application_charge_id.json", "params": [ { "name": "application_charge_id", "value": "", "type": "path", "description": "application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#show-2020-07" }, { "info": { "name": "Shopify Creates An Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#create-2020-10" }, { "info": { "name": "Shopify Retrieves An Application Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/application_charges/:application_charge_id.json", "params": [ { "name": "application_charge_id", "value": "", "type": "path", "description": "application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#show-2020-10" }, { "info": { "name": "Shopify Creates An Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#create-2021-01" }, { "info": { "name": "Shopify Retrieves An Application Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/application_charges/:application_charge_id.json", "params": [ { "name": "application_charge_id", "value": "", "type": "path", "description": "application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#show-2021-01" }, { "info": { "name": "Shopify Creates An Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#create-unstable" }, { "info": { "name": "Shopify Retrieves An Application Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/application_charges/:application_charge_id.json", "params": [ { "name": "application_charge_id", "value": "", "type": "path", "description": "application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge#show-unstable" }, { "info": { "name": "Shopify Creates A Recurring Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/recurring_application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#create-2020-01" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-01" }, { "info": { "name": "Shopify Cancels A Recurring Application Charge", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#destroy-2020-01" }, { "info": { "name": "Shopify Updates The Capped Amount Of An Active Recurring Application Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/recurring_application_charges/:recurring_application_charge_id/customize.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "recurring_application_charge[capped_amount]", "value": "", "type": "query", "description": "recurring_application_charge[capped_amount]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#customize-2020-01" }, { "info": { "name": "Shopify Creates A Recurring Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/recurring_application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#create-2020-04" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-04" }, { "info": { "name": "Shopify Cancels A Recurring Application Charge", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#destroy-2020-04" }, { "info": { "name": "Shopify Updates The Capped Amount Of An Active Recurring Application Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/recurring_application_charges/:recurring_application_charge_id/customize.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "recurring_application_charge[capped_amount]", "value": "", "type": "query", "description": "recurring_application_charge[capped_amount]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#customize-2020-04" }, { "info": { "name": "Shopify Creates A Recurring Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/recurring_application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#create-2020-07" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-07" }, { "info": { "name": "Shopify Cancels A Recurring Application Charge", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#destroy-2020-07" }, { "info": { "name": "Shopify Updates The Capped Amount Of An Active Recurring Application Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/recurring_application_charges/:recurring_application_charge_id/customize.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "recurring_application_charge[capped_amount]", "value": "", "type": "query", "description": "recurring_application_charge[capped_amount]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#customize-2020-07" }, { "info": { "name": "Shopify Creates A Recurring Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/recurring_application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#create-2020-10" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2020-10" }, { "info": { "name": "Shopify Cancels A Recurring Application Charge", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#destroy-2020-10" }, { "info": { "name": "Shopify Updates The Capped Amount Of An Active Recurring Application Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/recurring_application_charges/:recurring_application_charge_id/customize.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "recurring_application_charge[capped_amount]", "value": "", "type": "query", "description": "recurring_application_charge[capped_amount]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#customize-2020-10" }, { "info": { "name": "Shopify Creates A Recurring Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/recurring_application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#create-2021-01" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-2021-01" }, { "info": { "name": "Shopify Cancels A Recurring Application Charge", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#destroy-2021-01" }, { "info": { "name": "Shopify Updates The Capped Amount Of An Active Recurring Application Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/recurring_application_charges/:recurring_application_charge_id/customize.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "recurring_application_charge[capped_amount]", "value": "", "type": "query", "description": "recurring_application_charge[capped_amount]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#customize-2021-01" }, { "info": { "name": "Shopify Creates A Recurring Application Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/recurring_application_charges.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#create-unstable" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#show-unstable" }, { "info": { "name": "Shopify Cancels A Recurring Application Charge", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/recurring_application_charges/:recurring_application_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#destroy-unstable" }, { "info": { "name": "Shopify Updates The Capped Amount Of An Active Recurring Application Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/recurring_application_charges/:recurring_application_charge_id/customize.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "recurring_application_charge[capped_amount]", "value": "", "type": "query", "description": "recurring_application_charge[capped_amount]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge#customize-unstable" }, { "info": { "name": "Shopify Creates A Usage Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/recurring_application_charges/:recurring_application_charge_id/usage_charges.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#create-2020-01" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/recurring_application_charges/:recurring_application_charge_id/usage_charges/:usage_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "usage_charge_id", "value": "", "type": "path", "description": "usage_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-01" }, { "info": { "name": "Shopify Creates A Usage Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/recurring_application_charges/:recurring_application_charge_id/usage_charges.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#create-2020-04" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/recurring_application_charges/:recurring_application_charge_id/usage_charges/:usage_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "usage_charge_id", "value": "", "type": "path", "description": "usage_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-04" }, { "info": { "name": "Shopify Creates A Usage Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/recurring_application_charges/:recurring_application_charge_id/usage_charges.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#create-2020-07" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/recurring_application_charges/:recurring_application_charge_id/usage_charges/:usage_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "usage_charge_id", "value": "", "type": "path", "description": "usage_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-07" }, { "info": { "name": "Shopify Creates A Usage Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/recurring_application_charges/:recurring_application_charge_id/usage_charges.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#create-2020-10" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/recurring_application_charges/:recurring_application_charge_id/usage_charges/:usage_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "usage_charge_id", "value": "", "type": "path", "description": "usage_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2020-10" }, { "info": { "name": "Shopify Creates A Usage Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/recurring_application_charges/:recurring_application_charge_id/usage_charges.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#create-2021-01" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/recurring_application_charges/:recurring_application_charge_id/usage_charges/:usage_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "usage_charge_id", "value": "", "type": "path", "description": "usage_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-2021-01" }, { "info": { "name": "Shopify Creates A Usage Charge", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/recurring_application_charges/:recurring_application_charge_id/usage_charges.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#create-unstable" }, { "info": { "name": "Shopify Retrieves A Single Charge", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/recurring_application_charges/:recurring_application_charge_id/usage_charges/:usage_charge_id.json", "params": [ { "name": "recurring_application_charge_id", "value": "", "type": "path", "description": "recurring_application_charge_id" }, { "name": "usage_charge_id", "value": "", "type": "path", "description": "usage_charge_id" }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge#show-unstable" } ] } ], "bundled": true }