- Subcategories:
- Price Book Dimension
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: postPath:
/fscmRestApi/resources/11.13.18.05/priceBooks - Delete one price book
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber} - Delete one price book and its contents
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/action/deletePriceBook - Generate one price book
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/action/generatePriceBook - Get all price books.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceBooks - Get one price book.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber} - Update one price book
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}