Skip to content

Commit 18e3b84

Browse files
committed
Added ProductVariant to resource list so the following can be executed: GET /admin/variants/#{id}.json, PUT /admin/variants/#{id}.json
1 parent 15f0538 commit 18e3b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ShopifySDK.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class ShopifySDK
109109
'Page',
110110
'Policy',
111111
'Product',
112+
'ProductVariant',
112113
'RecurringApplicationCharge',
113114
'Redirect',
114115
'ScriptTag',

0 commit comments

Comments
 (0)