Retrieve a profile.
Your API key for authorization.
The ID of the profile to retrieve.
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 descriptionShipping 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 codeA code indicating the result of the operation. Possible values:
PROFILE_RETRIEVED
: Profile retrieved successfullyPROFILE_NOT_FOUND
: Profile not foundError message if the request fails.