Edit Product Sales Channels via REST API

I’m using the REST Admin API to upload new Products and update existing products. We’ve recently added a new sales channel - Facebook - and would now like to selectively add products to this sales channel, along with the default Online Store and Point of Sale channels.

I haven’t been able to find an endpoint that allows me to edit the channels for an individual product that appear here in the Admin screen via the REST Admin API:

Does anyone know if it’s possible to enable/disable individual channels using the REST Admin API?

Hi @Andrew_Duncan :waving_hand:

At this time, publishing resources to a channel is only accessible via GraphQL, and available only to custom apps installed on Shopify Plus stores. GraphQL also supports bulk operations where you can upload/update large volumes of products asynchronously, so it may be a good fit here.

Hope that helps!

2 Likes

Hi - just wondering if there’s been any changes to this? I couldn’t find anything in the changelog. Do Shopify plan to make it possible to edit the channels for a Product via the REST API?

5 Likes