{"info":{"_postman_id":"0f12095f-832f-4d53-acb8-c0e3fbdcf4cc","name":"Shopify Storefront GraphQL API","description":"<html><head></head><body><p>A collection of Shopify Storefront API features tested and structured for use in the PureGo mobile app.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1522000","collectionId":"0f12095f-832f-4d53-acb8-c0e3fbdcf4cc","publishedId":"UVeGpkAw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-04T09:21:08.000Z"},"item":[{"name":"Checkout","item":[{"name":"Mutation","item":[{"name":"Checkout","id":"cbcd3caf-9537-4388-a2d9-8525e4012326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation Checkout {\n  checkoutCreate(input: {\n      lineItems: {\n          quantity: 10, \n          variantId: \"gid://shopify/ProductVariant/40775278166203\"\n        }\n    }) {\n        checkoutUserErrors {\n            code\n            message\n        }\n    }\n}\n","variables":""}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Updates specific properties of the customer info.</p>\n<p>The customer info does not allow editing of the <code>phone</code> field because it is stored in a separate location. This is due to the <a href=\"https://community.shopify.com/c/shopify-discussions/shopify-does-not-allow-duplicate-phone-numbers/m-p/549754\">limitation in Shopify</a> that disallows multiple accounts from having the same mobile number.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"2bdb034c-376d-456f-b9b0-a51c33d4c015","name":"Invalid Product","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 01:01:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=68d30da5-27f5-4dd0-a810-e1c6d4d5eb49"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=68d30da5-27f5-4dd0-a810-e1c6d4d5eb49"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"68d30da5-27f5-4dd0-a810-e1c6d4d5eb49"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68f629cdaad43db8-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"checkoutCreate\": {\n            \"checkoutUserErrors\": [\n                {\n                    \"code\": \"INVALID\",\n                    \"message\": \"Variant is invalid\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"cbcd3caf-9537-4388-a2d9-8525e4012326"},{"name":"Add-To-Cart-Product","id":"738a0428-d914-48c7-93f8-d7b86a68fb1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"b932d22a0f032d5c54be187ca2542fb4","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation createCart($cartInput: CartInput) {\n  cartCreate(input: $cartInput) {\n    cart {\n      id\n      createdAt\n      updatedAt\n      lines(first:10) {\n        edges {\n          node {\n            id\n            merchandise {\n              ... on ProductVariant {\n                id\n              }\n            }\n          }\n        }\n\n      }\n      attributes {\n        key\n        value\n      }\n      estimatedCost {\n        totalAmount {\n          amount\n          currencyCode\n        }\n        subtotalAmount {\n          amount\n          currencyCode\n        }\n        totalTaxAmount {\n          amount\n          currencyCode\n        }\n        totalDutyAmount {\n          amount\n          currencyCode\n        }\n      }\n    }\n  }\n}\n","variables":"{\n  \"cartInput\": {\n    \"lines\": [\n      {\n        \"quantity\": 5,\n        \"merchandiseId\": \"gid://shopify/ProductVariant/39862311092386\"\n      },\n         {\n        \"quantity\": 2,\n        \"merchandiseId\": \"gid://shopify/ProductVariant/39861550416034\"\n      }\n    ]\n  \n  }\n}\n"}},"url":"https://bazaar19.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["bazaar19","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"738a0428-d914-48c7-93f8-d7b86a68fb1d"},{"name":"Checkout_URL","id":"35733a15-dc16-464c-92f2-38585e2027b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"3063d271692e39e68a07a3640d357e56","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query checkoutURL {\n  cart(id: \"Z2lkOi8vc2hvcGlmeS9DYXJ0L2ZlMTkwNDc5NDkyYmMyYjBjYWU3MjNmZWZlMmMxOTg2\") {\n    checkoutUrl\n  }\n}","variables":""}},"url":"https://jaipur-sale.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["jaipur-sale","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"35733a15-dc16-464c-92f2-38585e2027b1"},{"name":"Get-Cart-item","id":"5842b7c7-8469-4907-a0bb-87eeee9ff68b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"3063d271692e39e68a07a3640d357e56","type":"text"}],"body":{"mode":"graphql","graphql":{"query":" query GetCart($cartId: ID!) {\n        cart(id: $cartId) {\n          checkoutUrl\n          estimatedCost {\n            totalAmount {\n              amount\n            }\n          }\n          lines(first: 100) {\n            edges {\n              node {\n                quantity\n                estimatedCost {\n                  subtotalAmount {\n                    amount\n                    currencyCode\n                  }\n                  totalAmount {\n                    amount\n                    currencyCode\n                  }\n                }\n                merchandise {\n                  ... on ProductVariant {\n                    title\n                    product {\n                      title\n                    }\n                    priceV2 {\n                      amount\n                      currencyCode\n                    }\n                  }\n                }\n              }\n            }\n          }\n        }\n      }","variables":"  {\n  \"cartId\": \"Z2lkOi8vc2hvcGlmeS9DYXJ0L2ZlMTkwNDc5NDkyYmMyYjBjYWU3MjNmZWZlMmMxOTg2\"\n        \n  }\n \n"}},"url":"https://jaipur-sale.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["jaipur-sale","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5842b7c7-8469-4907-a0bb-87eeee9ff68b"},{"name":"Update customer information","id":"61a79664-8e8a-414a-8f0f-7fd2b2189212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"3063d271692e39e68a07a3640d357e56","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation cartBuyerIdentityUpdate($cartId: ID!, $buyerIdentityInput:CartBuyerIdentityInput!) {\n  cartBuyerIdentityUpdate(cartId: $cartId, buyerIdentity: $buyerIdentityInput) {\n    cart {\n      id\n      buyerIdentity {\n        email\n        phone\n        countryCode\n      }\n    }\n  }\n}\n","variables":"{\n  \"cartId\": \"Z2lkOi8vc2hvcGlmeS9DYXJ0L2ZlMTkwNDc5NDkyYmMyYjBjYWU3MjNmZWZlMmMxOTg2\",\n  \"buyerIdentityInput\": {\n    \"email\": \"likhamahudda@gmail.com\",\n    \"phone\": \"9783864873\",\n    \"countryCode\": \"IN\"\n   }\n}"}},"url":"https://jaipur-sale.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["jaipur-sale","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"61a79664-8e8a-414a-8f0f-7fd2b2189212"},{"name":"getCheckout","id":"53b92164-56a6-4632-9f86-f352ee283c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"3063d271692e39e68a07a3640d357e56","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  checkoutCreate(input: {\n    lineItems: [{ variantId: \"Z2lkOi8vc2hvcGlmeS9Qcm9kdWN0VmFyaWFudC80MjM2ODgxMzc2MDc1Nw==\", quantity: 1 }]\n  }) {\n    checkout {\n       id\n       webUrl\n       lineItems(first: 5) {\n         edges {\n           node {\n             title\n             quantity\n           }\n         }\n       }\n    }\n  }\n}\n","variables":""}},"url":"https://jaipur-sale.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["jaipur-sale","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"53b92164-56a6-4632-9f86-f352ee283c6c"},{"name":"CheckoutwithCustomer","id":"322f3d0c-7de5-4677-8e08-de297a8d1610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"3063d271692e39e68a07a3640d357e56","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation associateCustomerWithCheckout($checkoutId: ID!, $customerAccessToken: String!) {\n  checkoutCustomerAssociateV2(checkoutId: $checkoutId, customerAccessToken: $customerAccessToken) {\n    checkout {\n      id\n    }\n    checkoutUserErrors {\n      code\n      field\n      message\n    }\n    customer {\n      id\n    }\n  }\n}","variables":"{\n  \"checkoutId\": \"Z2lkOi8vc2hvcGlmeS9DaGVja291dC80YjQzODczMDYzYTVmYzA3ZmE5MmY2NGMyOTI3OWViYT9rZXk9YTU5NDhjNTNjNWNmYTliZTg2MDU0NTE0MjRiZTZiZTI=\",\n  \"customerAccessToken\": \"fc088bb031c5b5434d343c5117972847\"\n}"}},"url":"https://jaipur-sale.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["jaipur-sale","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"322f3d0c-7de5-4677-8e08-de297a8d1610"},{"name":"WebCheckout","id":"ba3a2e98-d8c1-475c-99e9-baa0c80f188a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"3063d271692e39e68a07a3640d357e56","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  node(id:\"Z2lkOi8vc2hvcGlmeS9DaGVja291dC80YjQzODczMDYzYTVmYzA3ZmE5MmY2NGMyOTI3OWViYT9rZXk9YTU5NDhjNTNjNWNmYTliZTg2MDU0NTE0MjRiZTZiZTI=\" ) {\n    ... on Checkout {\n      id\n      webUrl\n    }\n  }\n}\n","variables":""}},"url":"https://jaipur-sale.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["jaipur-sale","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba3a2e98-d8c1-475c-99e9-baa0c80f188a"},{"name":"shipping address add","id":"7a4fd54a-23c6-474c-a3d5-61b424760377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"3063d271692e39e68a07a3640d357e56","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation checkoutShippingAddressUpdateV2($shippingAddress: MailingAddressInput!, $checkoutId: ID!) {\n  checkoutShippingAddressUpdateV2(shippingAddress: $shippingAddress, checkoutId: $checkoutId) {\n    checkoutUserErrors {\n      code\n      field\n      message\n    }\n    checkout {\n      id\n      shippingAddress {\n        firstName\n        lastName\n        address1\n        province\n        country\n        zip\n      }\n    }\n  }\n}\n","variables":"{\n  \"shippingAddress\": {\n    \"lastName\": \"Doe\",\n    \"firstName\": \"John\",\n    \"address1\": \"123 Test Street\",\n    \"province\": \"QC\",\n    \"country\": \"Canada\",\n    \"zip\": \"H3K0X2\",\n    \"city\": \"Montreal\"\n  },\n\n   \"checkoutId\": \"Z2lkOi8vc2hvcGlmeS9DaGVja291dC80YjQzODczMDYzYTVmYzA3ZmE5MmY2NGMyOTI3OWViYT9rZXk9YTU5NDhjNTNjNWNmYTliZTg2MDU0NTE0MjRiZTZiZTI=\"\n}\n"}},"url":"https://jaipur-sale.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["jaipur-sale","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a4fd54a-23c6-474c-a3d5-61b424760377"}],"id":"b9393de3-9dd2-4c7a-a5c0-c1c09f5e876b","_postman_id":"b9393de3-9dd2-4c7a-a5c0-c1c09f5e876b","description":""}],"id":"7b974aab-27e4-4c4a-8241-0c62f9cb7f1d","_postman_id":"7b974aab-27e4-4c4a-8241-0c62f9cb7f1d","description":""},{"name":"Customer","item":[{"name":"Mutation","item":[{"name":"Sign In with Email and Password","id":"797b64c8-31f9-4dc8-a3b9-0fb73247f0f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"b932d22a0f032d5c54be187ca2542fb4","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation SignInWithEmailAndPassword(\n    $email: String!, \n    $password: String!,\n) {\n    customerAccessTokenCreate(input: { \n        email: $email, \n        password: $password,\n    }) {\n        customerAccessToken {\n            accessToken\n            expiresAt\n        }\n        customerUserErrors {\n            code\n            message\n        }\n    }\n}","variables":"{\n    \"email\": \"likhamahudda@gmail.com\",\n    \"password\": \"123456\"\n}"}},"url":"https://bazaar19.myshopify.com/api/2022-01/graphql.json","description":"<p>Signs in the customer by returning an <code>access token</code> based on the given <code>email</code> and <code>password</code>.</p>\n","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["bazaar19","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"fa21b7a9-3eb3-4270-abb5-ead8f0216ff7","name":"Access Token Created","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 07:17:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=236c747e-db0e-423c-b9cc-c3b6b01ee54e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=236c747e-db0e-423c-b9cc-c3b6b01ee54e"},{"key":"X-Dc","value":"gcp-asia-southeast1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"236c747e-db0e-423c-b9cc-c3b6b01ee54e"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68cf1dfd3da54039-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenCreate\": {\n            \"customerAccessToken\": {\n                \"accessToken\": \"d1062302f124220a09ced66db52fb6f7\",\n                \"expiresAt\": \"2021-10-23T07:17:35Z\"\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"e02b883f-0b60-4721-af29-d0e8027ed849","name":"Invalid Email","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 07:23:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=f08bb39e-a05d-4f19-90ea-35cdb6b5d6d1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=f08bb39e-a05d-4f19-90ea-35cdb6b5d6d1"},{"key":"X-Dc","value":"gcp-asia-southeast1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"f08bb39e-a05d-4f19-90ea-35cdb6b5d6d1"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68cf25ed79f54039-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenCreate\": {\n            \"customerAccessToken\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"UNIDENTIFIED_CUSTOMER\",\n                    \"message\": \"Unidentified customer\"\n                }\n            ]\n        }\n    }\n}"},{"id":"19a63899-6dbf-4a2c-a24f-42e9f564c6f3","name":"Invalid Password","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 07:24:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=9c25215f-46f1-4750-a620-6dad0f54c56b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=9c25215f-46f1-4750-a620-6dad0f54c56b"},{"key":"X-Dc","value":"gcp-asia-southeast1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"9c25215f-46f1-4750-a620-6dad0f54c56b"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68cf28a52c5e4039-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenCreate\": {\n            \"customerAccessToken\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"UNIDENTIFIED_CUSTOMER\",\n                    \"message\": \"Unidentified customer\"\n                }\n            ]\n        }\n    }\n}"},{"id":"7e53cf0f-3f03-4680-826c-e812becbf560","name":"Unidentified Customer","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Sep 2021 06:42:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"canary"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=830114ac-c14d-4ee0-82e3-fc24c850f4c2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=830114ac-c14d-4ee0-82e3-fc24c850f4c2"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"830114ac-c14d-4ee0-82e3-fc24c850f4c2"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68efe04b39a64033-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenCreate\": {\n            \"customerAccessToken\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"UNIDENTIFIED_CUSTOMER\",\n                    \"message\": \"Unidentified customer\"\n                }\n            ]\n        }\n    }\n}"},{"id":"05048a31-2f2a-4bd5-8d7a-468fcc82afb8","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Sep 2021 06:45:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=c3ce84b8-be7d-42ca-b96d-006b88937165"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=c3ce84b8-be7d-42ca-b96d-006b88937165"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"c3ce84b8-be7d-42ca-b96d-006b88937165"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68efe507c8794033-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenCreate\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"Login attempt limit exceeded. Please try again later.\",\n            \"locations\": [\n                {\n                    \"line\": 5,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"customerAccessTokenCreate\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"797b64c8-31f9-4dc8-a3b9-0fb73247f0f6"},{"name":"Sign In with Access Token","id":"f9b8ec31-fab9-4a11-860a-17408e70391c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation SignInWithAccessToken($customerAccessToken: String!) {\n  customerAccessTokenRenew(customerAccessToken: $customerAccessToken) {\n    customerAccessToken {\n      accessToken\n      expiresAt\n    }\n    userErrors {\n        message\n    }\n  }\n}","variables":"{\n    \"customerAccessToken\": \"5c33e114d9eb355cf7c329ba9c5423bf\"\n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Used for signing in silently using a <code>customerAccessToken</code>.</p>\n<p>Extends the expiration date of the given <code>customerAccessToken</code>.</p>\n<p>If the <code>customerAccessToken</code> is invalid or has expired, then <code>null</code> is returned.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"3b63dc47-ff63-4421-acf6-2538169eb0eb","name":"Access Token Renewed","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 09:44:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=b94052d1-8a00-4b90-afd1-6973ba624570"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=b94052d1-8a00-4b90-afd1-6973ba624570"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"b94052d1-8a00-4b90-afd1-6973ba624570"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68f9287f0ee4248d-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenRenew\": {\n            \"customerAccessToken\": {\n                \"accessToken\": \"5c33e114d9eb355cf7c329ba9c5423bf\",\n                \"expiresAt\": \"2021-10-28T09:44:47Z\"\n            },\n            \"userErrors\": []\n        }\n    }\n}"},{"id":"47e99dab-2d3f-4b3b-b5c2-3a48dd9b5f9d","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 09:44:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=7082a3f7-ba0a-40f0-9c22-f14970b03623"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=7082a3f7-ba0a-40f0-9c22-f14970b03623"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"7082a3f7-ba0a-40f0-9c22-f14970b03623"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68f927631ffb248d-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenRenew\": {\n            \"customerAccessToken\": null,\n            \"userErrors\": [\n                {\n                    \"message\": \"access token does not exist\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f9b8ec31-fab9-4a11-860a-17408e70391c"},{"name":"Register Account","id":"e7be4462-7fd8-4d40-874d-32dcc5c748c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation RegisterAccount(\n    $email: String!, \n    $password: String!,  \n    $firstName: String!, \n    $lastName: String!, \n    $acceptsMarketing: Boolean = false,\n) {\n    customerCreate(input: {\n        email: $email, \n        password: $password, \n        firstName: $firstName, \n        lastName: $lastName,\n        acceptsMarketing: $acceptsMarketing, \n    }) {\n        customer {\n            id\n        }\n        customerUserErrors {\n            code\n            message\n        }\n    }\n}\n","variables":"{\n    \"email\": \"default.tester@gmail.com\",\n    \"password\": \"1234567\",\n    \"firstName\": \"Spider\",\n    \"lastName\": \"Man\",\n    \"acceptsMarketing\": true\n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Registers an account using the given credentials.</p>\n<p>The <code>phone</code> property is not added due to <a href=\"https://community.shopify.com/c/shopify-discussions/shopify-does-not-allow-duplicate-phone-numbers/m-p/549754\">Shopify's limitation</a> wherein it disallows a mobile number to exist on multiple accounts. Instead, the mobile details will be stored in a separate location.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"3292e560-9f71-40ff-91ec-796e001d99b4","name":"Account Registered","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 08:41:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=4d2ee734-d5f3-4605-a398-dc1523c05d73"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=4d2ee734-d5f3-4605-a398-dc1523c05d73"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"4d2ee734-d5f3-4605-a398-dc1523c05d73"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68cf998fe8724034-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerCreate\": {\n            \"customer\": {\n                \"id\": \"Z2lkOi8vc2hvcGlmeS9DdXN0b21lci81NDgwNzMyNzIxMzM5\"\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"c91c60b1-ca1b-4492-a5e6-79c3d780739b","name":"Email Already Taken","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 08:43:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=acdedf71-9e0b-4ca7-ba04-6828554328b3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=acdedf71-9e0b-4ca7-ba04-6828554328b3"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"acdedf71-9e0b-4ca7-ba04-6828554328b3"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68cf9b565df84034-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerCreate\": {\n            \"customer\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"TAKEN\",\n                    \"message\": \"Email has already been taken\"\n                }\n            ]\n        }\n    }\n}"},{"id":"1734d7a7-5017-40ea-bad7-526c4ab95838","name":"Invalid Email","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 08:46:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=b8d262db-762d-4781-a21b-a4953efc5a1c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=b8d262db-762d-4781-a21b-a4953efc5a1c"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"b8d262db-762d-4781-a21b-a4953efc5a1c"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68cfa086c9a04034-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerCreate\": {\n            \"customer\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"INVALID\",\n                    \"message\": \"Email is invalid\"\n                }\n            ]\n        }\n    }\n}"},{"id":"e2acd49d-b2f4-40f9-9f02-5949f294bad0","name":"Password has whitespace","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Sep 2021 02:30:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=a395f6d9-c685-40c2-8252-823c092cb3be"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=a395f6d9-c685-40c2-8252-823c092cb3be"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"a395f6d9-c685-40c2-8252-823c092cb3be"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68ee6e5c1da5402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerCreate\": {\n            \"customer\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"PASSWORD_STARTS_OR_ENDS_WITH_WHITESPACE\",\n                    \"message\": \"Password starts or ends with spaces.\"\n                },\n                {\n                    \"code\": \"TAKEN\",\n                    \"message\": \"Email has already been taken\"\n                }\n            ]\n        }\n    }\n}"},{"id":"baeaf3f2-99fb-4824-b7d1-742dcd8bbd53","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Sep 2021 08:59:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=71d561c8-6917-441d-a8e2-49c226674a51"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=71d561c8-6917-441d-a8e2-49c226674a51"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"71d561c8-6917-441d-a8e2-49c226674a51"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68e86b712fc9402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerCreate\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"Creating Customer Limit exceeded. Please try again later.\",\n            \"locations\": [\n                {\n                    \"line\": 8,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"customerCreate\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"e7be4462-7fd8-4d40-874d-32dcc5c748c0"},{"name":"Delete Access Token","id":"e8d32d6a-152b-4a3d-88d7-991eb9b02037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation DeleteAccessToken($customerAccessToken: String!) {\n  customerAccessTokenDelete(customerAccessToken: $customerAccessToken) {\n    deletedAccessToken\n  }\n}","variables":"{\n    \"customerAccessToken\": \"c48fd3f7b57bb6dec84fc7a2f3771375\"\n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Deletes the given <code>customerAccessToken</code> then returns the delete access token.</p>\n<p>If the <code>customerAccessToken</code> is invalid or has previously been deleted, then this return a <code>null</code> deleted access token.</p>\n<p>Must be called when signing out.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"ac528d3d-3a23-4aed-aef7-e296a08b50c3","name":"Access Token Deleted","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 10:43:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=fca55f1e-23c4-40fd-8355-f2b8b051d7ab"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=fca55f1e-23c4-40fd-8355-f2b8b051d7ab"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"fca55f1e-23c4-40fd-8355-f2b8b051d7ab"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d04b97ca8a402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenDelete\": {\n            \"deletedAccessToken\": \"e56880b1690efcfa3e2d19fcf213ec81\",\n            \"deletedCustomerAccessTokenId\": \"gid://shopify/CustomerAccessToken/526042726587\"\n        }\n    }\n}"},{"id":"bbec7aeb-f2b9-4ada-9325-b966329deb2e","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 10:46:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=9567fea5-1de2-4d0f-b9e2-b48a4faf2672"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=9567fea5-1de2-4d0f-b9e2-b48a4faf2672"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"9567fea5-1de2-4d0f-b9e2-b48a4faf2672"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d04f618c6e402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAccessTokenDelete\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"CustomerAccessTokenDelete access denied\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 3\n                }\n            ],\n            \"path\": [\n                \"customerAccessTokenDelete\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"e8d32d6a-152b-4a3d-88d7-991eb9b02037"},{"name":"Create Address","id":"03ea355f-e41e-4274-8992-994681877a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateAddress(\n    $customerAccessToken: String!, \n    $address1: String!,\n    $country: String!,\n    $province: String!,\n    $city: String!,\n    $zip: String!\n) {\n  customerAddressCreate(\n    customerAccessToken: $customerAccessToken\n    address: {\n        address1: $address1, \n        country: $country, \n        province: $province, \n        city: $city, \n        zip: $zip\n    }) { \n        customerAddress {\n            id\n        }\n        customerUserErrors {\n            code\n            message\n        }\n    }\n}","variables":"{\n    \"customerAccessToken\": \"c48fd3f7b57bb6dec84fc7a2f3771375\",\n    \"address1\": \"Unit 734 Vista Residences\",\n    \"country\": \"Philippines\",\n    \"province\": \"Metro Manila\",\n    \"city\": \"Makati City\",\n    \"zip\": \"1007\"   \n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Creates an address based on the given arguments.</p>\n<p>If the address is created, then this will return the <code>id</code> of the created customer address.</p>\n<p>However, if the address already exists, then this will return a <code>null</code> customer address.</p>\n<p>If the user does not have a default address, then this address will be set as the default upon creation.</p>\n<p>Note that this does not have support for configuration of the customer's default address.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"59359702-8fc6-4488-bca8-0614ce29450e","name":"Address Created","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:25:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=6d1cc810-0bde-45d8-8b26-52e1a27d4440"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=6d1cc810-0bde-45d8-8b26-52e1a27d4440"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"6d1cc810-0bde-45d8-8b26-52e1a27d4440"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5af3c5fbd403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressCreate\": {\n            \"customerAddress\": {\n                \"id\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc1NzcwNzM2ODI3P21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj1hSlllR3dINjZYYWpfX19wY0g5czQzZUM3U0VEU2NZZ2x4akQ3SGhkOTBwZmh0UWpFaUJfbEdpbUZDbUZMRTNDT3BmRkotTzd0bzJSblBOcmpEeDRQaEVnT1duNkxXMkxyaVBjelFzblZfU3hlejN0aG5YUEpRUmVtaEo3cHE3VkVsaXJ5MF9WbUdLMWloSWVtZjNabFJQRWN0QXVoXzM5dTRTY0x4YWxSYllaUS0xNmk2RGYwWXZGMDI5Q19yYTd4U2xPVGMydFBXa21GZ2dRcndYTFRYcWkwNnlqOWg4NnN0TnByUU1uQkpUM0I0dDRpYjlhZW1OX21Nb1NOQmhh\"\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"16e13935-dd52-4c29-9a1b-dfa4c479a0d0","name":"Address already Exists","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:23:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=76bf3e58-297c-475f-819a-8477f075a387"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=76bf3e58-297c-475f-819a-8477f075a387"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"76bf3e58-297c-475f-819a-8477f075a387"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5ac96896e403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressCreate\": {\n            \"customerAddress\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"TAKEN\",\n                    \"message\": \"Address already exists for customer\"\n                }\n            ]\n        }\n    }\n}"},{"id":"8db48d80-679a-4b30-8910-8fe99a2ff70d","name":"Invalid Country","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:19:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=9f3908c8-4895-4069-a319-0300f4598e8c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=9f3908c8-4895-4069-a319-0300f4598e8c"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"9f3908c8-4895-4069-a319-0300f4598e8c"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5fef45f70402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressCreate\": {\n            \"customerAddress\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"INVALID\",\n                    \"message\": \"Country is not a valid country\"\n                }\n            ]\n        }\n    }\n}"},{"id":"736a1947-9e56-49c1-aad3-ba35b1ab83c8","name":"Invalid Province","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:19:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=4387b96f-8e31-42b8-890f-09dcecfd14c5"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=4387b96f-8e31-42b8-890f-09dcecfd14c5"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"4387b96f-8e31-42b8-890f-09dcecfd14c5"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5ff51fa2f402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressCreate\": {\n            \"customerAddress\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"INVALID\",\n                    \"message\": \"Province is not valid\"\n                }\n            ]\n        }\n    }\n}"},{"id":"1c53f2f2-6d24-4fc5-a890-5b4aa10b7bca","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:39:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=0b0cde3f-9451-45ca-b23f-f58614c61068"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=0b0cde3f-9451-45ca-b23f-f58614c61068"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"0b0cde3f-9451-45ca-b23f-f58614c61068"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d61bcdfa4c402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressCreate\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"CustomerAddressCreate access denied\",\n            \"locations\": [\n                {\n                    \"line\": 9,\n                    \"column\": 3\n                }\n            ],\n            \"path\": [\n                \"customerAddressCreate\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"03ea355f-e41e-4274-8992-994681877a06"},{"name":"Set Default Address","id":"cd7ec53f-2587-43f3-87e2-0509d416dbf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation SetDefaultAddress(\n    $customerAccessToken: String!, \n    $addressId: ID!,\n) {\n    customerDefaultAddressUpdate(\n        customerAccessToken: $customerAccessToken,\n        addressId: $addressId, \n    ) {\n        customer {\n            defaultAddress {\n                id\n            }\n        }\n        customerUserErrors {\n            code\n            message\n        }\n    }\n}","variables":"{\n    \"customerAccessToken\": \"c48fd3f7b57bb6dec84fc7a2f3771375\",\n    \"addressId\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc1NzcwNzM2ODI3P21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj1hSlllR3dINjZYYWpfX19wY0g5czQzZUM3U0VEU2NZZ2x4akQ3SGhkOTBwZmh0UWpFaUJfbEdpbUZDbUZMRTNDT3BmRkotTzd0bzJSblBOcmpEeDRQaEVnT1duNkxXMkxyaVBjelFzblZfU3hlejN0aG5YUEpRUmVtaEo3cHE3VkVsaXJ5MF9WbUdLMWloSWVtZjNabFJQRWN0QXVoXzM5dTRTY0x4YWxSYllaUS0xNmk2RGYwWXZGMDI5Q19yYTd4U2xPVGMydFBXa21GZ2dRcndYTFRYcWkwNnlqOWg4NnN0TnByUU1uQkpUM0I0dDRpYjlhZW1OX21Nb1NOQmhh\"\n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Sets the user's default address with the address referenced by <code>addressId</code>.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"722e0f9c-96fb-46bc-9e1f-0b1f43d85874","name":"Default Address Set","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:30:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=ea2dab7c-7757-4bfa-a8b2-e85456c53de7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=ea2dab7c-7757-4bfa-a8b2-e85456c53de7"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"ea2dab7c-7757-4bfa-a8b2-e85456c53de7"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5b6933d7a403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerDefaultAddressUpdate\": {\n            \"customer\": {\n                \"defaultAddress\": {\n                    \"id\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc1NzcwNzM2ODI3P21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj11YjZjQUZ4RURsVFBkUXdheTNocUFmblF2Yy1UZnd4VGtNSFBEeFhNSWVKRDVFT0J2eDhTanBRNVcxX3J6dmdoSllEZmZreDQ4ZWlGZ2Y5WmRWVUNoN2xibHEtYWpWVnJUUWx0N3hxYWV4LVEtVnppVXJFcDZCSkZJb3RxMVpnRUZxOHhsbXEtQ0tOV0w4YXgxTllQRnZFdHY2TGVoNlp4ZGstSDVHUWdnQ3JsVjc4S2lvd1EzMWlvVlNwa1otQ0ZPeW1DeVhUNWhLT00yalhiQWJfeWRZbFpfMi0yT0pEN1ZiSzdYbExGc1ZrRDhKWGFQdVUyaEpNaVBieDBnVGtJ\"\n                }\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"5184b3ae-dc5a-4738-9845-17757dc8f141","name":"Address Already Default","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:30:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=ea2dab7c-7757-4bfa-a8b2-e85456c53de7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=ea2dab7c-7757-4bfa-a8b2-e85456c53de7"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"ea2dab7c-7757-4bfa-a8b2-e85456c53de7"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5b6933d7a403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerDefaultAddressUpdate\": {\n            \"customer\": {\n                \"defaultAddress\": {\n                    \"id\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc1NzcwNzM2ODI3P21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj11YjZjQUZ4RURsVFBkUXdheTNocUFmblF2Yy1UZnd4VGtNSFBEeFhNSWVKRDVFT0J2eDhTanBRNVcxX3J6dmdoSllEZmZreDQ4ZWlGZ2Y5WmRWVUNoN2xibHEtYWpWVnJUUWx0N3hxYWV4LVEtVnppVXJFcDZCSkZJb3RxMVpnRUZxOHhsbXEtQ0tOV0w4YXgxTllQRnZFdHY2TGVoNlp4ZGstSDVHUWdnQ3JsVjc4S2lvd1EzMWlvVlNwa1otQ0ZPeW1DeVhUNWhLT00yalhiQWJfeWRZbFpfMi0yT0pEN1ZiSzdYbExGc1ZrRDhKWGFQdVUyaEpNaVBieDBnVGtJ\"\n                }\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"e4ddd0e8-eeeb-4942-9492-dfeb10968b33","name":"Address Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:35:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=a91f1ca7-98ec-478e-9fc1-97be559974af"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=a91f1ca7-98ec-478e-9fc1-97be559974af"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"a91f1ca7-98ec-478e-9fc1-97be559974af"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5becd4b4f403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerDefaultAddressUpdate\": {\n            \"customer\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"NOT_FOUND\",\n                    \"message\": \"Address does not exist\"\n                }\n            ]\n        }\n    }\n}"},{"id":"17446db0-d81c-4f5a-a717-4c0340bfda4a","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:41:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=91f7eaec-f318-4146-a2a4-8f0cee0792d6"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=91f7eaec-f318-4146-a2a4-8f0cee0792d6"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"91f7eaec-f318-4146-a2a4-8f0cee0792d6"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d61e860927402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerDefaultAddressUpdate\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"CustomerDefaultAddressUpdate access denied\",\n            \"locations\": [\n                {\n                    \"line\": 5,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"customerDefaultAddressUpdate\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"cd7ec53f-2587-43f3-87e2-0509d416dbf8"},{"name":"Delete Address","id":"4c29688b-226f-4d98-a52a-6f467b7895a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation DeleteAddress(\n    $customerAccessToken: String!, \n    $addressId: ID!,\n) {\n    customerAddressDelete(\n        customerAccessToken: $customerAccessToken, \n        id: $addressId,\n    ) {\n        deletedCustomerAddressId\n        customerUserErrors {\n            code\n            message\n        }\n        userErrors {\n            message\n        }\n    }\n}","variables":"{\n    \"customerAccessToken\": \"c48fd3f7b57bb6dec84fc7a2f3771375\",\n    \"addressId\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc0MTUxODk5MzIzP21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj11QjVOTTBjQ3YtYk5MWHZ5VHFCV3VaQWRQSVVjdTkzWE1Ecy1aQzVGUDJ3UEphYkRDeTdSNkhjdXE4RnVOSnlNaGowVU1pY191Z1dEX3l5TFpNVWZLSFpXRjFGS2RpcGUzWXBBNFF6T2dFcVNRamZtLXl3Tm50c0lCMnI2MWZKMzlmQlZfUmFFcHpPM3cxam9FbHd3Nk03U3BxeUNqYWJ0c3g0S0dzdGpSUVBrRk95d21oN1ZfLUFJU3Q5aVE2WWZOOV9EYTJDUmREQy1ZekJ3eVlIcWJWRmhWeU81c3FkYmtNeXBQUUw2WUpMRV8tTUpCQ3VILW5teGRjRUloYm1x\"\n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Deletes the address of the customer referenced by the <code>addressId</code>.</p>\n<p>Note that this still deletes the referenced address regardless whether it is the customer's default address.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"e9e642a9-1c66-4161-a92d-c5474a0b828f","name":"Address Deleted","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:33:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=558e0708-d352-46df-b31b-a35ff3973bed"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=558e0708-d352-46df-b31b-a35ff3973bed"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"558e0708-d352-46df-b31b-a35ff3973bed"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5bb972b27403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressDelete\": {\n            \"deletedCustomerAddressId\": \"gid://shopify/MailingAddress/6675770736827?model_name=CustomerAddress&customer_access_token=aJYeGwH66Xaj___pcH9s43eC7SEDScYglxjD7Hhd90pfhtQjEiB_lGimFCmFLE3COpfFJ-O7to2RnPNrjDx4PhEgOWn6LW2LriPczQsnV_Sxez3thnXPJQRemhJ7pq7VEliry0_VmGK1ihIemf3ZlRPEctAuh_39u4ScLxalRbYZQ-16i6Df0YvF029C_ra7xSlOTc2tPWkmFggQrwXLTXqi06yj9h86stNprQMnBJT3B4t4ib9aemN_mMoSNBha\",\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"149828a2-241d-4662-89df-d9d472389c72","name":"Address Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:34:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=12312f51-0e33-4d24-80a8-6eda866e14c9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=12312f51-0e33-4d24-80a8-6eda866e14c9"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"12312f51-0e33-4d24-80a8-6eda866e14c9"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5bcf8a944403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressDelete\": {\n            \"deletedCustomerAddressId\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"NOT_FOUND\",\n                    \"message\": \"Address does not exist\"\n                }\n            ]\n        }\n    }\n}"},{"id":"a203351a-8c15-40c2-8712-2dbb47e6edba","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:42:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=e4b0cdcb-852a-483c-85ae-82683d58df0d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=e4b0cdcb-852a-483c-85ae-82683d58df0d"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"e4b0cdcb-852a-483c-85ae-82683d58df0d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d61fdf09a2402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressDelete\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"CustomerAddressDelete access denied\",\n            \"locations\": [\n                {\n                    \"line\": 5,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"customerAddressDelete\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"4c29688b-226f-4d98-a52a-6f467b7895a5"},{"name":"Update Address","id":"6f1de5d1-1f78-4dc1-ac9f-0b6d340d16cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateAddress(\n    $addressId: ID!,\n    $customerAccessToken: String!, \n    $address1: String!,\n    $country: String!,\n    $province: String!,\n    $city: String!,\n    $zip: String!\n) {\n  customerAddressUpdate(\n    id: $addressId,\n    customerAccessToken: $customerAccessToken,\n    address: {\n        address1: $address1, \n        country: $country, \n        province: $province, \n        city: $city, \n        zip: $zip\n    }) { \n        customerAddress {\n            id\n        }\n        customerUserErrors {\n            code\n            message\n        }\n        userErrors {\n            message\n        }\n    }\n}","variables":"{\n    \"addressId\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc1ODMzNDg3NTQ3P21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj1hZU5tRHpMSzJjdHJvSHJXanZWcGNnRWItQktwT0JfQnllRTBGSkx6MU1Ta0hhX0tRenBfRUtEY1FjYUZyRVdrNVdxQVhubWxES1lSOVl2Uk1qR2JkdHBrZ0djbWJIWnJIS2ZoMkpOeHRtaWZYaDJlRE1mMEZDVi1rSXhPakpiNjd3b1ROY1BmSWgxa2NTamd4bUJGcWdqZFpLQ0x6WVE4eUhlNkxnR2VTS0lwUTdFLVZXNWlEV0dnckZEY3Z0RzRzZDl4dUNMQ2hYOEtTc243blNGZHRjZjVPMHdRY1pTVXVSMzRVODM2NlJETmdaVzhqN3Q4UUtVQ2V1WjF1OExj\",\n    \"customerAccessToken\": \"c48fd3f7b57bb6dec84fc7a2f3771375\",\n    \"address1\": \"Unit 734 Vista Residences\",\n    \"country\": \"Philippines\",\n    \"province\": \"Metro Manila\",\n    \"city\": \"Makati City\",\n    \"zip\": \"1006\"   \n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Updates the customer's address information of the address referenced by the <code>addressId</code>.</p>\n<p>Note that this does not support configuration of a new default address.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"061da369-e6d5-4a5f-ade8-bfd891725ca9","name":"Address Updated","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:17:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=a7a01c53-ae97-46f7-9ae7-73d2493cf14e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=a7a01c53-ae97-46f7-9ae7-73d2493cf14e"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"a7a01c53-ae97-46f7-9ae7-73d2493cf14e"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5fb21893b402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressUpdate\": {\n            \"customerAddress\": {\n                \"id\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc1ODMzNDg3NTQ3P21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj1CeVFjZERiYkVsR2NlX1RZMmpDTjMzTDNiT3BCdWV5U2E4N2JuM2xENVIzSjJDMFNyWDV6YWRBYXpjZmJYcmluaDhtdTVnUkJfYjZGaDhZS0dCZTM5aDZzVDVOOFZzVDRLVGlYeWI5bFEtTFBTcmFncFFfRmVqVmdHQm55a1RGTW5NZkdMSkxuT2I4NlRYOFB3TEIxZzlkUHdSYzhkM3d1MXJzdElNZUNJNGgtQ1Y1TGtkUm0wUC1lLXlnRUQ5RUFpcmREVTdfRUZ0ZkVtY2RaTVhQcnNBTHF4NWxTX0RlYnZ0VGR2UzVMZzNfZk55bzJ2dkZMbU92YlIwZlpKYVJ1\"\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"ea395705-fe8f-49a8-bada-e579ef059ec6","name":"Invalid Country","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:18:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"canary"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=6b08e0d3-f862-4e89-ac70-cfe0cd944a34"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=6b08e0d3-f862-4e89-ac70-cfe0cd944a34"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"6b08e0d3-f862-4e89-ac70-cfe0cd944a34"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5fd5cfdb6402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressUpdate\": {\n            \"customerAddress\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"INVALID\",\n                    \"message\": \"Country is not a valid country\"\n                }\n            ]\n        }\n    }\n}"},{"id":"d4a00aa1-d750-4100-9831-1a7cbb8be477","name":"Invalid Province","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:18:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=e69155ef-51dc-45bb-972b-611ee6a0033d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=e69155ef-51dc-45bb-972b-611ee6a0033d"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"e69155ef-51dc-45bb-972b-611ee6a0033d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5fc741e56402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressUpdate\": {\n            \"customerAddress\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"INVALID\",\n                    \"message\": \"Province is not valid\"\n                }\n            ]\n        }\n    }\n}"},{"id":"e2c2d765-fbc8-40a9-81a3-a51cf7a5eb92","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:42:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"canary"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=557d7b95-e66b-4af8-a1be-a5e6bc2d20ea"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=557d7b95-e66b-4af8-a1be-a5e6bc2d20ea"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"557d7b95-e66b-4af8-a1be-a5e6bc2d20ea"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d620e6ab3f402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerAddressUpdate\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"CustomerAddressUpdate access denied\",\n            \"locations\": [\n                {\n                    \"line\": 10,\n                    \"column\": 3\n                }\n            ],\n            \"path\": [\n                \"customerAddressUpdate\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6f1de5d1-1f78-4dc1-ac9f-0b6d340d16cc"},{"name":"Update Customer Info","id":"f0c41420-9098-46fe-b7ef-3c48156a2fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCustomerInfo(\n    $customerAccessToken: String!, \n    $email: String,\n    $firstName: String,\n    $lastName: String,\n    $acceptsMarketing: Boolean,\n) {\n    customerUpdate(\n        customerAccessToken: $customerAccessToken,\n        customer: {\n            email: $email, \n            firstName: $firstName, \n            lastName: $lastName,\n            acceptsMarketing: $acceptsMarketing\n        }\n    ) {\n        customer {\n            id\n        }\n        customerUserErrors {\n            code\n            message\n        }\n        userErrors {\n            message\n        }\n  }\n}","variables":"{\n    \"customerAccessToken\": \"eef8ae8969a5efdb09a5f67db6dad8a7\",\n    \"firstName\": \"Shin\",\n    \"lastName\": \"Ramyun\"\n}"}},"url":"https://bazaar19.myshopify.com/api/2022-01/graphql.json","description":"<p>Updates specific properties of the customer info.</p>\n<p>The customer info does not allow editing of the <code>phone</code> field because it is stored in a separate location. This is due to the <a href=\"https://community.shopify.com/c/shopify-discussions/shopify-does-not-allow-duplicate-phone-numbers/m-p/549754\">limitation in Shopify</a> that disallows multiple accounts from having the same mobile number.</p>\n","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["bazaar19","myshopify","com"],"query":[],"variable":[]}},"response":[{"id":"a6b4b8a5-9ede-486d-8971-670321556ac5","name":"Customer Info Updated","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:49:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=8bcf3e26-97da-4775-ad76-ae7b760c55c3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=8bcf3e26-97da-4775-ad76-ae7b760c55c3"},{"key":"X-Dc","value":"gcp-asia-southeast1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"8bcf3e26-97da-4775-ad76-ae7b760c55c3"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d62a63fe01402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerUpdate\": {\n            \"customer\": {\n                \"id\": \"Z2lkOi8vc2hvcGlmeS9DdXN0b21lci81NDgwOTI5NDI3NjQz\"\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"90fe6819-6514-4a56-82dd-b7c64b4a6359","name":"Customer Name Updated","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:52:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=ed502156-83db-4a81-8b31-33ccdadae5f6"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=ed502156-83db-4a81-8b31-33ccdadae5f6"},{"key":"X-Dc","value":"gcp-asia-southeast1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"ed502156-83db-4a81-8b31-33ccdadae5f6"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d62f191ed3402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerUpdate\": {\n            \"customer\": {\n                \"id\": \"Z2lkOi8vc2hvcGlmeS9DdXN0b21lci81NDgwOTI5NDI3NjQz\"\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"c32f8d65-7ed7-4c42-9444-81c6bd201d62","name":"Customer Email Updated","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:51:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=07fb292c-c9f7-4978-be28-e1c86242165b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=07fb292c-c9f7-4978-be28-e1c86242165b"},{"key":"X-Dc","value":"gcp-asia-southeast1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"07fb292c-c9f7-4978-be28-e1c86242165b"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d62d47bf01402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerUpdate\": {\n            \"customer\": {\n                \"id\": \"Z2lkOi8vc2hvcGlmeS9DdXN0b21lci81NDgwOTI5NDI3NjQz\"\n            },\n            \"customerUserErrors\": []\n        }\n    }\n}"},{"id":"157bd15c-7cca-45c8-bf75-300fedd60ad1","name":"Email Already taken","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCustomerInfo(\n    $customerAccessToken: String!, \n    $email: String,\n    $firstName: String,\n    $lastName: String,\n    $acceptsMarketing: Boolean,\n) {\n    customerUpdate(\n        customerAccessToken: $customerAccessToken,\n        customer: {\n            email: $email, \n            firstName: $firstName, \n            lastName: $lastName,\n            acceptsMarketing: $acceptsMarketing\n        }\n    ) {\n        customer {\n            id\n        }\n        customerUserErrors {\n            code\n            message\n        }\n        userErrors {\n            message\n        }\n  }\n}","variables":"{\n    \"customerAccessToken\": \"eef8ae8969a5efdb09a5f67db6dad8a7\",\n    \"firstName\": \"Shin\",\n    \"lastName\": \"Ramyun\",\n    \"email\": \"tester32456@gmail.com\"\n}"}},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Sep 2021 07:08:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"X-Shopify-API-Deprecated-Reason","value":"https://help.shopify.com/api/getting-started/api-deprecations"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=3f01c204-b7dc-4476-946a-1c4fb530c1ce"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=3f01c204-b7dc-4476-946a-1c4fb530c1ce"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"3f01c204-b7dc-4476-946a-1c4fb530c1ce"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6931f150ae2f4045-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerUpdate\": {\n            \"customer\": null,\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"TAKEN\",\n                    \"message\": \"Email has already been taken\"\n                }\n            ],\n            \"userErrors\": [\n                {\n                    \"message\": \"Email has already been taken\"\n                }\n            ]\n        }\n    }\n}"},{"id":"b29a7fa5-8636-4b3c-bf05-b12dfcc22dc6","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 03:47:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=1eb98c34-f517-49df-92b8-84c775c40cf3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=1eb98c34-f517-49df-92b8-84c775c40cf3"},{"key":"X-Dc","value":"gcp-asia-southeast1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"1eb98c34-f517-49df-92b8-84c775c40cf3"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d62802daa3402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerUpdate\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"CustomerUpdate access denied\",\n            \"locations\": [\n                {\n                    \"line\": 7,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"customerUpdate\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"f0c41420-9098-46fe-b7ef-3c48156a2fb4"},{"name":"Send Password Reset Email","id":"ae73020c-b549-45be-897c-2dd97252d5c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation SendPasswordResetEmail($email: String!) {\n  customerRecover(email: $email) {\n    customerUserErrors {\n      code\n      message\n    }\n    userErrors {\n      message\n    }\n  }\n}\n","variables":"{\n    \"email\": \"default.tester@gmail.com\"\n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Updates specific properties of the customer info.</p>\n<p>The customer info does not allow editing of the <code>phone</code> field because it is stored in a separate location. This is due to the <a href=\"https://community.shopify.com/c/shopify-discussions/shopify-does-not-allow-duplicate-phone-numbers/m-p/549754\">limitation in Shopify</a> that disallows multiple accounts from having the same mobile number.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"05fa12a6-48f0-4c49-85b7-175e4a473d19","name":"Password Reset Email Sent","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Sep 2021 02:40:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"X-Shopify-API-Deprecated-Reason","value":"https://help.shopify.com/api/getting-started/api-deprecations"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=1948fe03-1ed0-4640-b488-fc6494d45d24"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=1948fe03-1ed0-4640-b488-fc6494d45d24"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"1948fe03-1ed0-4640-b488-fc6494d45d24"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68fef828ad4a402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerRecover\": {\n            \"customerUserErrors\": [],\n            \"userErrors\": []\n        }\n    }\n}"},{"id":"f47ea2c0-e1aa-4d9d-b635-86ad0fa7215c","name":"Invalid Email","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Sep 2021 02:28:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"X-Shopify-API-Deprecated-Reason","value":"https://help.shopify.com/api/getting-started/api-deprecations"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=051d1d7b-92de-4cd3-916b-a9d8293dd12d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=051d1d7b-92de-4cd3-916b-a9d8293dd12d"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"051d1d7b-92de-4cd3-916b-a9d8293dd12d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68fee6417f07402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerRecover\": {\n            \"customerUserErrors\": [\n                {\n                    \"code\": \"UNIDENTIFIED_CUSTOMER\",\n                    \"message\": \"Could not find customer\"\n                }\n            ],\n            \"userErrors\": [\n                {\n                    \"message\": \"Could not find customer\"\n                }\n            ]\n        }\n    }\n}"},{"id":"1255512b-e9ed-4499-ae79-7afb2a2f81e6","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Sep 2021 02:29:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"X-Shopify-API-Deprecated-Reason","value":"https://help.shopify.com/api/getting-started/api-deprecations"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=b9080f6e-dd55-4517-9a17-7ee7df2e2d8c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=b9080f6e-dd55-4517-9a17-7ee7df2e2d8c"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"b9080f6e-dd55-4517-9a17-7ee7df2e2d8c"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68fee80f8f8c402d-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customerRecover\": null\n    },\n    \"errors\": [\n        {\n            \"message\": \"Resetting password limit exceeded. Please try again later.\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 3\n                }\n            ],\n            \"path\": [\n                \"customerRecover\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"ae73020c-b549-45be-897c-2dd97252d5c6"}],"id":"ba77df66-5b2b-49e1-9c90-9f52b61fd408","description":"<p>Stores all GraphQL mutation requests.</p>\n","_postman_id":"ba77df66-5b2b-49e1-9c90-9f52b61fd408"},{"name":"Query","item":[{"name":"Fetch Customer Info","id":"321dd9d8-b607-4e21-90e2-0549d0603857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query FetchCustomerInfo($customerAccessToken: String!) {\n  customer(customerAccessToken: $customerAccessToken) {\n    email\n    firstName\n    id\n    lastName\n    defaultAddress {\n        id\n    }\n    addresses(first: 100) {\n        edges {\n            node {\n                address1\n                city\n                country\n                id\n                province\n                zip\n            }\n        }\n    }\n  }\n}","variables":"{\n    \"customerAccessToken\": \"eef8ae8969a5efdb09a5f67db6dad8a7\"\n}"}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Fetches the customer info using the given <code>customerAccessToken</code>.</p>\n<p>If the <code>customerAccessToken</code> is invalid, then this returns a <code>null</code> customer info.</p>\n<p>The customer info does not contain the <code>phone</code> field because it is stored in a separate location. This is due to the <a href=\"https://community.shopify.com/c/shopify-discussions/shopify-does-not-allow-duplicate-phone-numbers/m-p/549754\">limitation in Shopify</a> that disallows multiple accounts from having the same mobile number.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"1badb5b3-ec88-4afd-b7f1-741797005dc0","name":"Customer Info w/o Address","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 10:37:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"X-Shopify-API-Deprecated-Reason","value":"https://help.shopify.com/api/getting-started/api-deprecations"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=7d1eb3ed-4d6d-4be0-8633-3ed00fd2b93a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=7d1eb3ed-4d6d-4be0-8633-3ed00fd2b93a"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"7d1eb3ed-4d6d-4be0-8633-3ed00fd2b93a"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d042df6c2a402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customer\": {\n            \"email\": \"default.tester@gmail.com\",\n            \"firstName\": \"Spider\",\n            \"id\": \"Z2lkOi8vc2hvcGlmeS9DdXN0b21lci81NDgwNzc0MDA5MDE5\",\n            \"lastName\": \"Man\",\n            \"defaultAddress\": null,\n            \"addresses\": {\n                \"edges\": []\n            }\n        }\n    }\n}"},{"id":"fd2cb5d0-6794-4174-a6a8-1205a1f29a49","name":"Customer Info w/ Addresses","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 12 Sep 2021 02:25:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=d4047970-60ba-4f62-ace2-0bafa01c5147"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=d4047970-60ba-4f62-ace2-0bafa01c5147"},{"key":"X-Dc","value":"gcp-asia-east2,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"d4047970-60ba-4f62-ace2-0bafa01c5147"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d5b0223cc0403a-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customer\": {\n            \"email\": \"default.tester@gmail.com\",\n            \"firstName\": \"Spider\",\n            \"id\": \"Z2lkOi8vc2hvcGlmeS9DdXN0b21lci81NDgwOTI5NDI3NjQz\",\n            \"lastName\": \"Man\",\n            \"defaultAddress\": {\n                \"id\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc0MTUxODk5MzIzP21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj1PUEloZFBPMERDZkk0bDFSekViRHpwS0owWWhvRDRubjJERWhUNmdNQmVkNWhBY0hUdVRVLWZpeDBCQ1FOYVA0dWpNamFERVdCMklLU2s0bzJUeDNHYmswUU9PeWYySi1QRjNsdTZRbVZoeWJJeGdQWjdrQXdVMnFYZWVDNVFWWFhtMk5ySVlqRGlRWG12QmpvUXJ6eVNBdDNFSk1URlhhdkRaNVZMZml0X3lpNTFmbXhLSXhueDRQYWRBLW12LUp0NmxQclo0aXJBdHVrOVF2Q0laS05Id2VkeEpkMVhIVGFYU2JZVnBWOGZKTkExdE14dkFKd2JrNXdDLWNJYWtx\"\n            },\n            \"addresses\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"address1\": \"Unit 734 Vista Residences\",\n                            \"city\": \"Manila\",\n                            \"country\": \"Philippines\",\n                            \"id\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc0MTUxODk5MzIzP21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj1PUEloZFBPMERDZkk0bDFSekViRHpwS0owWWhvRDRubjJERWhUNmdNQmVkNWhBY0hUdVRVLWZpeDBCQ1FOYVA0dWpNamFERVdCMklLU2s0bzJUeDNHYmswUU9PeWYySi1QRjNsdTZRbVZoeWJJeGdQWjdrQXdVMnFYZWVDNVFWWFhtMk5ySVlqRGlRWG12QmpvUXJ6eVNBdDNFSk1URlhhdkRaNVZMZml0X3lpNTFmbXhLSXhueDRQYWRBLW12LUp0NmxQclo0aXJBdHVrOVF2Q0laS05Id2VkeEpkMVhIVGFYU2JZVnBWOGZKTkExdE14dkFKd2JrNXdDLWNJYWtx\",\n                            \"province\": \"Metro Manila\",\n                            \"zip\": \"1006\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"address1\": \"Unit 734 Vista Residences\",\n                            \"city\": \"Makati City\",\n                            \"country\": \"Philippines\",\n                            \"id\": \"Z2lkOi8vc2hvcGlmeS9NYWlsaW5nQWRkcmVzcy82Njc1NzcwNzM2ODI3P21vZGVsX25hbWU9Q3VzdG9tZXJBZGRyZXNzJmN1c3RvbWVyX2FjY2Vzc190b2tlbj1Ic2tYTHEzaVhyWWx2Tkg5eExBaVpJZ3BBYlB4ZHFSVGZsdVFvVllRdldLa1NkLTc5QUUtOW9yQzJYejBPVHJrRUpVekRwM2FsVEV1SXlzTEpMNEJ4WlZjYlVaVDY0V2o1Mzh2bDhiTEN3UGxuRVBVczRiNUo0OUtlRE1WUDA5bUNDWVUybXN2XzRobHBXU042aWlPUV9lbHU0TW5iSEJBMmZRcHUyWEtObVBxWkNWMEs3TndRWHdQa2FZSnRkOTZRQTZfenBzOXdnSFpnajJhWVVhOWp5QjB0U1J2NUpPdTNPdTBuWC1CWVpWZkQ5Vmx1cTFUejVuQXNLeWtRcWJ5\",\n                            \"province\": \"Metro Manila\",\n                            \"zip\": \"1006\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"62278ebc-6140-4dad-a037-0232aad87cc3","name":"Invalid Access Token","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Sep 2021 10:47:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"X-Shopify-API-Deprecated-Reason","value":"https://help.shopify.com/api/getting-started/api-deprecations"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=8f7b1afc-132e-415b-a839-91b36cd1bb00"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=8f7b1afc-132e-415b-a839-91b36cd1bb00"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"8f7b1afc-132e-415b-a839-91b36cd1bb00"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68d05163ac05402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customer\": null\n    }\n}"}],"_postman_id":"321dd9d8-b607-4e21-90e2-0549d0603857"}],"id":"c00fbbda-1f82-4755-abbf-692ce2cd6e12","description":"<p>Stores all GraphQL query requests.</p>\n","_postman_id":"c00fbbda-1f82-4755-abbf-692ce2cd6e12"}],"id":"d6254e96-6951-4a7d-8b35-6060311d9b0a","description":"<p>Contains all API requests about the customer.</p>\n","_postman_id":"d6254e96-6951-4a7d-8b35-6060311d9b0a"},{"name":"Product","item":[{"name":"Query","item":[{"name":"Fetch Product Samples","id":"4c0b0552-bef5-46f7-b2f8-a4e70a4d722a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query FetchProductSample {\n  products(first: 5) {\n    edges {\n      node {\n        id\n      }\n    }\n  }\n}","variables":""}},"url":"{{shopify_storefront_endpoint}}","description":"<p>Updates specific properties of the customer info.</p>\n<p>The customer info does not allow editing of the <code>phone</code> field because it is stored in a separate location. This is due to the <a href=\"https://community.shopify.com/c/shopify-discussions/shopify-does-not-allow-duplicate-phone-numbers/m-p/549754\">limitation in Shopify</a> that disallows multiple accounts from having the same mobile number.</p>\n","urlObject":{"host":["{{shopify_storefront_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"0a800519-888a-4534-a36b-3e3ee9918956","name":"No Products Returned","originalRequest":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"{{shopify_storefront_access_token}}","type":"text"}],"body":{"mode":"graphql"},"url":"{{shopify_storefront_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Sep 2021 03:46:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Sorting-Hat-PodId","value":"186"},{"key":"X-Sorting-Hat-ShopId","value":"58275627195"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-ShopId","value":"58275627195"},{"key":"X-ShardId","value":"186"},{"key":"Content-Language","value":"en"},{"key":"X-Shopify-API-Version","value":"2021-07"},{"key":"Strict-Transport-Security","value":"max-age=7889238"},{"key":"X-Shopify-Stage","value":"production"},{"key":"Content-Security-Policy","value":"frame-ancestors 'none'; report-uri /csp-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=72d84dd7-bbb5-4096-9c5a-c47496f485c0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"1; mode=block; report=/xss-report?source%5Baction%5D=query&source%5Bapp%5D=Shopify&source%5Bcontroller%5D=api%2Fgraphql&source%5Bsection%5D=api&source%5Buuid%5D=72d84dd7-bbb5-4096-9c5a-c47496f485c0"},{"key":"X-Dc","value":"gcp-asia-east1,gcp-us-central1,gcp-us-central1"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"NEL","value":"{\"report_to\":\"network-errors\",\"max_age\":2592000,\"success_fraction\":0.0001}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"Report-To","value":"{\"group\":\"network-errors\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://monorail-edge.shopifysvc.com/v1/reports/nel/20190325/shopify\"}]}"},{"key":"X-Request-ID","value":"72d84dd7-bbb5-4096-9c5a-c47496f485c0"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68e6a16e6a7c402e-MNL"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"edges\": []\n        }\n    }\n}"}],"_postman_id":"4c0b0552-bef5-46f7-b2f8-a4e70a4d722a"}],"id":"945860bf-17e7-46ca-a8bc-d08de3f5b109","_postman_id":"945860bf-17e7-46ca-a8bc-d08de3f5b109","description":""},{"name":"https://bazaar19.myshopify.com/api/2022-01/graphql.json","id":"8dd6205d-b5e2-4ab7-a242-5533e1ef50a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"b932d22a0f032d5c54be187ca2542fb4","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n           \n            products(first: 5, sortKey:BEST_SELLING ,reverse:false) {\n                    edges {\n                      node {\n                        id\n                        title\n                      }\n               \n              }\n            }\n          }","variables":""}},"url":"https://bazaar19.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["bazaar19","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dd6205d-b5e2-4ab7-a242-5533e1ef50a4"},{"name":"Add to cart item rekhata","id":"25a6d366-7e53-4230-a423-cf714716bd4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"graph_variant_id\" : \"gid://shopify/ProductVariant/39851016847522\",\n    \"quantity\" : \"1\"\n}"},"url":"http://66.45.254.246/rekhta/addCartProduct","urlObject":{"protocol":"http","path":["rekhta","addCartProduct"],"host":["66","45","254","246"],"query":[],"variable":[]}},"response":[],"_postman_id":"25a6d366-7e53-4230-a423-cf714716bd4d"},{"name":"Add-To-Cart-Product","id":"8b55d059-deb4-45c1-a5f0-a0a60635f3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Shopify-Storefront-Access-Token","value":"b932d22a0f032d5c54be187ca2542fb4","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation createCart($cartInput: CartInput) {\n  cartCreate(input: $cartInput) {\n    cart {\n      id\n      createdAt\n      updatedAt\n      lines(first:10) {\n        edges {\n          node {\n            id\n            merchandise {\n              ... on ProductVariant {\n                id\n              }\n            }\n          }\n        }\n\n      }\n      attributes {\n        key\n        value\n      }\n      estimatedCost {\n        totalAmount {\n          amount\n          currencyCode\n        }\n        subtotalAmount {\n          amount\n          currencyCode\n        }\n        totalTaxAmount {\n          amount\n          currencyCode\n        }\n        totalDutyAmount {\n          amount\n          currencyCode\n        }\n      }\n    }\n  }\n}\n","variables":"{\n  \"cartInput\": {\n    \"lines\": [\n      {\n        \"quantity\": 5,\n        \"merchandiseId\": \"gid://shopify/ProductVariant/39862311092386\"\n      },\n         {\n        \"quantity\": 2,\n        \"merchandiseId\": \"gid://shopify/ProductVariant/39861550416034\"\n      }\n    ]\n  \n  }\n}\n"}},"url":"https://bazaar19.myshopify.com/api/2022-01/graphql.json","urlObject":{"protocol":"https","path":["api","2022-01","graphql.json"],"host":["bazaar19","myshopify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b55d059-deb4-45c1-a5f0-a0a60635f3d1"},{"name":"Testing","id":"3a081ecf-0d20-4fde-9a15-16368cfd2bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n      \"category_id\": \"history\",\n      \"page\" : \"\",\n      \"sort_order\": \"ALPHA_ASC\"   \n}"},"url":"http://66.45.254.246/rekhta/product-filter","urlObject":{"protocol":"http","path":["rekhta","product-filter"],"host":["66","45","254","246"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a081ecf-0d20-4fde-9a15-16368cfd2bf4"},{"name":"addCartProduct","id":"21c07255-c0b3-4e04-a8ce-963be9539086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"graph_variant_id\" : \"gid://shopify/ProductVariant/39851016847522\",\n    \"quantity\" : \"1\"\n}"},"url":"http://66.45.254.246/rekhta/addCartProduct","urlObject":{"protocol":"http","path":["rekhta","addCartProduct"],"host":["66","45","254","246"],"query":[],"variable":[]}},"response":[],"_postman_id":"21c07255-c0b3-4e04-a8ce-963be9539086"},{"name":"cart_product_list","id":"0a75df54-3383-40bb-ac1d-5f3a99533a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"cart_id\" : \"Z2lkOi8vc2hvcGlmeS9DYXJ0L2QzMDg5YmQ0MmFkYTZmMGQ3N2MyNDNjMzkyYmE5MGVm\"\r\n}"},"url":"http://66.45.254.246/rekhta/cart_product_list","urlObject":{"protocol":"http","path":["rekhta","cart_product_list"],"host":["66","45","254","246"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a75df54-3383-40bb-ac1d-5f3a99533a72"},{"name":"addMoreCartProduct","id":"c7606e36-5c29-4572-a528-c55c56caf426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"graph_variant_id\" : \"gid://shopify/ProductVariant/39862258630818\",\r\n    \"quantity\" : \"2\",\r\n     \"cart_id\" : \"Z2lkOi8vc2hvcGlmeS9DYXJ0L2QzMDg5YmQ0MmFkYTZmMGQ3N2MyNDNjMzkyYmE5MGVm\"\r\n\r\n}"},"url":"http://66.45.254.246/rekhta/addMoreCartProduct","urlObject":{"protocol":"http","path":["rekhta","addMoreCartProduct"],"host":["66","45","254","246"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7606e36-5c29-4572-a528-c55c56caf426"},{"name":"updateCartProduct","id":"6d7044d7-d939-4f69-8d9b-71e4e364c347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cart_item_id\" : \"Z2lkOi8vc2hvcGlmeS9DYXJ0TGluZS8xMGMzMTg3OWJiMWYzZThkZTk1NDA3YzZmOTljYjJhZj9jYXJ0PTNmYWU5YzhkZDFmNjRiMDBkZjYxODhkMzc0MjMzNTI4\",\r\n    \"quantity\" : \"1\",\r\n     \"cart_id\" : \"Z2lkOi8vc2hvcGlmeS9DYXJ0LzNmYWU5YzhkZDFmNjRiMDBkZjYxODhkMzc0MjMzNTI4\"\r\n\r\n}"},"url":"http://66.45.254.246/rekhta/updateCartProduct","urlObject":{"protocol":"http","path":["rekhta","updateCartProduct"],"host":["66","45","254","246"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d7044d7-d939-4f69-8d9b-71e4e364c347"}],"id":"49b5164a-677c-4f6f-bdcf-c69e6981dcf8","_postman_id":"49b5164a-677c-4f6f-bdcf-c69e6981dcf8","description":""}]}