-
-
Notifications
You must be signed in to change notification settings - Fork 313
Policies
Joshua Harms edited this page Dec 20, 2023
·
1 revision
Developers can get the list of policies that a merchant has configured for their store, such as their refund or privacy policies.
var service = new PolicyService(myShopifyUrl, shopAccessToken);
var policies = await service.ListAsync();