Skip to content

Commit 53b34a7

Browse files
committed
Fixes #18 - Added �Article Metafield child resource.
1 parent e5d166b commit 53b34a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ Some resources are available directly, some resources are only available through
234234
- [Blog](https://help.shopify.com/api/reference/blog/)
235235
- Blog -> [Article](https://help.shopify.com/api/reference/article/)
236236
- Blog -> Article -> [Event](https://help.shopify.com/api/reference/event/)
237+
- Blog -> Article -> [Metafield](https://help.shopify.com/api/reference/metafield)
237238
- Blog -> [Event](https://help.shopify.com/api/reference/event/)
238239
- Blog -> [Metafield](https://help.shopify.com/api/reference/metafield)
239240
- [CarrierService](https://help.shopify.com/api/reference/carrierservice/)

lib/Article.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ class Article extends ShopifyResource
3131
*/
3232
protected $childResource = array(
3333
'Event',
34+
'Metafield',
3435
);
3536
}

0 commit comments

Comments
 (0)