In Shopify how do I fetch names of custom collection that a particular product belongs to ?
Like for example to get SKU I can use {{ line_item.sku }} or to get Price I can use {{ line_item.line_price }}
|
In Shopify how do I fetch names of custom collection that a particular product belongs to ? Like for example to get SKU I can use |
|||
|
|
|
From the API docs, to list all custom collections for a certain product_id:
Response:
|
|||
|
|