Price Books REST Endpoints

Order Management/Price Books
Information about pricing for items. For example, list prices and net prices may be calculated and saved to a price book.
Create one price book
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceBooks
Delete one price book
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}
Delete one price book and its contents
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/action/deletePriceBook
Generate one price book
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/action/generatePriceBook
Get all price books.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceBooks
Get one price book.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}
Update one price book
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}