ChannelApe / shopify-sdk

Java SDK for Shopify REST APIs
Apache License 2.0
159 stars 110 forks source link

Setting custom collection of a product #62

Open laamlatay opened 3 years ago

laamlatay commented 3 years ago

I am able to create a product with SDK, but couldn't find a way to set custom collection of a product during creation request or for an already created Shopify product. Looks like the Shopify Collect API is not implemented. Any help would be appreciated.

ryankazokas commented 3 years ago

Currently, the Shopify sdk only allows creating the collections or creating the product. You are right in that we are not currently utilizing the Collect API to tie both together. Feel free to submit a PR for the missing functionality and we will happily review it.