Associated Product Items REST Endpoints

Order Management/Sales Orders for Order Hub/Order Lines/Associated Product Items
The Associated Product Items resource manages details about the product item that is associated with the subscription item on an order line. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
Create one associated product item
Method: post
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/associatedProductReferences
Get all associated product items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/associatedProductReferences
Get one associated product item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/associatedProductReferences/{associatedProductReferencesUniqID}
PATCH action not supported
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/associatedProductReferences/{associatedProductReferencesUniqID}