put https://{environment}.neomode.com.br/cp/management/commerce/orders//deliveryAddress?
API responsible for updating the recipient's shipping address information in the order
Log in to see full request history
Responses
API responsible for updating the recipient's shipping address information in the order
xxxxxxxxxx
17curl --request PUT \
--url 'https://environment.neomode.com.br/cp/management/commerce/orders/orderId/deliveryAddress?Identifier=Id' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"RecipientAddress": {
"Street": "Main Street",
"Number": "456",
"Neighborhood": "Downtown",
"City": "Cityville",
"State": "Stateville",
"ZipCode": "12345-678",
"Complement": "Apt 101"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: