A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Is there a way I can get a list of currently available shipping methods so I can display them to the customer inside a 3rd party app? Very similar to what checkout does.
I was only able to get a names and prices so far. I'm using
GET /admin/api/2022-04/shipping_zones.json
endpoint.
I'd love to know is there a way I can also get a shipping time information using Admin API? And what's the purpose of id property? Can I use it during Order creation (also using Admin API)?
Hi. How did it go? Could you find a way?
I'm facing same issue
QUERY;