Hi
I have been trying to access shopify_payouts data from a customer, but I have been consistently running into 404 errors.
Context:
- I have the required access scopes approved (orders, shopify_payouts, etc)
- I am able to pull order data from this store. (https://shopify.dev/docs/api/admin-rest/2023-04/resources/order#get-orders?status=any))
- When I’m pulling list of shopify payouts from this store, I’m getting a 404 error (https://shopify.dev/docs/api/admin-rest/2023-04/resources/payouts#get-shopify-payments-payouts))
- I’ve tried accessing this endpoint using a dev store too, still getting 404 error. (Image provided)
I’m unable to find the issue here. Any help is appreciated