Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (32 loc) · 2.95 KB

OrderViewModel.md

File metadata and controls

36 lines (32 loc) · 2.95 KB

OrderViewModel

Properties

Name Type Description Notes
merchant_reference string
channel_reference string [optional]
phone string [optional]
email string
company_registration_no string [optional]
vat_no string [optional]
payment_method string [optional]
shipping_costs_incl_vat double The shipping fee including VAT (in the tenant's base currency calculated using the exchange rate at the time of ordering). [optional]
shipping_costs_vat double The total amount of VAT charged over the shipping fee (in the tenant's base currency calculated using the exchange rate at the time of ordering). [optional]
total_incl_vat double The total value of the order including VAT (in the tenant's base currency calculated using the exchange rate at the time of ordering). [optional]
total_vat double The total amount of VAT charged over the total value of te order (in the tenant's base currency calculated using the exchange rate at the time of ordering). [optional]
original_shipping_costs_incl_vat double The shipping fee including VAT (in the currency in which the order was paid for). [optional]
original_shipping_costs_vat double The total amount of VAT charged over the shipping fee (in the currency in which the order was paid for). [optional]
original_total_incl_vat double The total value of the order including VAT (in the currency in which the order was paid for). [optional]
original_total_vat double The total amount of VAT charged over the total value of te order (in the currency in which the order was paid for). [optional]
currency_code string
order_date \DateTime [optional]
status string [optional]
acknowledged_date \DateTime [optional]
channel_name string Name of channel party (ie bol/vergelijk/amazon etc), used to make it easier to identify channels when using the api. [optional]
can_ship_partial_order_lines bool Indicates if the merchant can ship partial orderlines. [optional]
channel_customer_reference string [optional]
billing_address \Swagger\Client\Model\Address
max_vat_rate double [optional]
extra_data map[string,string] [optional]
shipping_address \Swagger\Client\Model\Address
lines \Swagger\Client\Model\OrderLineViewModel[]

[Back to Model list] [Back to API list] [Back to README]