Ejemplo n.º 1
0
        /// <summary>
        /// his type is deprecated as the call is no longer available.
        /// </summary>
        ///
        /// <param name="UseCase">
        /// Specifies the context in which the call is being executed, which will imply
        /// certain validation rules. Use this property to make sure you retrieve the
        /// appropriate version of product information and attribute meta-data
        /// when you are listing, revising, or relisting an item with Pre-filled Item Information.
        /// </param>
        ///
        /// <param name="ProductList">
        /// A catalog product identifies a prototype description
        /// of a well-known type of item, such as a popular book.
        /// As this call supports batch requests, you can pass in an array of products
        /// to retrieve data for several products at the same time.
        /// </param>
        ///
        public string GetProductSellingPages(ProductUseCaseCodeType UseCase, ProductTypeCollection ProductList)
        {
            this.UseCase     = UseCase;
            this.ProductList = ProductList;

            Execute();
            return(ApiResponse.ProductSellingPagesData);
        }
		/// <summary>
		/// his type is deprecated as the call is no longer available.
		/// </summary>
		/// 
		/// <param name="UseCase">
		/// Specifies the context in which the call is being executed, which will imply
		/// certain validation rules. Use this property to make sure you retrieve the
		/// appropriate version of product information and attribute meta-data
		/// when you are listing, revising, or relisting an item with Pre-filled Item Information.
		/// </param>
		///
		/// <param name="ProductList">
		/// A catalog product identifies a prototype description
		/// of a well-known type of item, such as a popular book.
		/// As this call supports batch requests, you can pass in an array of products
		/// to retrieve data for several products at the same time.
		/// </param>
		///
		public string GetProductSellingPages(ProductUseCaseCodeType UseCase, ProductTypeCollection ProductList)
		{
			this.UseCase = UseCase;
			this.ProductList = ProductList;

			Execute();
			return ApiResponse.ProductSellingPagesData;
		}