Skip to main content
GET
Get Buyer Profile

Authorizations

X-API-KEY
string
header
required

Client-side API key (ck_...) with the agent-checkouts.* scopes.

Authorization
string
header
required

JWT identifying the end user, issued by an external auth provider your project trusts.

Path Parameters

id
string<uuid>
required

The buyer profile id (returned by create).

Response

Returns the buyer profile.

The full buyer profile, returned by create, get, list items, and update.

id
string<uuid>
required

The buyer profile id. Pass it as buyerProfileId when creating a checkout.

shipping
object
required

Global shipping address. administrativeAreaCode and postalCode are nullable for global-address compatibility.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
label
string

Optional human-readable label for the profile.

Required string length: 1 - 120
name
object

Optional buyer name. Both parts are optional.

contact
object

Optional buyer contact details.