Trading_ReviseSellingManagerProductRequestType Class Reference
| 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
-
sellingManagerProductDetailsThe details of the product that is being revised.
property -
sellingManagerFolderDetailsThe details of the folder for this product.
property -
deletedFieldSpecifies the name of a field to remove from a Selling Manager product.
property
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. -
sellingManagerProductSpecificsSpecifies an eBay category associated with the product,
property
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).
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 *deletedFieldDiscussion
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.hsellingManagerFolderDetails
The details of the folder for this product.
@property (nonatomic, retain) Trading_SellingManagerFolderDetailsType *sellingManagerFolderDetailsDiscussion
The details of the folder for this product.
type : class Trading_SellingManagerFolderDetailsType
Declared In
Trading_ReviseSellingManagerProductRequestType.hsellingManagerProductDetails
The details of the product that is being revised.
@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetailsDiscussion
The details of the product that is being revised.
type : class Trading_SellingManagerProductDetailsType
Declared In
Trading_ReviseSellingManagerProductRequestType.hsellingManagerProductSpecifics
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 *sellingManagerProductSpecificsDiscussion
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