InventoryItem.php 221 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php
/**
 * Created by PhpStorm.
 * User: Zero
 * Date: 2020/9/23
 * Time: 8:58
 */

namespace Meibuyu\Micro\Shopify\lib;

class InventoryItem extends AbstractShopify
{

王源's avatar
王源 committed
14
    protected $resourceKey = 'inventory_item';
15 16

}