Hi Shopify Team,
We are currently working on migrating our app from the APIs that will be deprecated on Shopify side soon into the new version suggested.
Specifically, we’re integrating with this: https://shopify.dev/api/admin-rest/2023-01/resources/fulfillment#post-fulfillments-fulfillment-id-update-tracking
We’re getting permissions error while trying to call new endpoints from above:
- Request example: https://test.myshopify.com//admin/api/2023-01/fulfillments/4969686204479/update_tracking.json
- Response error: “The api_client does not have the required permission(s).”
Seems like according to this: https://shopify.dev/apps/store/data-protection/protected-customer-data our account is missing some required permissions to be able to communicate with the mentioned API properly.
Here is the list of permissions we have:
- write_orders
- read_products
- read_assigned_fulfillment_orders
- read_merchant_managed_fulfillment_orders
- read_orders
Please advise on missing permissions.
Looking forward to any updates.