Shipping Contacts
Update shipping contacts
Update shipping contact that corresponds to a customer ID.
put/customers/{id}/shipping_contacts/{shipping_contacts_id}
Path parameters
idstring required
Identifier of the resource
shipping_contacts_idstring required
identifier
Headers
Accept-Language'es' | 'en'
Use for knowing which language to use
X-Child-Company-Idstring
In the case of a holding company, the company id of the child company to which will process the request.
Request body
Example request
{
"phone": "+525511223344",
"receiver": "Marvin Fuller",
"between_streets": "Ackerman Crescent",
"address": {
"street1": "Nuevo Leon 254",
"street2": "Departamento 404",
"postal_code": "06100",
"city": "Ciudad de Mexico",
"state": "Ciudad de Mexico",
"country": "MX",
"residential": true
}
}Response
successful operation