Protected Customer Data Access

Request access on some customer data to handle order/create webhook during my laravel project and each time try to create webhook it return response 422 so i request access on customer data since 1 week and shopify did not respond, is there anything to do

$payload = [
‘webhook’ => [
‘topic’ => ‘orders/create’,
‘address’ => env(‘SHOPIFY_APP_URL’) . ‘/shopify/webhook/create-order’,
‘format’ => ‘json’,
],
];

Hi @Abanoub_Samir

I’m not sure I totally understand your issue, but I assume it’s that you’re asking for Customer Protected Data access.

Your code example doesn’t show the actual response from Shopify, it’s just a payload to create a webhook.

If you’re still developing your app and it isn’t published on the App Store yet, you just need to request the Customer Protected Data on your development Shopify app.

Non-public development apps don’t require a review for accessing Customer Protected Data. When your publish your app, it will be reviewed.