Operations with category layouts

Operations with category layouts - GET

Get all category layouts from your store
GET /odata/categorylayout

Request Type: GET

Enter the request URL: http://StoreURL/odata/categorylayout

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

Get category layout by ID
GET /odata/categorylayout('id')

Request Type: GET

Enter the request URL: http://StoreURL/odata/categorylayout('id')

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