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.
The unique ID for a buyer's shipping detail.
Body
The first name(s) or given name for the buyer.
1 - 255
The last name, or family name, of the buyer.
1 - 255
The email address for the buyer.
1 - 320
The phone number for the buyer which should be formatted according to the E164 number standard.
1 - 50
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
The unique ID for a buyer's shipping detail.
The unique ID for a buyer.
The first name(s) or given name of the buyer.
1 - 255
The last name, or family name, of the buyer.
1 - 255
The email address of the buyer.
1 - 320
The phone number of the buyer. This number is formatted according to the E164 number standard.
1 - 50
The physical shipping address associated to this buyer.
Was this page helpful?