Click or drag to resize

BlazeAddProductRequest Class

The Blaze request to add a product.
Inheritance Hierarchy

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class BlazeAddProductRequest : BlazeBaseRequest

The BlazeAddProductRequest type exposes the following members.

Constructors
  NameDescription
Public methodBlazeAddProductRequest
Default constructor.
Top
Properties
  NameDescription
Public propertyactive
Specifies if the product is active.
Public propertyassets
The list of assets.
Public propertyautomaticReOrder
Specifies whether or not to reorder automatically.
Public propertybrandId
The brand ID.
Public propertybundleItems
The bundle items, if product is a bundle.
Public propertybyGram
Specifies whether or not the product is sold by the gram.
Public propertybyPrepackage
Specifies whether or not the product is sold by pre-package.
Public propertycannabisType
The cannabis type.
Public propertycategoryId
The category ID.
Public propertycategoryName
The category name.
Public propertycustomGramType
The custom gram type.
Public propertycustomWeight
The custom weight.
Public propertydescription
The description.
Public propertyenableExciseTax
Specifies whether or not to enable the excise tax.
Public propertyenableMixMatch
Specifies whether or not to enable mix & match.
Public propertyflowerType
The flower type.
Public propertygenetics
The genetics.
Public propertyimportId
The import ID.
Public propertylowInventoryNotification
The low inventory notification.
Public propertylowThreshold
The low threshold.
Public propertymedicalConditions
The list of medical conditions.
Public propertymedicinal
Specifies whether or not to the product is medicinal.
Public propertyname
The product name.
Public propertypriceIncludesALExcise
Specifies whether or not the price includes the AL excise tax.
Public propertypriceIncludesExcise
Specifies whether or not to the price include the excise tax.
Public propertypriceRanges
The price range.
Public propertyproductSaleType
The product sale type.
Public propertyproductType
The product type.
Public propertyreOrderLevel
The reorder level.
Public propertyshowInWidget
Specifies whether or not to show in widget.
Public propertysku
The SKU.
Public propertytags
Tags.
Public propertyunitPrice
The unit price.
Public propertyvendorId
The vendor ID.
Public propertyvendorImportId
The vendor import ID.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also