Orders (OMS)
Order Management System
Add an order
Headers
Name
Type
Description
Request body
{
"order_id": string,
"invoice_id": string,
"url": url,
"order_date_hour": number,
"customer_firstname": string,
"customer_lastname": string,
"customer_address": string,
"customer_zipcode": string,
"customer_city": string,
"customer_country": string,
"customer_email": string,
"buyer_firstname": string,
"buyer_lastname": string,
"buyer_address": string",
"buyer_zipcode": string,
"buyer_city": string,
"buyer_country": string,
"agent_firstname": string,
"agent_lastname": string,
"agent_address": string,
"agent_zipcode": string,
"agent_city": string,
"agent_country": string,
"order_payment_type": string,
"order_payment_date": number,
"exporting_carrier": string,
"departure_country": string,
"arrival_country": string,
"products": [
{"sku": string, "quantity": number, "unit_price": number, "unit_price_currency": string, seller_id : string}
],
"shipping_carrier": string,
"category_of_item": string,
"payment_type": string,
"amount_products": number,
"amount_shipping": number,
"amount_duty": number,
"amount_vat": number,
"amount_specialtaxes": number,
"incoterm": string,
"currency": string,
"order_statut": string,
"duty_calculation_timestamp": number
}
Json Request Format
"order_id"
"invoice_id"
"url"
"order_date_hour"
"customer_firstname"
"customer_lastname"
"customer_address"
"customer_zipcode"
"customer_city"
"customer_country"
"buyer_firstname"
"buyer_lastname"
"buyer_address"
"buyer_zipcode"
"buyer_city"
"buyer_country"
"agent_firstname"
"agent_lastname"
"agent_adress"
"agent_zipcode"
"agent_city"
"agent_country"
"order_payment_type"
"order_payment_date"
"exporting_carrier"
"departure_country"
"arrival_country"
"products" / "sku"
"products" / "quantity"
"products" / "unit_price"
"products" / "unit_price_currency"
"shipping_carrier"
"category_of_item"
"payment_type"
"amount_products"
"amount_shipping"
"amount_duty"
"amount_vat"
"amount_specialtaxes"
"incoterm"
"currency"
"order_statut"
JSON Examples - Request & Response
Video explainer
Update an order
Headers
Name
Type
Description
Get order informations
Headers
Name
Type
Description
Get orders list
Headers
Name
Type
Description
Delete an order
Headers
Name
Type
Description
Last updated