getProfile
get
/ccapp/v1/profiles/{id}
Get Profile. This operation is used to get the profile information of a customer from Oracle Commerce Cloud. Optionally takes the x-ccasset-language header to get translated content in another language.
Request
Supported Media Types
- application/json
Path Parameters
-
id: string
The ID of the requested shopper profile.
Query Parameters
-
exclude(optional): string
As an alternative to the fields parameter, which explicitly specifies the properties to include, you can use the exclude parameter to include all properties except the ones specified. For example, to return all of the properties of profile except shippingAddresses.
-
expand(optional): string
Expand controls which properties are returned. Set the expand query parameter to 'globalRoles' to include global roles along with a user's organizational roles.
-
fields(optional): string
You can use the fields parameter to restrict the set of properties returned to only those you explicitly specify. The properties are specified as a comma-separated list. For example, id and email properties of profile.
-
preview(optional): string
If true, then preview profile will be returned.
Header Parameters
-
X-CCAsset-Language(optional): string
The asset language of the request
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getProfile_response
Type:
Show Source
object
-
hasIncompleteOrder(optional):
boolean
Indicates whether the profile has an incomplete order on the current site.
-
isAnonymous(optional):
boolean
Indicates whether the profile is persistent or transient.
-
profileComments(optional):
array profileComments
The list of all logged comments for the customer profile.
-
profileDetail(optional):
object profileDetail
The details of the customer profile.
Nested Schema : profileComments
Type:
array
The list of all logged comments for the customer profile.
Show Source
Nested Schema : profileDetail
Type:
object
The details of the customer profile.
Show Source
-
active(optional):
boolean
The user status of the profile. Should be true or false
-
approvalRequired(optional):
boolean
Indicates if approval is required
-
catalog(optional):
object catalog
The catalog associated with this profile.
-
comments(optional):
array comments
The notes on the customer.
-
contactBillingAddress:
object contactBillingAddress
The default billing address for B2B contact.
-
contactShippingAddress(optional):
object contactShippingAddress
The default shipping address for B2B contact
-
currentOrganization(optional):
object currentOrganization
The current Organization
-
customerContactId(optional):
string
The external customer contact id.
-
dateOfBirth(optional):
string
Date of birth
-
daytimeTelephoneNumber(optional):
string
The day time telephone number of the customer profile.
-
derivedTaxExemptionCode(optional):
string
Derived Tax Exemption Code
-
dynamicProperties(optional):
array dynamicProperties
Read-only list of dynamic properties associated with profile along with meta-data.
-
email(optional):
string
Email of the customer profile.
-
firstName(optional):
string
The first name of the customer profile.
-
GDPRProfileP13nConsentDate(optional):
string
The date on which GDPR personalization consent was granted by the user.
-
GDPRProfileP13nConsentGranted(optional):
boolean
Indicates whether the user has given GDPR Profile P13n consent on the current site. Can be true or false.
-
id(optional):
string
The customer profile id.
-
lastName(optional):
string
Last name of the customer profile.
-
locale(optional):
string
Current Locale
-
login(optional):
string
Login id of the profile.
-
loyaltyPrograms(optional):
array loyaltyPrograms
Loyalty Programs Information
-
orderPriceLimit(optional):
number
Order Price Limit of the profile
-
parentOrganization(optional):
object parentOrganization
The parent Organization associated with the B2B customer profile.
-
priceListGroup(optional):
object priceListGroup
The associated price list group for this profile
-
profileType(optional):
string
The type of the user. Possible values are b2b_user and b2c_user.
-
receiveEmail(optional):
string
Indicates whether the customer has opted for receiving marketing emails on the current site. Can be yes or no.
-
receiveEmailDate(optional):
string
The date on which the customer opted for receiving marketing emails.
-
repositoryId(optional):
string
The repository id of the customer profile record.
-
roles(optional):
array roles
List of user roles.
-
secondaryAddresses:
object secondaryAddresses
Secondary addresses for B2B contact.
-
secondaryOrganizations(optional):
array secondaryOrganizations
List of secondary organizations that need to associate with the user.
-
shippingAddress(optional):
object shippingAddress
Default shipping address of the profile (Deprecated, please use ???shippingAddresses??? instead).
-
shippingAddresses(optional):
array shippingAddresses
The shipping addresses associated with the customer profile.
-
taxExempt(optional):
boolean
Indicates tax exemption status.True or False
-
taxExemptionCode(optional):
string
Tax Exemption Code
Nested Schema : items
Type:
Show Source
object
-
comment(optional):
string
The comment string.
-
creationDate(optional):
string
The of creation date of the comment.
-
repositoryId(optional):
string
The repository id of the comment record.
Nested Schema : catalog
Type:
object
The catalog associated with this profile.
Show Source
-
repositoryId(optional):
string
RepositoryId of the catalog associated with this profile.
Nested Schema : comments
Type:
array
The notes on the customer.
Show Source
-
Array of:
object items
The info of the customer
Nested Schema : contactBillingAddress
Type:
object
The default billing address for B2B contact.
Show Source
-
address1(optional):
string
Address line 1 for this billing address.
-
address2(optional):
string
Address line 2 for this billing address.
-
address3(optional):
string
Address line 3 for this billing address.
-
city(optional):
string
City for this billing address.
-
companyName(optional):
string
Company name for this billing address.
-
country(optional):
string
Country for this billing address.
-
county(optional):
string
County for this billing address.
-
dynamicProperty(optional):
object dynamicProperty
The value of the dynamic Property
-
email(optional):
string
Email for this billing address.
-
externalAddressId(optional):
string
External address id
-
faxNumber(optional):
string
Fax number for this billing address.
-
firstName(optional):
string
First name for this billing address.
-
jobTitle(optional):
string
Job title for this billing address.
-
lastName(optional):
string
Last name for this billing address.
-
middleName(optional):
string
Middle name for this billing address.
-
phoneNumber(optional):
string
Phone number for this billing address.
-
postalCode(optional):
string
Postal code for this billing address.
-
prefix(optional):
string
Prefix for this billing address.
-
repositoryId(optional):
string
The repository id of the billing address
-
state(optional):
string
State for this billing address.
-
suffix(optional):
string
Suffix for this billing address.
Nested Schema : contactShippingAddress
Type:
object
The default shipping address for B2B contact
Show Source
-
address1(optional):
string
The address line 1 in the shipping address.
-
address2(optional):
string
The address line 2 in the shipping address.
-
address3(optional):
string
The address line 3 in the shipping address.
-
city(optional):
string
The city in the shipping address record.
-
companyName(optional):
string
Company name for this address.
-
country(optional):
string
The country in the shipping address record.
-
county(optional):
string
The county in the shipping address.
-
dynamicProperty(optional):
object dynamicProperty
The value of the dynamic Property
-
externalAddressId(optional):
string
External address id
-
faxNumber(optional):
string
Fax number for this address.
-
firstName(optional):
string
The first name in the shipping address.
-
jobTitle(optional):
string
Job title for this address.
-
lastName(optional):
string
The last name in the shipping address.
-
middleName(optional):
string
Middle name for this address.
-
phoneNumber(optional):
string
The phone number in the shipping address.
-
postalCode(optional):
string
The postal code in the shipping address.
-
prefix(optional):
string
Prefix for this address.
-
repositoryId(optional):
string
The repository id of the shipping address record.
-
state(optional):
string
The state in the shipping address.
-
suffix(optional):
string
Suffix for this address.
Nested Schema : currentOrganization
Type:
object
The current Organization
Show Source
-
id(optional):
string
The current Organization Id
Nested Schema : dynamicProperties
Type:
array
Read-only list of dynamic properties associated with profile along with meta-data.
Show Source
Nested Schema : parentOrganization
Type:
object
The parent Organization associated with the B2B customer profile.
Show Source
-
id(optional):
string
The id of the organization.
-
name(optional):
string
The name of of the organization.
-
punchoutUserId(optional):
string
Punchout user Id of organization, read only property.
-
repositoryId(optional):
string
The repository id of the comment record.
Nested Schema : priceListGroup
Type:
object
The associated price list group for this profile
Show Source
-
repositoryId(optional):
string
Repository ID of the price list group
Nested Schema : secondaryAddresses
Type:
object
Secondary addresses for B2B contact.
Show Source
-
address1(optional):
string
Address line 1 for this address.
-
address2(optional):
string
Address line 2 for this address.
-
address3(optional):
string
Address line 3 for this address.
-
city(optional):
string
City for this address.
-
companyName(optional):
string
Company name for this address.
-
country(optional):
string
Country for this address.
-
county(optional):
string
County for this address.
-
dynamicProperty(optional):
object dynamicProperty
The value of the dynamic Property
-
email(optional):
string
Email for this address.
-
externalAddressId(optional):
string
External address id
-
faxNumber(optional):
string
Fax number for this address.
-
firstName(optional):
string
First name for this address.
-
jobTitle(optional):
string
Job title for this address.
-
lastName(optional):
string
Last name for this address.
-
middleName(optional):
string
Middle name for this address.
-
phoneNumber(optional):
string
Phone number for this address.
-
postalCode(optional):
string
Postal code for this address.
-
prefix(optional):
string
Prefix for this address.
-
repositoryId(optional):
string
The repository id of this address.
-
state(optional):
string
State for this address.
-
suffix(optional):
string
Suffix for this address.
Nested Schema : secondaryOrganizations
Type:
array
List of secondary organizations that need to associate with the user.
Show Source
Nested Schema : shippingAddress
Type:
object
Default shipping address of the profile (Deprecated, please use ???shippingAddresses??? instead).
Show Source
-
address1(optional):
string
The address line 1 in the shipping address.
-
address2(optional):
string
The address line 2 in the shipping address.
-
address3(optional):
string
The address line 3 in the shipping address.
-
alias(optional):
string
The alias of the shipping address.
-
city(optional):
string
The city in the shipping address record.
-
companyName(optional):
string
Company name for this address.
-
country(optional):
string
The country in the shipping address record.
-
county(optional):
string
The county in the shipping address.
-
dynamicProperty(optional):
object dynamicProperty
The value of the dynamic Property
-
externalAddressId(optional):
string
External address id
-
faxNumber(optional):
string
Fax number for this address.
-
firstName(optional):
string
The first name in the shipping address.
-
jobTitle(optional):
string
Job title for this address.
-
lastName(optional):
string
The last name in the shipping address.
-
middleName(optional):
string
Middle name for this address.
-
phoneNumber(optional):
string
The phone number in the shipping address.
-
postalCode(optional):
string
The postal code in the shipping address.
-
prefix(optional):
string
Prefix for this address.
-
repositoryId(optional):
string
The repository id of the shipping address record.
-
state(optional):
string
The state in the shipping address.
-
suffix(optional):
string
Suffix for this address.
Nested Schema : shippingAddresses
Type:
array
The shipping addresses associated with the customer profile.
Show Source
Nested Schema : items
Type:
object
The info of the customer
Show Source
-
agent(optional):
string
The user id of the Agent.
-
comment(optional):
string
The description of comment.
-
creationDate(optional):
string
The creation date of the note.
-
id(optional):
string
The id of the comment.
-
item-id(optional):
string
The item-id of the comment
-
owner(optional):
string
The owner of the note.
-
version(optional):
integer
The version of the note.
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : items
Type:
Show Source
object
-
id(optional):
string
The ID of the dynamic property.
-
type(optional):
string
The type of the dynamic property. Supported types are boolean, date, float, string, timestamp, enumerated, big string.
-
value(optional):
string
The value of the dynamic property.
Nested Schema : items
Type:
Show Source
object
-
membershipId(optional):
string
membershipId of the profile.
-
programId(optional):
string
programId of Loyalty Program
-
programName(optional):
string
programName of Loyalty Program
-
repositoryId(optional):
string
repository Id
-
status(optional):
string
status of Enrollment
Nested Schema : items
Type:
Show Source
object
-
function(optional):
string
Function of the role which can be admin or buyer.
-
repositoryId(optional):
string
Repository id of the role.
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : items
Type:
Show Source
object
-
id(optional):
string
ID of the organization to be assigned.
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : items
Type:
Show Source
object
-
address1(optional):
string
The address line 1 in the shipping address.
-
address2(optional):
string
The address line 2 in the shipping address.
-
address3(optional):
string
The address line 3 in the shipping address.
-
alias(optional):
string
The alias of the shipping address.
-
city(optional):
string
The city in the shipping address record.
-
companyName(optional):
string
The company name of the person in the shipping address.
-
country(optional):
string
The country in the shipping address record.
-
county(optional):
string
The county in the shipping address.
-
dynamicProperty(optional):
object dynamicProperty
The value of the dynamic Property
-
externalAddressId(optional):
string
External address id
-
faxNumber(optional):
string
The fax number in the shipping address.
-
firstName(optional):
string
The first name in the shipping address.
-
isDefaultAddress(optional):
boolean
Indicates if its the default shipping address.
-
jobTitle(optional):
string
The job title of the person in the shipping address.
-
lastName(optional):
string
The last name in the shipping address.
-
middleName(optional):
string
The middle name in the shipping address.
-
phoneNumber(optional):
string
The phone number in the shipping address.
-
postalCode(optional):
string
The postal code in the shipping address.
-
prefix(optional):
string
Prefix for this address.
-
repositoryId(optional):
string
The repository id of the shipping address record.
-
selectedCountry(optional):
string
The selected country in the shipping address.
-
selectedState(optional):
string
The selected state in the shipping address.
-
state(optional):
string
The state in the shipping address.
-
state_ISOCode(optional):
string
The state ISO code in the shipping address.
-
suffix(optional):
string
The suffix of the person in the shipping address
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Example Response (application/json)
{
"derivedPriceListGroup":null,
"lastPurchaseDate":null,
"lastName":"K",
"GDPRProfileP13nConsentDate":null,
"GDPRProfileP13nConsentGranted":false,
"gender":"female",
"catalog":null,
"roles":[
{
"function":"buyer",
"relativeTo":{
"id":"100001"
},
"repositoryId":"100006",
"name":"Buyer",
"type":"organizationalRole"
}
],
"parentOrganization":{
"name":"Oracle",
"repositoryId":"100001",
"description":"Oracle Org",
"active":true,
"shippingAddress":{
},
"secondaryAddresses":[
{
"firstName":"Harry",
"lastName":"Potter",
"country":"United States",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"9088988999",
"city":"Arcadia",
"address2":"Suite 400",
"address1":"Grundy Lane",
"postalCode":"91006",
"repositoryId":"110033",
"state":"CA"
}
],
"id":"100001",
"billingAddress":{
},
"externalOrganizationId":"EXT_ORG_1"
},
"locale":"en",
"shippingSurchargePriceList":null,
"receiveEmailDate":null,
"firstPurchaseDate":null,
"profileType":"b2b_user",
"translations":{
},
"loyaltyPrograms":[
{
"programName":"XTRAREWARDS",
"repositoryId":100001,
"membershipId":"abc123",
"programId":"prog1",
"status":"Enrolled"
},
{
"programName":"XTRAMILES",
"repositoryId":100002,
"membershipId":"xyz123",
"programId":"prog2",
"status":"Enrolled"
}
],
"registrationDate":null,
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccadmin/v1/shopperProfiles/110006?offset=0&limit=2&sort=firstName%3Adesc"
}
],
"id":"110006",
"email":"abc@example.com",
"derivedSalePriceList":null,
"daytimeTelephoneNumber":"212-555-1977",
"taxExempt":false,
"customerContactId":"CRMID_12345",
"receiveEmail":"no",
"priceListGroup":null,
"active":"true",
"dateOfBirth":null,
"lastVisitDate":null,
"previousVisitDate":null,
"firstName":"bcd",
"creditCards":[
{
"expirationYear":"2017",
"tokenExpiryDate":null,
"gatewayConfigId":null,
"expirationMonth":"1",
"creditCardType":"Visa",
"source":null,
"iin":null,
"token":null,
"cardProps":{
},
"nameOnCard":null,
"creditCardNumber":"4539082039396288",
"repositoryId":"se-usercc110031",
"nickname":"Visa",
"tokenCreatedDate":"2018-10-01T09:02:10.181Z",
"cardSavedDate":null,
"billingAddress":{
"country":"US",
"lastName":"Anderson",
"types":[
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"address3":null,
"city":"Buffalo",
"address2":null,
"address1":"451 Brooks Ave",
"postalCode":"14201",
"county":null,
"firstName":"Kim",
"externalAddressId":"EXT_ADDR_1",
"phoneNumber":"212-555-2150",
"repositoryId":"se-990031",
"state":"NY"
},
"id":"se-usercc110031",
"expirationDayOfMonth":null
}
],
"repositoryId":"110006",
"firstVisitDate":null,
"shippingAddress":{
},
"billingAddress":{
},
"userType":null,
"derivedShippingSurchargePriceList":null,
"secondaryOrganizations":[
],
"shippingAddresses":[
]
}
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|
|------------------|------------------|
|22000|If the profile id passes is null or empty|
|22001|If there was any internal error while getting the profile|
|22002|If there was no profile found with the given id|
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