Get a Product
get
/rest/v18/products/{productId}
Use this endpoint to retrieve the specified CPQ product.
Request
Supported Media Types
- application/json
Path Parameters
-
productId(required): string
Uniquely identifies a Product
Response
Supported Media Types
- application/json
Default Response
Root Schema : Product Instance Definitions
Type:
object
Title:
Show Source
Product Instance Definitions
-
bomItemVariableName:
string
Title:
BOM Item Variable Name
The variable name of the BOM item -
description:
string
Title:
Description
Description of the Product -
id:
integer
Title:
Id
Resource ID -
label:
string
Title:
Label
Product label -
listPrice:
string
Title:
List Price
List Price of the Product -
model:
string
Title:
Model
Name of the model -
modelPath:
string
Title:
Model Path Variable Name
Uniquely identifies a product mode -
partNumber:
string
Title:
Part Number
Part number of the Product -
productIdentifier:
string
Title:
Product Identifier
Uniquely identifies a Product -
productType:
object Product Type
Title:
Product Type
Type of The Product -
status:
object Status
Title:
Status
Workflow status of this product
Nested Schema : Product Type
Type:
object
Title:
Product Type
Type of The Product
Show Source
-
displayValue:
string
Title:
Display Value
Translated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
Id
Primary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup Code
Language independent code of the fixed list of value.
Nested Schema : Status
Type:
object
Title:
Status
Workflow status of this product
Show Source
-
displayValue:
string
Title:
Display Value
Translated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
Id
Primary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup Code
Language independent code of the fixed list of value.