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'; }