Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.CommerceAddressCollection

A collection of Commerce addresses.
Property Name Type Description Available Version
count Integer Count of addresses. 54.0
currentPageToken String Token to the current page of addresses. 54.0
currentPageUrl String URL to the current page of addresses. 54.0
items List<ConnectApi.CommerceAddressOutput> Address Details 54.0
nextPageToken String Token to the next page of addresses. 54.0
nextPageUrl String URL to the next page of addresses. 54.0
pageSize Integer Page size for addresses. 54.0
previousPageToken String Token to previous page of addresses. 54.0
previousPageUrl String URL to the previous page of addresses. 54.0
sortOrder ConnectApi.CommerceAddressSort Sort order for Commerce addresses.
  • CreatedDateAsc—Sort in ascending order of created date.
  • CreatedDateDesc—Sort in descending order of created date.
  • NameAsc—Sort in ascending order of name.
  • NameDesc—Sort in descending order of name.
54.0