Introduction
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 Products
read_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 Products
write_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 Orders
read_ordersApp can view orders on all your sales channels. This includes products and customers associated with the order.
Manage Orders
write_ordersApp can edit orders from all your sales channels and make changes to order statuses.
View Customers
read_customersApp can access the addresses and other details of customers in your store.
Manage Customers
write_customersApp can edit customers' information in your store and add new addresses.
View Campaigns
read_campaignsApp can display automatic discounts and coupon codes that you create in your store.
Manage Campaigns
write_campaignsApp can create new discounts on your store or edit your existing campaigns.
View Inventory Levels
read_inventoriesApp can view your stock locations and inventory levels of your products.
Manage Inventory Levels
write_inventoriesApp can manage your stock locations and inventory levels of your products.