Address
This API to modify the subscription Shipping Address.
Path parameters
subIdstringRequired
Subscription Id
Header parameters
tokenstringRequired
Basic authorization (dispatch Key and Secret) or Full access token
Body
firstNamestringOptional
First name
lastNamestringOptional
Last name
companyNamestringOptional
Company name
line1stringOptional
Line 1
line2stringOptional
Line 2
line3stringOptional
Line 3
citystringOptional
City
countrySubdivisionstringOptional
Country sub division
postalCodestringOptional
Postal code
countrystringOptional
Country
phoneNumberstringOptional
Phone number
countyNamestringOptional
County name
emailAddressstringOptional
Email address
Responses
202
Accepted
400
* Bad request
application/json
401
Please verify your API key and secret (if applicable) is correct.
403
* Access Denied
application/json
404
* Not found
application/json
post
POST /v1/subscriptions/{subId}/ship-to-address HTTP/1.1
Host: api.digitalriver.com
token: text
Content-Type: application/json
Accept: */*
Content-Length: 246
{
"firstName": "text",
"lastName": "text",
"companyName": "text",
"line1": "text",
"line2": "text",
"line3": "text",
"city": "text",
"countrySubdivision": "text",
"postalCode": "text",
"country": "text",
"phoneNumber": "text",
"countyName": "text",
"emailAddress": "text"
}
No content
Last updated