Skip to content

updateAddress.v1

POST
/shopgate.user.updateAddress.v1

This pipeline is used to update the data of an address of the user.

Media typeapplication/json
object
id
required
string
Example
123
firstName
string
Example
John
lastName
string
Example
Doe
street1
string
Example
313 Bell Rd
street2
string
Example
Apt 44N
zipCode
string
Example
85250-4121
city
string
Example
Phoenix
province

Province code

string
Example
AZ
country

Country code

string
Example
US
tags
Array<string>
Example
[
"shipping",
"billing",
"default",
"default_shipping",
"default_billing"
]
customAttributes
object
Example
{
"attribute1": "value1",
"attribute2": "value2"
}

Successful Operation

Media typeapplication/json

Validation error

Media typeapplication/json

Unauthorized user

Media typeapplication/json

Unknown error

Media typeapplication/json