GET api/Checkout/GetAlternateShips?expand={expand}&page={page}&pagesize={pagesize}&CurrentBillToId={CurrentBillToId}

Module : Checkout; BE JIRA: ADINA-7985; This method is called for getting all alternate shipping addresses.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
expand

string

None.

page

integer

None.

pagesize

integer

None.

CurrentBillToId

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

CustomActionResultOfShipmentAddressEntity
NameDescriptionTypeAdditional information
StatusCode

HttpStatusCode

None.

_data

ShipmentAddressEntity

None.

Response Formats

application/json, text/json

Sample:

Sample not available.