Get All Products
get
/rest/v18/products
Use this endpoint to retrieve all CPQ products.
Request
Supported Media Types
- application/json
Query Parameters
-
fields: string
Restrict which fields shall be returned. The value is a comma delimited string and each token is a field name.
-
limit: integer
The requested page size, which limits the number of elements the collection should max return.
-
offset: integer
The offset of the page. By default, offset is 0, which means first page will be returned.
-
orderby: string
Specifies a comma-separated list of pairs to order the response by.
-
q: string
Allows to specify one or more filtering criteria. By default, no filtering is applied.
-
totalResults: boolean
Specifies that the total count of records should be included in the response when doing pagination.
Response
Supported Media Types
- application/json
Default Response
Root Schema : Product Collection Definitions
Type:
objectTitle:
Show Source
Product Collection Definitions-
count:
integer
The number of resource instances returned in the current range.
-
hasMore:
boolean
Returns true if more resources are available on the server than the subset returned in current page.
-
items:
array items
-
limit:
integer
The actual paging size used by the server.
-
offset:
integer
The offset used in the current page.
-
totalResults:
integer
Capture the total count of the resource instances, which not only includes the instances in the current range, but all instances on the server that satisfy the request.
Nested Schema : items
Type:
Show Source
array-
Array of:
object Product Instance Definitions
Title:
Product Instance Definitions
Nested 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.