for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ShopifyClient\Resource;
/**
* https://help.shopify.com/api/reference/product_image
*/
class ProductImage extends AbstractNestedCountableCrudResource
{
* @var string
protected $resourceParentEndpointPleural = 'products';
protected $resourceChildEndpointPleural = 'images';
protected $resourceChildKeySingular = 'image';
protected $resourceChildKeyPleural = 'images';
}