We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hey guys.
PriceRule API is missing from your sdk. Maybe others too, but I needed this one, so here it goes:
namespace PHPShopify;
class PriceRule extends ShopifyResource {
protected $resourceKey = 'price_rule';
}