Hi to everybody
I’'m in process to write a php program for update some order details. I have created an api key with r/w on these permissions: read_order_edits, write_order_edits,read_orders, write_order
When I try to update an order I receive this error message:
"The api_client does not have the required permission(s)."
I have checked many times API permissions.
The url I call is for example this one: https://KEY:PASSWORD@COMPANY_NAME.myshopify.com/admin/api/2021-10/fullfillments/{fullfill_id}//update_tracking.json
Any idea ?