List address requests

get

/ccstore/v1/organizations/current/customerAccounts/addressRequests

Fetches a paginated list of address requests for the current customer account.

Request

Supported Media Types
Query Parameters
  • The number of items to return per page.
    Default Value: 250
  • The number of items to skip for pagination.
    Default Value: 0
  • This field specifies the query used to limit elements. The properties that are not supported for querying: address, statusDisplayName, repositoryId
  • This field determines the sort order of the address requests to be fetched. The properties that are not supported for sorting: address, statusDisplayName, repositoryId
    Default Value: lastModifiedTime:desc
  • Indicates if the total results should be included in the response.
    Default Value: false
Back to Top

Response

Supported Media Types

200 Response

A paginated list of address requests.
Body ()
Root Schema : listAddressRequests_response
Type: object
Response schema for a successful address request list.
Show Source
Nested Schema : items
Type: array
List of address requests.
Show Source
Nested Schema : sort
Type: array
An array that specifies the sort order.
Show Source
Nested Schema : addressRequest
Type: object
Schema for a single address request.
Show Source
Nested Schema : requestAddressObject
Type: object
Object representing a complete address, including street, city, state, postal code, and country.
Show Source
Nested Schema : addressApprover
Type: object
Approver details
Show Source
Nested Schema : addressRequester
Type: object
Requester details.
Show Source
Nested Schema : types
Type: array
List of address types associated with the address (e.g., SHIPPING, BILLING). This can be an empty array.
Show Source
Nested Schema : requestAddressType
Type: object
Defines the type of address (e.g., SHIPPING or BILLING).
Show Source
  • ID representing the type of address (e.g., SHIPPING or BILLING).
    Example: SHIPPING
Nested Schema : items
Type: object
Show Source
  • Whether this property should be sorted ascending ("asc") or descending ("dsc").
    Example: desc
  • The name of the property to use for sorting.
    Example: lastModifiedTime

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 | |------------|-------------| | 270001 | Error related to address request |
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top