Inherits from Shopping_AbstractRequestType : NSObject
Declared in Shopping_GetUserProfileRequestType.h
Shopping_GetUserProfileRequestType.m

Overview

Retrieves user information based on the user ID you specify. The response contains detailed information about a user. You can specify the types of user information you want in the response.

@ingroup ShoppingInterface

Tasks

  •   userID

    Specifies the user whose data will returned by the call.

    property
  •   includeSelector

    Defines standard subsets of fields to return within the
    response.



    If you don’t specify this field, a default
    set of fields is returned. Click “Detail Controls” below
    and see “none” for the default fields.
    If you specify this field, then the set of fields returned
    includes the default fields.
    If you specify this field, the additional
    fields returned can affect the call’s response time
    (performance), including in the case of feedback data.



    Applicable values:

    •   Details

    Include most available fields (such as StoreURL) in the response (except fields that can affect the call's response time).

    •   FeedbackDetails

    Include a container for information about one feedback entry.

    •   FeedbackHistory

    Include a container for summary feedback data for a user.



    Use a comma to specify multiple values. (In this case,
    the results are cumulative.) See “GetUserProfile Samples"
    for an example of how to use this field.



    See "Detail Controls” for a complete list of
    fields that can be returned for each selector.

    property

Properties

includeSelector

Defines standard subsets of fields to return within the
response.



If you don’t specify this field, a default
set of fields is returned. Click “Detail Controls” below
and see “none” for the default fields.
If you specify this field, then the set of fields returned
includes the default fields.
If you specify this field, the additional
fields returned can affect the call’s response time
(performance), including in the case of feedback data.



Applicable values:

•   Details

Include most available fields (such as StoreURL) in the response (except fields that can affect the call's response time).

•   FeedbackDetails

Include a container for information about one feedback entry.

•   FeedbackHistory

Include a container for summary feedback data for a user.



Use a comma to specify multiple values. (In this case,
the results are cumulative.) See “GetUserProfile Samples"
for an example of how to use this field.



See "Detail Controls” for a complete list of
fields that can be returned for each selector.

@property (nonatomic, retain) NSString *includeSelector

Discussion

Defines standard subsets of fields to return within the
response.



If you don’t specify this field, a default
set of fields is returned. Click “Detail Controls” below
and see “none” for the default fields.
If you specify this field, then the set of fields returned
includes the default fields.
If you specify this field, the additional
fields returned can affect the call’s response time
(performance), including in the case of feedback data.



Applicable values:

•   Details

Include most available fields (such as StoreURL) in the response (except fields that can affect the call's response time).

•   FeedbackDetails

Include a container for information about one feedback entry.

•   FeedbackHistory

Include a container for summary feedback data for a user.



Use a comma to specify multiple values. (In this case,
the results are cumulative.) See “GetUserProfile Samples"
for an example of how to use this field.



See "Detail Controls” for a complete list of
fields that can be returned for each selector.

type : NSString, wrapper for primitive string

Declared In

Shopping_GetUserProfileRequestType.h

userID

Specifies the user whose data will returned by the call.

@property (nonatomic, retain) NSString *userID

Discussion

Specifies the user whose data will returned by the call.

type : NSString, wrapper for primitive string

Declared In

Shopping_GetUserProfileRequestType.h