getCurrency
get
/ccstore/v1/currencies/{id}
Get Currency. Get a single currency item.
Request
Supported Media Types
- application/json
Path Parameters
-
id: string
The ID of the requested currency.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getCurrency_response
Type:
Show Source
object
-
currencyCode(optional):
string
currency code of Currency
-
currencyType(optional):
string
Type of Currency
-
deleted(optional):
string
deleted flag of currency. Applicable to loylatyPoints currencyType.
-
displayName(optional):
string
Readable name of the currency
-
fractionalDigits(optional):
integer
Number of digits to the right of the decimal point
-
numericCode(optional):
string
numeric currency code
-
repositoryId(optional):
string
The ID of the currency item, which is a locale string.
-
symbol(optional):
string
The currency symbol
Example Response (application/json)
{
"currencyType":null,
"symbol":"$",
"deleted":false,
"displayName":"US Dollar",
"repositoryId":"en_US",
"fractionalDigits":2,
"currencyCode":"USD",
"numericCode":"840"
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|80011|The requested currency could not be found.|
|80010|The request for currency was not valid.|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code