post

/shopgate.user.updateAddress.v1

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

Request Body

1 Example
Schema
object
id
string
1 validation + required
firstName
string
1 validation
lastName
string
1 validation
street1
string
1 validation
street2
string
1 validation
zipCode
string
1 validation
city
string
1 validation
province
string

Province code

1 validation
country
string

Country code

1 validation
tags
array[string]
1 validation
customAttributes
object
1 validation

Responses

Successful Operation

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host