Error: Access denied for deliveryCustomizations field. Required access: read_delivery_customization

Error: Access denied for deliveryCustomizations field. Required access: read_delivery_customization

jakehe
Shopify Partner
12 1 7

Hi,

 

I am getting Access Denied for running a graphql query.

 

Error: Access denied for deliveryCustomizations field. Required access: `read_delivery_customizations` access scope.

The required scope is set in the app. What is missing?

read_delivery_customizations

 

 

 

  query {
    deliveryCustomizations(first: 25) {
      edges {
        node {
          title
          id
          metafields(first: 100) {
            nodes {
              id
              namespace
              key
              value
            }
          }
        }
      }
    }
  }

 

 

Screenshot 2024-06-03 at 9.58.09 PM.png

 

Reply 1 (1)

slasw7
Shopify Partner
13 0 0

Hi Jakehe,

 

I struggled with it for a bit too. Turns out it has nothing to do with the scope of your app. What you need to do is install again (i.e. update) your graphiQL app and include `read_delivery_customizations` (and `read_delivery_customizations`) permissions with it. Hope it helps.