Assets REST Endpoints

Assets
CPQ Cloud exposes asset data through REST APIs. Asset REST APIs support create, read, update, delete, and synchronize. They also provide import and export operations, and operations for external orders.
Get All Assets
Method: get
Path: /rest/v7/assets
Get an Asset
Method: get
Path: /rest/v7/assets/{id}
Get Child Assets
Method: get
Path: /rest/v7/assets/{id}/childAssets
Get Descendant Assets
Method: get
Path: /rest/v7/assets/{id}/descendantAssets