Retrieve products for an order with a given identifier.
objectarray_session_hash (string)Required. Session identifier (received during login - doLogin)
order_id (integer)Required. Identifier.
_offset (integer)Specifies the offset of the results.
_limit (integer)Specifies the number of results in the query.
_modified_from (dateTime)Specifies the modification date from which the results will be displayed. Time in unixtime format.
_modified_to (dateTime)Specifies the modification date to which the results will be displayed. Time in unixtime format.
created_at (dateTime)Entry creation date.
updated_at (dateTime)Date of last entry modification.
id (integer)Identifier
product_id (integer)Product identifier.
name (string)Product name. Maximum length is 255 characters.
code (string)Product code.
price (double)Net price of the product. Decimal separator is the dot "."
price_brutto (double)Gross price of the product. Decimal separator used is a dot "."
vat (double)VAT tax given in percentages. Decimal separator used is a dot "."
quantity (double)Quantity of units ordered.
discount_in_percent (string)Discount granted.
product_options (string)Product options.
points_value (integer)Option Price in points.
points_earn (integer)Option Earned points
points_only (integer)Option Product only for points.
discount_amount (double)Amount of discount granted.
discount_type (string)Type of discount granted (% - percentage / P - amount).
set (type: OrderProductSetTypeArray)Array of products included in the set.
allegro_offer_id (string)Allegro offer number.