product_ids
that are published to a collection_id
. Note: As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.curl --location --request GET 'https://demo.myshopify.com//admin/api//collection_listings//product_ids.json'
{
"product_ids": [
632910392
]
}