I’m trying to do the method GET on the InventoryLevel endpoint, but it keeps returning the error 422. Does someone have this same problem or know how to solve it? I already checked the URL syntax and don’t have any required parameters that are not in the request.
The URL syntax: admin/api/2023-04/inventory_levels.json
Link of documentation that I’m following: https://shopify.dev/docs/api/admin-rest/2023-04/resources/inventorylevel (Remember that I’m using the GET method)