- Subcategories:
- Charges Descriptive Flexfields
Price List Charges REST Endpoints
Order Management/Price Lists/Price List Items/Price List Component Items/Price List Charges
The Price List Charges resource manages the charges of items in a price list.
- Create charges
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges - Delete one item charge in a price list
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId} - Get all charges
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges - Get one item charge in a price list
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId} - Update one item charge in a price list
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId} - Validate a price list charge for date overlap
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId}/action/validateDateOverlap