Change the Shipping Address

Change the shipping address of a customer's order.

👍

Access and Registration

Authentication

Request Body - Example

{
  "phone_number": "+351910000000",
  "first_name": "John",
  "last_name": "Doe",
  "address": "Lisbon",
  "zip_code": "20000000",
  "city": "Lisbon",
  "country_code": "PT",
  "region_code": "PT-11"
}

Scope

erc-ecommerce-connections-orders:write

Body Response - Schema

200 OK - no content

400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found), 405 (method not supported), 422 (unprocessable entity), 500 (internal server error), 502 (bad gateway)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fieldsarray[object]"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)

❗️

API Availability

The Retail Experience Cloud - Retail Ecommerce Integration is only available for customers enrolled in Talkdesk's Early Access (EA) program. To enter the EA program, contact a Customer Success Manager.

The Retail Experience Cloud - Retail Ecommerce Integration has been in EA since March 2022.

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

Language
Authorization
Header
Click Try It! to start a request and see the response here!