Path:
GET /ship-to/{shipToId}
User's may want to review/confirm their shipping details, which can be retrieved through this endoint, by passing the shipToId as a path parameter.
Content-Type : application/json
x-site-context : {"channel":"com","date":"2019-06-19"}
x-api-key : d41d8cd98f00b204e9800998ecf8427e
application/json
application/json
Type: Path
Name: shipToId
Required: true
https://{baseurl}/api-cart/ship-to/5e99dd58fcef0314e06b64fe
Response Code: 200
Message: OK
Description: You will see this message when the shipping details are successfully retrieved.
Sample
{"_id": "5e99dd58fcef0314e06b64fe","shipMethod": {"cost": {"currency": "USD","amount": 10},"shipMethodId": "10002"},"address": {"phone": {"number": "123-992-9404","kind": "Mobile"},"name": {"first": "John","last": "Smith"},"address1": "10400 NE 4th St ","city": "Bellevue","state": "WA","country": "United States","zipCode": "98004","kind": "shipping","email": "johnsmit[email protected]"},"pickupPerson": {"name": {"first": "John","last": "Smith"},"phone": {"number": "8087769338","kind": "Mobile"},"email": "[email protected]"},"altPickupPerson": {"name": {"first": "Jane","last": "Smith"},"phone": {"number": "8087769338","kind": "Mobile"},"email": "[email protected]"},"billTo": ["5e99dba9fcef0314e06b64fd"],"shipToType": "SHIP_TO_ADDRESS","storeId": "store123456789","cartId": "5e99d75cfcef0314e06b64b8","shipToId": 16,"createdAt": "2020-04-17T16:46:16.352Z","updatedAt": "2020-04-17T16:46:16.352Z","__v": 0​
Last updated - July 2020