A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
When trying to use the fulfillment orders API (https://shopify.dev/api/admin-rest/2023-01/resources/fulfillment#post-fulfillments)
POST: https://mystore.myshopify.com/admin/api/2023-01/fulfillments.json
We are getting the following error message:
{
"errors": "The api_client does not have the required permission(s)."
}
We already have the Protected Customer Data (PCD) Access approved, and we have the following access scopes:
What are we missing?
Hi @Mentis19 , you haven't specified where the fulfillment_orders are sourced or assigned from your app or managed from your store. There are additional fullfillment_order read/write scopes you might need depending on those details. You can find them listed here. https://shopify.dev/api/usage/access-scopes. Hope this helps!
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog