Hello,
I would like to get all the shipping methods with the api rest, I did not find information on the documentation how I can do it ?
Cordialy
Hello,
I would like to get all the shipping methods with the api rest, I did not find information on the documentation how I can do it ?
Cordialy
you’ll need to query the shipping zones for the store, as shipping methods are associated with these zones
Fetch Shipping Zones
GET /admin/api/2024-07/shipping_zones.json
Retrieve Shipping Methods
GET /admin/api/2024-07/shipping_zones/{shipping_zone_id}/shipping_methods.json