Advertisement
czerwony03

BigCommerce order details return

Jan 23rd, 2019
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.76 KB | None | 0 0
  1. {
  2.   "base_handling_cost": "0.0000",
  3.   "base_shipping_cost": "0.0000",
  4.   "base_wrapping_cost": "0.0000",
  5.   "billing_address": {
  6.     "city": "Wilno",
  7.     "company": "",
  8.     "country": "Poland",
  9.     "country_iso2": "PL",
  10.     "email": "12345@example.com",
  11.     "first_name": "Adam",
  12.     "form_fields": [],
  13.     "last_name": "Mickiewicz",
  14.     "phone": "123456789",
  15.     "state": "Lwow",
  16.     "street_1": "Mickiewicza",
  17.     "street_2": "",
  18.     "zip": "00-000"
  19.   },
  20.   "cart_id": "334849ac-71e2-4777-94e8-0ca5dca61ea3",
  21.   "channel_id": 1,
  22.   "coupon_discount": "0.0000",
  23.   "coupons": {
  24.     "resource": "/orders/100/coupons",
  25.     "url": "https://api.bigcommerce.com/stores/n8xu0vvfx4/v2/orders/100/coupons"
  26.   },
  27.   "credit_card_type": null,
  28.   "currency_code": "PLN",
  29.   "currency_exchange_rate": "1.0000000000",
  30.   "currency_id": 1,
  31.   "custom_status": "Awaiting Fulfillment",
  32.   "customer_id": 2,
  33.   "customer_message": "",
  34.   "date_created": "Wed, 23 Jan 2019 08:27:36 +0000",
  35.   "date_modified": "Wed, 23 Jan 2019 08:27:37 +0000",
  36.   "date_shipped": "",
  37.   "default_currency_code": "PLN",
  38.   "default_currency_id": 1,
  39.   "discount_amount": "0.0000",
  40.   "ebay_order_id": "0",
  41.   "external_id": null,
  42.   "external_merchant_id": null,
  43.   "external_source": null,
  44.   "geoip_country": "Poland",
  45.   "geoip_country_iso2": "PL",
  46.   "gift_certificate_amount": "0.0000",
  47.   "handling_cost_ex_tax": "0.0000",
  48.   "handling_cost_inc_tax": "0.0000",
  49.   "handling_cost_tax": "0.0000",
  50.   "handling_cost_tax_class_id": 2,
  51.   "id": 100,
  52.   "ip_address": "91.235.230.242",
  53.   "is_deleted": false,
  54.   "is_email_opt_in": false,
  55.   "items_shipped": 0,
  56.   "items_total": 5,
  57.   "order_is_digital": false,
  58.   "order_source": "manual",
  59.   "payment_method": "",
  60.   "payment_provider_id": null,
  61.   "payment_status": "",
  62.   "products": {
  63.     "resource": "/orders/100/products",
  64.     "url": "https://api.bigcommerce.com/stores/n8xu0vvfx4/v2/orders/100/products"
  65.   },
  66.   "refunded_amount": "0.0000",
  67.   "shipping_address_count": 1,
  68.   "shipping_addresses": {
  69.     "resource": "/orders/100/shippingaddresses",
  70.     "url": "https://api.bigcommerce.com/stores/n8xu0vvfx4/v2/orders/100/shippingaddresses"
  71.   },
  72.   "shipping_cost_ex_tax": "0.0000",
  73.   "shipping_cost_inc_tax": "0.0000",
  74.   "shipping_cost_tax": "0.0000",
  75.   "shipping_cost_tax_class_id": 2,
  76.   "staff_notes": "",
  77.   "status": "Awaiting Fulfillment",
  78.   "status_id": 11,
  79.   "store_credit_amount": "0.0000",
  80.   "subtotal_ex_tax": "247.5000",
  81.   "subtotal_inc_tax": "247.5000",
  82.   "subtotal_tax": "0.0000",
  83.   "tax_provider_id": "BasicTaxProvider",
  84.   "total_ex_tax": "247.5000",
  85.   "total_inc_tax": "247.5000",
  86.   "total_tax": "0.0000",
  87.   "wrapping_cost_ex_tax": "0.0000",
  88.   "wrapping_cost_inc_tax": "0.0000",
  89.   "wrapping_cost_tax": "0.0000",
  90.   "wrapping_cost_tax_class_id": 3
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement