Skip to content

Policies

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

Policies

Developers can get the list of policies that a merchant has configured for their store, such as their refund or privacy policies.

Listing Policies

var service = new PolicyService(myShopifyUrl, shopAccessToken);
var policies = await service.ListAsync();