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

Overview

Creates a Selling Manager product. Sellers use Selling Manager products to store SYI forms for use
as listing templates.
This call is subject to change without notice; the
deprecation process is inapplicable to this call.

@ingroup EBayAPIInterface

Tasks

  •   sellingManagerProductDetails

    Contains product information that the seller has recorded, such as a product
    description and inventory and restocking details.

    property
  •   folderID

    Unique identifier of the folder. This ID is created when the folder is added and is returned by the
    AddSellingManagerInventoryFolder call.

    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

folderID

Unique identifier of the folder. This ID is created when the folder is added and is returned by the
AddSellingManagerInventoryFolder call.

@property (nonatomic, retain) NSNumber *folderID

Discussion

Unique identifier of the folder. This ID is created when the folder is added and is returned by the
AddSellingManagerInventoryFolder call.

type : NSNumber, wrapper for primitive long

Declared In

Trading_AddSellingManagerProductRequestType.h

sellingManagerProductDetails

Contains product information that the seller has recorded, such as a product
description and inventory and restocking details.

@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetails

Discussion

Contains product information that the seller has recorded, such as a product
description and inventory and restocking details.

type : class Trading_SellingManagerProductDetailsType

Declared In

Trading_AddSellingManagerProductRequestType.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_AddSellingManagerProductRequestType.h