I am creating a smart_collection and setting the published_scope: ‘global’.
The smart_collection is created but the returned smart_collection has ‘web’ as the published_scope.
Then when I look at the collection from admin, it shows a message:
‘Unavailable on 2 Sales Channels’.
This is easily reproduced with curl. Just set published_scope to ‘global’ and post it.
The documentation on this seems very limited to say the least.
I attempted creating a { collection_listing: { collection_id: 279110418640 } }
where the collection_id is the id of the returned smart_collection above.
For that I get a Response code 403 (Forbidden).
- Do I need to even make the collection_listings call? -or- should it be working by just setting the
published_scope to ‘global’ of the smart_collection post request.
- If I do need to make the collection_listings call, am I supposed to use a different token for the other sales channels (is that how we make them available per channel with a different access token?).