ShopifyExtras / PHP-Shopify-API-Wrapper

Shopify PHP (Guzzle) API Wrapper
http://www.zapiet.com/
MIT License
118 stars 68 forks source link

Added collection metafield API calls #68

Closed chiwek closed 7 years ago

chiwek commented 7 years ago

There are un-documented API calls for manipulation of collection metafields. I've followed the analogy of documented product metafields endpoints (https://help.shopify.com/api/reference/metafield) and created similar functions for collections as well.

All added functions have been tested by me and work as expected.

cargix1 commented 7 years ago

Thanks @chiwek 👍