-
-
Notifications
You must be signed in to change notification settings - Fork 313
Locations
Joshua Harms edited this page Dec 20, 2023
·
1 revision
A Location represents a geographical location where your stores, headquarters, and/or pop-up shops exist. These locations can be used to track sales and to help Shopify configure the tax rates to charge when selling products.
var service = new LocationService(myShopifyUrl, shopAccessToken);
var locations = await service.ListAsync();
var service = new LocationService(myShopifyUrl, shopAccessToken);
var location = await service.GetAsync(locationId);