Price Lists REST Endpoints

Order Management/Price Lists
The Price Lists resource manages price lists of products and services.
Create price lists
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceLists
Delete one price list
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}
Get all price lists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists
Get one price list
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}
Update one price list
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}