Access denied for customerCreate . Required access:`write_customers` access scope.Admin Graphql API

Access denied for customerCreate . Required access:`write_customers` access scope.Admin Graphql API

Appokart
Shopify Partner
5 0 0

I am trying to create/ register customer by admin graphql API but its showing an error like

 

{
"data": {
"customerCreate": null
},
"errors": [
{
"message": "Access denied for customerCreate field. Required access: `write_customers` access scope.",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"customerCreate"
],
"extensions": {
"code": "ACCESS_DENIED",
"requiredAccess": "`write_customers` access scope."
}
}
],
"extensions": {
"cost": {
"requestedQueryCost": 10,
"actualQueryCost": 10,
"throttleStatus": {
"maximumAvailable": 1000.0,
"currentlyAvailable": 990,
"restoreRate": 50.0
}
}
}
}
 
I have checked apps access scope for that store and that have all access scopes including write_customer.
{
"data": {
"app": {
"availableAccessScopes": [
{
"handle": "read_content"
},
{
"handle": "write_content"
},
{
"handle": "unauthenticated_read_content"
},
{
"handle": "read_customers"
},
{
"handle": "write_customers"
},
{
"handle": "unauthenticated_read_customer_tags"
},
{
"handle": "read_fulfillments"
},
{
"handle": "write_fulfillments"
},
{
"handle": "read_assigned_fulfillment_orders"
},
{
"handle": "write_assigned_fulfillment_orders"
},
{
"handle": "read_third_party_fulfillment_orders"
},
{
"handle": "write_third_party_fulfillment_orders"
},
{
"handle": "read_merchant_managed_fulfillment_orders"
},
{
"handle": "write_merchant_managed_fulfillment_orders"
},
{
"handle": "read_gift_cards"
},
{
"handle": "write_gift_cards"
},
{
"handle": "read_orders"
},
{
"handle": "write_orders"
},
{
"handle": "write_order_edits"
},
{
"handle": "read_order_edits"
},
{
"handle": "read_products"
},
{
"handle": "write_products"
},
{
"handle": "read_product_feeds"
},
{
"handle": "write_product_feeds"
},
{
"handle": "unauthenticated_read_product_tags"
},
{
"handle": "unauthenticated_read_product_inventory"
},
{
"handle": "write_inventory"
},
{
"handle": "read_inventory"
},
{
"handle": "read_locations"
},
{
"handle": "read_script_tags"
},
{
"handle": "write_script_tags"
},
{
"handle": "read_shipping"
},
{
"handle": "write_shipping"
},
{
"handle": "read_themes"
},
{
"handle": "write_themes"
},
{
"handle": "read_product_listings"
},
{
"handle": "write_product_listings"
},
{
"handle": "read_analytics"
},
{
"handle": "unauthenticated_read_product_listings"
},
{
"handle": "write_checkouts"
},
{
"handle": "read_checkouts"
},
{
"handle": "unauthenticated_write_checkouts"
},
{
"handle": "unauthenticated_read_checkouts"
},
{
"handle": "unauthenticated_write_customers"
},
{
"handle": "unauthenticated_read_customers"
},
{
"handle": "write_marketing_events"
},
{
"handle": "read_marketing_events"
},
{
"handle": "write_draft_orders"
},
{
"handle": "read_draft_orders"
},
{
"handle": "read_resource_feedbacks"
},
{
"handle": "write_resource_feedbacks"
},
{
"handle": "read_price_rules"
},
{
"handle": "write_price_rules"
},
{
"handle": "write_reports"
},
{
"handle": "read_reports"
},
{
"handle": "read_files"
},
{
"handle": "write_files"
},
{
"handle": "read_shopify_payments_payouts"
},
{
"handle": "read_shopify_payments_accounts"
},
{
"handle": "read_shopify_payments_bank_accounts"
},
{
"handle": "read_shopify_payments_disputes"
},
{
"handle": "read_locales"
},
{
"handle": "write_locales"
},
{
"handle": "read_translations"
},
{
"handle": "write_translations"
},
{
"handle": "read_online_store_navigation"
},
{
"handle": "read_gdpr_data_request"
},
{
"handle": "read_online_store_pages"
},
{
"handle": "write_online_store_pages"
},
{
"handle": "read_discounts"
},
{
"handle": "write_discounts"
},
{
"handle": "read_legal_policies"
},
{
"handle": "write_legal_policies"
},
{
"handle": "read_payment_terms"
},
{
"handle": "write_payment_terms"
},
{
"handle": "read_customer_events"
},
{
"handle": "unauthenticated_read_selling_plans"
},
{
"handle": "unauthenticated_read_product_pickup_locations"
},
{
"handle": "read_discovery"
},
{
"handle": "write_discovery"
},
{
"handle": "read_markets"
},
{
"handle": "write_markets"
},
{
"handle": "read_purchase_options"
},
{
"handle": "write_purchase_options"
},
{
"handle": "unauthenticated_write_bulk_operations"
},
{
"handle": "unauthenticated_read_bulk_operations"
},
{
"handle": "read_pixels"
},
{
"handle": "write_pixels"
},
{
"handle": "read_custom_pixels"
},
{
"handle": "write_custom_pixels"
},
{
"handle": "read_returns"
},
{
"handle": "write_returns"
}
]
}
},
"extensions": {
"cost": {
"requestedQueryCost": 2,
"actualQueryCost": 2,
"throttleStatus": {
"maximumAvailable": 1000.0,
"currentlyAvailable": 998,
"restoreRate": 50.0
}
}
}
}
Let me share all screen shots 
 
Looking forward to hearing from you.
 
Thank you.
 
 
Reply 1 (1)

mnf
Excursionist
17 1 12

Did you ever resolve this issue?