Price List Resource
You can interact with price lists and perform price list operations using the price lists resource: commerce/catalog/admin/pricelists.Price List Operations
You can perform the following operations on the price lists resource:- GET GetPriceLists
- GET GetPriceList
- POST AddPriceList
- PUT UpdatePriceList
- DELETE DeletePriceList
Entry Sub-Resource
A price list also contains product entries, which you can interact with and perform entry operations using the entries sub-resource: commerce/catalog/admin/pricelists/entries.Entry Operations
You can perform the following operations on the entries sub-resource:- GET GetPriceListEntries
- GET GetPriceListEntry
- POST AddPriceListEntry
- PUT UpdatePriceListEntry
- DELETE DeletePriceListEntry

