Unique stock-keeping unit (SKU) value of the product referenced at the item level.
Required if passing item-level details, otherwise optional
79369127
Category
STRING (255)
Category for the product referenced at the item level. Can also be automatically pulled if a product catalog has been uploaded.
Required if passing item-level details, otherwise optional
Metalworking
Quantity
INTEGER
Quantity of the item that was purchased in the order, expressed as a whole number.
Required if passing item-level details, otherwise optional
1
ItemPrice
DECIMAL
Individual unit price for each product in this line item. This is multiplied by the ItemQuantity (and discounts are subtracted) to derive the ItemSubTotal. Note that this field should not be sent if ItemSubtotal is passed.
Required if passing item-level details, otherwise optional; do not submit if using ItemSubTotal
499.99
ItemSubtotal
DECIMAL (14,2)
Total price for this line item (all products purchased of this type). The final value will be determined by subtracting the corresponding discounts from this value. This field should not be sent if ItemPrice is passed.
Required if passing item-level details, otherwise optional; do not submit if using ItemPrice
299.99
Amount
DECIMAL (8,2)
Total amount for the line item (quantity * price), pre-tax, pre-shipping and post-discount.
Required if passing item-level details, otherwise optional; do not submit if using ItemPrice or ItemSubtotal
1234.99
In most cases, submit Quantity & Price in order for impact.com to accurately generate this value.
ItemSubCategory
STRING (255)
If applicable, the subcategory for the product referenced at the item level. Can also be automatically pulled if a product catalog has been uploaded.
Optional
Metalsmithing
Name
STRING (255)
The name for the product referenced. Can also be automatically appended through uploading a product catalog.
Optional
Iron Anvil
ItemMpn
STRING (64)
Manufacturer part number (MPN) for the product referenced. Can also be automatically pulled if a product catalog has been uploaded.
Optional
123456789
ItemBrand
STRING (64)
Brand name for the product referenced. Can also be automatically pulled if a product catalog has been uploaded.
Optional
Acme Corp
ItemDiscount
DECIMAL (12,2)
Discount applied to each item purchased of this type (not to the entire line item).
Optional
2.99
ItemPromoCode
STRING (255)
Promotional code applied to the item for the order. Note that this parameter does not work with unique tracking codes setup for particular partners.
Optional
ITEMDISCOUNT10
ItemTotalDiscount
DECIMAL (12,2)
Discount applied to this line item (not just for each product of this type). Note that this amount is automatically subtracted from the ItemSubTotal to determine the final sale amount for payout and reporting purposes.