Get Buyer Profile
Retrieves a buyer profile owned by the authenticated user.
API scope required: agent-checkouts.buyer-profiles.read
Authorizations
Client-side API key (ck_...) with the agent-checkouts.* scopes.
JWT identifying the end user, issued by an external auth provider your project trusts.
Path Parameters
The buyer profile id (returned by create).
Response
Returns the buyer profile.
The full buyer profile, returned by create, get, list items, and update.
The buyer profile id. Pass it as buyerProfileId when creating a checkout.
Global shipping address. administrativeAreaCode and postalCode are nullable for global-address compatibility.
Optional human-readable label for the profile.
1 - 120Optional buyer name. Both parts are optional.
Optional buyer contact details.

