Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added :collects attribute to %CustomCollection{} #94

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Added :collects attribute to %CustomCollection{} #94

wants to merge 16 commits into from

Conversation

Rutaba
Copy link

@Rutaba Rutaba commented Feb 4, 2020

According to the [shopify documentation(https://help.shopify.com/en/api/reference/products/customcollection)], the Collect resource is used to connect a product to a custom collection using the :collects attribute which was missing here.

According to the shopify documentation (https://help.shopify.com/en/api/reference/products/customcollection), the Collect resource is used to connect a product to a custom collection using the :collects attribute which was missing here.
as per Shopify API version 2020-01 added the updated to include additional image details
Added the new fields and deleted the deprecated field  :requires_shipping as per Shopify API 2020-01
removed :metafields, :metafields_global_title_tag, :metafields_global_description_tag to keep it updated with shopify API version 2020-01
added :accepts_marketing_updated_at, :metafield, :marketing_opt_in_level and :tax_exemptions
updated the struct as per Shopify API version 2020-01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant