Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_AddSellingManagerTemplateResponseType.h
Trading_AddSellingManagerTemplateResponseType.m

Overview

Contains values indicating template information for a newly-exported item.

@ingroup EBayAPIInterface

Tasks

  •   categoryID

    ID of the primary category in which the item would be listed.

    property
  •   category2ID

    ID of the secondary category (if any) in which the item would be listed.

    property
  •   saleTemplateID

    The ID of the Selling Manager template. Store this value, for use in
    other Selling Manager calls.

    property
  •   saleTemplateGroupID

    Ignore this value. For the output value that indicates the
    ID of the product associated with the template,
    use SellingManagerProductDetails.ProductID.

    property
  •   saleTemplateName

    The name of the template, as it will appear in Selling Manager Pro.
    This name is the input value you provided in the SaleTemplateName field.
    If you didn’t specify a value for
    SaleTemplateName, then Item.Title is used as the name.

    property
  •   sellingManagerProductDetails

    The details of the product with which the template is associated.

    property
  •   fees

    Child elements contain the estimated listing fees for the new listing template.
    Note that the fee will only be charged when an item is created from the template.
    The fees do not include the Final Value Fee (FVF), which cannot be determined
    until an item is sold.

    property

Properties

category2ID

ID of the secondary category (if any) in which the item would be listed.

@property (nonatomic, retain) NSNumber *category2ID

Discussion

ID of the secondary category (if any) in which the item would be listed.

type : NSNumber, wrapper for primitive long

Declared In

Trading_AddSellingManagerTemplateResponseType.h

categoryID

ID of the primary category in which the item would be listed.

@property (nonatomic, retain) NSNumber *categoryID

Discussion

ID of the primary category in which the item would be listed.

type : NSNumber, wrapper for primitive long

Declared In

Trading_AddSellingManagerTemplateResponseType.h

fees

Child elements contain the estimated listing fees for the new listing template.
Note that the fee will only be charged when an item is created from the template.
The fees do not include the Final Value Fee (FVF), which cannot be determined
until an item is sold.

@property (nonatomic, retain) Trading_FeesType *fees

Discussion

Child elements contain the estimated listing fees for the new listing template.
Note that the fee will only be charged when an item is created from the template.
The fees do not include the Final Value Fee (FVF), which cannot be determined
until an item is sold.

type : class Trading_FeesType

Declared In

Trading_AddSellingManagerTemplateResponseType.h

saleTemplateGroupID

Ignore this value. For the output value that indicates the
ID of the product associated with the template,
use SellingManagerProductDetails.ProductID.

@property (nonatomic, retain) NSNumber *saleTemplateGroupID

Discussion

Ignore this value. For the output value that indicates the
ID of the product associated with the template,
use SellingManagerProductDetails.ProductID.

type : NSNumber, wrapper for primitive long

Declared In

Trading_AddSellingManagerTemplateResponseType.h

saleTemplateID

The ID of the Selling Manager template. Store this value, for use in
other Selling Manager calls.

@property (nonatomic, retain) NSNumber *saleTemplateID

Discussion

The ID of the Selling Manager template. Store this value, for use in
other Selling Manager calls.

type : NSNumber, wrapper for primitive long

Declared In

Trading_AddSellingManagerTemplateResponseType.h

saleTemplateName

The name of the template, as it will appear in Selling Manager Pro.
This name is the input value you provided in the SaleTemplateName field.
If you didn’t specify a value for
SaleTemplateName, then Item.Title is used as the name.

@property (nonatomic, retain) NSString *saleTemplateName

Discussion

The name of the template, as it will appear in Selling Manager Pro.
This name is the input value you provided in the SaleTemplateName field.
If you didn’t specify a value for
SaleTemplateName, then Item.Title is used as the name.

type : NSString, wrapper for primitive string

Declared In

Trading_AddSellingManagerTemplateResponseType.h

sellingManagerProductDetails

The details of the product with which the template is associated.

@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetails

Discussion

The details of the product with which the template is associated.

type : class Trading_SellingManagerProductDetailsType

Declared In

Trading_AddSellingManagerTemplateResponseType.h