Product
Object describing a product.
Description
This object contains all of the data needed for adding, updating, and deleting a product on the gateway.
Properties
Type | Name | Description |
---|---|---|
string | ProductRefNum | Gateway assigned ID of product |
string | ProductKey | Unique ID of the product assigned by the gateway |
string | ProductID | Merchant assigned product ID |
string | Category | Product category |
string | SKU | Stock-Keeping Unit |
string | UPC | Universal Product Code |
boolean | Enabled | Enables the ability to store products |
string | Name | Name of the product |
string | Description | Product description |
string | Model | Model of the product |
double | Weight | Weight of the product |
double | ShipWeight | Shipping weight of the product |
double | Price | Price of the product |
double | WholesalePrice | Wholesale price of the product |
double | ListPrice | List price of the product |
PriceTier | PriceTiers | Qty and Customer based variable pricing tiers |
string | TaxClass | Product's Tax Class |
string | DateAvailable | Date the product is available for sale |
string | Manufacturer | Maker of the product |
boolean | PhysicalGood | Tangible/Shippable good. |
integer | MinQuantity | Minimum quantity allowed |
string | ImageURL | URL address of the product image |
string | URL | URL of the product |
ProductInventory | Inventory | Product inventory levels |
string | Modified | Date/time the product was last changed |
string | Created | Date/time the product was created |
Places Used
Change History
Version | Change |
---|---|
1.7 | Added ProductKey type string |