{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Customer Addresses API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Customer Addresses", "type": "folder" }, "items": [ { "info": { "name": "Shopify Retrieve addresses for a customer", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/customers/:customer_id/addresses.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "The ID of the customer" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results (max 250, default 50)" } ] }, "docs": "Retrieves all addresses for a customer." }, { "info": { "name": "Shopify Create a customer address", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/customers/:customer_id/addresses.json", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "The ID of the customer" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new address for a customer." } ] } ], "bundled": true }