Products REST Endpoints
Order Management/Channel Special Price Agreements/Products
Manages products of a special price agreement.
- Add products
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products - Delete one product
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products/{ProductId} - Get all products
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products - Get one product
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products/{ProductId} - Update one product
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products/{ProductId}