Packs REST Endpoints

Product Lifecycle Management/Supplier Products/Packs
The Packs resource is used to manage packs of supplier products.
Create a pack
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs
Delete a pack
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}
Get all packs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs
Get one pack
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}
Update a pack
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}