Hi there,
I’m developing an app that listens to some webhook events (inventory change, fulfillments) and replicates orders in Shopify’s Admin using REST Admin API.
Going through documentation (https://shopify.dev/docs/apps/store/requirements#1-prohibited-and-restricted-app-configurations),,) I saw that orders need to go through Shopify Checkout (customer needs to pay through Shopify), which is confusing cause Orders REST API is available and works as expected.
So, the question is if it’s possible to build a Sales Channel App without integrating with Shopify Checkout.
Thanks folks