{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Customer API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "Shopify Creates A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customers.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#create-2020-01" }, { "info": { "name": "Shopify Retrieves A Single Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-01" }, { "info": { "name": "Shopify Updates A Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#update-2020-01" }, { "info": { "name": "Shopify Deletes A Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#destroy-2020-01" }, { "info": { "name": "Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customers/:customer_id/account_activation_url.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#account_activation_url-2020-01" }, { "info": { "name": "Shopify Sends An Account Invite To A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customers/:customer_id/send_invite.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#send_invite-2020-01" }, { "info": { "name": "Shopify Retrieves All Orders Belonging To A Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customers/:customer_id/orders.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#orders-2020-01" }, { "info": { "name": "Shopify Creates A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customers.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#create-2020-04" }, { "info": { "name": "Shopify Retrieves A Single Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-04" }, { "info": { "name": "Shopify Updates A Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#update-2020-04" }, { "info": { "name": "Shopify Deletes A Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#destroy-2020-04" }, { "info": { "name": "Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customers/:customer_id/account_activation_url.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#account_activation_url-2020-04" }, { "info": { "name": "Shopify Sends An Account Invite To A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customers/:customer_id/send_invite.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#send_invite-2020-04" }, { "info": { "name": "Shopify Retrieves All Orders Belonging To A Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customers/:customer_id/orders.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#orders-2020-04" }, { "info": { "name": "Shopify Creates A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customers.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#create-2020-07" }, { "info": { "name": "Shopify Retrieves A Single Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-07" }, { "info": { "name": "Shopify Updates A Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#update-2020-07" }, { "info": { "name": "Shopify Deletes A Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#destroy-2020-07" }, { "info": { "name": "Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customers/:customer_id/account_activation_url.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#account_activation_url-2020-07" }, { "info": { "name": "Shopify Sends An Account Invite To A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customers/:customer_id/send_invite.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#send_invite-2020-07" }, { "info": { "name": "Shopify Retrieves All Orders Belonging To A Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customers/:customer_id/orders.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#orders-2020-07" }, { "info": { "name": "Shopify Creates A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customers.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#create-2020-10" }, { "info": { "name": "Shopify Retrieves A Single Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2020-10" }, { "info": { "name": "Shopify Updates A Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#update-2020-10" }, { "info": { "name": "Shopify Deletes A Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#destroy-2020-10" }, { "info": { "name": "Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customers/:customer_id/account_activation_url.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#account_activation_url-2020-10" }, { "info": { "name": "Shopify Sends An Account Invite To A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customers/:customer_id/send_invite.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#send_invite-2020-10" }, { "info": { "name": "Shopify Retrieves All Orders Belonging To A Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customers/:customer_id/orders.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#orders-2020-10" }, { "info": { "name": "Shopify Creates A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customers.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#create-2021-01" }, { "info": { "name": "Shopify Retrieves A Single Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-2021-01" }, { "info": { "name": "Shopify Updates A Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#update-2021-01" }, { "info": { "name": "Shopify Deletes A Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#destroy-2021-01" }, { "info": { "name": "Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customers/:customer_id/account_activation_url.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#account_activation_url-2021-01" }, { "info": { "name": "Shopify Sends An Account Invite To A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customers/:customer_id/send_invite.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#send_invite-2021-01" }, { "info": { "name": "Shopify Retrieves All Orders Belonging To A Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customers/:customer_id/orders.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#orders-2021-01" }, { "info": { "name": "Shopify Creates A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customers.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#create-unstable" }, { "info": { "name": "Shopify Retrieves A Single Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#show-unstable" }, { "info": { "name": "Shopify Updates A Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#update-unstable" }, { "info": { "name": "Shopify Deletes A Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customers/:customer_id.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#destroy-unstable" }, { "info": { "name": "Shopify Generate An Account Activation Url For A Customer Whose Account Is Not Yet Enabled", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customers/:customer_id/account_activation_url.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#account_activation_url-unstable" }, { "info": { "name": "Shopify Sends An Account Invite To A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customers/:customer_id/send_invite.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#send_invite-unstable" }, { "info": { "name": "Shopify Retrieves All Orders Belonging To A Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customers/:customer_id/orders.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "customer_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customer#orders-unstable" } ] } ], "bundled": true }