File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 90
90
* @property-read Page $Page
91
91
* @property-read Policy $Policy
92
92
* @property-read Product $Product
93
+ * @property-read ProductListing $ProductListing
93
94
* @property-read ProductVariant $ProductVariant
94
95
* @property-read RecurringApplicationCharge $RecurringApplicationCharge
95
96
* @property-read Redirect $Redirect
125
126
* @method Page Page(integer $id = null)
126
127
* @method Policy Policy(integer $id = null)
127
128
* @method Product Product(integer $id = null)
129
+ * @method ProductListing ProductListing(integer $id = null)
128
130
* @method ProductVariant ProductVariant(integer $id = null)
129
131
* @method RecurringApplicationCharge RecurringApplicationCharge(integer $id = null)
130
132
* @method Redirect Redirect(integer $id = null)
@@ -187,6 +189,7 @@ class ShopifySDK
187
189
'Page ' ,
188
190
'Policy ' ,
189
191
'Product ' ,
192
+ 'ProductListing ' ,
190
193
'ProductVariant ' ,
191
194
'PriceRule ' ,
192
195
'RecurringApplicationCharge ' ,
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: Tareq
5
+ * Date: 6/11/2019
6
+ * Time: 7:11 PM
7
+ */
8
+
9
+ namespace PHPShopify ;
10
+
11
+
12
+ class ProductListingTest extends TestSimpleResource
13
+ {
14
+
15
+ }
You can’t perform that action at this time.
0 commit comments