getAddresses
get
/ccstore/v1/organizationAddresses
Get Addresses. This operation is used to get the all the address of a Organization/Account Oracle Commerce Cloud.Optionally takes the X-CCOrganization header to specify current Organization context of logged in user.
Request
Supported Media Types
- application/json
Header Parameters
-
X-CCOrganization: string
Current organization context of the logged in user
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getAddresses_response
Type:
Show Source
object
-
active:
boolean
Active status of an Organization. Should be true or false. By default the value is set to true
-
billingAddress:
object billingAddress
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:
string
Description for Organization
-
externalOrganizationId:
string
External organization id
-
id:
string
Id of the Organization
-
name:
string
The name for Organization
-
repositoryId:
string
Repository Id of the Organization
-
secondaryAddresses:
array secondaryAddresses
List of all the addresses associated with an Organization, if property like isDefaultShippingAddress or isDefaultBillingAddressis set to true, then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'.
-
shippingAddress:
object shippingAddress
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:
object
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.
Show Source
-
address1:
string
The address1 of the address
-
address2:
string
The address2 of the address
-
address3:
string
The address3 of the secondary address
-
city:
string
The city of the address
-
companyName:
string
The company name of the address
-
country:
string
The country of the address
-
county:
string
The county of the secondary address
-
dynamicProperty:
object dynamicProperty
The value of the dynamic Property
-
externalAddressId:
string
External address id
-
phoneNumber:
string
The phone Number of the address
-
postalCode:
string
The postal Code of the address
-
repositoryId:
string
Repository Id of the address
-
state:
string
The state of the address
-
types:
array types
The types tagged to the address
Nested Schema : secondaryAddresses
Type:
array
List of all the addresses associated with an Organization, if property like isDefaultShippingAddress or isDefaultBillingAddressis set to true, then in response the same address will come as a separate attribute with name 'shippingAddress' or 'billingAddress'.
Show Source
Nested Schema : shippingAddress
Type:
object
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.
Show Source
-
address1:
string
The address1 of the address
-
address2:
string
The address2 of the address
-
address3:
string
The address3 of the secondary address
-
city:
string
The city of the address
-
companyName:
string
The company name shipping address
-
country:
string
The country of the address
-
county:
string
The county of the secondary address
-
dynamicProperty:
object dynamicProperty
The value of the dynamic Property
-
phoneNumber:
string
The phone Number of the company address
-
postalCode:
string
The postal Code of the address
-
repositoryId:
string
Repository Id of the address
-
state:
string
The state of the address
-
types:
array types
The types tagged to the address
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : items
Type:
Show Source
object
-
addressType:
string
The name of the address type
-
repositoryId:
string
repository Id of the address type
Nested Schema : items
Type:
Show Source
object
-
address:
object address
Address created for the Organization.
-
addressType:
string
Address type represents nick name of address if present else repository ID of address item.
Nested Schema : address
Type:
object
Address created for the Organization.
Show Source
-
address1:
string
The address1 of the secondary address
-
address2:
string
The address2 of the secondary address
-
address3:
string
The address3 of the secondary address
-
city:
string
The city of the secondary address
-
companyName:
string
Company name of the secondary address
-
country:
string
The country of the address
-
county:
string
The county of the secondary address
-
dynamicProperty:
object dynamicProperty
The value of the dynamic Property
-
externalAddressId:
string
External address id
-
phoneNumber:
string
Phone Number of the address
-
postalCode:
string
Postal Code of the address
-
repositoryId:
string
repository Id of the address
-
state:
string
The State of the address
-
types:
array types
The types tagged to the address
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : items
Type:
Show Source
object
-
addressType:
string
The name of the address type
-
repositoryId:
string
repository Id of the address type
Nested Schema : dynamicProperty
Type:
object
The value of the dynamic Property
Nested Schema : items
Type:
Show Source
object
-
addressType:
string
The name of the address type
-
repositoryId:
string
repository Id of the address type
Example Response (application/json)
{
"repositoryId":"2100003",
"name":"Oracle",
"description":null,
"active":true,
"shippingAddress":{
"country":"US",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"180003",
"state":"AL"
},
"links":[
{
"rel":"self",
"href":"http://localhost:8080/ccstore/v1/organizationAddresses"
}
],
"secondaryAddresses":[
{
"address":{
"country":"US",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"180003",
"state":"AL"
},
"addressType":"Office Address"
}
],
"externalOrganizationId":"EXT_ORG_1",
"id":"2100003",
"billingAddress":{
"country":"US",
"externalAddressId":"EXT_ADDR_1",
"types":[
{
"displayName":"Billing",
"repositoryId":"ss-10002",
"id":"ss-10002"
}
],
"phoneNumber":"973-974-1234",
"address2":"Street 2",
"city":"Montgomery",
"address1":"600 Dexter Avenue",
"postalCode":"36130",
"companyName":"Oracle",
"repositoryId":"180003",
"state":"AL"
}
}
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|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
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:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code