Save Address

POST {{fulfillment_client_url}}/client/address

Save an address used by the client.

Body definition

nameTypeDescriptionRequired
nameStringName to identifie the addresstrue
companyStringName of company receiverfalse
emailStringEmail direction of the order receivertrue
phoneStringPhone of the order receivertrue
streetStringtrue
numberStringtrue
districtStringtrue
cityStringtrue
stateStringabbreviation in two letterstrue
countryStringabbreviation in two letterstrue
postalCodeStringtrue
referenceStringtrue

Request Body

{"name"=>"Address 2", "company"=>"oskys factory", "email"=>"osgosf8@gmail.com", "phone"=>"8116300800", "street"=>"av vasconcelos", "number"=>"1400", "district"=>"mirasierra", "city"=>"Monterrey", "state"=>"NL", "country"=>"MX", "postalCode"=>"66236", "reference"=>""}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"check":true}