"Invalid Locations that are not managed by the current api_client were found" All perm granted

Hi, I’m using postman, using the X-Shopify-Access-Token, and hitting /admin/api/2021-10/assigned_fulfillment_orders.json?location_ids=xxxxxxx from my dev store. This is the error I receive:

{
    "errors": [
        "Invalid locations that are not managed by the current api_client were found: [66881814782]."
    ]
}

I have given the api all of the permissions.

Please help! I need a way to find the orders that need fulfillment by location.

2 Likes