Operations with product layouts

Operations with product layouts - GET

Get all product layouts from your store
GET /odata/productlayout

Request Type: GET

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

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

Get product template by ID
GET /odata/productlayout('id')

Request Type: GET

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

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