- Subcategories:
- Flexfields
Customer Pricing Profiles REST Endpoints
Order Management/Customer Pricing Profiles
Information used for customer segmentation and order pricing.
- Create customer pricing profiles
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles - Delete one customer pricing profile
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId} - Get all customer pricing profiles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles - Get one customer pricing profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId} - Update one customer pricing profile
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId}