Operations on catalog pages

Get categories navigation
GET /Component/Index?Name=CategoryNavigation

Request Type: GET

Enter the request URL: http://StoreURL/Component/Index?Name=CategoryNavigation

Headers: X-Response-View: Json, Content-Type: application/json

Auth type: Bearer Token - paste the token generated in the previous steps

How to get current category details like products, subcategories?
GET /sename

Request Type: GET

Enter the request URL:  http://StoreURL/sename

Headers: X-Response-View: Json, Content-Type: application/json

Auth type: Bearer Token - paste the token generated in the previous steps

As a result we will get bunch of information related to our category. Available products, subcategories, featured products and every data that is available after opening this page in the browser. 

Additional parameters: You can use here every parameter that is available on specified category. For example, you can use the ?pagesize=3?pagenumber=3 to get 3 products per request and jump to the third page. You can also filter products by providing the attributes friendly name here: /computers?cpu-type=intel-core-i5 as a result you will receive a limited products list, with only those that contains CPU Type - Intel Core i5. 

How to get specified product?
GET /sename

Request Type: GET

Enter the request URL:  http://StoreURL/sename

Headers: X-Response-View: Json, Content-Type: application/json

Auth type: Bearer Token - paste the token generated in the previous steps

As a result we will get bunch of information related to our product.