Get Order Detail by Order Number
In order to extract specific order details, the user must know the number field of the order.
Parameter
Data Type
Required
In
Description
api_token
string
YES
header
{order_number}
string
YES
query
Order No.
GET
Order Detail by Order Number
GET
Order Detail by Order NumberPath: /api/i1/orders/
GET request is used for retrieving order details.
content_type
header represents the response type.Authorization
header is a required header for authentication. You can retrieve api_token with login.
Example Request
Example Response
Shows desired order with a given number. All parameters of an order are described in the table below. Resource properties are in Python format.
Parameter
Data Type
Description
number
integer
Order code
status
string
Order status code
date_placed
string
Order date
customer
dict
Customer information
string
Customer e-mail
first_name
string
Customer name
last_name
string
Customer surname
phone_number
string
Customer phone
shipping_address
dict
Shipping destination address information
string
Ship-to party email
first_name
string
Ship-to party name
last_name
string
Ship-to party surname
phone_number
string
Ship-to party phone number
country
dict
Destination country code
name
string
Destination country name
code
string
Destination country code
city
dict
Order's city details
id
string
City ID
name
string
City name
line
string
Address
title
string
Address title
township
dict
Order's township details
id
string
Township ID
name
string
Township name
district
dict
Order's district details
id
string
District ID
postcode
string
District postcode
notes
string
Address notes
company_name
string
Company name
tax_office
string
Tax office
tax_no
string
Tax no
e_bill_taxpayer
boolean
Is E-bill tax payer or not
billing_address
dict
Billing address
currency
string
Unit of currency
amount
float
Amount
shipping_amount
float
Shipping amount
shipping_tax_rate
float
Shipping tax rate
extra_field
dict
Additional informations about order
payment_option
string
Related Payment Option object id. Check for Payment section for more information.
payment_option_slug
string
Related Payment Option object slug property.
bin_number
string
Bin number
installment
string
Related Installment object id. See the Installment section for more information.
installment_count
integer
Installment count
installment_interest_amount
string
Late charges
cargo_company
string
Cargo company
invoice_number
string
Invoice number
invoice_date
iso date str
Invoice date
e_archive_url
string
E-archive url
refund_amount
string
Refund amount
discount_refund_amount
string
Discount refund amount
shipping_refund_amount
string
Shipping refund amount
discount_amount
float
Total discount amount for the order
is_send
boolean
Shows if the order has been sent to ERP
net_shipping_amount
float
Net shipping amount. (Shipping amount + Shipping Interest Amount)
shipping_interest_amount
float
Shipping Interest amount
tracking_number
string
Tracking number for cargo integration
carrier_shipping_code
string
Shipping code for cargo integration
remote_addr
string
Generic IP address for the orders created.
has_gift_box
boolean
Shows whether it has a gift box
gift_box_note
string
Gift Note
external_status
id
Related Order External Status object id.
orderitem_set
array
List of order items
id
string
Order item ID
order
string
The order of the order item
product_sku
string
Product SKU of order item
status
string
Order status code
price_currency
string
Price currency of the order item
price
float
Price of the order item
tax_rate
float
Tax rate of the order item
extra_field
float
Additional information about the order item
price_list
id
The price list containing the order item
stock_list
id
The stock list containing the order item
cancel_status
string
waiting, confirmation_waiting, confirmed, approved, rejected, waiting_for_payment, manuel_refund_need, completed
invoice_number
string
Invoice number
invoice_date
iso date str
Invoice date
e_archive_url
string
E-archive url
installment_interest_amount
float
Delay interest of installment
tracking_number
string
Shipping tracking number
carrier_shipping_code
string
Shipping code for cargo integration
shipping_company
string
Shipping company
shipment_code
string
Shipment code
external_status
id
Related Order External Status object ID.
discount_amount
string
Total discount applied of order
retail_price
float
Retail price
attributes
dict
Attribute list
attributes_kwargs
dict
Details of the attributes attached to the product
image
str(url)
Product image
Last updated
Was this helpful?