Closed
Description
I am building a Shopify Sales Channel.
I have added the ProductListing resource in ShopifySDK. 'ProductListing' resource added to ShopifySDK.php
Following code added to ProductListing.php and saved into libraries :
namespace PHPShopify
class ProductListing extends ShopifyResource
{
/**
* @inheritdoc
*/
public $resourceKey = 'product_listing';
}
https://help.shopify.com/api/reference/productlisting
I think you should update the code.