Price List Access Sets REST Endpoints
Order Management/Price Lists/Price List Access Sets
The Price List Access Sets resource associates access sets with a price list.
- Create price list access sets
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/accessSets
- Delete one price list access set
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/accessSets/{PriceListSetId}
- Get all price list access sets
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/accessSets
- Get one price list access set
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/accessSets/{PriceListSetId}