Get a Part
get
/rest/v19/parts/{id}
Use this endpoint to retrieve the specified part.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): integer
Primary Key of the part resource.
Query Parameters
-
expand: string
Allows expansion of relationships.
Response
Supported Media Types
- application/json
Default Response
Root Schema : Part Instance Definitions
Type:
objectTitle:
Show Source
Part Instance Definitions-
_part_custom_field1:
string
Title:
Product Group -
_part_custom_field3:
string
Title:
Max discount % -
_part_custom_field4:
object Price Period
Title:
Price Period -
_part_custom_field5:
number
Title:
Cost -
_part_custom_field8:
object Price Type
Title:
Price Type -
bomItemVariableName:
string
Title:
Default Bom Item Variable NameVariable name of the root BOM item. -
configurableFlag:
object Configurable Flag
Title:
Configurable FlagPart Configurable Flag -
dateAdded:
string
Title:
Date AddedSystem field indicating the date on which the Resource was created. -
dateModified:
string
Title:
Date ModifiedSystem field indicating the date on which the Resource was last modified. -
defaultUOMCode:
string
Title:
Default UOM CodeDefault Unit of Measure. -
description:
string
Title:
DescriptionDescription of the part -
directBuy:
object Direct Buy
Title:
Direct BuyDetermines how the part must be purchased. -
eligibleForService:
string
Title:
Eligible for ServiceEnable this option, when integrating with a service request application. -
eligibleToSell:
string
Title:
Eligible to SellCheck this if the part should be visible to a sales person (If the part is sellable or not). -
enableSelfService:
string
Title:
Enable Customer Self-ServiceWhen integrating with any customer self service application- enable this option to identify parts as self-service eligible. -
externalKey1:
string
Title:
External Key 1References for parts coming in from external third party system. -
externalKey2:
string
Title:
External Key 2References for parts coming in from external third party system. -
id:
integer
Title:
IdPrimary Key of the part resource. -
leadTime:
integer
Title:
Lead TimeTime taken in days for the part to be shipped. -
listPrice:
string
Title:
List PriceList Price of the Parts -
numberOfPricePeriods:
integer
Title:
Number of Price PeriodsDefault number of price periods for a part. -
partDisplayNumber:
string
Title:
Part Display NumberPart Number for display purpose. -
partNumber:
string
Title:
Part NumberPart Number used to identify a part. -
partNumberLower:
string
Title:
Part Number LowerUsed to store part number in lower case. -
pricePeriod:
string
Title:
Price PeriodDefault price period for the period. -
priceType:
string
Title:
Price TypeDefault price type applicable to the part- e.g. One-Time, Recurring or Usage-based. -
salesProductType:
string
Title:
Sales Product TypeCategorize the product by selecting a product type. -
serviceDuration:
integer
Title:
Service DurationService Duration of the part -
serviceDurationPeriodCode:
string
Title:
Service Duration PeriodService Duration Period of the part -
serviceDurationTypeCode:
string
Title:
Service Duration TypeService Duration Type of the part -
status:
object Product Status
Title:
Product StatusStatus of the product -
units:
string
Title:
UnitsNumber of units for the part number
Nested Schema : Price Period
Type:
objectTitle:
Show Source
Price Period-
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 : Price Type
Type:
objectTitle:
Show Source
Price Type-
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 : Configurable Flag
Type:
objectTitle:
Configurable FlagPart Configurable Flag
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 : Direct Buy
Type:
objectTitle:
Direct BuyDetermines how the part must be purchased.
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 : Product Status
Type:
objectTitle:
Product StatusStatus 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.
Examples
The following examples show how to retrieve the specified part by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X GET -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/parts/36594583
Request Body Sample
{
"enableSelfService": null,
"_part_custom_field10": {
"lookupCode": "External",
"displayValue": "External",
"id": 38272229,
"links": [{
"rel": "domain",
"href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field10%22%7D%7D"
}, {
"rel": "canonical",
"href": "https://sitename.oracle.com/rest/v19/lookupValues/38272229"
}
]
},
"dateAdded": "2017-11-13T13:59:28.000Z",
"bomItemVariableName": null,
"_part_custom_field9": null,
"id": 36594583,
"_part_custom_field3": null,
"_part_custom_field4": null,
"_part_custom_field1": null,
"_part_custom_field2": null,
"_part_custom_field8": {
"lookupCode": "One Time",
"displayValue": "One Time",
"id": 36657633,
"links": [{
"rel": "domain",
"href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22_PART_field8%22%7D%7D"
}, {
"rel": "canonical",
"href": "https://sitename.oracle.com/rest/v19/lookupValues/36657633"
}
]
},
"_part_custom_field5": 10.0,
"salesProductType": null,
"configurableFlag": {
"lookupCode": "0",
"displayValue": "Not Configurable",
"id": 38831190,
"links": [{
"rel": "domain",
"href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIGURABLE_FLAG%22%7D%7D"
}, {
"rel": "canonical",
"href": "https://sitename.oracle.com/rest/v19/lookupValues/38831190"
}
]
},
"status": {
"lookupCode": "ORA_CREATED",
"displayValue": "Created",
"id": 38831140,
"links": [{
"rel": "domain",
"href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_PRODUCT_SETUP_STATUS%22%7D%7D"
}, {
"rel": "canonical",
"href": "https://sitename.oracle.com/rest/v19/lookupValues/38831140"
}
]
},
"eligibleForService": null,
"directBuy": {
"lookupCode": "1",
"displayValue": "Direct Buy",
"id": 36549639,
"links": [{
"rel": "domain",
"href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_PARTS_DIRECT_BUY%22%7D%7D"
}, {
"rel": "canonical",
"href": "https://sitename.oracle.com/rest/v19/lookupValues/36549639"
}
]
},
"defaultUOMCode": null,
"description": "1GB Memory",
"leadTime": -1,
"units": null,
"eligibleToSell": null,
"priceType": null,
"numberOfPricePeriods": 0,
"dateModified": "2021-04-19T12:10:26.000Z",
"partDisplayNumber": "1GB Memory",
"pricePeriod": null,
"partNumberLower": "mem-100m-1",
"partNumber": "MEM-100M-1",
"externalKey1": null,
"externalKey2": null,
"links": [{
"rel": "self",
"href": "https://sitename.oracle.com/rest/v19/parts/36594583"
}, {
"kind": "",
"rel": "child",
"name": "translations",
"href": "https://sitename.oracle.com/rest/v19/parts/36594583/translations"
}
]
}