Similar to how updates to a product’s SKU in Shopify is updated in ShipHero, we need to allow updates to a product’s SKU on our frontend to be reflected in ShipHero too. Can you advise how we can achieve that through API?
Hi Edwin,
There is a mutation to update a product, (product_update) but you would not be able to update the sku because the sku is the required identifier.
Communication with Shopify is through the Shopify API connection, it is not the same as the public API. I am double-checking on SKU changes in case there is something I am not seeing.