Retrieve Buyer Details
GET/buyers/{buyer-id}
Retrieves the Buyer details.
Request
Path Parameters
buyer-id BuyerIdrequired
Possible values: <= 255 characters
Unique identifier of the customer in your system.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
buyer
object
result
object
required
{
"buyer": {
"buyerId": "buyer@wherever.com",
"buyerDetails": {
"firstName": "Sarah",
"lastName": "Fon Schwartz",
"companyName": "LLC Bean",
"locale": "en-US",
"dateOfBirth": "2024-07-29",
"email": "john.doe@anonymous.com",
"phone": 972528882468,
"phone2": 972528882468,
"workPhone": 972528882468,
"nationalIdentificationNumber": "221685479",
"billingAddress": {
"address": "string",
"addressLine2": "string",
"addressLine3": "string",
"zip": "string",
"city": "string",
"state": "AZ",
"countryCode": "DE",
"phone": 972528882468,
"addressMatch": false
},
"shippingAddress": {
"sameAsBilling": false,
"address": "string",
"addressLine2": "string",
"addressLine3": "string",
"zip": "string",
"city": "string",
"state": "AZ",
"countryCode": "DE",
"firstName": "Sarah",
"lastName": "Fon Schwartz",
"phone": 972528882468,
"phone2": 972528882468
}
}
},
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Unexpected error"
}
}
}
Authorization: http
name: bearerAuthtype: httpscheme: bearerbearerFormat: JWT
- curl
- CURL