-
-
Notifications
You must be signed in to change notification settings - Fork 312
Shipping Zones
Joshua Harms edited this page Dec 20, 2023
·
1 revision
Developers can get the list of shipping zones, their countries, provinces, and shipping rates.
var service = new ShippingZoneService(myShopifyUrl, shopAccessToken);
var shippingZones = await service.ListAsync();