Introduction
note
This API is for the v1 endpoint. We recommend that new API users use the v2 API, which is easier to use and has been improved based on feedback from v1 users. You can access the new API at: https://builders.ikas.com/docs/app-development
API Address: https://api.myikas.com/api/v1/admin/graphql
API Scopes
ikas API provides scopes to grant permissions to apps that calls ikas API. Scopes and their descriptions are given below. You can specify these scopes while you create your Private App.
Scope Definitions
View Productsread_productsApp can view all the details and variants of your products. This includes other details associated with the product, such as categories, brands and vendors.
Manage Productswrite_productsApp can edit all the details and variants of your products. This includes other details associated with the product, such as categories, brands and vendors.
View Ordersread_ordersApp can view orders on all your sales channels. This includes products and customers associated with the order.
Manage Orderswrite_ordersApp can edit orders from all your sales channels and make changes to order statuses.
View Customersread_customersApp can access the addresses and other details of customers in your store.
Manage Customerswrite_customersApp can edit customers' information in your store and add new addresses.
View Campaignsread_campaignsApp can display automatic discounts and coupon codes that you create in your store.
Manage Campaignswrite_campaignsApp can create new discounts on your store or edit your existing campaigns.
View Inventory Levelsread_inventoriesApp can view your stock locations and inventory levels of your products.
Manage Inventory Levelswrite_inventoriesApp can manage your stock locations and inventory levels of your products.