Advertisement
Guest User

Enlist Order XML Schema

a guest
Mar 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <root>
  3.   <type>Shopify</type>
  4.   <transaction_id>111</transaction_id>
  5.   <id>3676916487</id>
  6.   <email/>
  7.   <closed_at/>
  8.   <created_at>2016-07-06T15:54:04-04:00</created_at>
  9.   <updated_at>2016-07-06T15:54:04-04:00</updated_at>
  10.   <number>6</number>
  11.   <note/>
  12.   <token>460d79ca95ca0b803c4403e16ff38b44</token>
  13.   <gateway>manual</gateway>
  14.   <test>false</test>
  15.   <total_price>125.00</total_price>
  16.   <subtotal_price>125.00</subtotal_price>
  17.   <total_weight>0</total_weight>
  18.   <total_tax>0.00</total_tax>
  19.   <taxes_included>true</taxes_included>
  20.   <currency>GBP</currency>
  21.   <financial_status>paid</financial_status>
  22.   <confirmed>true</confirmed>
  23.   <total_discounts>0.00</total_discounts>
  24.   <total_line_items_price>125.00</total_line_items_price>
  25.   <cart_token/>
  26.   <buyer_accepts_marketing>false</buyer_accepts_marketing>
  27.   <name>#1006</name>
  28.   <referring_site/>
  29.   <landing_site/>
  30.   <cancelled_at/>
  31.   <cancel_reason/>
  32.   <total_price_usd>162.00</total_price_usd>
  33.   <checkout_token/>
  34.   <reference/>
  35.   <user_id>88944775</user_id>
  36.   <location_id/>
  37.   <source_identifier/>
  38.   <source_url/>
  39.   <processed_at>2016-07-06T15:54:04-04:00</processed_at>
  40.   <device_id/>
  41.   <browser_ip/>
  42.   <landing_site_ref/>
  43.   <order_number>1006</order_number>
  44.   <payment_gateway_names>manual</payment_gateway_names>
  45.   <processing_method>manual</processing_method>
  46.   <checkout_id/>
  47.   <source_name>shopify_draft_order</source_name>
  48.   <fulfillment_status/>
  49.   <tags/>
  50.   <contact_email/>
  51.   <order_status_url/>
  52.   <line_items>
  53.     <id>6972041735</id>
  54.     <variant_id>24131940999</variant_id>
  55.     <title>James Shirt (Slim Fit)</title>
  56.     <quantity>1</quantity>
  57.     <price>125.00</price>
  58.     <grams>0</grams>
  59.     <sku>ENMC-AW16-201-B</sku>
  60.     <variant_title>L / Mocha</variant_title>
  61.     <vendor>Enlist</vendor>
  62.     <fulfillment_service>manual</fulfillment_service>
  63.     <product_id>7593835655</product_id>
  64.     <requires_shipping>true</requires_shipping>
  65.     <taxable>true</taxable>
  66.     <gift_card>false</gift_card>
  67.     <name>James Shirt (Slim Fit) - L / Mocha</name>
  68.     <variant_inventory_management/>
  69.     <product_exists>true</product_exists>
  70.     <fulfillable_quantity>1</fulfillable_quantity>
  71.     <total_discount>0.00</total_discount>
  72.     <fulfillment_status/>
  73.     <barcode>4567356735</barcode>
  74.   </line_items>
  75. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement