Products REST Endpoints

Order Management/Channel Special Price Agreements/Products
Manages products of a special price agreement.
Add products
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products
Delete one product
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products/{ProductId}
Get all products
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products
Get one product
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products/{ProductId}
Update one product
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements/{SpecialPriceAgreementId}/child/products/{ProductId}