getAddresses
get
/ccagent/v1/organizationAddresses
Get Addresses. This operation is used to get all the address of a Organization/Account Oracle Commerce Cloud. Takes X-CCAgentContext header which is a JSON object with 'shopperProfileId' as a property. If 'shopperProfileId' is not provided, it is considered as an anonymous profile.
Request
Supported Media Types
- application/json
Header Parameters
- X-CCAgentContext
-
Type:
stringRequired:trueThe Agent Context is a JSON object with shopperProfileId as a property.- X-CCAsset-Language
Type:stringThe asset language of the request. E.g., en,de,fr_CA.- X-CCOrganization
Type:stringthe organization Id
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : getAddresses_response
- active
-
Type:
booleanActive status of an Organization. Should be true or false. By default the value is set to true - billingAddress
-
Type:
objectbillingAddressAdditional Properties Allowed:The default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute. - description
-
Type:
stringDescription for Organization - id
-
Type:
stringId of the Organization - name
-
Type:
stringThe name for Organization - repositoryId
-
Type:
stringRepository Id of the Organization - secondaryAddresses
-
Type:
arraysecondaryAddressesAdditional Properties Allowed:List of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'. - shippingAddress
-
Type:
objectshippingAddressAdditional Properties Allowed:The default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute.
Nested Schema : billingAddress
Type:
objectThe default billing address for the Organization. This a read only attribute. This will come if property 'isDefaultBillingAddress' is set to 'true' in secondaryAddresses attribute.
- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name of the address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringRepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : secondaryAddresses
Type:
arrayList of all the addresses associated with an Organization, if property like 'isDefaultShippingAddress' or 'isDefaultBillingAddress' is set to 'true', then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'.
Nested Schema : shippingAddress
Type:
objectThe default shipping address for the Organization. This a read only attribute. This will come if property 'isDefaultShippingAddress' is set to 'true' in secondaryAddresses attribute.
- address1
-
Type:
stringthe address1 of the address - address2
-
Type:
stringthe address2 of the address - city
-
Type:
stringthe city of the address - companyName
-
Type:
stringthe company name shipping address - country
-
Type:
stringthe country of the address - phoneNumber
-
Type:
stringthe phone Number of the company address - postalCode
-
Type:
stringthe postal Code of the address - repositoryId
-
Type:
stringRepository Id of the address - state
-
Type:
stringthe state of the address
Nested Schema : items
Type:
object- address
-
Type:
objectaddressAdditional Properties Allowed:Address created for the Organization. - addressType
-
Type:
stringAddress type represents nick name of account if present else repository ID of address item.
Nested Schema : address
Type:
objectAddress created for the Organization.
- address1
-
Type:
stringThe address1 of the secondary address - address2
-
Type:
stringThe address2 of the secondary address - city
-
Type:
stringThe city of the secondary address - companyName
-
Type:
stringCompany name of the secondary address - country
-
Type:
stringThe country of the address - phoneNumber
-
Type:
stringPhone Number of the address - postalCode
-
Type:
stringPostal Code of the address - repositoryId
-
Type:
stringrepository Id of the address - state
-
Type:
stringThe State of the address
Example application/json
{
"repositoryId":"or-100001",
"name":"National Discount Auto Parts",
"active":true,
"description":null,
"shippingAddress":{
"country":"US",
"phoneNumber":"907-385-4412",
"address2":null,
"city":"Anchorage",
"address1":"639 Main St",
"companyName":"National Discount Auto Parts",
"postalCode":"99501",
"repositoryId":"160062",
"state":"AZ"
},
"secondaryAddresses":[
{
"address":{
"country":"US",
"phoneNumber":"907-385-4412",
"address2":null,
"city":"Anchorage",
"address1":"639 Main St",
"companyName":"National Discount Auto Parts",
"postalCode":"99501",
"repositoryId":"160062",
"state":"AZ"
},
"addressType":"Arizona Office Address"
},
{
"address":{
"country":"US",
"phoneNumber":"631-748-6479",
"address2":"Suffolk",
"city":"Bohemia",
"address1":"70 Euclid Ave #722",
"companyName":"National Discount Auto Parts",
"postalCode":"11716",
"repositoryId":"ci-110024",
"state":"NY"
},
"addressType":"NewYork Office Address"
}
],
"links":[
{
"rel":"self",
"href":"/ccagentui/v1/organizationAddresses"
}
],
"billingAddress":{
"country":"US",
"phoneNumber":"907-385-4412",
"address2":null,
"city":"Anchorage",
"address1":"639 Main St",
"companyName":"National Discount Auto Parts",
"postalCode":"99501",
"repositoryId":"160062",
"state":"AZ"
},
"id":"or-100001"
}
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|
|------------------|------------------|
|22010|If no organziation is found|
|82005000|If there is an error while processing the AgentContext header. Possible reasons include invalid profileId, incorrect JSON format or other errors|
|89102|If the shopperProfile passed in the AgentContext header or the associated account is inactive|
Body
Root Schema : errorModel
Type:
object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - errors
-
Type:
arrayerrorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code - type
-
Type:
stringThe URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code
Examples
Sample Response Payload returned by endpoint:
{
"repositoryId": "or-100001",
"name": "National Discount Auto Parts",
"active": true,
"description": null,
"shippingAddress": {
"country": "US",
"phoneNumber": "907-385-4412",
"address2": null,
"city": "Anchorage",
"address1": "639 Main St",
"companyName": "National Discount Auto Parts",
"postalCode": "99501",
"repositoryId": "160062",
"state": "AZ"
},
"secondaryAddresses": [
{
"address": {
"country": "US",
"phoneNumber": "907-385-4412",
"address2": null,
"city": "Anchorage",
"address1": "639 Main St",
"companyName": "National Discount Auto Parts",
"postalCode": "99501",
"repositoryId": "160062",
"state": "AZ"
},
"addressType": "Arizona Office Address"
},
{
"address": {
"country": "US",
"phoneNumber": "631-748-6479",
"address2": "Suffolk",
"city": "Bohemia",
"address1": "70 Euclid Ave #722",
"companyName": "National Discount Auto Parts",
"postalCode": "11716",
"repositoryId": "ci-110024",
"state": "NY"
},
"addressType": "NewYork Office Address"
}
],
"links": [{
"rel": "self",
"href": "/ccagentui/v1/organizationAddresses"
}],
"billingAddress": {
"country": "US",
"phoneNumber": "907-385-4412",
"address2": null,
"city": "Anchorage",
"address1": "639 Main St",
"companyName": "National Discount Auto Parts",
"postalCode": "99501",
"repositoryId": "160062",
"state": "AZ"
},
"id": "or-100001"
}