put https://api.corporatemerch.com/v1/shipments//update_address
Authentication
Provide your bearer token in the Authorization header.
Example:Authorization: Bearer 123
Responses
Authentication
Provide your bearer token in the Authorization header.
Example:Authorization: Bearer 123
xxxxxxxxxx
curl --request PUT \
--url https://api.corporatemerch.com/v1/shipments/id/update_address \
--header 'Authorization: Bearer API_Token' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: