phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
570 stars 210 forks source link

How to do remove a product from collect? #179

Open usfox opened 4 years ago

usfox commented 4 years ago

I try $this->shopify->Collect($collection_id)->Product($product_id)->delete(); There are no prompts and effective instructions, and there are no Shopify API instructions. Who can help me?