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:
objectTitle:
Show Source
Product Instance Definitions-
bomItemVariableName:
string
Title:
BOM Item Variable NameThe variable name of the BOM item -
description:
string
Title:
DescriptionDescription of the Product -
id:
integer
Title:
IdResource ID -
label:
string
Title:
LabelProduct label -
listPrice:
string
Title:
List PriceList Price of the Product -
model:
string
Title:
ModelName of the model -
modelPath:
string
Title:
Model Path Variable NameUniquely identifies a product mode -
partNumber:
string
Title:
Part NumberPart number of the Product -
productIdentifier:
string
Title:
Product IdentifierUniquely identifies a Product -
productType:
object Product Type
Title:
Product TypeType of The Product -
status:
object Status
Title:
StatusWorkflow status of this product
Nested Schema : Product Type
Type:
objectTitle:
Product TypeType of The Product
Show Source
-
displayValue:
string
Title:
Display ValueTranslated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
IdPrimary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup CodeLanguage independent code of the fixed list of value.
Nested Schema : Status
Type:
objectTitle:
StatusWorkflow status of this product
Show Source
-
displayValue:
string
Title:
Display ValueTranslated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
IdPrimary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup CodeLanguage independent code of the fixed list of value.