Shipping details
List buyer shipping details
Retrieve all shipping details for a buyer.
GET
/
buyers
/
{buyer_id}
/
shipping-details
This endpoint requires the buyers.read
scope. The buyers.billing-details.read
scope is needed to see personally identifiable information.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
buyer_id
string
requiredThe unique ID for a buyer.
Response
200 - application/json
A list of shipping details.
items
object[]
A list of shipping details.
Was this page helpful?