updateAddress.v1
POST
/shopgate.user.updateAddress.v1
This pipeline is used to update the data of an address of the user.
Request Body
Section titled “Request Body”Media typeapplication/json
object
id
required
string
Example
123firstName
string
Example
JohnlastName
string
Example
Doestreet1
string
Example
313 Bell Rdstreet2
string
Example
Apt 44NzipCode
string
Example
85250-4121city
string
Example
Phoenixprovince
Province code
string
Example
AZcountry
Country code
string
Example
UStags
Array<string>
Example
[ "shipping", "billing", "default", "default_shipping", "default_billing"]customAttributes
object
Example
{ "attribute1": "value1", "attribute2": "value2"}Responses
Section titled “Responses”Successful Operation
Media typeapplication/json
Validation error
Media typeapplication/json
Unauthorized user
Media typeapplication/json
Unknown error
Media typeapplication/json

