Profiles
Retrieve
Retrieve a profile.
GET
Retrieve
Headers
string
required
Your API key for authorization.
Path Parameters
string
required
The ID of the profile to retrieve.
Response
boolean
Indicates whether the operation was successful.
object
The profile object with associated styles and shipping information.
string
The ID of the profile.
array
Array of style objects associated with this profile, each containing:
id: The style IDtext: The style description
object
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
string
A code indicating the result of the operation. Possible values:
PROFILE_RETRIEVED: Profile retrieved successfullyPROFILE_NOT_FOUND: Profile not found
string
Error message if the request fails.
Retrieve