2. App Scopes
In this step, we will setup corresponding resources and actions that our app will perform. Each app scope listed here representing a corresponding Open API & webhook endpoint. The APIs conform RESTful style and reflected on the app scope naming.
You should think carefully what scopes your app might need. For example, if your awesome app is going to manage orders, probably you will need Orders Show
, Order Index
, and Order Search
Open API
SHOPLINE has a collection of API that is open for third party developer. For details, you can refer to https://open-api.docs.shoplineapp.com/docs
Webhook
Webhook section is shown in side bar menu and you can also refer here.
Updated 10 months ago