Profiles
Retrieve
Retrieve a profile.
GET
Headers
Your API key for authorization.
Path Parameters
The ID of the profile to retrieve.
Response
Indicates whether the operation was successful.
The profile object with associated styles and shipping information.
The ID of the profile.
Array of style objects associated with this profile, each containing:
id
: The style IDtext
: The style description
Shipping information associated with this profile, containing:
id
: The shipping IDaddress_1
: First line of the addressaddress_2
: Second line of the address (optional)city
: City namecountry
: Country nameprovince
: Province or state namezip
: Postal or ZIP codecountry_code
: Two-letter country codeprovince_code
: Province or state code
A code indicating the result of the operation. Possible values:
PROFILE_RETRIEVED
: Profile retrieved successfullyPROFILE_NOT_FOUND
: Profile not found
Error message if the request fails.