Skip to content

Shipping Zones

Joshua Harms edited this page Dec 20, 2023 · 1 revision

Shipping Zones

Developers can get the list of shipping zones, their countries, provinces, and shipping rates.

Listing Shipping Zones

var service = new ShippingZoneService(myShopifyUrl, shopAccessToken);
var shippingZones = await service.ListAsync();