Channel Special Price Agreements REST Endpoints
Order Management/Channel Special Price Agreements
Discount offered to partners on a high-volume, competitive sales deal.
- Create one special price agreement
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements
- Delete one special price agreement
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}
- Get all special price agreements
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements
- Get one special price agreement
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}
- Submit one special price agreement
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/action/submit
- Update one special price agreement
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}