Update buyer shipping details
Updates shipping detail for a buyer.
This endpoint requires the buyers.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for a buyer.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
The unique ID for a buyer's shipping detail.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
Body
The first name(s) or given name for the buyer.
1 - 255
"John"
The last name, or family name, of the buyer.
1 - 255
"Lunn"
The email address for the buyer.
1 - 320
"john@example.com"
The phone number for the buyer which should be formatted according to the E164 number standard.
1 - 50
"+1234567890"
The physical shipping address associated to this buyer.
Response
Shipping detail for a buyer.
The type of this resource. Is always shipping-details
.
shipping-details
"shipping-details"
The unique ID for a buyer's shipping detail.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
The unique ID for a buyer.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
The first name(s) or given name of the buyer.
1 - 255
"John"
The last name, or family name, of the buyer.
1 - 255
"Lunn"
The email address of the buyer.
1 - 320
"john@example.com"
The phone number of the buyer. This number is formatted according to the E164 number standard.
1 - 50
"+1234567890"
The physical shipping address associated to this buyer.
Was this page helpful?