order

An order.

PropertiesTypeDescription
allowed_actionsorder_allowed_actionsThe allowed actions of the order.
billing_addressaddressThe billing address of the order.
customercustomerThe customer info of the order.
line_itemsan array of line_itemThe line items are in the order.
order_infoorder_infoThe info of the order.
payment_lineorder_payment_lineThe payment line of the order.
payment_linesan array of order_payment_lineThe payment lines of the order.
shipping_addressaddressThe shipping address of the order.
shipping_linestringThe shipping line on the order.
{
  "allowed_actions": {},
  "billing_address": {},
  "customer": {},
  "line_items": [],
  "order_info": {},
  "payment_line": {},
  "payment_lines": [],
  "shipping_address": {},
  "shipping_line": "{\"rule_type\":\"price\",\"rule_range_min\":\"0.00\",\"rule_range_max\":\"0.00\",\"rule_range_infinite\":1,\"rule_range_unit\":\"USD\",\"rate_type\":\"normal\",\"rate_amount\":\"0.00\",\"rate_first_range\":\"0.00\",\"rate_first_unit\":\"g\",\"rate_additional_amount\":\"0.00\",\"rate_additional_range\":\"0.00\",\"rate_additional_unit\":\"g\",\"id\":\"dd792ffd-a511-4256-87b9-6eb44f2d4e94\",\"name\":\"固定运费\",\"desc\":\"\",\"support_cod\":1,\"shipping_price\":\"0.00\"}"
}