Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_ReviseSellingManagerProductRequestType.h
Trading_ReviseSellingManagerProductRequestType.m

Overview

Revises a Selling Manager product.



This call is subject to change without notice; the
deprecation process is inapplicable to this call.

@ingroup EBayAPIInterface

Tasks

  •   sellingManagerProductDetails

    The details of the product that is being revised.

    property
  •   sellingManagerFolderDetails

    The details of the folder for this product.

    property
  •   deletedField

    Specifies the name of a field to remove from a Selling Manager product.
    The request can contain zero, one, or many instances of DeletedField (one for each field to be removed).
    DeletedField accepts the following path names, which remove the corresponding fields:


    SellingManagerProductDetails.CustomLabel

    SellingManagerProductDetails.QuantityAvailable

    SellingManagerProductDetails.UnitCost

    These values are case-sensitive. Use values that match the case of the schema element names.

    property
  •   sellingManagerProductSpecifics

    Specifies an eBay category associated with the product,
    defines Item Specifics that are relevant to the product,
    and defines variations available for the product
    (which may be used to create mult-variation listings).

    property

Properties

deletedField

Specifies the name of a field to remove from a Selling Manager product.
The request can contain zero, one, or many instances of DeletedField (one for each field to be removed).
DeletedField accepts the following path names, which remove the corresponding fields:


SellingManagerProductDetails.CustomLabel

SellingManagerProductDetails.QuantityAvailable

SellingManagerProductDetails.UnitCost

These values are case-sensitive. Use values that match the case of the schema element names.

@property (nonatomic, retain) NSMutableArray *deletedField

Discussion

Specifies the name of a field to remove from a Selling Manager product.
The request can contain zero, one, or many instances of DeletedField (one for each field to be removed).
DeletedField accepts the following path names, which remove the corresponding fields:


SellingManagerProductDetails.CustomLabel

SellingManagerProductDetails.QuantityAvailable

SellingManagerProductDetails.UnitCost

These values are case-sensitive. Use values that match the case of the schema element names.

entry type : NSString, wrapper for primitive string

Declared In

Trading_ReviseSellingManagerProductRequestType.h

sellingManagerFolderDetails

The details of the folder for this product.

@property (nonatomic, retain) Trading_SellingManagerFolderDetailsType *sellingManagerFolderDetails

Discussion

The details of the folder for this product.

type : class Trading_SellingManagerFolderDetailsType

Declared In

Trading_ReviseSellingManagerProductRequestType.h

sellingManagerProductDetails

The details of the product that is being revised.

@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetails

Discussion

The details of the product that is being revised.

type : class Trading_SellingManagerProductDetailsType

Declared In

Trading_ReviseSellingManagerProductRequestType.h

sellingManagerProductSpecifics

Specifies an eBay category associated with the product,
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings).

@property (nonatomic, retain) Trading_SellingManagerProductSpecificsType *sellingManagerProductSpecifics

Discussion

Specifies an eBay category associated with the product,
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create mult-variation listings).

type : class Trading_SellingManagerProductSpecificsType

Declared In

Trading_ReviseSellingManagerProductRequestType.h