| Name |
Possible Values |
Definition |
Default |
| *memberID |
A valid memberID where the CustomerType is of type 'M' and the Status is of type 'A'. |
The memberID of the website that will process and serve this order. |
N/A |
| affiliateID |
Any string whose maximum length can be 20. |
The affiliateID will be set automatically if an affiliate cookie has been set. |
N/A |
| max_number_of_items |
Any integer greater than zero. |
The maximum amount of items that you will send from your form. |
'10' |
| *productID_N |
Any string whose maximum length can be 20. |
The productID of of the Nth item. |
N/A |
| title_N |
Any string whose maximum length can be 40. |
The title of the Nth item. |
N/A |
| price_per_unit_N |
Any real number. |
The unit price of the Nth item. |
'0.00' |
| *quantity_N |
Any real number greater than zero. |
The quantity ordered of the Nth item. |
N/A |
| shipping_weight_N |
Any real number. |
The weight of one item of the Nth item. |
'0.00' |
| shipping_price_N |
Any real number. |
The shipping cost for one item of the Nth item. |
'0.00' |
| taxable_N |
'1' or '0' |
Whether or not the Nth item is taxable (1 means yes, 0 means no). |
'0' |
| *max_number_of_attributes_N |
Any integer greater than or equal to zero. |
The maximum amount of attributes that can be applied to the Nth item. |
'2' |
| attribute_K_name_N |
Any string whose maximum length can be 20. |
The name of the Kth attribute of the Nth item. |
N/A |
| attribute_K_value_N |
Any string whose maximum length can be 40. |
The value of the Kth attribute of the Nth item. |
N/A |
| shippable_N |
'Y' or 'N' |
Configures shipping for a product on or off |
YES |