delivery_fullname
required (string)
|
User Delivery Address Fullname DeliveryObject input |
delivery_email
required (string)
|
User Delivery Address Email DeliveryObject input |
delivery_address
required (string)
|
User Delivery Address DeliveryObject input |
delivery_phone
required (string)
|
User Delivery Address Phone Number DeliveryObject input |
delivery_city
required (string)
|
User Delivery Address City DeliveryObject input |
delivery_postal_code
required (string)
|
User Delivery Address Postal Code DeliveryObject input |
delivery_state
required (string)
|
User Delivery Address State DeliveryObject input |
delivery_country
required (string length="2")
|
User Delivery Address Country (pass Iso codes) DeliveryObject input |
billing_fullname
required (string)
|
BillingObject input |
billing_email
required (string)
|
BillingObject input |
billing_address
required (string)
|
BillingObject input |
billing_phone
required (string)
|
BillingObject input |
billing_city
required (string)
|
BillingObject input |
billing_postal_code
required (string)
|
BillingObject input |
billing_state
required (string)
|
BillingObject input |
billing_country
required (string length="2")
|
BillingObject input |
shipping_flag
(string:preset)
|
If setted to not_required , BillingObject & DeliveryObject are not required |
item_id[n][price]
required (float)
|
Item price |
item_id[n][quantity]
required (int)
|
Item quantity added to cart |
item_id[n][title]
(string)
|
Item viewable title |
item_id[n][sku]
required (string)
|
Item SKU |
item_id[n][options]
(string)
|
Variants superkey |
shipping_method
required (string)
|
Shipping Method for order Fullfilment ( can be passed any string ) |
shipping_cost
required (string)
|
Shipping Cost ( >= 0) |
payment_method
required (string)
|
Gateway for order payment |
payment_cost
(float) [default = 0]
|
Additional cost for using the specified payment method |
coupon_code
(string)
|
Optionally used coupon code |
coupon_amount
(float) [default = 0]
|
Additional cost for using the specified payment method |
order_status
(int) [default = 0]
|
Please refer to Orders Statuses |
require_invoice
(float) [default = 0]
|
Set to 1 to require invoice for this order |
digital_invoice
(associative array)
|
Available only if require_invoice setted to 1
Fields:
type Set digital invoice type: person or company
company_vat_number Vat number for invoice ( only for type company )
company_pec_address Pec email for invoice ( only for type company )
company_unique_code Unique AdE code ( only for type company )
person_tax_number Fiscal code ( only for type person )
person_pec_address Pec email for invoice ( only for type person )
|
currency
(string) [default = Store Currency]
Jul 17th, 2019
|
Available currency: EUR,USD,GBP |
locale
(string) [default = Store Locale]
Apr 18th, 2023
|
timestamp
(unix-timestamp) [default = currenct time]
Jul 17th, 2019
|
|
message
(string)
May 31st, 2023
|
Customer note on order |
tags
(string)
May 31st, 2023
|
Comma separated values to apply as tag on the order |