Advertisement
Guest User

Sample API Response in JSON

a guest
Dec 12th, 2020
2,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 180.95 KB | None | 0 0
  1. {
  2.    "orders":[
  3.       {
  4.          "id":2677848440998,
  5.          "email":"williamcastillo@example.org",
  6.          "closed_at":null,
  7.          "created_at":"2020-08-20T14:02:22-04:00",
  8.          "updated_at":"2020-08-20T14:02:23-04:00",
  9.          "number":186,
  10.          "note":null,
  11.          "token":"d97053480bc93e8c549d5d5028ac0797",
  12.          "gateway":"",
  13.          "test":false,
  14.          "total_price":"118.16",
  15.          "subtotal_price":"107.96",
  16.          "total_weight":0,
  17.          "total_tax":"10.20",
  18.          "taxes_included":false,
  19.          "currency":"USD",
  20.          "financial_status":"refunded",
  21.          "confirmed":true,
  22.          "total_discounts":"11.99",
  23.          "total_line_items_price":"119.95",
  24.          "cart_token":null,
  25.          "buyer_accepts_marketing":false,
  26.          "name":"#1186",
  27.          "referring_site":null,
  28.          "landing_site":null,
  29.          "cancelled_at":null,
  30.          "cancel_reason":null,
  31.          "total_price_usd":"118.16",
  32.          "checkout_token":null,
  33.          "reference":null,
  34.          "user_id":null,
  35.          "location_id":null,
  36.          "source_identifier":null,
  37.          "source_url":null,
  38.          "processed_at":"2020-05-27T21:08:50-04:00",
  39.          "device_id":null,
  40.          "phone":null,
  41.          "customer_locale":null,
  42.          "app_id":4216781,
  43.          "browser_ip":null,
  44.          "landing_site_ref":null,
  45.          "order_number":1186,
  46.          "discount_applications":[
  47.             {
  48.                "type":"manual",
  49.                "value":"10.0",
  50.                "value_type":"percentage",
  51.                "allocation_method":"across",
  52.                "target_selection":"all",
  53.                "target_type":"line_item",
  54.                "description":"FRIYAY",
  55.                "title":"FRIYAY"
  56.             }
  57.          ],
  58.          "discount_codes":[
  59.             {
  60.                "code":"FRIYAY",
  61.                "amount":"11.99",
  62.                "type":"percentage"
  63.             }
  64.          ],
  65.          "note_attributes":[
  66.            
  67.          ],
  68.          "payment_gateway_names":[
  69.             ""
  70.          ],
  71.          "processing_method":"",
  72.          "checkout_id":null,
  73.          "source_name":"phone",
  74.          "fulfillment_status":null,
  75.          "tax_lines":[
  76.             {
  77.                "price":"7.20",
  78.                "rate":0.06,
  79.                "title":"State tax",
  80.                "price_set":{
  81.                   "shop_money":{
  82.                      "amount":"7.20",
  83.                      "currency_code":"USD"
  84.                   },
  85.                   "presentment_money":{
  86.                      "amount":"7.20",
  87.                      "currency_code":"USD"
  88.                   }
  89.                }
  90.             },
  91.             {
  92.                "price":"3.00",
  93.                "rate":0.025,
  94.                "title":"County tax",
  95.                "price_set":{
  96.                   "shop_money":{
  97.                      "amount":"3.00",
  98.                      "currency_code":"USD"
  99.                   },
  100.                   "presentment_money":{
  101.                      "amount":"3.00",
  102.                      "currency_code":"USD"
  103.                   }
  104.                }
  105.             }
  106.          ],
  107.          "tags":"first-run",
  108.          "contact_email":"williamcastillo@example.org",
  109.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/d97053480bc93e8c549d5d5028ac0797\/authenticate?key=36b24a20faaeca9886f61b1d8ee97df5",
  110.          "presentment_currency":"USD",
  111.          "total_line_items_price_set":{
  112.             "shop_money":{
  113.                "amount":"119.95",
  114.                "currency_code":"USD"
  115.             },
  116.             "presentment_money":{
  117.                "amount":"119.95",
  118.                "currency_code":"USD"
  119.             }
  120.          },
  121.          "total_discounts_set":{
  122.             "shop_money":{
  123.                "amount":"11.99",
  124.                "currency_code":"USD"
  125.             },
  126.             "presentment_money":{
  127.                "amount":"11.99",
  128.                "currency_code":"USD"
  129.             }
  130.          },
  131.          "total_shipping_price_set":{
  132.             "shop_money":{
  133.                "amount":"0.00",
  134.                "currency_code":"USD"
  135.             },
  136.             "presentment_money":{
  137.                "amount":"0.00",
  138.                "currency_code":"USD"
  139.             }
  140.          },
  141.          "subtotal_price_set":{
  142.             "shop_money":{
  143.                "amount":"107.96",
  144.                "currency_code":"USD"
  145.             },
  146.             "presentment_money":{
  147.                "amount":"107.96",
  148.                "currency_code":"USD"
  149.             }
  150.          },
  151.          "total_price_set":{
  152.             "shop_money":{
  153.                "amount":"118.16",
  154.                "currency_code":"USD"
  155.             },
  156.             "presentment_money":{
  157.                "amount":"118.16",
  158.                "currency_code":"USD"
  159.             }
  160.          },
  161.          "total_tax_set":{
  162.             "shop_money":{
  163.                "amount":"10.20",
  164.                "currency_code":"USD"
  165.             },
  166.             "presentment_money":{
  167.                "amount":"10.20",
  168.                "currency_code":"USD"
  169.             }
  170.          },
  171.          "line_items":[
  172.             {
  173.                "id":5869883031718,
  174.                "variant_id":35682254323878,
  175.                "title":"4 \/ beige",
  176.                "quantity":1,
  177.                "sku":"VN-09-beige-4",
  178.                "variant_title":"4 \/ beige",
  179.                "vendor":"VANS",
  180.                "fulfillment_service":"manual",
  181.                "product_id":5605677432998,
  182.                "requires_shipping":true,
  183.                "taxable":true,
  184.                "gift_card":false,
  185.                "name":"4 \/ beige - 4 \/ beige",
  186.                "variant_inventory_management":"testapp",
  187.                "properties":[
  188.                  
  189.                ],
  190.                "product_exists":true,
  191.                "fulfillable_quantity":1,
  192.                "grams":0,
  193.                "price":"119.95",
  194.                "total_discount":"0.00",
  195.                "fulfillment_status":null,
  196.                "price_set":{
  197.                   "shop_money":{
  198.                      "amount":"119.95",
  199.                      "currency_code":"USD"
  200.                   },
  201.                   "presentment_money":{
  202.                      "amount":"119.95",
  203.                      "currency_code":"USD"
  204.                   }
  205.                },
  206.                "total_discount_set":{
  207.                   "shop_money":{
  208.                      "amount":"0.00",
  209.                      "currency_code":"USD"
  210.                   },
  211.                   "presentment_money":{
  212.                      "amount":"0.00",
  213.                      "currency_code":"USD"
  214.                   }
  215.                },
  216.                "discount_allocations":[
  217.                   {
  218.                      "amount":"11.99",
  219.                      "discount_application_index":0,
  220.                      "amount_set":{
  221.                         "shop_money":{
  222.                            "amount":"11.99",
  223.                            "currency_code":"USD"
  224.                         },
  225.                         "presentment_money":{
  226.                            "amount":"11.99",
  227.                            "currency_code":"USD"
  228.                         }
  229.                      }
  230.                   }
  231.                ],
  232.                "duties":[
  233.                  
  234.                ],
  235.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869883031718",
  236.                "tax_lines":[
  237.                   {
  238.                      "title":"State tax",
  239.                      "price":"7.20",
  240.                      "rate":0.06,
  241.                      "price_set":{
  242.                         "shop_money":{
  243.                            "amount":"7.20",
  244.                            "currency_code":"USD"
  245.                         },
  246.                         "presentment_money":{
  247.                            "amount":"7.20",
  248.                            "currency_code":"USD"
  249.                         }
  250.                      }
  251.                   },
  252.                   {
  253.                      "title":"County tax",
  254.                      "price":"3.00",
  255.                      "rate":0.025,
  256.                      "price_set":{
  257.                         "shop_money":{
  258.                            "amount":"3.00",
  259.                            "currency_code":"USD"
  260.                         },
  261.                         "presentment_money":{
  262.                            "amount":"3.00",
  263.                            "currency_code":"USD"
  264.                         }
  265.                      }
  266.                   }
  267.                ]
  268.             }
  269.          ],
  270.          "fulfillments":[
  271.            
  272.          ],
  273.          "refunds":[
  274.            
  275.          ],
  276.          "total_tip_received":"0.0",
  277.          "original_total_duties_set":null,
  278.          "current_total_duties_set":null,
  279.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677848440998",
  280.          "shipping_lines":[
  281.            
  282.          ],
  283.          "billing_address":{
  284.             "first_name":"Kathleen",
  285.             "address1":"54884 Barnes Way",
  286.             "phone":"+61491570159",
  287.             "city":"West Meganstad",
  288.             "zip":"07175",
  289.             "province":"New Jersey",
  290.             "country":"United States",
  291.             "last_name":"Obrien",
  292.             "address2":"",
  293.             "company":"Mejia, Garza and Brooks",
  294.             "latitude":40.7399689,
  295.             "longitude":-74.1699757,
  296.             "name":"Kathleen Obrien",
  297.             "country_code":"US",
  298.             "province_code":"NJ"
  299.          },
  300.          "shipping_address":{
  301.             "first_name":"Kathleen",
  302.             "address1":"54884 Barnes Way",
  303.             "phone":"+61491570159",
  304.             "city":"West Meganstad",
  305.             "zip":"07175",
  306.             "province":"New Jersey",
  307.             "country":"United States",
  308.             "last_name":"Obrien",
  309.             "address2":"",
  310.             "company":"Mejia, Garza and Brooks",
  311.             "latitude":40.7399689,
  312.             "longitude":-74.1699757,
  313.             "name":"Kathleen Obrien",
  314.             "country_code":"US",
  315.             "province_code":"NJ"
  316.          },
  317.          "customer":{
  318.             "id":3939692576934,
  319.             "email":"williamcastillo@example.org",
  320.             "accepts_marketing":false,
  321.             "created_at":"2020-08-15T17:27:45-04:00",
  322.             "updated_at":"2020-08-20T14:02:23-04:00",
  323.             "first_name":"Kathleen",
  324.             "last_name":"Obrien",
  325.             "orders_count":20,
  326.             "state":"disabled",
  327.             "total_spent":"30582.08",
  328.             "last_order_id":2677848440998,
  329.             "note":"",
  330.             "verified_email":true,
  331.             "multipass_identifier":"",
  332.             "tax_exempt":true,
  333.             "phone":"+61491570159",
  334.             "tags":"",
  335.             "last_order_name":"#1186",
  336.             "currency":"USD",
  337.             "accepts_marketing_updated_at":"2020-08-15T17:27:46-04:00",
  338.             "marketing_opt_in_level":null,
  339.             "tax_exemptions":[
  340.                
  341.             ],
  342.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3939692576934",
  343.             "default_address":{
  344.                "id":4804789010598,
  345.                "customer_id":3939692576934,
  346.                "first_name":"Kathleen",
  347.                "last_name":"Obrien",
  348.                "company":"Mejia, Garza and Brooks",
  349.                "address1":"54884 Barnes Way",
  350.                "address2":"",
  351.                "city":"West Meganstad",
  352.                "province":"New Jersey",
  353.                "country":"United States",
  354.                "zip":"07175",
  355.                "phone":"+61491570159",
  356.                "name":"Kathleen Obrien",
  357.                "province_code":"NJ",
  358.                "country_code":"US",
  359.                "country_name":"United States",
  360.                "default":true
  361.             }
  362.          }
  363.       },
  364.       {
  365.          "id":2677846474918,
  366.          "email":"egnition_sample_86@egnition.com",
  367.          "closed_at":"2020-08-20T14:01:50-04:00",
  368.          "created_at":"2020-08-20T14:01:49-04:00",
  369.          "updated_at":"2020-08-20T14:01:50-04:00",
  370.          "number":185,
  371.          "note":null,
  372.          "token":"866fba22b83ecc188ecdc5bfe7918d28",
  373.          "gateway":"",
  374.          "test":false,
  375.          "total_price":"256.00",
  376.          "subtotal_price":"233.91",
  377.          "total_weight":0,
  378.          "total_tax":"22.09",
  379.          "taxes_included":false,
  380.          "currency":"USD",
  381.          "financial_status":"paid",
  382.          "confirmed":true,
  383.          "total_discounts":"25.99",
  384.          "total_line_items_price":"259.90",
  385.          "cart_token":null,
  386.          "buyer_accepts_marketing":false,
  387.          "name":"#1185",
  388.          "referring_site":null,
  389.          "landing_site":null,
  390.          "cancelled_at":null,
  391.          "cancel_reason":null,
  392.          "total_price_usd":"256.00",
  393.          "checkout_token":null,
  394.          "reference":null,
  395.          "user_id":null,
  396.          "location_id":null,
  397.          "source_identifier":null,
  398.          "source_url":null,
  399.          "processed_at":"2020-08-04T18:55:27-04:00",
  400.          "device_id":null,
  401.          "phone":null,
  402.          "customer_locale":null,
  403.          "app_id":4216781,
  404.          "browser_ip":null,
  405.          "landing_site_ref":null,
  406.          "order_number":1185,
  407.          "discount_applications":[
  408.             {
  409.                "type":"manual",
  410.                "value":"10.0",
  411.                "value_type":"percentage",
  412.                "allocation_method":"across",
  413.                "target_selection":"all",
  414.                "target_type":"line_item",
  415.                "description":"FRIYAY",
  416.                "title":"FRIYAY"
  417.             }
  418.          ],
  419.          "discount_codes":[
  420.             {
  421.                "code":"FRIYAY",
  422.                "amount":"25.99",
  423.                "type":"percentage"
  424.             }
  425.          ],
  426.          "note_attributes":[
  427.            
  428.          ],
  429.          "payment_gateway_names":[
  430.             ""
  431.          ],
  432.          "processing_method":"",
  433.          "checkout_id":null,
  434.          "source_name":"phone",
  435.          "fulfillment_status":"fulfilled",
  436.          "tax_lines":[
  437.             {
  438.                "price":"15.59",
  439.                "rate":0.06,
  440.                "title":"State tax",
  441.                "price_set":{
  442.                   "shop_money":{
  443.                      "amount":"15.59",
  444.                      "currency_code":"USD"
  445.                   },
  446.                   "presentment_money":{
  447.                      "amount":"15.59",
  448.                      "currency_code":"USD"
  449.                   }
  450.                }
  451.             },
  452.             {
  453.                "price":"6.50",
  454.                "rate":0.025,
  455.                "title":"County tax",
  456.                "price_set":{
  457.                   "shop_money":{
  458.                      "amount":"6.50",
  459.                      "currency_code":"USD"
  460.                   },
  461.                   "presentment_money":{
  462.                      "amount":"6.50",
  463.                      "currency_code":"USD"
  464.                   }
  465.                }
  466.             }
  467.          ],
  468.          "tags":"first-run",
  469.          "contact_email":"egnition_sample_86@egnition.com",
  470.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/866fba22b83ecc188ecdc5bfe7918d28\/authenticate?key=92cf7224b0f03adfd0f172fef589c9d6",
  471.          "presentment_currency":"USD",
  472.          "total_line_items_price_set":{
  473.             "shop_money":{
  474.                "amount":"259.90",
  475.                "currency_code":"USD"
  476.             },
  477.             "presentment_money":{
  478.                "amount":"259.90",
  479.                "currency_code":"USD"
  480.             }
  481.          },
  482.          "total_discounts_set":{
  483.             "shop_money":{
  484.                "amount":"25.99",
  485.                "currency_code":"USD"
  486.             },
  487.             "presentment_money":{
  488.                "amount":"25.99",
  489.                "currency_code":"USD"
  490.             }
  491.          },
  492.          "total_shipping_price_set":{
  493.             "shop_money":{
  494.                "amount":"0.00",
  495.                "currency_code":"USD"
  496.             },
  497.             "presentment_money":{
  498.                "amount":"0.00",
  499.                "currency_code":"USD"
  500.             }
  501.          },
  502.          "subtotal_price_set":{
  503.             "shop_money":{
  504.                "amount":"233.91",
  505.                "currency_code":"USD"
  506.             },
  507.             "presentment_money":{
  508.                "amount":"233.91",
  509.                "currency_code":"USD"
  510.             }
  511.          },
  512.          "total_price_set":{
  513.             "shop_money":{
  514.                "amount":"256.00",
  515.                "currency_code":"USD"
  516.             },
  517.             "presentment_money":{
  518.                "amount":"256.00",
  519.                "currency_code":"USD"
  520.             }
  521.          },
  522.          "total_tax_set":{
  523.             "shop_money":{
  524.                "amount":"22.09",
  525.                "currency_code":"USD"
  526.             },
  527.             "presentment_money":{
  528.                "amount":"22.09",
  529.                "currency_code":"USD"
  530.             }
  531.          },
  532.          "line_items":[
  533.             {
  534.                "id":5869880017062,
  535.                "variant_id":35682243739814,
  536.                "title":"7 \/ red",
  537.                "quantity":1,
  538.                "sku":"VN-02-red-7",
  539.                "variant_title":"7 \/ red",
  540.                "vendor":"VANS",
  541.                "fulfillment_service":"manual",
  542.                "product_id":5605673500838,
  543.                "requires_shipping":true,
  544.                "taxable":true,
  545.                "gift_card":false,
  546.                "name":"7 \/ red - 7 \/ red",
  547.                "variant_inventory_management":"testapp",
  548.                "properties":[
  549.                  
  550.                ],
  551.                "product_exists":true,
  552.                "fulfillable_quantity":0,
  553.                "grams":0,
  554.                "price":"99.95",
  555.                "total_discount":"0.00",
  556.                "fulfillment_status":"fulfilled",
  557.                "price_set":{
  558.                   "shop_money":{
  559.                      "amount":"99.95",
  560.                      "currency_code":"USD"
  561.                   },
  562.                   "presentment_money":{
  563.                      "amount":"99.95",
  564.                      "currency_code":"USD"
  565.                   }
  566.                },
  567.                "total_discount_set":{
  568.                   "shop_money":{
  569.                      "amount":"0.00",
  570.                      "currency_code":"USD"
  571.                   },
  572.                   "presentment_money":{
  573.                      "amount":"0.00",
  574.                      "currency_code":"USD"
  575.                   }
  576.                },
  577.                "discount_allocations":[
  578.                   {
  579.                      "amount":"10.00",
  580.                      "discount_application_index":0,
  581.                      "amount_set":{
  582.                         "shop_money":{
  583.                            "amount":"10.00",
  584.                            "currency_code":"USD"
  585.                         },
  586.                         "presentment_money":{
  587.                            "amount":"10.00",
  588.                            "currency_code":"USD"
  589.                         }
  590.                      }
  591.                   }
  592.                ],
  593.                "duties":[
  594.                  
  595.                ],
  596.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869880017062",
  597.                "tax_lines":[
  598.                   {
  599.                      "title":"State tax",
  600.                      "price":"6.00",
  601.                      "rate":0.06,
  602.                      "price_set":{
  603.                         "shop_money":{
  604.                            "amount":"6.00",
  605.                            "currency_code":"USD"
  606.                         },
  607.                         "presentment_money":{
  608.                            "amount":"6.00",
  609.                            "currency_code":"USD"
  610.                         }
  611.                      }
  612.                   },
  613.                   {
  614.                      "title":"County tax",
  615.                      "price":"2.50",
  616.                      "rate":0.025,
  617.                      "price_set":{
  618.                         "shop_money":{
  619.                            "amount":"2.50",
  620.                            "currency_code":"USD"
  621.                         },
  622.                         "presentment_money":{
  623.                            "amount":"2.50",
  624.                            "currency_code":"USD"
  625.                         }
  626.                      }
  627.                   }
  628.                ]
  629.             },
  630.             {
  631.                "id":5869880115366,
  632.                "variant_id":35682246787238,
  633.                "title":"9 \/ red",
  634.                "quantity":1,
  635.                "sku":"PAL-01\r\n-red-9",
  636.                "variant_title":"9 \/ red",
  637.                "vendor":"PALLADIUM",
  638.                "fulfillment_service":"manual",
  639.                "product_id":5605674811558,
  640.                "requires_shipping":true,
  641.                "taxable":true,
  642.                "gift_card":false,
  643.                "name":"9 \/ red - 9 \/ red",
  644.                "variant_inventory_management":"testapp",
  645.                "properties":[
  646.                  
  647.                ],
  648.                "product_exists":true,
  649.                "fulfillable_quantity":0,
  650.                "grams":0,
  651.                "price":"159.95",
  652.                "total_discount":"0.00",
  653.                "fulfillment_status":"fulfilled",
  654.                "price_set":{
  655.                   "shop_money":{
  656.                      "amount":"159.95",
  657.                      "currency_code":"USD"
  658.                   },
  659.                   "presentment_money":{
  660.                      "amount":"159.95",
  661.                      "currency_code":"USD"
  662.                   }
  663.                },
  664.                "total_discount_set":{
  665.                   "shop_money":{
  666.                      "amount":"0.00",
  667.                      "currency_code":"USD"
  668.                   },
  669.                   "presentment_money":{
  670.                      "amount":"0.00",
  671.                      "currency_code":"USD"
  672.                   }
  673.                },
  674.                "discount_allocations":[
  675.                   {
  676.                      "amount":"15.99",
  677.                      "discount_application_index":0,
  678.                      "amount_set":{
  679.                         "shop_money":{
  680.                            "amount":"15.99",
  681.                            "currency_code":"USD"
  682.                         },
  683.                         "presentment_money":{
  684.                            "amount":"15.99",
  685.                            "currency_code":"USD"
  686.                         }
  687.                      }
  688.                   }
  689.                ],
  690.                "duties":[
  691.                  
  692.                ],
  693.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869880115366",
  694.                "tax_lines":[
  695.                   {
  696.                      "title":"State tax",
  697.                      "price":"9.59",
  698.                      "rate":0.06,
  699.                      "price_set":{
  700.                         "shop_money":{
  701.                            "amount":"9.59",
  702.                            "currency_code":"USD"
  703.                         },
  704.                         "presentment_money":{
  705.                            "amount":"9.59",
  706.                            "currency_code":"USD"
  707.                         }
  708.                      }
  709.                   },
  710.                   {
  711.                      "title":"County tax",
  712.                      "price":"4.00",
  713.                      "rate":0.025,
  714.                      "price_set":{
  715.                         "shop_money":{
  716.                            "amount":"4.00",
  717.                            "currency_code":"USD"
  718.                         },
  719.                         "presentment_money":{
  720.                            "amount":"4.00",
  721.                            "currency_code":"USD"
  722.                         }
  723.                      }
  724.                   }
  725.                ]
  726.             }
  727.          ],
  728.          "fulfillments":[
  729.             {
  730.                "id":2528164380838,
  731.                "order_id":2677846474918,
  732.                "status":"success",
  733.                "created_at":"2020-08-20T14:01:49-04:00",
  734.                "service":"manual",
  735.                "updated_at":"2020-08-20T14:01:49-04:00",
  736.                "tracking_company":null,
  737.                "shipment_status":null,
  738.                "location_id":48389816486,
  739.                "line_items":[
  740.                   {
  741.                      "id":5869880017062,
  742.                      "variant_id":35682243739814,
  743.                      "title":"7 \/ red",
  744.                      "quantity":1,
  745.                      "sku":"VN-02-red-7",
  746.                      "variant_title":"7 \/ red",
  747.                      "vendor":"VANS",
  748.                      "fulfillment_service":"manual",
  749.                      "product_id":5605673500838,
  750.                      "requires_shipping":true,
  751.                      "taxable":true,
  752.                      "gift_card":false,
  753.                      "name":"7 \/ red - 7 \/ red",
  754.                      "variant_inventory_management":"testapp",
  755.                      "properties":[
  756.                        
  757.                      ],
  758.                      "product_exists":true,
  759.                      "fulfillable_quantity":0,
  760.                      "grams":0,
  761.                      "price":"99.95",
  762.                      "total_discount":"0.00",
  763.                      "fulfillment_status":"fulfilled",
  764.                      "price_set":{
  765.                         "shop_money":{
  766.                            "amount":"99.95",
  767.                            "currency_code":"USD"
  768.                         },
  769.                         "presentment_money":{
  770.                            "amount":"99.95",
  771.                            "currency_code":"USD"
  772.                         }
  773.                      },
  774.                      "total_discount_set":{
  775.                         "shop_money":{
  776.                            "amount":"0.00",
  777.                            "currency_code":"USD"
  778.                         },
  779.                         "presentment_money":{
  780.                            "amount":"0.00",
  781.                            "currency_code":"USD"
  782.                         }
  783.                      },
  784.                      "discount_allocations":[
  785.                         {
  786.                            "amount":"10.00",
  787.                            "discount_application_index":0,
  788.                            "amount_set":{
  789.                               "shop_money":{
  790.                                  "amount":"10.00",
  791.                                  "currency_code":"USD"
  792.                               },
  793.                               "presentment_money":{
  794.                                  "amount":"10.00",
  795.                                  "currency_code":"USD"
  796.                               }
  797.                            }
  798.                         }
  799.                      ],
  800.                      "duties":[
  801.                        
  802.                      ],
  803.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869880017062",
  804.                      "tax_lines":[
  805.                         {
  806.                            "title":"State tax",
  807.                            "price":"6.00",
  808.                            "rate":0.06,
  809.                            "price_set":{
  810.                               "shop_money":{
  811.                                  "amount":"6.00",
  812.                                  "currency_code":"USD"
  813.                               },
  814.                               "presentment_money":{
  815.                                  "amount":"6.00",
  816.                                  "currency_code":"USD"
  817.                               }
  818.                            }
  819.                         },
  820.                         {
  821.                            "title":"County tax",
  822.                            "price":"2.50",
  823.                            "rate":0.025,
  824.                            "price_set":{
  825.                               "shop_money":{
  826.                                  "amount":"2.50",
  827.                                  "currency_code":"USD"
  828.                               },
  829.                               "presentment_money":{
  830.                                  "amount":"2.50",
  831.                                  "currency_code":"USD"
  832.                               }
  833.                            }
  834.                         }
  835.                      ]
  836.                   },
  837.                   {
  838.                      "id":5869880115366,
  839.                      "variant_id":35682246787238,
  840.                      "title":"9 \/ red",
  841.                      "quantity":1,
  842.                      "sku":"PAL-01\r\n-red-9",
  843.                      "variant_title":"9 \/ red",
  844.                      "vendor":"PALLADIUM",
  845.                      "fulfillment_service":"manual",
  846.                      "product_id":5605674811558,
  847.                      "requires_shipping":true,
  848.                      "taxable":true,
  849.                      "gift_card":false,
  850.                      "name":"9 \/ red - 9 \/ red",
  851.                      "variant_inventory_management":"testapp",
  852.                      "properties":[
  853.                        
  854.                      ],
  855.                      "product_exists":true,
  856.                      "fulfillable_quantity":0,
  857.                      "grams":0,
  858.                      "price":"159.95",
  859.                      "total_discount":"0.00",
  860.                      "fulfillment_status":"fulfilled",
  861.                      "price_set":{
  862.                         "shop_money":{
  863.                            "amount":"159.95",
  864.                            "currency_code":"USD"
  865.                         },
  866.                         "presentment_money":{
  867.                            "amount":"159.95",
  868.                            "currency_code":"USD"
  869.                         }
  870.                      },
  871.                      "total_discount_set":{
  872.                         "shop_money":{
  873.                            "amount":"0.00",
  874.                            "currency_code":"USD"
  875.                         },
  876.                         "presentment_money":{
  877.                            "amount":"0.00",
  878.                            "currency_code":"USD"
  879.                         }
  880.                      },
  881.                      "discount_allocations":[
  882.                         {
  883.                            "amount":"15.99",
  884.                            "discount_application_index":0,
  885.                            "amount_set":{
  886.                               "shop_money":{
  887.                                  "amount":"15.99",
  888.                                  "currency_code":"USD"
  889.                               },
  890.                               "presentment_money":{
  891.                                  "amount":"15.99",
  892.                                  "currency_code":"USD"
  893.                               }
  894.                            }
  895.                         }
  896.                      ],
  897.                      "duties":[
  898.                        
  899.                      ],
  900.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869880115366",
  901.                      "tax_lines":[
  902.                         {
  903.                            "title":"State tax",
  904.                            "price":"9.59",
  905.                            "rate":0.06,
  906.                            "price_set":{
  907.                               "shop_money":{
  908.                                  "amount":"9.59",
  909.                                  "currency_code":"USD"
  910.                               },
  911.                               "presentment_money":{
  912.                                  "amount":"9.59",
  913.                                  "currency_code":"USD"
  914.                               }
  915.                            }
  916.                         },
  917.                         {
  918.                            "title":"County tax",
  919.                            "price":"4.00",
  920.                            "rate":0.025,
  921.                            "price_set":{
  922.                               "shop_money":{
  923.                                  "amount":"4.00",
  924.                                  "currency_code":"USD"
  925.                               },
  926.                               "presentment_money":{
  927.                                  "amount":"4.00",
  928.                                  "currency_code":"USD"
  929.                               }
  930.                            }
  931.                         }
  932.                      ]
  933.                   }
  934.                ],
  935.                "tracking_number":null,
  936.                "tracking_numbers":[
  937.                  
  938.                ],
  939.                "tracking_url":null,
  940.                "tracking_urls":[
  941.                  
  942.                ],
  943.                "receipt":{
  944.                  
  945.                },
  946.                "name":"#1185.1",
  947.                "admin_graphql_api_id":"gid:\/\/testapp\/Fulfillment\/2528164380838"
  948.             }
  949.          ],
  950.          "refunds":[
  951.            
  952.          ],
  953.          "total_tip_received":"0.0",
  954.          "original_total_duties_set":null,
  955.          "current_total_duties_set":null,
  956.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677846474918",
  957.          "shipping_lines":[
  958.            
  959.          ],
  960.          "billing_address":{
  961.             "first_name":"Steven",
  962.             "address1":"Ap #417-5876 Mus. St.",
  963.             "phone":"+92515761234",
  964.             "city":"Neuruppin",
  965.             "zip":"82-623",
  966.             "province":"Brandenburg",
  967.             "country":"Pakistan",
  968.             "last_name":"Ewing",
  969.             "address2":null,
  970.             "company":null,
  971.             "latitude":null,
  972.             "longitude":null,
  973.             "name":"Steven Ewing",
  974.             "country_code":"PK",
  975.             "province_code":null
  976.          },
  977.          "shipping_address":{
  978.             "first_name":"Steven",
  979.             "address1":"Ap #417-5876 Mus. St.",
  980.             "phone":"+92515761234",
  981.             "city":"Neuruppin",
  982.             "zip":"82-623",
  983.             "province":"Brandenburg",
  984.             "country":"Pakistan",
  985.             "last_name":"Ewing",
  986.             "address2":null,
  987.             "company":null,
  988.             "latitude":null,
  989.             "longitude":null,
  990.             "name":"Steven Ewing",
  991.             "country_code":"PK",
  992.             "province_code":null
  993.          },
  994.          "customer":{
  995.             "id":3927124541606,
  996.             "email":"egnition_sample_86@egnition.com",
  997.             "accepts_marketing":false,
  998.             "created_at":"2020-08-13T09:57:59-04:00",
  999.             "updated_at":"2020-08-20T14:01:50-04:00",
  1000.             "first_name":"Steven",
  1001.             "last_name":"Ewing",
  1002.             "orders_count":12,
  1003.             "state":"disabled",
  1004.             "total_spent":"55728.94",
  1005.             "last_order_id":2677846474918,
  1006.             "note":null,
  1007.             "verified_email":true,
  1008.             "multipass_identifier":null,
  1009.             "tax_exempt":false,
  1010.             "phone":null,
  1011.             "tags":"egnition-sample-data, referral",
  1012.             "last_order_name":"#1185",
  1013.             "currency":"USD",
  1014.             "accepts_marketing_updated_at":"2020-08-13T09:57:59-04:00",
  1015.             "marketing_opt_in_level":null,
  1016.             "tax_exemptions":[
  1017.                
  1018.             ],
  1019.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3927124541606",
  1020.             "default_address":{
  1021.                "id":4792384651430,
  1022.                "customer_id":3927124541606,
  1023.                "first_name":"Steven",
  1024.                "last_name":"Ewing",
  1025.                "company":null,
  1026.                "address1":"Ap #417-5876 Mus. St.",
  1027.                "address2":null,
  1028.                "city":"Neuruppin",
  1029.                "province":"Brandenburg",
  1030.                "country":"Pakistan",
  1031.                "zip":"82-623",
  1032.                "phone":"+92515761234",
  1033.                "name":"Steven Ewing",
  1034.                "province_code":null,
  1035.                "country_code":"PK",
  1036.                "country_name":"Pakistan",
  1037.                "default":true
  1038.             }
  1039.          }
  1040.       },
  1041.       {
  1042.          "id":2677845295270,
  1043.          "email":"eric21@example.org",
  1044.          "closed_at":"2020-08-20T14:01:32-04:00",
  1045.          "created_at":"2020-08-20T14:01:31-04:00",
  1046.          "updated_at":"2020-08-20T14:01:32-04:00",
  1047.          "number":184,
  1048.          "note":null,
  1049.          "token":"6cc1c6a84789278fecf9ee4679e0f640",
  1050.          "gateway":"",
  1051.          "test":false,
  1052.          "total_price":"285.55",
  1053.          "subtotal_price":"260.91",
  1054.          "total_weight":0,
  1055.          "total_tax":"24.64",
  1056.          "taxes_included":false,
  1057.          "currency":"USD",
  1058.          "financial_status":"paid",
  1059.          "confirmed":true,
  1060.          "total_discounts":"28.99",
  1061.          "total_line_items_price":"289.90",
  1062.          "cart_token":null,
  1063.          "buyer_accepts_marketing":false,
  1064.          "name":"#1184",
  1065.          "referring_site":null,
  1066.          "landing_site":null,
  1067.          "cancelled_at":null,
  1068.          "cancel_reason":null,
  1069.          "total_price_usd":"285.55",
  1070.          "checkout_token":null,
  1071.          "reference":null,
  1072.          "user_id":null,
  1073.          "location_id":null,
  1074.          "source_identifier":null,
  1075.          "source_url":null,
  1076.          "processed_at":"2020-05-25T15:42:49-04:00",
  1077.          "device_id":null,
  1078.          "phone":null,
  1079.          "customer_locale":null,
  1080.          "app_id":4216781,
  1081.          "browser_ip":null,
  1082.          "landing_site_ref":null,
  1083.          "order_number":1184,
  1084.          "discount_applications":[
  1085.             {
  1086.                "type":"manual",
  1087.                "value":"10.0",
  1088.                "value_type":"percentage",
  1089.                "allocation_method":"across",
  1090.                "target_selection":"all",
  1091.                "target_type":"line_item",
  1092.                "description":"FRIYAY",
  1093.                "title":"FRIYAY"
  1094.             }
  1095.          ],
  1096.          "discount_codes":[
  1097.             {
  1098.                "code":"FRIYAY",
  1099.                "amount":"28.99",
  1100.                "type":"percentage"
  1101.             }
  1102.          ],
  1103.          "note_attributes":[
  1104.            
  1105.          ],
  1106.          "payment_gateway_names":[
  1107.             ""
  1108.          ],
  1109.          "processing_method":"",
  1110.          "checkout_id":null,
  1111.          "source_name":"phone",
  1112.          "fulfillment_status":"fulfilled",
  1113.          "tax_lines":[
  1114.             {
  1115.                "price":"17.39",
  1116.                "rate":0.06,
  1117.                "title":"State tax",
  1118.                "price_set":{
  1119.                   "shop_money":{
  1120.                      "amount":"17.39",
  1121.                      "currency_code":"USD"
  1122.                   },
  1123.                   "presentment_money":{
  1124.                      "amount":"17.39",
  1125.                      "currency_code":"USD"
  1126.                   }
  1127.                }
  1128.             },
  1129.             {
  1130.                "price":"7.25",
  1131.                "rate":0.025,
  1132.                "title":"County tax",
  1133.                "price_set":{
  1134.                   "shop_money":{
  1135.                      "amount":"7.25",
  1136.                      "currency_code":"USD"
  1137.                   },
  1138.                   "presentment_money":{
  1139.                      "amount":"7.25",
  1140.                      "currency_code":"USD"
  1141.                   }
  1142.                }
  1143.             }
  1144.          ],
  1145.          "tags":"first-run",
  1146.          "contact_email":"eric21@example.org",
  1147.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/6cc1c6a84789278fecf9ee4679e0f640\/authenticate?key=ca72e38fc45b424abde2c8332da7efe5",
  1148.          "presentment_currency":"USD",
  1149.          "total_line_items_price_set":{
  1150.             "shop_money":{
  1151.                "amount":"289.90",
  1152.                "currency_code":"USD"
  1153.             },
  1154.             "presentment_money":{
  1155.                "amount":"289.90",
  1156.                "currency_code":"USD"
  1157.             }
  1158.          },
  1159.          "total_discounts_set":{
  1160.             "shop_money":{
  1161.                "amount":"28.99",
  1162.                "currency_code":"USD"
  1163.             },
  1164.             "presentment_money":{
  1165.                "amount":"28.99",
  1166.                "currency_code":"USD"
  1167.             }
  1168.          },
  1169.          "total_shipping_price_set":{
  1170.             "shop_money":{
  1171.                "amount":"0.00",
  1172.                "currency_code":"USD"
  1173.             },
  1174.             "presentment_money":{
  1175.                "amount":"0.00",
  1176.                "currency_code":"USD"
  1177.             }
  1178.          },
  1179.          "subtotal_price_set":{
  1180.             "shop_money":{
  1181.                "amount":"260.91",
  1182.                "currency_code":"USD"
  1183.             },
  1184.             "presentment_money":{
  1185.                "amount":"260.91",
  1186.                "currency_code":"USD"
  1187.             }
  1188.          },
  1189.          "total_price_set":{
  1190.             "shop_money":{
  1191.                "amount":"285.55",
  1192.                "currency_code":"USD"
  1193.             },
  1194.             "presentment_money":{
  1195.                "amount":"285.55",
  1196.                "currency_code":"USD"
  1197.             }
  1198.          },
  1199.          "total_tax_set":{
  1200.             "shop_money":{
  1201.                "amount":"24.64",
  1202.                "currency_code":"USD"
  1203.             },
  1204.             "presentment_money":{
  1205.                "amount":"24.64",
  1206.                "currency_code":"USD"
  1207.             }
  1208.          },
  1209.          "line_items":[
  1210.             {
  1211.                "id":5869878116518,
  1212.                "variant_id":35682245181606,
  1213.                "title":"9 \/ white",
  1214.                "quantity":1,
  1215.                "sku":"VN-03-white-9",
  1216.                "variant_title":"9 \/ white",
  1217.                "vendor":"VANS",
  1218.                "fulfillment_service":"manual",
  1219.                "product_id":5605673861286,
  1220.                "requires_shipping":true,
  1221.                "taxable":true,
  1222.                "gift_card":false,
  1223.                "name":"9 \/ white - 9 \/ white",
  1224.                "variant_inventory_management":"testapp",
  1225.                "properties":[
  1226.                  
  1227.                ],
  1228.                "product_exists":true,
  1229.                "fulfillable_quantity":0,
  1230.                "grams":0,
  1231.                "price":"109.95",
  1232.                "total_discount":"0.00",
  1233.                "fulfillment_status":"fulfilled",
  1234.                "price_set":{
  1235.                   "shop_money":{
  1236.                      "amount":"109.95",
  1237.                      "currency_code":"USD"
  1238.                   },
  1239.                   "presentment_money":{
  1240.                      "amount":"109.95",
  1241.                      "currency_code":"USD"
  1242.                   }
  1243.                },
  1244.                "total_discount_set":{
  1245.                   "shop_money":{
  1246.                      "amount":"0.00",
  1247.                      "currency_code":"USD"
  1248.                   },
  1249.                   "presentment_money":{
  1250.                      "amount":"0.00",
  1251.                      "currency_code":"USD"
  1252.                   }
  1253.                },
  1254.                "discount_allocations":[
  1255.                   {
  1256.                      "amount":"11.00",
  1257.                      "discount_application_index":0,
  1258.                      "amount_set":{
  1259.                         "shop_money":{
  1260.                            "amount":"11.00",
  1261.                            "currency_code":"USD"
  1262.                         },
  1263.                         "presentment_money":{
  1264.                            "amount":"11.00",
  1265.                            "currency_code":"USD"
  1266.                         }
  1267.                      }
  1268.                   }
  1269.                ],
  1270.                "duties":[
  1271.                  
  1272.                ],
  1273.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869878116518",
  1274.                "tax_lines":[
  1275.                   {
  1276.                      "title":"State tax",
  1277.                      "price":"6.60",
  1278.                      "rate":0.06,
  1279.                      "price_set":{
  1280.                         "shop_money":{
  1281.                            "amount":"6.60",
  1282.                            "currency_code":"USD"
  1283.                         },
  1284.                         "presentment_money":{
  1285.                            "amount":"6.60",
  1286.                            "currency_code":"USD"
  1287.                         }
  1288.                      }
  1289.                   },
  1290.                   {
  1291.                      "title":"County tax",
  1292.                      "price":"2.75",
  1293.                      "rate":0.025,
  1294.                      "price_set":{
  1295.                         "shop_money":{
  1296.                            "amount":"2.75",
  1297.                            "currency_code":"USD"
  1298.                         },
  1299.                         "presentment_money":{
  1300.                            "amount":"2.75",
  1301.                            "currency_code":"USD"
  1302.                         }
  1303.                      }
  1304.                   }
  1305.                ]
  1306.             },
  1307.             {
  1308.                "id":5869878182054,
  1309.                "variant_id":35682246230182,
  1310.                "title":"5 \/ white",
  1311.                "quantity":1,
  1312.                "sku":"VN-05\r\n-white-5",
  1313.                "variant_title":"5 \/ white",
  1314.                "vendor":"VANS",
  1315.                "fulfillment_service":"manual",
  1316.                "product_id":5605674451110,
  1317.                "requires_shipping":true,
  1318.                "taxable":true,
  1319.                "gift_card":false,
  1320.                "name":"5 \/ white - 5 \/ white",
  1321.                "variant_inventory_management":"testapp",
  1322.                "properties":[
  1323.                  
  1324.                ],
  1325.                "product_exists":true,
  1326.                "fulfillable_quantity":0,
  1327.                "grams":0,
  1328.                "price":"179.95",
  1329.                "total_discount":"0.00",
  1330.                "fulfillment_status":"fulfilled",
  1331.                "price_set":{
  1332.                   "shop_money":{
  1333.                      "amount":"179.95",
  1334.                      "currency_code":"USD"
  1335.                   },
  1336.                   "presentment_money":{
  1337.                      "amount":"179.95",
  1338.                      "currency_code":"USD"
  1339.                   }
  1340.                },
  1341.                "total_discount_set":{
  1342.                   "shop_money":{
  1343.                      "amount":"0.00",
  1344.                      "currency_code":"USD"
  1345.                   },
  1346.                   "presentment_money":{
  1347.                      "amount":"0.00",
  1348.                      "currency_code":"USD"
  1349.                   }
  1350.                },
  1351.                "discount_allocations":[
  1352.                   {
  1353.                      "amount":"17.99",
  1354.                      "discount_application_index":0,
  1355.                      "amount_set":{
  1356.                         "shop_money":{
  1357.                            "amount":"17.99",
  1358.                            "currency_code":"USD"
  1359.                         },
  1360.                         "presentment_money":{
  1361.                            "amount":"17.99",
  1362.                            "currency_code":"USD"
  1363.                         }
  1364.                      }
  1365.                   }
  1366.                ],
  1367.                "duties":[
  1368.                  
  1369.                ],
  1370.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869878182054",
  1371.                "tax_lines":[
  1372.                   {
  1373.                      "title":"State tax",
  1374.                      "price":"10.79",
  1375.                      "rate":0.06,
  1376.                      "price_set":{
  1377.                         "shop_money":{
  1378.                            "amount":"10.79",
  1379.                            "currency_code":"USD"
  1380.                         },
  1381.                         "presentment_money":{
  1382.                            "amount":"10.79",
  1383.                            "currency_code":"USD"
  1384.                         }
  1385.                      }
  1386.                   },
  1387.                   {
  1388.                      "title":"County tax",
  1389.                      "price":"4.50",
  1390.                      "rate":0.025,
  1391.                      "price_set":{
  1392.                         "shop_money":{
  1393.                            "amount":"4.50",
  1394.                            "currency_code":"USD"
  1395.                         },
  1396.                         "presentment_money":{
  1397.                            "amount":"4.50",
  1398.                            "currency_code":"USD"
  1399.                         }
  1400.                      }
  1401.                   }
  1402.                ]
  1403.             }
  1404.          ],
  1405.          "fulfillments":[
  1406.             {
  1407.                "id":2528163758246,
  1408.                "order_id":2677845295270,
  1409.                "status":"success",
  1410.                "created_at":"2020-08-20T14:01:32-04:00",
  1411.                "service":"manual",
  1412.                "updated_at":"2020-08-20T14:01:32-04:00",
  1413.                "tracking_company":null,
  1414.                "shipment_status":null,
  1415.                "location_id":48389816486,
  1416.                "line_items":[
  1417.                   {
  1418.                      "id":5869878116518,
  1419.                      "variant_id":35682245181606,
  1420.                      "title":"9 \/ white",
  1421.                      "quantity":1,
  1422.                      "sku":"VN-03-white-9",
  1423.                      "variant_title":"9 \/ white",
  1424.                      "vendor":"VANS",
  1425.                      "fulfillment_service":"manual",
  1426.                      "product_id":5605673861286,
  1427.                      "requires_shipping":true,
  1428.                      "taxable":true,
  1429.                      "gift_card":false,
  1430.                      "name":"9 \/ white - 9 \/ white",
  1431.                      "variant_inventory_management":"testapp",
  1432.                      "properties":[
  1433.                        
  1434.                      ],
  1435.                      "product_exists":true,
  1436.                      "fulfillable_quantity":0,
  1437.                      "grams":0,
  1438.                      "price":"109.95",
  1439.                      "total_discount":"0.00",
  1440.                      "fulfillment_status":"fulfilled",
  1441.                      "price_set":{
  1442.                         "shop_money":{
  1443.                            "amount":"109.95",
  1444.                            "currency_code":"USD"
  1445.                         },
  1446.                         "presentment_money":{
  1447.                            "amount":"109.95",
  1448.                            "currency_code":"USD"
  1449.                         }
  1450.                      },
  1451.                      "total_discount_set":{
  1452.                         "shop_money":{
  1453.                            "amount":"0.00",
  1454.                            "currency_code":"USD"
  1455.                         },
  1456.                         "presentment_money":{
  1457.                            "amount":"0.00",
  1458.                            "currency_code":"USD"
  1459.                         }
  1460.                      },
  1461.                      "discount_allocations":[
  1462.                         {
  1463.                            "amount":"11.00",
  1464.                            "discount_application_index":0,
  1465.                            "amount_set":{
  1466.                               "shop_money":{
  1467.                                  "amount":"11.00",
  1468.                                  "currency_code":"USD"
  1469.                               },
  1470.                               "presentment_money":{
  1471.                                  "amount":"11.00",
  1472.                                  "currency_code":"USD"
  1473.                               }
  1474.                            }
  1475.                         }
  1476.                      ],
  1477.                      "duties":[
  1478.                        
  1479.                      ],
  1480.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869878116518",
  1481.                      "tax_lines":[
  1482.                         {
  1483.                            "title":"State tax",
  1484.                            "price":"6.60",
  1485.                            "rate":0.06,
  1486.                            "price_set":{
  1487.                               "shop_money":{
  1488.                                  "amount":"6.60",
  1489.                                  "currency_code":"USD"
  1490.                               },
  1491.                               "presentment_money":{
  1492.                                  "amount":"6.60",
  1493.                                  "currency_code":"USD"
  1494.                               }
  1495.                            }
  1496.                         },
  1497.                         {
  1498.                            "title":"County tax",
  1499.                            "price":"2.75",
  1500.                            "rate":0.025,
  1501.                            "price_set":{
  1502.                               "shop_money":{
  1503.                                  "amount":"2.75",
  1504.                                  "currency_code":"USD"
  1505.                               },
  1506.                               "presentment_money":{
  1507.                                  "amount":"2.75",
  1508.                                  "currency_code":"USD"
  1509.                               }
  1510.                            }
  1511.                         }
  1512.                      ]
  1513.                   },
  1514.                   {
  1515.                      "id":5869878182054,
  1516.                      "variant_id":35682246230182,
  1517.                      "title":"5 \/ white",
  1518.                      "quantity":1,
  1519.                      "sku":"VN-05\r\n-white-5",
  1520.                      "variant_title":"5 \/ white",
  1521.                      "vendor":"VANS",
  1522.                      "fulfillment_service":"manual",
  1523.                      "product_id":5605674451110,
  1524.                      "requires_shipping":true,
  1525.                      "taxable":true,
  1526.                      "gift_card":false,
  1527.                      "name":"5 \/ white - 5 \/ white",
  1528.                      "variant_inventory_management":"testapp",
  1529.                      "properties":[
  1530.                        
  1531.                      ],
  1532.                      "product_exists":true,
  1533.                      "fulfillable_quantity":0,
  1534.                      "grams":0,
  1535.                      "price":"179.95",
  1536.                      "total_discount":"0.00",
  1537.                      "fulfillment_status":"fulfilled",
  1538.                      "price_set":{
  1539.                         "shop_money":{
  1540.                            "amount":"179.95",
  1541.                            "currency_code":"USD"
  1542.                         },
  1543.                         "presentment_money":{
  1544.                            "amount":"179.95",
  1545.                            "currency_code":"USD"
  1546.                         }
  1547.                      },
  1548.                      "total_discount_set":{
  1549.                         "shop_money":{
  1550.                            "amount":"0.00",
  1551.                            "currency_code":"USD"
  1552.                         },
  1553.                         "presentment_money":{
  1554.                            "amount":"0.00",
  1555.                            "currency_code":"USD"
  1556.                         }
  1557.                      },
  1558.                      "discount_allocations":[
  1559.                         {
  1560.                            "amount":"17.99",
  1561.                            "discount_application_index":0,
  1562.                            "amount_set":{
  1563.                               "shop_money":{
  1564.                                  "amount":"17.99",
  1565.                                  "currency_code":"USD"
  1566.                               },
  1567.                               "presentment_money":{
  1568.                                  "amount":"17.99",
  1569.                                  "currency_code":"USD"
  1570.                               }
  1571.                            }
  1572.                         }
  1573.                      ],
  1574.                      "duties":[
  1575.                        
  1576.                      ],
  1577.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869878182054",
  1578.                      "tax_lines":[
  1579.                         {
  1580.                            "title":"State tax",
  1581.                            "price":"10.79",
  1582.                            "rate":0.06,
  1583.                            "price_set":{
  1584.                               "shop_money":{
  1585.                                  "amount":"10.79",
  1586.                                  "currency_code":"USD"
  1587.                               },
  1588.                               "presentment_money":{
  1589.                                  "amount":"10.79",
  1590.                                  "currency_code":"USD"
  1591.                               }
  1592.                            }
  1593.                         },
  1594.                         {
  1595.                            "title":"County tax",
  1596.                            "price":"4.50",
  1597.                            "rate":0.025,
  1598.                            "price_set":{
  1599.                               "shop_money":{
  1600.                                  "amount":"4.50",
  1601.                                  "currency_code":"USD"
  1602.                               },
  1603.                               "presentment_money":{
  1604.                                  "amount":"4.50",
  1605.                                  "currency_code":"USD"
  1606.                               }
  1607.                            }
  1608.                         }
  1609.                      ]
  1610.                   }
  1611.                ],
  1612.                "tracking_number":null,
  1613.                "tracking_numbers":[
  1614.                  
  1615.                ],
  1616.                "tracking_url":null,
  1617.                "tracking_urls":[
  1618.                  
  1619.                ],
  1620.                "receipt":{
  1621.                  
  1622.                },
  1623.                "name":"#1184.1",
  1624.                "admin_graphql_api_id":"gid:\/\/testapp\/Fulfillment\/2528163758246"
  1625.             }
  1626.          ],
  1627.          "refunds":[
  1628.            
  1629.          ],
  1630.          "total_tip_received":"0.0",
  1631.          "original_total_duties_set":null,
  1632.          "current_total_duties_set":null,
  1633.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677845295270",
  1634.          "shipping_lines":[
  1635.            
  1636.          ],
  1637.          "billing_address":{
  1638.             "first_name":"Pamela",
  1639.             "address1":"66617 Christopher Radial",
  1640.             "phone":"+12025550105",
  1641.             "city":"West Brenda",
  1642.             "zip":"22965",
  1643.             "province":"Virginia",
  1644.             "country":"United States",
  1645.             "last_name":"Norris",
  1646.             "address2":"",
  1647.             "company":"Young, Blake and Norman",
  1648.             "latitude":null,
  1649.             "longitude":null,
  1650.             "name":"Pamela Norris",
  1651.             "country_code":"US",
  1652.             "province_code":"VA"
  1653.          },
  1654.          "shipping_address":{
  1655.             "first_name":"Pamela",
  1656.             "address1":"66617 Christopher Radial",
  1657.             "phone":"+12025550105",
  1658.             "city":"West Brenda",
  1659.             "zip":"22965",
  1660.             "province":"Virginia",
  1661.             "country":"United States",
  1662.             "last_name":"Norris",
  1663.             "address2":"",
  1664.             "company":"Young, Blake and Norman",
  1665.             "latitude":null,
  1666.             "longitude":null,
  1667.             "name":"Pamela Norris",
  1668.             "country_code":"US",
  1669.             "province_code":"VA"
  1670.          },
  1671.          "customer":{
  1672.             "id":3939364733094,
  1673.             "email":"eric21@example.org",
  1674.             "accepts_marketing":false,
  1675.             "created_at":"2020-08-15T14:11:16-04:00",
  1676.             "updated_at":"2020-08-20T14:01:32-04:00",
  1677.             "first_name":"Pamela",
  1678.             "last_name":"Norris",
  1679.             "orders_count":6,
  1680.             "state":"disabled",
  1681.             "total_spent":"81640.60",
  1682.             "last_order_id":2677845295270,
  1683.             "note":"",
  1684.             "verified_email":true,
  1685.             "multipass_identifier":"",
  1686.             "tax_exempt":true,
  1687.             "phone":"+12025550105",
  1688.             "tags":"",
  1689.             "last_order_name":"#1184",
  1690.             "currency":"USD",
  1691.             "accepts_marketing_updated_at":"2019-11-23T14:11:44-05:00",
  1692.             "marketing_opt_in_level":null,
  1693.             "tax_exemptions":[
  1694.                
  1695.             ],
  1696.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3939364733094",
  1697.             "default_address":{
  1698.                "id":4804462641318,
  1699.                "customer_id":3939364733094,
  1700.                "first_name":"Pamela",
  1701.                "last_name":"Norris",
  1702.                "company":"Young, Blake and Norman",
  1703.                "address1":"66617 Christopher Radial",
  1704.                "address2":"",
  1705.                "city":"West Brenda",
  1706.                "province":"Virginia",
  1707.                "country":"United States",
  1708.                "zip":"22965",
  1709.                "phone":"+12025550105",
  1710.                "name":"Pamela Norris",
  1711.                "province_code":"VA",
  1712.                "country_code":"US",
  1713.                "country_name":"United States",
  1714.                "default":true
  1715.             }
  1716.          }
  1717.       },
  1718.       {
  1719.          "id":2677844279462,
  1720.          "email":"egnition_sample_79@egnition.com",
  1721.          "closed_at":null,
  1722.          "created_at":"2020-08-20T14:01:14-04:00",
  1723.          "updated_at":"2020-08-20T14:01:15-04:00",
  1724.          "number":183,
  1725.          "note":null,
  1726.          "token":"c718b685c91c5bfc4e4c8a4ce3d5c1d4",
  1727.          "gateway":"",
  1728.          "test":false,
  1729.          "total_price":"384.01",
  1730.          "subtotal_price":"350.87",
  1731.          "total_weight":0,
  1732.          "total_tax":"33.14",
  1733.          "taxes_included":false,
  1734.          "currency":"USD",
  1735.          "financial_status":"refunded",
  1736.          "confirmed":true,
  1737.          "total_discounts":"38.98",
  1738.          "total_line_items_price":"389.85",
  1739.          "cart_token":null,
  1740.          "buyer_accepts_marketing":false,
  1741.          "name":"#1183",
  1742.          "referring_site":null,
  1743.          "landing_site":null,
  1744.          "cancelled_at":null,
  1745.          "cancel_reason":null,
  1746.          "total_price_usd":"384.01",
  1747.          "checkout_token":null,
  1748.          "reference":null,
  1749.          "user_id":null,
  1750.          "location_id":null,
  1751.          "source_identifier":null,
  1752.          "source_url":null,
  1753.          "processed_at":"2020-07-24T15:32:22-04:00",
  1754.          "device_id":null,
  1755.          "phone":null,
  1756.          "customer_locale":null,
  1757.          "app_id":4216781,
  1758.          "browser_ip":null,
  1759.          "landing_site_ref":null,
  1760.          "order_number":1183,
  1761.          "discount_applications":[
  1762.             {
  1763.                "type":"manual",
  1764.                "value":"10.0",
  1765.                "value_type":"percentage",
  1766.                "allocation_method":"across",
  1767.                "target_selection":"all",
  1768.                "target_type":"line_item",
  1769.                "description":"FRIYAY",
  1770.                "title":"FRIYAY"
  1771.             }
  1772.          ],
  1773.          "discount_codes":[
  1774.             {
  1775.                "code":"FRIYAY",
  1776.                "amount":"38.98",
  1777.                "type":"percentage"
  1778.             }
  1779.          ],
  1780.          "note_attributes":[
  1781.            
  1782.          ],
  1783.          "payment_gateway_names":[
  1784.             ""
  1785.          ],
  1786.          "processing_method":"",
  1787.          "checkout_id":null,
  1788.          "source_name":"phone",
  1789.          "fulfillment_status":null,
  1790.          "tax_lines":[
  1791.             {
  1792.                "price":"23.39",
  1793.                "rate":0.06,
  1794.                "title":"State tax",
  1795.                "price_set":{
  1796.                   "shop_money":{
  1797.                      "amount":"23.39",
  1798.                      "currency_code":"USD"
  1799.                   },
  1800.                   "presentment_money":{
  1801.                      "amount":"23.39",
  1802.                      "currency_code":"USD"
  1803.                   }
  1804.                }
  1805.             },
  1806.             {
  1807.                "price":"9.75",
  1808.                "rate":0.025,
  1809.                "title":"County tax",
  1810.                "price_set":{
  1811.                   "shop_money":{
  1812.                      "amount":"9.75",
  1813.                      "currency_code":"USD"
  1814.                   },
  1815.                   "presentment_money":{
  1816.                      "amount":"9.75",
  1817.                      "currency_code":"USD"
  1818.                   }
  1819.                }
  1820.             }
  1821.          ],
  1822.          "tags":"first-run",
  1823.          "contact_email":"egnition_sample_79@egnition.com",
  1824.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/c718b685c91c5bfc4e4c8a4ce3d5c1d4\/authenticate?key=9ab0c5a757ba12c039f881d275a94c6d",
  1825.          "presentment_currency":"USD",
  1826.          "total_line_items_price_set":{
  1827.             "shop_money":{
  1828.                "amount":"389.85",
  1829.                "currency_code":"USD"
  1830.             },
  1831.             "presentment_money":{
  1832.                "amount":"389.85",
  1833.                "currency_code":"USD"
  1834.             }
  1835.          },
  1836.          "total_discounts_set":{
  1837.             "shop_money":{
  1838.                "amount":"38.98",
  1839.                "currency_code":"USD"
  1840.             },
  1841.             "presentment_money":{
  1842.                "amount":"38.98",
  1843.                "currency_code":"USD"
  1844.             }
  1845.          },
  1846.          "total_shipping_price_set":{
  1847.             "shop_money":{
  1848.                "amount":"0.00",
  1849.                "currency_code":"USD"
  1850.             },
  1851.             "presentment_money":{
  1852.                "amount":"0.00",
  1853.                "currency_code":"USD"
  1854.             }
  1855.          },
  1856.          "subtotal_price_set":{
  1857.             "shop_money":{
  1858.                "amount":"350.87",
  1859.                "currency_code":"USD"
  1860.             },
  1861.             "presentment_money":{
  1862.                "amount":"350.87",
  1863.                "currency_code":"USD"
  1864.             }
  1865.          },
  1866.          "total_price_set":{
  1867.             "shop_money":{
  1868.                "amount":"384.01",
  1869.                "currency_code":"USD"
  1870.             },
  1871.             "presentment_money":{
  1872.                "amount":"384.01",
  1873.                "currency_code":"USD"
  1874.             }
  1875.          },
  1876.          "total_tax_set":{
  1877.             "shop_money":{
  1878.                "amount":"33.14",
  1879.                "currency_code":"USD"
  1880.             },
  1881.             "presentment_money":{
  1882.                "amount":"33.14",
  1883.                "currency_code":"USD"
  1884.             }
  1885.          },
  1886.          "line_items":[
  1887.             {
  1888.                "id":5869876412582,
  1889.                "variant_id":35682253111462,
  1890.                "title":"10 \/ black",
  1891.                "quantity":3,
  1892.                "sku":"VN-07-black-10",
  1893.                "variant_title":"10 \/ black",
  1894.                "vendor":"VANS",
  1895.                "fulfillment_service":"manual",
  1896.                "product_id":5605676777638,
  1897.                "requires_shipping":true,
  1898.                "taxable":true,
  1899.                "gift_card":false,
  1900.                "name":"10 \/ black - 10 \/ black",
  1901.                "variant_inventory_management":"testapp",
  1902.                "properties":[
  1903.                  
  1904.                ],
  1905.                "product_exists":true,
  1906.                "fulfillable_quantity":3,
  1907.                "grams":0,
  1908.                "price":"129.95",
  1909.                "total_discount":"0.00",
  1910.                "fulfillment_status":null,
  1911.                "price_set":{
  1912.                   "shop_money":{
  1913.                      "amount":"129.95",
  1914.                      "currency_code":"USD"
  1915.                   },
  1916.                   "presentment_money":{
  1917.                      "amount":"129.95",
  1918.                      "currency_code":"USD"
  1919.                   }
  1920.                },
  1921.                "total_discount_set":{
  1922.                   "shop_money":{
  1923.                      "amount":"0.00",
  1924.                      "currency_code":"USD"
  1925.                   },
  1926.                   "presentment_money":{
  1927.                      "amount":"0.00",
  1928.                      "currency_code":"USD"
  1929.                   }
  1930.                },
  1931.                "discount_allocations":[
  1932.                   {
  1933.                      "amount":"38.98",
  1934.                      "discount_application_index":0,
  1935.                      "amount_set":{
  1936.                         "shop_money":{
  1937.                            "amount":"38.98",
  1938.                            "currency_code":"USD"
  1939.                         },
  1940.                         "presentment_money":{
  1941.                            "amount":"38.98",
  1942.                            "currency_code":"USD"
  1943.                         }
  1944.                      }
  1945.                   }
  1946.                ],
  1947.                "duties":[
  1948.                  
  1949.                ],
  1950.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869876412582",
  1951.                "tax_lines":[
  1952.                   {
  1953.                      "title":"State tax",
  1954.                      "price":"23.39",
  1955.                      "rate":0.06,
  1956.                      "price_set":{
  1957.                         "shop_money":{
  1958.                            "amount":"23.39",
  1959.                            "currency_code":"USD"
  1960.                         },
  1961.                         "presentment_money":{
  1962.                            "amount":"23.39",
  1963.                            "currency_code":"USD"
  1964.                         }
  1965.                      }
  1966.                   },
  1967.                   {
  1968.                      "title":"County tax",
  1969.                      "price":"9.75",
  1970.                      "rate":0.025,
  1971.                      "price_set":{
  1972.                         "shop_money":{
  1973.                            "amount":"9.75",
  1974.                            "currency_code":"USD"
  1975.                         },
  1976.                         "presentment_money":{
  1977.                            "amount":"9.75",
  1978.                            "currency_code":"USD"
  1979.                         }
  1980.                      }
  1981.                   }
  1982.                ]
  1983.             }
  1984.          ],
  1985.          "fulfillments":[
  1986.            
  1987.          ],
  1988.          "refunds":[
  1989.            
  1990.          ],
  1991.          "total_tip_received":"0.0",
  1992.          "original_total_duties_set":null,
  1993.          "current_total_duties_set":null,
  1994.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677844279462",
  1995.          "shipping_lines":[
  1996.            
  1997.          ],
  1998.          "billing_address":{
  1999.             "first_name":"Chase",
  2000.             "address1":"692-9631 Vulputate Rd.",
  2001.             "phone":"+19035721111",
  2002.             "city":"Darwin",
  2003.             "zip":"17574",
  2004.             "province":"Alabama",
  2005.             "country":"United States",
  2006.             "last_name":"Wynn",
  2007.             "address2":null,
  2008.             "company":null,
  2009.             "latitude":null,
  2010.             "longitude":null,
  2011.             "name":"Chase Wynn",
  2012.             "country_code":"US",
  2013.             "province_code":"AL"
  2014.          },
  2015.          "shipping_address":{
  2016.             "first_name":"Chase",
  2017.             "address1":"692-9631 Vulputate Rd.",
  2018.             "phone":"+19035721111",
  2019.             "city":"Darwin",
  2020.             "zip":"17574",
  2021.             "province":"Alabama",
  2022.             "country":"United States",
  2023.             "last_name":"Wynn",
  2024.             "address2":null,
  2025.             "company":null,
  2026.             "latitude":null,
  2027.             "longitude":null,
  2028.             "name":"Chase Wynn",
  2029.             "country_code":"US",
  2030.             "province_code":"AL"
  2031.          },
  2032.          "customer":{
  2033.             "id":3927123755174,
  2034.             "email":"egnition_sample_79@egnition.com",
  2035.             "accepts_marketing":false,
  2036.             "created_at":"2020-08-13T09:57:58-04:00",
  2037.             "updated_at":"2020-08-20T14:01:14-04:00",
  2038.             "first_name":"Chase",
  2039.             "last_name":"Wynn",
  2040.             "orders_count":14,
  2041.             "state":"disabled",
  2042.             "total_spent":"23420.28",
  2043.             "last_order_id":2677844279462,
  2044.             "note":null,
  2045.             "verified_email":true,
  2046.             "multipass_identifier":null,
  2047.             "tax_exempt":false,
  2048.             "phone":"+19035721111",
  2049.             "tags":"egnition-sample-data, VIP",
  2050.             "last_order_name":"#1183",
  2051.             "currency":"USD",
  2052.             "accepts_marketing_updated_at":"2020-08-13T09:57:58-04:00",
  2053.             "marketing_opt_in_level":null,
  2054.             "tax_exemptions":[
  2055.                
  2056.             ],
  2057.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3927123755174",
  2058.             "default_address":{
  2059.                "id":4792384192678,
  2060.                "customer_id":3927123755174,
  2061.                "first_name":"Chase",
  2062.                "last_name":"Wynn",
  2063.                "company":null,
  2064.                "address1":"692-9631 Vulputate Rd.",
  2065.                "address2":null,
  2066.                "city":"Darwin",
  2067.                "province":"Alabama",
  2068.                "country":"United States",
  2069.                "zip":"17574",
  2070.                "phone":"+19035721111",
  2071.                "name":"Chase Wynn",
  2072.                "province_code":"AL",
  2073.                "country_code":"US",
  2074.                "country_name":"United States",
  2075.                "default":true
  2076.             }
  2077.          }
  2078.       },
  2079.       {
  2080.          "id":2677843198118,
  2081.          "email":"egnition_sample_79@egnition.com",
  2082.          "closed_at":null,
  2083.          "created_at":"2020-08-20T14:00:57-04:00",
  2084.          "updated_at":"2020-08-20T14:00:58-04:00",
  2085.          "number":182,
  2086.          "note":null,
  2087.          "token":"d52b966a235d90ee70973d03c8243140",
  2088.          "gateway":"",
  2089.          "test":false,
  2090.          "total_price":"256.00",
  2091.          "subtotal_price":"233.91",
  2092.          "total_weight":0,
  2093.          "total_tax":"22.09",
  2094.          "taxes_included":false,
  2095.          "currency":"USD",
  2096.          "financial_status":"paid",
  2097.          "confirmed":true,
  2098.          "total_discounts":"25.99",
  2099.          "total_line_items_price":"259.90",
  2100.          "cart_token":null,
  2101.          "buyer_accepts_marketing":false,
  2102.          "name":"#1182",
  2103.          "referring_site":null,
  2104.          "landing_site":null,
  2105.          "cancelled_at":null,
  2106.          "cancel_reason":null,
  2107.          "total_price_usd":"256.00",
  2108.          "checkout_token":null,
  2109.          "reference":null,
  2110.          "user_id":null,
  2111.          "location_id":null,
  2112.          "source_identifier":null,
  2113.          "source_url":null,
  2114.          "processed_at":"2020-08-17T10:32:55-04:00",
  2115.          "device_id":null,
  2116.          "phone":null,
  2117.          "customer_locale":null,
  2118.          "app_id":4216781,
  2119.          "browser_ip":null,
  2120.          "landing_site_ref":null,
  2121.          "order_number":1182,
  2122.          "discount_applications":[
  2123.             {
  2124.                "type":"manual",
  2125.                "value":"10.0",
  2126.                "value_type":"percentage",
  2127.                "allocation_method":"across",
  2128.                "target_selection":"all",
  2129.                "target_type":"line_item",
  2130.                "description":"FRIYAY",
  2131.                "title":"FRIYAY"
  2132.             }
  2133.          ],
  2134.          "discount_codes":[
  2135.             {
  2136.                "code":"FRIYAY",
  2137.                "amount":"25.99",
  2138.                "type":"percentage"
  2139.             }
  2140.          ],
  2141.          "note_attributes":[
  2142.            
  2143.          ],
  2144.          "payment_gateway_names":[
  2145.             ""
  2146.          ],
  2147.          "processing_method":"",
  2148.          "checkout_id":null,
  2149.          "source_name":"phone",
  2150.          "fulfillment_status":null,
  2151.          "tax_lines":[
  2152.             {
  2153.                "price":"15.59",
  2154.                "rate":0.06,
  2155.                "title":"State tax",
  2156.                "price_set":{
  2157.                   "shop_money":{
  2158.                      "amount":"15.59",
  2159.                      "currency_code":"USD"
  2160.                   },
  2161.                   "presentment_money":{
  2162.                      "amount":"15.59",
  2163.                      "currency_code":"USD"
  2164.                   }
  2165.                }
  2166.             },
  2167.             {
  2168.                "price":"6.50",
  2169.                "rate":0.025,
  2170.                "title":"County tax",
  2171.                "price_set":{
  2172.                   "shop_money":{
  2173.                      "amount":"6.50",
  2174.                      "currency_code":"USD"
  2175.                   },
  2176.                   "presentment_money":{
  2177.                      "amount":"6.50",
  2178.                      "currency_code":"USD"
  2179.                   }
  2180.                }
  2181.             }
  2182.          ],
  2183.          "tags":"first-run",
  2184.          "contact_email":"egnition_sample_79@egnition.com",
  2185.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/d52b966a235d90ee70973d03c8243140\/authenticate?key=b9eaa848931930a310edbe1c0bf005de",
  2186.          "presentment_currency":"USD",
  2187.          "total_line_items_price_set":{
  2188.             "shop_money":{
  2189.                "amount":"259.90",
  2190.                "currency_code":"USD"
  2191.             },
  2192.             "presentment_money":{
  2193.                "amount":"259.90",
  2194.                "currency_code":"USD"
  2195.             }
  2196.          },
  2197.          "total_discounts_set":{
  2198.             "shop_money":{
  2199.                "amount":"25.99",
  2200.                "currency_code":"USD"
  2201.             },
  2202.             "presentment_money":{
  2203.                "amount":"25.99",
  2204.                "currency_code":"USD"
  2205.             }
  2206.          },
  2207.          "total_shipping_price_set":{
  2208.             "shop_money":{
  2209.                "amount":"0.00",
  2210.                "currency_code":"USD"
  2211.             },
  2212.             "presentment_money":{
  2213.                "amount":"0.00",
  2214.                "currency_code":"USD"
  2215.             }
  2216.          },
  2217.          "subtotal_price_set":{
  2218.             "shop_money":{
  2219.                "amount":"233.91",
  2220.                "currency_code":"USD"
  2221.             },
  2222.             "presentment_money":{
  2223.                "amount":"233.91",
  2224.                "currency_code":"USD"
  2225.             }
  2226.          },
  2227.          "total_price_set":{
  2228.             "shop_money":{
  2229.                "amount":"256.00",
  2230.                "currency_code":"USD"
  2231.             },
  2232.             "presentment_money":{
  2233.                "amount":"256.00",
  2234.                "currency_code":"USD"
  2235.             }
  2236.          },
  2237.          "total_tax_set":{
  2238.             "shop_money":{
  2239.                "amount":"22.09",
  2240.                "currency_code":"USD"
  2241.             },
  2242.             "presentment_money":{
  2243.                "amount":"22.09",
  2244.                "currency_code":"USD"
  2245.             }
  2246.          },
  2247.          "line_items":[
  2248.             {
  2249.                "id":5869874905254,
  2250.                "variant_id":35682252980390,
  2251.                "title":"6 \/ black",
  2252.                "quantity":2,
  2253.                "sku":"VN-07-black-6",
  2254.                "variant_title":"6 \/ black",
  2255.                "vendor":"VANS",
  2256.                "fulfillment_service":"manual",
  2257.                "product_id":5605676777638,
  2258.                "requires_shipping":true,
  2259.                "taxable":true,
  2260.                "gift_card":false,
  2261.                "name":"6 \/ black - 6 \/ black",
  2262.                "variant_inventory_management":"testapp",
  2263.                "properties":[
  2264.                  
  2265.                ],
  2266.                "product_exists":true,
  2267.                "fulfillable_quantity":2,
  2268.                "grams":0,
  2269.                "price":"129.95",
  2270.                "total_discount":"0.00",
  2271.                "fulfillment_status":null,
  2272.                "price_set":{
  2273.                   "shop_money":{
  2274.                      "amount":"129.95",
  2275.                      "currency_code":"USD"
  2276.                   },
  2277.                   "presentment_money":{
  2278.                      "amount":"129.95",
  2279.                      "currency_code":"USD"
  2280.                   }
  2281.                },
  2282.                "total_discount_set":{
  2283.                   "shop_money":{
  2284.                      "amount":"0.00",
  2285.                      "currency_code":"USD"
  2286.                   },
  2287.                   "presentment_money":{
  2288.                      "amount":"0.00",
  2289.                      "currency_code":"USD"
  2290.                   }
  2291.                },
  2292.                "discount_allocations":[
  2293.                   {
  2294.                      "amount":"25.99",
  2295.                      "discount_application_index":0,
  2296.                      "amount_set":{
  2297.                         "shop_money":{
  2298.                            "amount":"25.99",
  2299.                            "currency_code":"USD"
  2300.                         },
  2301.                         "presentment_money":{
  2302.                            "amount":"25.99",
  2303.                            "currency_code":"USD"
  2304.                         }
  2305.                      }
  2306.                   }
  2307.                ],
  2308.                "duties":[
  2309.                  
  2310.                ],
  2311.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869874905254",
  2312.                "tax_lines":[
  2313.                   {
  2314.                      "title":"State tax",
  2315.                      "price":"15.59",
  2316.                      "rate":0.06,
  2317.                      "price_set":{
  2318.                         "shop_money":{
  2319.                            "amount":"15.59",
  2320.                            "currency_code":"USD"
  2321.                         },
  2322.                         "presentment_money":{
  2323.                            "amount":"15.59",
  2324.                            "currency_code":"USD"
  2325.                         }
  2326.                      }
  2327.                   },
  2328.                   {
  2329.                      "title":"County tax",
  2330.                      "price":"6.50",
  2331.                      "rate":0.025,
  2332.                      "price_set":{
  2333.                         "shop_money":{
  2334.                            "amount":"6.50",
  2335.                            "currency_code":"USD"
  2336.                         },
  2337.                         "presentment_money":{
  2338.                            "amount":"6.50",
  2339.                            "currency_code":"USD"
  2340.                         }
  2341.                      }
  2342.                   }
  2343.                ]
  2344.             }
  2345.          ],
  2346.          "fulfillments":[
  2347.            
  2348.          ],
  2349.          "refunds":[
  2350.            
  2351.          ],
  2352.          "total_tip_received":"0.0",
  2353.          "original_total_duties_set":null,
  2354.          "current_total_duties_set":null,
  2355.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677843198118",
  2356.          "shipping_lines":[
  2357.            
  2358.          ],
  2359.          "billing_address":{
  2360.             "first_name":"Chase",
  2361.             "address1":"692-9631 Vulputate Rd.",
  2362.             "phone":"+19035721111",
  2363.             "city":"Darwin",
  2364.             "zip":"17574",
  2365.             "province":"Alabama",
  2366.             "country":"United States",
  2367.             "last_name":"Wynn",
  2368.             "address2":null,
  2369.             "company":null,
  2370.             "latitude":null,
  2371.             "longitude":null,
  2372.             "name":"Chase Wynn",
  2373.             "country_code":"US",
  2374.             "province_code":"AL"
  2375.          },
  2376.          "shipping_address":{
  2377.             "first_name":"Chase",
  2378.             "address1":"692-9631 Vulputate Rd.",
  2379.             "phone":"+19035721111",
  2380.             "city":"Darwin",
  2381.             "zip":"17574",
  2382.             "province":"Alabama",
  2383.             "country":"United States",
  2384.             "last_name":"Wynn",
  2385.             "address2":null,
  2386.             "company":null,
  2387.             "latitude":null,
  2388.             "longitude":null,
  2389.             "name":"Chase Wynn",
  2390.             "country_code":"US",
  2391.             "province_code":"AL"
  2392.          },
  2393.          "customer":{
  2394.             "id":3927123755174,
  2395.             "email":"egnition_sample_79@egnition.com",
  2396.             "accepts_marketing":false,
  2397.             "created_at":"2020-08-13T09:57:58-04:00",
  2398.             "updated_at":"2020-08-20T14:01:14-04:00",
  2399.             "first_name":"Chase",
  2400.             "last_name":"Wynn",
  2401.             "orders_count":14,
  2402.             "state":"disabled",
  2403.             "total_spent":"23420.28",
  2404.             "last_order_id":2677844279462,
  2405.             "note":null,
  2406.             "verified_email":true,
  2407.             "multipass_identifier":null,
  2408.             "tax_exempt":false,
  2409.             "phone":"+19035721111",
  2410.             "tags":"egnition-sample-data, VIP",
  2411.             "last_order_name":"#1183",
  2412.             "currency":"USD",
  2413.             "accepts_marketing_updated_at":"2020-08-13T09:57:58-04:00",
  2414.             "marketing_opt_in_level":null,
  2415.             "tax_exemptions":[
  2416.                
  2417.             ],
  2418.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3927123755174",
  2419.             "default_address":{
  2420.                "id":4792384192678,
  2421.                "customer_id":3927123755174,
  2422.                "first_name":"Chase",
  2423.                "last_name":"Wynn",
  2424.                "company":null,
  2425.                "address1":"692-9631 Vulputate Rd.",
  2426.                "address2":null,
  2427.                "city":"Darwin",
  2428.                "province":"Alabama",
  2429.                "country":"United States",
  2430.                "zip":"17574",
  2431.                "phone":"+19035721111",
  2432.                "name":"Chase Wynn",
  2433.                "province_code":"AL",
  2434.                "country_code":"US",
  2435.                "country_name":"United States",
  2436.                "default":true
  2437.             }
  2438.          }
  2439.       },
  2440.       {
  2441.          "id":2677842116774,
  2442.          "email":"egnition_sample_21@egnition.com",
  2443.          "closed_at":"2020-08-20T14:00:40-04:00",
  2444.          "created_at":"2020-08-20T14:00:39-04:00",
  2445.          "updated_at":"2020-08-20T14:00:40-04:00",
  2446.          "number":181,
  2447.          "note":null,
  2448.          "token":"1bba23a7f3d4b800fb869e62735fb3d3",
  2449.          "gateway":"",
  2450.          "test":false,
  2451.          "total_price":"295.40",
  2452.          "subtotal_price":"269.91",
  2453.          "total_weight":0,
  2454.          "total_tax":"25.49",
  2455.          "taxes_included":false,
  2456.          "currency":"USD",
  2457.          "financial_status":"paid",
  2458.          "confirmed":true,
  2459.          "total_discounts":"29.99",
  2460.          "total_line_items_price":"299.90",
  2461.          "cart_token":null,
  2462.          "buyer_accepts_marketing":false,
  2463.          "name":"#1181",
  2464.          "referring_site":null,
  2465.          "landing_site":null,
  2466.          "cancelled_at":null,
  2467.          "cancel_reason":null,
  2468.          "total_price_usd":"295.40",
  2469.          "checkout_token":null,
  2470.          "reference":null,
  2471.          "user_id":null,
  2472.          "location_id":null,
  2473.          "source_identifier":null,
  2474.          "source_url":null,
  2475.          "processed_at":"2020-06-16T03:16:37-04:00",
  2476.          "device_id":null,
  2477.          "phone":null,
  2478.          "customer_locale":null,
  2479.          "app_id":4216781,
  2480.          "browser_ip":null,
  2481.          "landing_site_ref":null,
  2482.          "order_number":1181,
  2483.          "discount_applications":[
  2484.             {
  2485.                "type":"manual",
  2486.                "value":"10.0",
  2487.                "value_type":"percentage",
  2488.                "allocation_method":"across",
  2489.                "target_selection":"all",
  2490.                "target_type":"line_item",
  2491.                "description":"FRIYAY",
  2492.                "title":"FRIYAY"
  2493.             }
  2494.          ],
  2495.          "discount_codes":[
  2496.             {
  2497.                "code":"FRIYAY",
  2498.                "amount":"29.99",
  2499.                "type":"percentage"
  2500.             }
  2501.          ],
  2502.          "note_attributes":[
  2503.            
  2504.          ],
  2505.          "payment_gateway_names":[
  2506.             ""
  2507.          ],
  2508.          "processing_method":"",
  2509.          "checkout_id":null,
  2510.          "source_name":"phone",
  2511.          "fulfillment_status":"fulfilled",
  2512.          "tax_lines":[
  2513.             {
  2514.                "price":"17.99",
  2515.                "rate":0.06,
  2516.                "title":"State tax",
  2517.                "price_set":{
  2518.                   "shop_money":{
  2519.                      "amount":"17.99",
  2520.                      "currency_code":"USD"
  2521.                   },
  2522.                   "presentment_money":{
  2523.                      "amount":"17.99",
  2524.                      "currency_code":"USD"
  2525.                   }
  2526.                }
  2527.             },
  2528.             {
  2529.                "price":"7.50",
  2530.                "rate":0.025,
  2531.                "title":"County tax",
  2532.                "price_set":{
  2533.                   "shop_money":{
  2534.                      "amount":"7.50",
  2535.                      "currency_code":"USD"
  2536.                   },
  2537.                   "presentment_money":{
  2538.                      "amount":"7.50",
  2539.                      "currency_code":"USD"
  2540.                   }
  2541.                }
  2542.             }
  2543.          ],
  2544.          "tags":"first-run",
  2545.          "contact_email":"egnition_sample_21@egnition.com",
  2546.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/1bba23a7f3d4b800fb869e62735fb3d3\/authenticate?key=db966b51de86ad96416fc21e1ede2496",
  2547.          "presentment_currency":"USD",
  2548.          "total_line_items_price_set":{
  2549.             "shop_money":{
  2550.                "amount":"299.90",
  2551.                "currency_code":"USD"
  2552.             },
  2553.             "presentment_money":{
  2554.                "amount":"299.90",
  2555.                "currency_code":"USD"
  2556.             }
  2557.          },
  2558.          "total_discounts_set":{
  2559.             "shop_money":{
  2560.                "amount":"29.99",
  2561.                "currency_code":"USD"
  2562.             },
  2563.             "presentment_money":{
  2564.                "amount":"29.99",
  2565.                "currency_code":"USD"
  2566.             }
  2567.          },
  2568.          "total_shipping_price_set":{
  2569.             "shop_money":{
  2570.                "amount":"0.00",
  2571.                "currency_code":"USD"
  2572.             },
  2573.             "presentment_money":{
  2574.                "amount":"0.00",
  2575.                "currency_code":"USD"
  2576.             }
  2577.          },
  2578.          "subtotal_price_set":{
  2579.             "shop_money":{
  2580.                "amount":"269.91",
  2581.                "currency_code":"USD"
  2582.             },
  2583.             "presentment_money":{
  2584.                "amount":"269.91",
  2585.                "currency_code":"USD"
  2586.             }
  2587.          },
  2588.          "total_price_set":{
  2589.             "shop_money":{
  2590.                "amount":"295.40",
  2591.                "currency_code":"USD"
  2592.             },
  2593.             "presentment_money":{
  2594.                "amount":"295.40",
  2595.                "currency_code":"USD"
  2596.             }
  2597.          },
  2598.          "total_tax_set":{
  2599.             "shop_money":{
  2600.                "amount":"25.49",
  2601.                "currency_code":"USD"
  2602.             },
  2603.             "presentment_money":{
  2604.                "amount":"25.49",
  2605.                "currency_code":"USD"
  2606.             }
  2607.          },
  2608.          "line_items":[
  2609.             {
  2610.                "id":5869873332390,
  2611.                "variant_id":35682264219814,
  2612.                "title":"OS \/ black",
  2613.                "quantity":1,
  2614.                "sku":"H-01-black-OS",
  2615.                "variant_title":"OS \/ black",
  2616.                "vendor":"HERSCHEL",
  2617.                "fulfillment_service":"manual",
  2618.                "product_id":5605680971942,
  2619.                "requires_shipping":true,
  2620.                "taxable":true,
  2621.                "gift_card":false,
  2622.                "name":"OS \/ black - OS \/ black",
  2623.                "variant_inventory_management":"testapp",
  2624.                "properties":[
  2625.                  
  2626.                ],
  2627.                "product_exists":true,
  2628.                "fulfillable_quantity":0,
  2629.                "grams":0,
  2630.                "price":"119.95",
  2631.                "total_discount":"0.00",
  2632.                "fulfillment_status":"fulfilled",
  2633.                "price_set":{
  2634.                   "shop_money":{
  2635.                      "amount":"119.95",
  2636.                      "currency_code":"USD"
  2637.                   },
  2638.                   "presentment_money":{
  2639.                      "amount":"119.95",
  2640.                      "currency_code":"USD"
  2641.                   }
  2642.                },
  2643.                "total_discount_set":{
  2644.                   "shop_money":{
  2645.                      "amount":"0.00",
  2646.                      "currency_code":"USD"
  2647.                   },
  2648.                   "presentment_money":{
  2649.                      "amount":"0.00",
  2650.                      "currency_code":"USD"
  2651.                   }
  2652.                },
  2653.                "discount_allocations":[
  2654.                   {
  2655.                      "amount":"12.00",
  2656.                      "discount_application_index":0,
  2657.                      "amount_set":{
  2658.                         "shop_money":{
  2659.                            "amount":"12.00",
  2660.                            "currency_code":"USD"
  2661.                         },
  2662.                         "presentment_money":{
  2663.                            "amount":"12.00",
  2664.                            "currency_code":"USD"
  2665.                         }
  2666.                      }
  2667.                   }
  2668.                ],
  2669.                "duties":[
  2670.                  
  2671.                ],
  2672.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869873332390",
  2673.                "tax_lines":[
  2674.                   {
  2675.                      "title":"State tax",
  2676.                      "price":"7.20",
  2677.                      "rate":0.06,
  2678.                      "price_set":{
  2679.                         "shop_money":{
  2680.                            "amount":"7.20",
  2681.                            "currency_code":"USD"
  2682.                         },
  2683.                         "presentment_money":{
  2684.                            "amount":"7.20",
  2685.                            "currency_code":"USD"
  2686.                         }
  2687.                      }
  2688.                   },
  2689.                   {
  2690.                      "title":"County tax",
  2691.                      "price":"3.00",
  2692.                      "rate":0.025,
  2693.                      "price_set":{
  2694.                         "shop_money":{
  2695.                            "amount":"3.00",
  2696.                            "currency_code":"USD"
  2697.                         },
  2698.                         "presentment_money":{
  2699.                            "amount":"3.00",
  2700.                            "currency_code":"USD"
  2701.                         }
  2702.                      }
  2703.                   }
  2704.                ]
  2705.             },
  2706.             {
  2707.                "id":5869873365158,
  2708.                "variant_id":35682246328486,
  2709.                "title":"8 \/ white",
  2710.                "quantity":1,
  2711.                "sku":"VN-05\r\n-white-8",
  2712.                "variant_title":"8 \/ white",
  2713.                "vendor":"VANS",
  2714.                "fulfillment_service":"manual",
  2715.                "product_id":5605674451110,
  2716.                "requires_shipping":true,
  2717.                "taxable":true,
  2718.                "gift_card":false,
  2719.                "name":"8 \/ white - 8 \/ white",
  2720.                "variant_inventory_management":"testapp",
  2721.                "properties":[
  2722.                  
  2723.                ],
  2724.                "product_exists":true,
  2725.                "fulfillable_quantity":0,
  2726.                "grams":0,
  2727.                "price":"179.95",
  2728.                "total_discount":"0.00",
  2729.                "fulfillment_status":"fulfilled",
  2730.                "price_set":{
  2731.                   "shop_money":{
  2732.                      "amount":"179.95",
  2733.                      "currency_code":"USD"
  2734.                   },
  2735.                   "presentment_money":{
  2736.                      "amount":"179.95",
  2737.                      "currency_code":"USD"
  2738.                   }
  2739.                },
  2740.                "total_discount_set":{
  2741.                   "shop_money":{
  2742.                      "amount":"0.00",
  2743.                      "currency_code":"USD"
  2744.                   },
  2745.                   "presentment_money":{
  2746.                      "amount":"0.00",
  2747.                      "currency_code":"USD"
  2748.                   }
  2749.                },
  2750.                "discount_allocations":[
  2751.                   {
  2752.                      "amount":"17.99",
  2753.                      "discount_application_index":0,
  2754.                      "amount_set":{
  2755.                         "shop_money":{
  2756.                            "amount":"17.99",
  2757.                            "currency_code":"USD"
  2758.                         },
  2759.                         "presentment_money":{
  2760.                            "amount":"17.99",
  2761.                            "currency_code":"USD"
  2762.                         }
  2763.                      }
  2764.                   }
  2765.                ],
  2766.                "duties":[
  2767.                  
  2768.                ],
  2769.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869873365158",
  2770.                "tax_lines":[
  2771.                   {
  2772.                      "title":"State tax",
  2773.                      "price":"10.79",
  2774.                      "rate":0.06,
  2775.                      "price_set":{
  2776.                         "shop_money":{
  2777.                            "amount":"10.79",
  2778.                            "currency_code":"USD"
  2779.                         },
  2780.                         "presentment_money":{
  2781.                            "amount":"10.79",
  2782.                            "currency_code":"USD"
  2783.                         }
  2784.                      }
  2785.                   },
  2786.                   {
  2787.                      "title":"County tax",
  2788.                      "price":"4.50",
  2789.                      "rate":0.025,
  2790.                      "price_set":{
  2791.                         "shop_money":{
  2792.                            "amount":"4.50",
  2793.                            "currency_code":"USD"
  2794.                         },
  2795.                         "presentment_money":{
  2796.                            "amount":"4.50",
  2797.                            "currency_code":"USD"
  2798.                         }
  2799.                      }
  2800.                   }
  2801.                ]
  2802.             }
  2803.          ],
  2804.          "fulfillments":[
  2805.             {
  2806.                "id":2528160481446,
  2807.                "order_id":2677842116774,
  2808.                "status":"success",
  2809.                "created_at":"2020-08-20T14:00:40-04:00",
  2810.                "service":"manual",
  2811.                "updated_at":"2020-08-20T14:00:40-04:00",
  2812.                "tracking_company":null,
  2813.                "shipment_status":null,
  2814.                "location_id":48389816486,
  2815.                "line_items":[
  2816.                   {
  2817.                      "id":5869873332390,
  2818.                      "variant_id":35682264219814,
  2819.                      "title":"OS \/ black",
  2820.                      "quantity":1,
  2821.                      "sku":"H-01-black-OS",
  2822.                      "variant_title":"OS \/ black",
  2823.                      "vendor":"HERSCHEL",
  2824.                      "fulfillment_service":"manual",
  2825.                      "product_id":5605680971942,
  2826.                      "requires_shipping":true,
  2827.                      "taxable":true,
  2828.                      "gift_card":false,
  2829.                      "name":"OS \/ black - OS \/ black",
  2830.                      "variant_inventory_management":"testapp",
  2831.                      "properties":[
  2832.                        
  2833.                      ],
  2834.                      "product_exists":true,
  2835.                      "fulfillable_quantity":0,
  2836.                      "grams":0,
  2837.                      "price":"119.95",
  2838.                      "total_discount":"0.00",
  2839.                      "fulfillment_status":"fulfilled",
  2840.                      "price_set":{
  2841.                         "shop_money":{
  2842.                            "amount":"119.95",
  2843.                            "currency_code":"USD"
  2844.                         },
  2845.                         "presentment_money":{
  2846.                            "amount":"119.95",
  2847.                            "currency_code":"USD"
  2848.                         }
  2849.                      },
  2850.                      "total_discount_set":{
  2851.                         "shop_money":{
  2852.                            "amount":"0.00",
  2853.                            "currency_code":"USD"
  2854.                         },
  2855.                         "presentment_money":{
  2856.                            "amount":"0.00",
  2857.                            "currency_code":"USD"
  2858.                         }
  2859.                      },
  2860.                      "discount_allocations":[
  2861.                         {
  2862.                            "amount":"12.00",
  2863.                            "discount_application_index":0,
  2864.                            "amount_set":{
  2865.                               "shop_money":{
  2866.                                  "amount":"12.00",
  2867.                                  "currency_code":"USD"
  2868.                               },
  2869.                               "presentment_money":{
  2870.                                  "amount":"12.00",
  2871.                                  "currency_code":"USD"
  2872.                               }
  2873.                            }
  2874.                         }
  2875.                      ],
  2876.                      "duties":[
  2877.                        
  2878.                      ],
  2879.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869873332390",
  2880.                      "tax_lines":[
  2881.                         {
  2882.                            "title":"State tax",
  2883.                            "price":"7.20",
  2884.                            "rate":0.06,
  2885.                            "price_set":{
  2886.                               "shop_money":{
  2887.                                  "amount":"7.20",
  2888.                                  "currency_code":"USD"
  2889.                               },
  2890.                               "presentment_money":{
  2891.                                  "amount":"7.20",
  2892.                                  "currency_code":"USD"
  2893.                               }
  2894.                            }
  2895.                         },
  2896.                         {
  2897.                            "title":"County tax",
  2898.                            "price":"3.00",
  2899.                            "rate":0.025,
  2900.                            "price_set":{
  2901.                               "shop_money":{
  2902.                                  "amount":"3.00",
  2903.                                  "currency_code":"USD"
  2904.                               },
  2905.                               "presentment_money":{
  2906.                                  "amount":"3.00",
  2907.                                  "currency_code":"USD"
  2908.                               }
  2909.                            }
  2910.                         }
  2911.                      ]
  2912.                   },
  2913.                   {
  2914.                      "id":5869873365158,
  2915.                      "variant_id":35682246328486,
  2916.                      "title":"8 \/ white",
  2917.                      "quantity":1,
  2918.                      "sku":"VN-05\r\n-white-8",
  2919.                      "variant_title":"8 \/ white",
  2920.                      "vendor":"VANS",
  2921.                      "fulfillment_service":"manual",
  2922.                      "product_id":5605674451110,
  2923.                      "requires_shipping":true,
  2924.                      "taxable":true,
  2925.                      "gift_card":false,
  2926.                      "name":"8 \/ white - 8 \/ white",
  2927.                      "variant_inventory_management":"testapp",
  2928.                      "properties":[
  2929.                        
  2930.                      ],
  2931.                      "product_exists":true,
  2932.                      "fulfillable_quantity":0,
  2933.                      "grams":0,
  2934.                      "price":"179.95",
  2935.                      "total_discount":"0.00",
  2936.                      "fulfillment_status":"fulfilled",
  2937.                      "price_set":{
  2938.                         "shop_money":{
  2939.                            "amount":"179.95",
  2940.                            "currency_code":"USD"
  2941.                         },
  2942.                         "presentment_money":{
  2943.                            "amount":"179.95",
  2944.                            "currency_code":"USD"
  2945.                         }
  2946.                      },
  2947.                      "total_discount_set":{
  2948.                         "shop_money":{
  2949.                            "amount":"0.00",
  2950.                            "currency_code":"USD"
  2951.                         },
  2952.                         "presentment_money":{
  2953.                            "amount":"0.00",
  2954.                            "currency_code":"USD"
  2955.                         }
  2956.                      },
  2957.                      "discount_allocations":[
  2958.                         {
  2959.                            "amount":"17.99",
  2960.                            "discount_application_index":0,
  2961.                            "amount_set":{
  2962.                               "shop_money":{
  2963.                                  "amount":"17.99",
  2964.                                  "currency_code":"USD"
  2965.                               },
  2966.                               "presentment_money":{
  2967.                                  "amount":"17.99",
  2968.                                  "currency_code":"USD"
  2969.                               }
  2970.                            }
  2971.                         }
  2972.                      ],
  2973.                      "duties":[
  2974.                        
  2975.                      ],
  2976.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869873365158",
  2977.                      "tax_lines":[
  2978.                         {
  2979.                            "title":"State tax",
  2980.                            "price":"10.79",
  2981.                            "rate":0.06,
  2982.                            "price_set":{
  2983.                               "shop_money":{
  2984.                                  "amount":"10.79",
  2985.                                  "currency_code":"USD"
  2986.                               },
  2987.                               "presentment_money":{
  2988.                                  "amount":"10.79",
  2989.                                  "currency_code":"USD"
  2990.                               }
  2991.                            }
  2992.                         },
  2993.                         {
  2994.                            "title":"County tax",
  2995.                            "price":"4.50",
  2996.                            "rate":0.025,
  2997.                            "price_set":{
  2998.                               "shop_money":{
  2999.                                  "amount":"4.50",
  3000.                                  "currency_code":"USD"
  3001.                               },
  3002.                               "presentment_money":{
  3003.                                  "amount":"4.50",
  3004.                                  "currency_code":"USD"
  3005.                               }
  3006.                            }
  3007.                         }
  3008.                      ]
  3009.                   }
  3010.                ],
  3011.                "tracking_number":null,
  3012.                "tracking_numbers":[
  3013.                  
  3014.                ],
  3015.                "tracking_url":null,
  3016.                "tracking_urls":[
  3017.                  
  3018.                ],
  3019.                "receipt":{
  3020.                  
  3021.                },
  3022.                "name":"#1181.1",
  3023.                "admin_graphql_api_id":"gid:\/\/testapp\/Fulfillment\/2528160481446"
  3024.             }
  3025.          ],
  3026.          "refunds":[
  3027.            
  3028.          ],
  3029.          "total_tip_received":"0.0",
  3030.          "original_total_duties_set":null,
  3031.          "current_total_duties_set":null,
  3032.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677842116774",
  3033.          "shipping_lines":[
  3034.            
  3035.          ],
  3036.          "billing_address":{
  3037.             "first_name":"Oleg",
  3038.             "address1":"7334 At Avenue",
  3039.             "phone":"+842862965678",
  3040.             "city":"Georgia",
  3041.             "zip":"65678",
  3042.             "province":"Georgia",
  3043.             "country":"Vietnam",
  3044.             "last_name":"Haley",
  3045.             "address2":null,
  3046.             "company":null,
  3047.             "latitude":null,
  3048.             "longitude":null,
  3049.             "name":"Oleg Haley",
  3050.             "country_code":"VN",
  3051.             "province_code":null
  3052.          },
  3053.          "shipping_address":{
  3054.             "first_name":"Oleg",
  3055.             "address1":"7334 At Avenue",
  3056.             "phone":"+842862965678",
  3057.             "city":"Georgia",
  3058.             "zip":"65678",
  3059.             "province":"Georgia",
  3060.             "country":"Vietnam",
  3061.             "last_name":"Haley",
  3062.             "address2":null,
  3063.             "company":null,
  3064.             "latitude":null,
  3065.             "longitude":null,
  3066.             "name":"Oleg Haley",
  3067.             "country_code":"VN",
  3068.             "province_code":null
  3069.          },
  3070.          "customer":{
  3071.             "id":3927122968742,
  3072.             "email":"egnition_sample_21@egnition.com",
  3073.             "accepts_marketing":false,
  3074.             "created_at":"2020-08-13T09:57:55-04:00",
  3075.             "updated_at":"2020-08-20T14:00:40-04:00",
  3076.             "first_name":"Oleg",
  3077.             "last_name":"Haley",
  3078.             "orders_count":11,
  3079.             "state":"disabled",
  3080.             "total_spent":"197555.68",
  3081.             "last_order_id":2677842116774,
  3082.             "note":null,
  3083.             "verified_email":true,
  3084.             "multipass_identifier":null,
  3085.             "tax_exempt":false,
  3086.             "phone":"+842862961234",
  3087.             "tags":"egnition-sample-data, referral",
  3088.             "last_order_name":"#1181",
  3089.             "currency":"USD",
  3090.             "accepts_marketing_updated_at":"2020-08-13T09:57:55-04:00",
  3091.             "marketing_opt_in_level":null,
  3092.             "tax_exemptions":[
  3093.                
  3094.             ],
  3095.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3927122968742",
  3096.             "default_address":{
  3097.                "id":4792383963302,
  3098.                "customer_id":3927122968742,
  3099.                "first_name":"Oleg",
  3100.                "last_name":"Haley",
  3101.                "company":null,
  3102.                "address1":"7334 At Avenue",
  3103.                "address2":null,
  3104.                "city":"Georgia",
  3105.                "province":"Georgia",
  3106.                "country":"Vietnam",
  3107.                "zip":"65678",
  3108.                "phone":"+842862965678",
  3109.                "name":"Oleg Haley",
  3110.                "province_code":null,
  3111.                "country_code":"VN",
  3112.                "country_name":"Vietnam",
  3113.                "default":true
  3114.             }
  3115.          }
  3116.       },
  3117.       {
  3118.          "id":2677840937126,
  3119.          "email":"uhubbard@example.com",
  3120.          "closed_at":null,
  3121.          "created_at":"2020-08-20T14:00:21-04:00",
  3122.          "updated_at":"2020-08-20T14:00:23-04:00",
  3123.          "number":180,
  3124.          "note":null,
  3125.          "token":"555ee6466f0bed0bfe04fd6eb1631a27",
  3126.          "gateway":"",
  3127.          "test":false,
  3128.          "total_price":"620.35",
  3129.          "subtotal_price":"566.82",
  3130.          "total_weight":0,
  3131.          "total_tax":"53.53",
  3132.          "taxes_included":false,
  3133.          "currency":"USD",
  3134.          "financial_status":"paid",
  3135.          "confirmed":true,
  3136.          "total_discounts":"62.98",
  3137.          "total_line_items_price":"629.80",
  3138.          "cart_token":null,
  3139.          "buyer_accepts_marketing":false,
  3140.          "name":"#1180",
  3141.          "referring_site":null,
  3142.          "landing_site":null,
  3143.          "cancelled_at":null,
  3144.          "cancel_reason":null,
  3145.          "total_price_usd":"620.35",
  3146.          "checkout_token":null,
  3147.          "reference":null,
  3148.          "user_id":null,
  3149.          "location_id":null,
  3150.          "source_identifier":null,
  3151.          "source_url":null,
  3152.          "processed_at":"2020-08-18T20:24:33-04:00",
  3153.          "device_id":null,
  3154.          "phone":null,
  3155.          "customer_locale":null,
  3156.          "app_id":4216781,
  3157.          "browser_ip":null,
  3158.          "landing_site_ref":null,
  3159.          "order_number":1180,
  3160.          "discount_applications":[
  3161.             {
  3162.                "type":"manual",
  3163.                "value":"10.0",
  3164.                "value_type":"percentage",
  3165.                "allocation_method":"across",
  3166.                "target_selection":"all",
  3167.                "target_type":"line_item",
  3168.                "description":"FRIYAY",
  3169.                "title":"FRIYAY"
  3170.             }
  3171.          ],
  3172.          "discount_codes":[
  3173.             {
  3174.                "code":"FRIYAY",
  3175.                "amount":"62.98",
  3176.                "type":"percentage"
  3177.             }
  3178.          ],
  3179.          "note_attributes":[
  3180.            
  3181.          ],
  3182.          "payment_gateway_names":[
  3183.             ""
  3184.          ],
  3185.          "processing_method":"",
  3186.          "checkout_id":null,
  3187.          "source_name":"phone",
  3188.          "fulfillment_status":null,
  3189.          "tax_lines":[
  3190.             {
  3191.                "price":"37.79",
  3192.                "rate":0.06,
  3193.                "title":"State tax",
  3194.                "price_set":{
  3195.                   "shop_money":{
  3196.                      "amount":"37.79",
  3197.                      "currency_code":"USD"
  3198.                   },
  3199.                   "presentment_money":{
  3200.                      "amount":"37.79",
  3201.                      "currency_code":"USD"
  3202.                   }
  3203.                }
  3204.             },
  3205.             {
  3206.                "price":"15.75",
  3207.                "rate":0.025,
  3208.                "title":"County tax",
  3209.                "price_set":{
  3210.                   "shop_money":{
  3211.                      "amount":"15.75",
  3212.                      "currency_code":"USD"
  3213.                   },
  3214.                   "presentment_money":{
  3215.                      "amount":"15.75",
  3216.                      "currency_code":"USD"
  3217.                   }
  3218.                }
  3219.             }
  3220.          ],
  3221.          "tags":"first-run",
  3222.          "contact_email":"uhubbard@example.com",
  3223.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/555ee6466f0bed0bfe04fd6eb1631a27\/authenticate?key=5539478bf8cee7d7e42f7616bea3347d",
  3224.          "presentment_currency":"USD",
  3225.          "total_line_items_price_set":{
  3226.             "shop_money":{
  3227.                "amount":"629.80",
  3228.                "currency_code":"USD"
  3229.             },
  3230.             "presentment_money":{
  3231.                "amount":"629.80",
  3232.                "currency_code":"USD"
  3233.             }
  3234.          },
  3235.          "total_discounts_set":{
  3236.             "shop_money":{
  3237.                "amount":"62.98",
  3238.                "currency_code":"USD"
  3239.             },
  3240.             "presentment_money":{
  3241.                "amount":"62.98",
  3242.                "currency_code":"USD"
  3243.             }
  3244.          },
  3245.          "total_shipping_price_set":{
  3246.             "shop_money":{
  3247.                "amount":"0.00",
  3248.                "currency_code":"USD"
  3249.             },
  3250.             "presentment_money":{
  3251.                "amount":"0.00",
  3252.                "currency_code":"USD"
  3253.             }
  3254.          },
  3255.          "subtotal_price_set":{
  3256.             "shop_money":{
  3257.                "amount":"566.82",
  3258.                "currency_code":"USD"
  3259.             },
  3260.             "presentment_money":{
  3261.                "amount":"566.82",
  3262.                "currency_code":"USD"
  3263.             }
  3264.          },
  3265.          "total_price_set":{
  3266.             "shop_money":{
  3267.                "amount":"620.35",
  3268.                "currency_code":"USD"
  3269.             },
  3270.             "presentment_money":{
  3271.                "amount":"620.35",
  3272.                "currency_code":"USD"
  3273.             }
  3274.          },
  3275.          "total_tax_set":{
  3276.             "shop_money":{
  3277.                "amount":"53.53",
  3278.                "currency_code":"USD"
  3279.             },
  3280.             "presentment_money":{
  3281.                "amount":"53.53",
  3282.                "currency_code":"USD"
  3283.             }
  3284.          },
  3285.          "line_items":[
  3286.             {
  3287.                "id":5869871530150,
  3288.                "variant_id":35682254389414,
  3289.                "title":"6 \/ beige",
  3290.                "quantity":1,
  3291.                "sku":"VN-09-beige-6",
  3292.                "variant_title":"6 \/ beige",
  3293.                "vendor":"VANS",
  3294.                "fulfillment_service":"manual",
  3295.                "product_id":5605677432998,
  3296.                "requires_shipping":true,
  3297.                "taxable":true,
  3298.                "gift_card":false,
  3299.                "name":"6 \/ beige - 6 \/ beige",
  3300.                "variant_inventory_management":"testapp",
  3301.                "properties":[
  3302.                  
  3303.                ],
  3304.                "product_exists":true,
  3305.                "fulfillable_quantity":1,
  3306.                "grams":0,
  3307.                "price":"119.95",
  3308.                "total_discount":"0.00",
  3309.                "fulfillment_status":null,
  3310.                "price_set":{
  3311.                   "shop_money":{
  3312.                      "amount":"119.95",
  3313.                      "currency_code":"USD"
  3314.                   },
  3315.                   "presentment_money":{
  3316.                      "amount":"119.95",
  3317.                      "currency_code":"USD"
  3318.                   }
  3319.                },
  3320.                "total_discount_set":{
  3321.                   "shop_money":{
  3322.                      "amount":"0.00",
  3323.                      "currency_code":"USD"
  3324.                   },
  3325.                   "presentment_money":{
  3326.                      "amount":"0.00",
  3327.                      "currency_code":"USD"
  3328.                   }
  3329.                },
  3330.                "discount_allocations":[
  3331.                   {
  3332.                      "amount":"12.00",
  3333.                      "discount_application_index":0,
  3334.                      "amount_set":{
  3335.                         "shop_money":{
  3336.                            "amount":"12.00",
  3337.                            "currency_code":"USD"
  3338.                         },
  3339.                         "presentment_money":{
  3340.                            "amount":"12.00",
  3341.                            "currency_code":"USD"
  3342.                         }
  3343.                      }
  3344.                   }
  3345.                ],
  3346.                "duties":[
  3347.                  
  3348.                ],
  3349.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869871530150",
  3350.                "tax_lines":[
  3351.                   {
  3352.                      "title":"State tax",
  3353.                      "price":"7.20",
  3354.                      "rate":0.06,
  3355.                      "price_set":{
  3356.                         "shop_money":{
  3357.                            "amount":"7.20",
  3358.                            "currency_code":"USD"
  3359.                         },
  3360.                         "presentment_money":{
  3361.                            "amount":"7.20",
  3362.                            "currency_code":"USD"
  3363.                         }
  3364.                      }
  3365.                   },
  3366.                   {
  3367.                      "title":"County tax",
  3368.                      "price":"3.00",
  3369.                      "rate":0.025,
  3370.                      "price_set":{
  3371.                         "shop_money":{
  3372.                            "amount":"3.00",
  3373.                            "currency_code":"USD"
  3374.                         },
  3375.                         "presentment_money":{
  3376.                            "amount":"3.00",
  3377.                            "currency_code":"USD"
  3378.                         }
  3379.                      }
  3380.                   }
  3381.                ]
  3382.             },
  3383.             {
  3384.                "id":5869871661222,
  3385.                "variant_id":35682250555558,
  3386.                "title":"10 \/ gray",
  3387.                "quantity":3,
  3388.                "sku":"su-01-gray-10",
  3389.                "variant_title":"10 \/ gray",
  3390.                "vendor":"SUPRA",
  3391.                "fulfillment_service":"manual",
  3392.                "product_id":5605675761830,
  3393.                "requires_shipping":true,
  3394.                "taxable":true,
  3395.                "gift_card":false,
  3396.                "name":"10 \/ gray - 10 \/ gray",
  3397.                "variant_inventory_management":"testapp",
  3398.                "properties":[
  3399.                  
  3400.                ],
  3401.                "product_exists":true,
  3402.                "fulfillable_quantity":3,
  3403.                "grams":0,
  3404.                "price":"169.95",
  3405.                "total_discount":"0.00",
  3406.                "fulfillment_status":null,
  3407.                "price_set":{
  3408.                   "shop_money":{
  3409.                      "amount":"169.95",
  3410.                      "currency_code":"USD"
  3411.                   },
  3412.                   "presentment_money":{
  3413.                      "amount":"169.95",
  3414.                      "currency_code":"USD"
  3415.                   }
  3416.                },
  3417.                "total_discount_set":{
  3418.                   "shop_money":{
  3419.                      "amount":"0.00",
  3420.                      "currency_code":"USD"
  3421.                   },
  3422.                   "presentment_money":{
  3423.                      "amount":"0.00",
  3424.                      "currency_code":"USD"
  3425.                   }
  3426.                },
  3427.                "discount_allocations":[
  3428.                   {
  3429.                      "amount":"50.98",
  3430.                      "discount_application_index":0,
  3431.                      "amount_set":{
  3432.                         "shop_money":{
  3433.                            "amount":"50.98",
  3434.                            "currency_code":"USD"
  3435.                         },
  3436.                         "presentment_money":{
  3437.                            "amount":"50.98",
  3438.                            "currency_code":"USD"
  3439.                         }
  3440.                      }
  3441.                   }
  3442.                ],
  3443.                "duties":[
  3444.                  
  3445.                ],
  3446.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869871661222",
  3447.                "tax_lines":[
  3448.                   {
  3449.                      "title":"State tax",
  3450.                      "price":"30.59",
  3451.                      "rate":0.06,
  3452.                      "price_set":{
  3453.                         "shop_money":{
  3454.                            "amount":"30.59",
  3455.                            "currency_code":"USD"
  3456.                         },
  3457.                         "presentment_money":{
  3458.                            "amount":"30.59",
  3459.                            "currency_code":"USD"
  3460.                         }
  3461.                      }
  3462.                   },
  3463.                   {
  3464.                      "title":"County tax",
  3465.                      "price":"12.75",
  3466.                      "rate":0.025,
  3467.                      "price_set":{
  3468.                         "shop_money":{
  3469.                            "amount":"12.75",
  3470.                            "currency_code":"USD"
  3471.                         },
  3472.                         "presentment_money":{
  3473.                            "amount":"12.75",
  3474.                            "currency_code":"USD"
  3475.                         }
  3476.                      }
  3477.                   }
  3478.                ]
  3479.             }
  3480.          ],
  3481.          "fulfillments":[
  3482.            
  3483.          ],
  3484.          "refunds":[
  3485.            
  3486.          ],
  3487.          "total_tip_received":"0.0",
  3488.          "original_total_duties_set":null,
  3489.          "current_total_duties_set":null,
  3490.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677840937126",
  3491.          "shipping_lines":[
  3492.            
  3493.          ],
  3494.          "billing_address":{
  3495.             "first_name":"Courtney",
  3496.             "address1":"411 Robert Orchard Suite 483",
  3497.             "phone":"+61491570158",
  3498.             "city":"West Jill",
  3499.             "zip":"32596",
  3500.             "province":"Florida",
  3501.             "country":"United States",
  3502.             "last_name":"Home",
  3503.             "address2":"",
  3504.             "company":"Jones-Martinez",
  3505.             "latitude":null,
  3506.             "longitude":null,
  3507.             "name":"Courtney Home",
  3508.             "country_code":"US",
  3509.             "province_code":"FL"
  3510.          },
  3511.          "shipping_address":{
  3512.             "first_name":"Courtney",
  3513.             "address1":"411 Robert Orchard Suite 483",
  3514.             "phone":"+61491570158",
  3515.             "city":"West Jill",
  3516.             "zip":"32596",
  3517.             "province":"Florida",
  3518.             "country":"United States",
  3519.             "last_name":"Home",
  3520.             "address2":"",
  3521.             "company":"Jones-Martinez",
  3522.             "latitude":null,
  3523.             "longitude":null,
  3524.             "name":"Courtney Home",
  3525.             "country_code":"US",
  3526.             "province_code":"FL"
  3527.          },
  3528.          "customer":{
  3529.             "id":3960624251046,
  3530.             "email":"uhubbard@example.com",
  3531.             "accepts_marketing":false,
  3532.             "created_at":"2020-08-20T14:00:21-04:00",
  3533.             "updated_at":"2020-08-20T14:00:23-04:00",
  3534.             "first_name":"Courtney",
  3535.             "last_name":"Home",
  3536.             "orders_count":1,
  3537.             "state":"disabled",
  3538.             "total_spent":"46533.40",
  3539.             "last_order_id":2677840937126,
  3540.             "note":"",
  3541.             "verified_email":true,
  3542.             "multipass_identifier":"",
  3543.             "tax_exempt":true,
  3544.             "phone":"+61491570158",
  3545.             "tags":"",
  3546.             "last_order_name":"#1180",
  3547.             "currency":"USD",
  3548.             "accepts_marketing_updated_at":"2020-08-20T14:00:23-04:00",
  3549.             "marketing_opt_in_level":null,
  3550.             "tax_exemptions":[
  3551.                
  3552.             ],
  3553.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3960624251046",
  3554.             "default_address":{
  3555.                "id":4827009941670,
  3556.                "customer_id":3960624251046,
  3557.                "first_name":"Courtney",
  3558.                "last_name":"Home",
  3559.                "company":"Jones-Martinez",
  3560.                "address1":"411 Robert Orchard Suite 483",
  3561.                "address2":"",
  3562.                "city":"West Jill",
  3563.                "province":"Florida",
  3564.                "country":"United States",
  3565.                "zip":"32596",
  3566.                "phone":"+61491570158",
  3567.                "name":"Courtney Home",
  3568.                "province_code":"FL",
  3569.                "country_code":"US",
  3570.                "country_name":"United States",
  3571.                "default":true
  3572.             }
  3573.          }
  3574.       },
  3575.       {
  3576.          "id":2677839921318,
  3577.          "email":"egnition_sample_34@egnition.com",
  3578.          "closed_at":null,
  3579.          "created_at":"2020-08-20T14:00:04-04:00",
  3580.          "updated_at":"2020-08-20T14:00:05-04:00",
  3581.          "number":179,
  3582.          "note":null,
  3583.          "token":"bd171ac8fa7080d8f893a5a7eb6fee83",
  3584.          "gateway":"",
  3585.          "test":false,
  3586.          "total_price":"423.41",
  3587.          "subtotal_price":"386.87",
  3588.          "total_weight":0,
  3589.          "total_tax":"36.54",
  3590.          "taxes_included":false,
  3591.          "currency":"USD",
  3592.          "financial_status":"refunded",
  3593.          "confirmed":true,
  3594.          "total_discounts":"42.98",
  3595.          "total_line_items_price":"429.85",
  3596.          "cart_token":null,
  3597.          "buyer_accepts_marketing":false,
  3598.          "name":"#1179",
  3599.          "referring_site":null,
  3600.          "landing_site":null,
  3601.          "cancelled_at":null,
  3602.          "cancel_reason":null,
  3603.          "total_price_usd":"423.41",
  3604.          "checkout_token":null,
  3605.          "reference":null,
  3606.          "user_id":null,
  3607.          "location_id":null,
  3608.          "source_identifier":null,
  3609.          "source_url":null,
  3610.          "processed_at":"2020-07-14T03:13:23-04:00",
  3611.          "device_id":null,
  3612.          "phone":null,
  3613.          "customer_locale":null,
  3614.          "app_id":4216781,
  3615.          "browser_ip":null,
  3616.          "landing_site_ref":null,
  3617.          "order_number":1179,
  3618.          "discount_applications":[
  3619.             {
  3620.                "type":"manual",
  3621.                "value":"10.0",
  3622.                "value_type":"percentage",
  3623.                "allocation_method":"across",
  3624.                "target_selection":"all",
  3625.                "target_type":"line_item",
  3626.                "description":"FRIYAY",
  3627.                "title":"FRIYAY"
  3628.             }
  3629.          ],
  3630.          "discount_codes":[
  3631.             {
  3632.                "code":"FRIYAY",
  3633.                "amount":"42.98",
  3634.                "type":"percentage"
  3635.             }
  3636.          ],
  3637.          "note_attributes":[
  3638.            
  3639.          ],
  3640.          "payment_gateway_names":[
  3641.             ""
  3642.          ],
  3643.          "processing_method":"",
  3644.          "checkout_id":null,
  3645.          "source_name":"phone",
  3646.          "fulfillment_status":null,
  3647.          "tax_lines":[
  3648.             {
  3649.                "price":"25.79",
  3650.                "rate":0.06,
  3651.                "title":"State tax",
  3652.                "price_set":{
  3653.                   "shop_money":{
  3654.                      "amount":"25.79",
  3655.                      "currency_code":"USD"
  3656.                   },
  3657.                   "presentment_money":{
  3658.                      "amount":"25.79",
  3659.                      "currency_code":"USD"
  3660.                   }
  3661.                }
  3662.             },
  3663.             {
  3664.                "price":"10.75",
  3665.                "rate":0.025,
  3666.                "title":"County tax",
  3667.                "price_set":{
  3668.                   "shop_money":{
  3669.                      "amount":"10.75",
  3670.                      "currency_code":"USD"
  3671.                   },
  3672.                   "presentment_money":{
  3673.                      "amount":"10.75",
  3674.                      "currency_code":"USD"
  3675.                   }
  3676.                }
  3677.             }
  3678.          ],
  3679.          "tags":"first-run",
  3680.          "contact_email":"egnition_sample_34@egnition.com",
  3681.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/bd171ac8fa7080d8f893a5a7eb6fee83\/authenticate?key=8c749b9f4aa867703edca6ca7f2c4c09",
  3682.          "presentment_currency":"USD",
  3683.          "total_line_items_price_set":{
  3684.             "shop_money":{
  3685.                "amount":"429.85",
  3686.                "currency_code":"USD"
  3687.             },
  3688.             "presentment_money":{
  3689.                "amount":"429.85",
  3690.                "currency_code":"USD"
  3691.             }
  3692.          },
  3693.          "total_discounts_set":{
  3694.             "shop_money":{
  3695.                "amount":"42.98",
  3696.                "currency_code":"USD"
  3697.             },
  3698.             "presentment_money":{
  3699.                "amount":"42.98",
  3700.                "currency_code":"USD"
  3701.             }
  3702.          },
  3703.          "total_shipping_price_set":{
  3704.             "shop_money":{
  3705.                "amount":"0.00",
  3706.                "currency_code":"USD"
  3707.             },
  3708.             "presentment_money":{
  3709.                "amount":"0.00",
  3710.                "currency_code":"USD"
  3711.             }
  3712.          },
  3713.          "subtotal_price_set":{
  3714.             "shop_money":{
  3715.                "amount":"386.87",
  3716.                "currency_code":"USD"
  3717.             },
  3718.             "presentment_money":{
  3719.                "amount":"386.87",
  3720.                "currency_code":"USD"
  3721.             }
  3722.          },
  3723.          "total_price_set":{
  3724.             "shop_money":{
  3725.                "amount":"423.41",
  3726.                "currency_code":"USD"
  3727.             },
  3728.             "presentment_money":{
  3729.                "amount":"423.41",
  3730.                "currency_code":"USD"
  3731.             }
  3732.          },
  3733.          "total_tax_set":{
  3734.             "shop_money":{
  3735.                "amount":"36.54",
  3736.                "currency_code":"USD"
  3737.             },
  3738.             "presentment_money":{
  3739.                "amount":"36.54",
  3740.                "currency_code":"USD"
  3741.             }
  3742.          },
  3743.          "line_items":[
  3744.             {
  3745.                "id":5869869891750,
  3746.                "variant_id":35682262974630,
  3747.                "title":"4 \/ black",
  3748.                "quantity":1,
  3749.                "sku":"NK-02-black-4",
  3750.                "variant_title":"4 \/ black",
  3751.                "vendor":"NIKE",
  3752.                "fulfillment_service":"manual",
  3753.                "product_id":5605680447654,
  3754.                "requires_shipping":true,
  3755.                "taxable":true,
  3756.                "gift_card":false,
  3757.                "name":"4 \/ black - 4 \/ black",
  3758.                "variant_inventory_management":"testapp",
  3759.                "properties":[
  3760.                  
  3761.                ],
  3762.                "product_exists":true,
  3763.                "fulfillable_quantity":1,
  3764.                "grams":0,
  3765.                "price":"70.00",
  3766.                "total_discount":"0.00",
  3767.                "fulfillment_status":null,
  3768.                "price_set":{
  3769.                   "shop_money":{
  3770.                      "amount":"70.00",
  3771.                      "currency_code":"USD"
  3772.                   },
  3773.                   "presentment_money":{
  3774.                      "amount":"70.00",
  3775.                      "currency_code":"USD"
  3776.                   }
  3777.                },
  3778.                "total_discount_set":{
  3779.                   "shop_money":{
  3780.                      "amount":"0.00",
  3781.                      "currency_code":"USD"
  3782.                   },
  3783.                   "presentment_money":{
  3784.                      "amount":"0.00",
  3785.                      "currency_code":"USD"
  3786.                   }
  3787.                },
  3788.                "discount_allocations":[
  3789.                   {
  3790.                      "amount":"7.00",
  3791.                      "discount_application_index":0,
  3792.                      "amount_set":{
  3793.                         "shop_money":{
  3794.                            "amount":"7.00",
  3795.                            "currency_code":"USD"
  3796.                         },
  3797.                         "presentment_money":{
  3798.                            "amount":"7.00",
  3799.                            "currency_code":"USD"
  3800.                         }
  3801.                      }
  3802.                   }
  3803.                ],
  3804.                "duties":[
  3805.                  
  3806.                ],
  3807.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869869891750",
  3808.                "tax_lines":[
  3809.                   {
  3810.                      "title":"State tax",
  3811.                      "price":"4.20",
  3812.                      "rate":0.06,
  3813.                      "price_set":{
  3814.                         "shop_money":{
  3815.                            "amount":"4.20",
  3816.                            "currency_code":"USD"
  3817.                         },
  3818.                         "presentment_money":{
  3819.                            "amount":"4.20",
  3820.                            "currency_code":"USD"
  3821.                         }
  3822.                      }
  3823.                   },
  3824.                   {
  3825.                      "title":"County tax",
  3826.                      "price":"1.76",
  3827.                      "rate":0.025,
  3828.                      "price_set":{
  3829.                         "shop_money":{
  3830.                            "amount":"1.76",
  3831.                            "currency_code":"USD"
  3832.                         },
  3833.                         "presentment_money":{
  3834.                            "amount":"1.76",
  3835.                            "currency_code":"USD"
  3836.                         }
  3837.                      }
  3838.                   }
  3839.                ]
  3840.             },
  3841.             {
  3842.                "id":5869869924518,
  3843.                "variant_id":35682252226726,
  3844.                "title":"12 \/ light_brown",
  3845.                "quantity":3,
  3846.                "sku":"VN-06-light_brown-12",
  3847.                "variant_title":"12 \/ light_brown",
  3848.                "vendor":"VANS",
  3849.                "fulfillment_service":"manual",
  3850.                "product_id":5605676417190,
  3851.                "requires_shipping":true,
  3852.                "taxable":true,
  3853.                "gift_card":false,
  3854.                "name":"12 \/ light_brown - 12 \/ light_brown",
  3855.                "variant_inventory_management":"testapp",
  3856.                "properties":[
  3857.                  
  3858.                ],
  3859.                "product_exists":true,
  3860.                "fulfillable_quantity":3,
  3861.                "grams":0,
  3862.                "price":"109.95",
  3863.                "total_discount":"0.00",
  3864.                "fulfillment_status":null,
  3865.                "price_set":{
  3866.                   "shop_money":{
  3867.                      "amount":"109.95",
  3868.                      "currency_code":"USD"
  3869.                   },
  3870.                   "presentment_money":{
  3871.                      "amount":"109.95",
  3872.                      "currency_code":"USD"
  3873.                   }
  3874.                },
  3875.                "total_discount_set":{
  3876.                   "shop_money":{
  3877.                      "amount":"0.00",
  3878.                      "currency_code":"USD"
  3879.                   },
  3880.                   "presentment_money":{
  3881.                      "amount":"0.00",
  3882.                      "currency_code":"USD"
  3883.                   }
  3884.                },
  3885.                "discount_allocations":[
  3886.                   {
  3887.                      "amount":"32.99",
  3888.                      "discount_application_index":0,
  3889.                      "amount_set":{
  3890.                         "shop_money":{
  3891.                            "amount":"32.99",
  3892.                            "currency_code":"USD"
  3893.                         },
  3894.                         "presentment_money":{
  3895.                            "amount":"32.99",
  3896.                            "currency_code":"USD"
  3897.                         }
  3898.                      }
  3899.                   }
  3900.                ],
  3901.                "duties":[
  3902.                  
  3903.                ],
  3904.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869869924518",
  3905.                "tax_lines":[
  3906.                   {
  3907.                      "title":"State tax",
  3908.                      "price":"19.79",
  3909.                      "rate":0.06,
  3910.                      "price_set":{
  3911.                         "shop_money":{
  3912.                            "amount":"19.79",
  3913.                            "currency_code":"USD"
  3914.                         },
  3915.                         "presentment_money":{
  3916.                            "amount":"19.79",
  3917.                            "currency_code":"USD"
  3918.                         }
  3919.                      }
  3920.                   },
  3921.                   {
  3922.                      "title":"County tax",
  3923.                      "price":"8.25",
  3924.                      "rate":0.025,
  3925.                      "price_set":{
  3926.                         "shop_money":{
  3927.                            "amount":"8.25",
  3928.                            "currency_code":"USD"
  3929.                         },
  3930.                         "presentment_money":{
  3931.                            "amount":"8.25",
  3932.                            "currency_code":"USD"
  3933.                         }
  3934.                      }
  3935.                   }
  3936.                ]
  3937.             },
  3938.             {
  3939.                "id":5869869957286,
  3940.                "variant_id":35682265039014,
  3941.                "title":"OS \/ white",
  3942.                "quantity":1,
  3943.                "sku":"NK-03-white-OS",
  3944.                "variant_title":"OS \/ white",
  3945.                "vendor":"NIKE",
  3946.                "fulfillment_service":"manual",
  3947.                "product_id":5605681430694,
  3948.                "requires_shipping":true,
  3949.                "taxable":true,
  3950.                "gift_card":false,
  3951.                "name":"OS \/ white - OS \/ white",
  3952.                "variant_inventory_management":"testapp",
  3953.                "properties":[
  3954.                  
  3955.                ],
  3956.                "product_exists":true,
  3957.                "fulfillable_quantity":1,
  3958.                "grams":0,
  3959.                "price":"30.00",
  3960.                "total_discount":"0.00",
  3961.                "fulfillment_status":null,
  3962.                "price_set":{
  3963.                   "shop_money":{
  3964.                      "amount":"30.00",
  3965.                      "currency_code":"USD"
  3966.                   },
  3967.                   "presentment_money":{
  3968.                      "amount":"30.00",
  3969.                      "currency_code":"USD"
  3970.                   }
  3971.                },
  3972.                "total_discount_set":{
  3973.                   "shop_money":{
  3974.                      "amount":"0.00",
  3975.                      "currency_code":"USD"
  3976.                   },
  3977.                   "presentment_money":{
  3978.                      "amount":"0.00",
  3979.                      "currency_code":"USD"
  3980.                   }
  3981.                },
  3982.                "discount_allocations":[
  3983.                   {
  3984.                      "amount":"2.99",
  3985.                      "discount_application_index":0,
  3986.                      "amount_set":{
  3987.                         "shop_money":{
  3988.                            "amount":"2.99",
  3989.                            "currency_code":"USD"
  3990.                         },
  3991.                         "presentment_money":{
  3992.                            "amount":"2.99",
  3993.                            "currency_code":"USD"
  3994.                         }
  3995.                      }
  3996.                   }
  3997.                ],
  3998.                "duties":[
  3999.                  
  4000.                ],
  4001.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869869957286",
  4002.                "tax_lines":[
  4003.                   {
  4004.                      "title":"State tax",
  4005.                      "price":"1.80",
  4006.                      "rate":0.06,
  4007.                      "price_set":{
  4008.                         "shop_money":{
  4009.                            "amount":"1.80",
  4010.                            "currency_code":"USD"
  4011.                         },
  4012.                         "presentment_money":{
  4013.                            "amount":"1.80",
  4014.                            "currency_code":"USD"
  4015.                         }
  4016.                      }
  4017.                   },
  4018.                   {
  4019.                      "title":"County tax",
  4020.                      "price":"0.74",
  4021.                      "rate":0.025,
  4022.                      "price_set":{
  4023.                         "shop_money":{
  4024.                            "amount":"0.74",
  4025.                            "currency_code":"USD"
  4026.                         },
  4027.                         "presentment_money":{
  4028.                            "amount":"0.74",
  4029.                            "currency_code":"USD"
  4030.                         }
  4031.                      }
  4032.                   }
  4033.                ]
  4034.             }
  4035.          ],
  4036.          "fulfillments":[
  4037.            
  4038.          ],
  4039.          "refunds":[
  4040.            
  4041.          ],
  4042.          "total_tip_received":"0.0",
  4043.          "original_total_duties_set":null,
  4044.          "current_total_duties_set":null,
  4045.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677839921318",
  4046.          "shipping_lines":[
  4047.            
  4048.          ],
  4049.          "billing_address":{
  4050.             "first_name":"Chancellor",
  4051.             "address1":"Ap #332-1748 Enim Rd.",
  4052.             "phone":"+221339512345",
  4053.             "city":"Oklahoma City",
  4054.             "zip":"4378",
  4055.             "province":"Oklahoma",
  4056.             "country":"Senegal",
  4057.             "last_name":"Cardenas",
  4058.             "address2":null,
  4059.             "company":null,
  4060.             "latitude":null,
  4061.             "longitude":null,
  4062.             "name":"Chancellor Cardenas",
  4063.             "country_code":"SN",
  4064.             "province_code":null
  4065.          },
  4066.          "shipping_address":{
  4067.             "first_name":"Chancellor",
  4068.             "address1":"Ap #332-1748 Enim Rd.",
  4069.             "phone":"+221339512345",
  4070.             "city":"Oklahoma City",
  4071.             "zip":"4378",
  4072.             "province":"Oklahoma",
  4073.             "country":"Senegal",
  4074.             "last_name":"Cardenas",
  4075.             "address2":null,
  4076.             "company":null,
  4077.             "latitude":null,
  4078.             "longitude":null,
  4079.             "name":"Chancellor Cardenas",
  4080.             "country_code":"SN",
  4081.             "province_code":null
  4082.          },
  4083.          "customer":{
  4084.             "id":3927123034278,
  4085.             "email":"egnition_sample_34@egnition.com",
  4086.             "accepts_marketing":false,
  4087.             "created_at":"2020-08-13T09:57:56-04:00",
  4088.             "updated_at":"2020-08-20T14:00:04-04:00",
  4089.             "first_name":"Chancellor",
  4090.             "last_name":"Cardenas",
  4091.             "orders_count":12,
  4092.             "state":"disabled",
  4093.             "total_spent":"22185.40",
  4094.             "last_order_id":2677839921318,
  4095.             "note":null,
  4096.             "verified_email":true,
  4097.             "multipass_identifier":null,
  4098.             "tax_exempt":false,
  4099.             "phone":"+221339512345",
  4100.             "tags":"egnition-sample-data, VIP",
  4101.             "last_order_name":"#1179",
  4102.             "currency":"USD",
  4103.             "accepts_marketing_updated_at":"2020-08-13T09:57:56-04:00",
  4104.             "marketing_opt_in_level":null,
  4105.             "tax_exemptions":[
  4106.                
  4107.             ],
  4108.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3927123034278",
  4109.             "default_address":{
  4110.                "id":4792383996070,
  4111.                "customer_id":3927123034278,
  4112.                "first_name":"Chancellor",
  4113.                "last_name":"Cardenas",
  4114.                "company":null,
  4115.                "address1":"Ap #332-1748 Enim Rd.",
  4116.                "address2":null,
  4117.                "city":"Oklahoma City",
  4118.                "province":"Oklahoma",
  4119.                "country":"Senegal",
  4120.                "zip":"4378",
  4121.                "phone":"+221339512345",
  4122.                "name":"Chancellor Cardenas",
  4123.                "province_code":null,
  4124.                "country_code":"SN",
  4125.                "country_name":"Senegal",
  4126.                "default":true
  4127.             }
  4128.          }
  4129.       },
  4130.       {
  4131.          "id":2677839233190,
  4132.          "email":"egnition_sample_28@egnition.com",
  4133.          "closed_at":"2020-08-20T13:59:47-04:00",
  4134.          "created_at":"2020-08-20T13:59:46-04:00",
  4135.          "updated_at":"2020-08-20T13:59:48-04:00",
  4136.          "number":178,
  4137.          "note":null,
  4138.          "token":"1255cee5a5a69442e8c2340cc72f023f",
  4139.          "gateway":"",
  4140.          "test":false,
  4141.          "total_price":"39.40",
  4142.          "subtotal_price":"36.00",
  4143.          "total_weight":0,
  4144.          "total_tax":"3.40",
  4145.          "taxes_included":false,
  4146.          "currency":"USD",
  4147.          "financial_status":"paid",
  4148.          "confirmed":true,
  4149.          "total_discounts":"4.00",
  4150.          "total_line_items_price":"40.00",
  4151.          "cart_token":null,
  4152.          "buyer_accepts_marketing":false,
  4153.          "name":"#1178",
  4154.          "referring_site":null,
  4155.          "landing_site":null,
  4156.          "cancelled_at":null,
  4157.          "cancel_reason":null,
  4158.          "total_price_usd":"39.40",
  4159.          "checkout_token":null,
  4160.          "reference":null,
  4161.          "user_id":null,
  4162.          "location_id":null,
  4163.          "source_identifier":null,
  4164.          "source_url":null,
  4165.          "processed_at":"2020-08-17T18:29:00-04:00",
  4166.          "device_id":null,
  4167.          "phone":null,
  4168.          "customer_locale":null,
  4169.          "app_id":4216781,
  4170.          "browser_ip":null,
  4171.          "landing_site_ref":null,
  4172.          "order_number":1178,
  4173.          "discount_applications":[
  4174.             {
  4175.                "type":"manual",
  4176.                "value":"10.0",
  4177.                "value_type":"percentage",
  4178.                "allocation_method":"across",
  4179.                "target_selection":"all",
  4180.                "target_type":"line_item",
  4181.                "description":"FRIYAY",
  4182.                "title":"FRIYAY"
  4183.             }
  4184.          ],
  4185.          "discount_codes":[
  4186.             {
  4187.                "code":"FRIYAY",
  4188.                "amount":"4.00",
  4189.                "type":"percentage"
  4190.             }
  4191.          ],
  4192.          "note_attributes":[
  4193.            
  4194.          ],
  4195.          "payment_gateway_names":[
  4196.             ""
  4197.          ],
  4198.          "processing_method":"",
  4199.          "checkout_id":null,
  4200.          "source_name":"phone",
  4201.          "fulfillment_status":"fulfilled",
  4202.          "tax_lines":[
  4203.             {
  4204.                "price":"2.40",
  4205.                "rate":0.06,
  4206.                "title":"State tax",
  4207.                "price_set":{
  4208.                   "shop_money":{
  4209.                      "amount":"2.40",
  4210.                      "currency_code":"USD"
  4211.                   },
  4212.                   "presentment_money":{
  4213.                      "amount":"2.40",
  4214.                      "currency_code":"USD"
  4215.                   }
  4216.                }
  4217.             },
  4218.             {
  4219.                "price":"1.00",
  4220.                "rate":0.025,
  4221.                "title":"County tax",
  4222.                "price_set":{
  4223.                   "shop_money":{
  4224.                      "amount":"1.00",
  4225.                      "currency_code":"USD"
  4226.                   },
  4227.                   "presentment_money":{
  4228.                      "amount":"1.00",
  4229.                      "currency_code":"USD"
  4230.                   }
  4231.                }
  4232.             }
  4233.          ],
  4234.          "tags":"first-run",
  4235.          "contact_email":"egnition_sample_28@egnition.com",
  4236.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/1255cee5a5a69442e8c2340cc72f023f\/authenticate?key=81c678090ca9fa866605127c2a6436a9",
  4237.          "presentment_currency":"USD",
  4238.          "total_line_items_price_set":{
  4239.             "shop_money":{
  4240.                "amount":"40.00",
  4241.                "currency_code":"USD"
  4242.             },
  4243.             "presentment_money":{
  4244.                "amount":"40.00",
  4245.                "currency_code":"USD"
  4246.             }
  4247.          },
  4248.          "total_discounts_set":{
  4249.             "shop_money":{
  4250.                "amount":"4.00",
  4251.                "currency_code":"USD"
  4252.             },
  4253.             "presentment_money":{
  4254.                "amount":"4.00",
  4255.                "currency_code":"USD"
  4256.             }
  4257.          },
  4258.          "total_shipping_price_set":{
  4259.             "shop_money":{
  4260.                "amount":"0.00",
  4261.                "currency_code":"USD"
  4262.             },
  4263.             "presentment_money":{
  4264.                "amount":"0.00",
  4265.                "currency_code":"USD"
  4266.             }
  4267.          },
  4268.          "subtotal_price_set":{
  4269.             "shop_money":{
  4270.                "amount":"36.00",
  4271.                "currency_code":"USD"
  4272.             },
  4273.             "presentment_money":{
  4274.                "amount":"36.00",
  4275.                "currency_code":"USD"
  4276.             }
  4277.          },
  4278.          "total_price_set":{
  4279.             "shop_money":{
  4280.                "amount":"39.40",
  4281.                "currency_code":"USD"
  4282.             },
  4283.             "presentment_money":{
  4284.                "amount":"39.40",
  4285.                "currency_code":"USD"
  4286.             }
  4287.          },
  4288.          "total_tax_set":{
  4289.             "shop_money":{
  4290.                "amount":"3.40",
  4291.                "currency_code":"USD"
  4292.             },
  4293.             "presentment_money":{
  4294.                "amount":"3.40",
  4295.                "currency_code":"USD"
  4296.             }
  4297.          },
  4298.          "line_items":[
  4299.             {
  4300.                "id":5869868908710,
  4301.                "variant_id":35682255634598,
  4302.                "title":"s \/ blue",
  4303.                "quantity":1,
  4304.                "sku":"NK-01-blue-s",
  4305.                "variant_title":"s \/ blue",
  4306.                "vendor":"NIKE",
  4307.                "fulfillment_service":"manual",
  4308.                "product_id":5605678055590,
  4309.                "requires_shipping":true,
  4310.                "taxable":true,
  4311.                "gift_card":false,
  4312.                "name":"s \/ blue - s \/ blue",
  4313.                "variant_inventory_management":"testapp",
  4314.                "properties":[
  4315.                  
  4316.                ],
  4317.                "product_exists":true,
  4318.                "fulfillable_quantity":0,
  4319.                "grams":0,
  4320.                "price":"40.00",
  4321.                "total_discount":"0.00",
  4322.                "fulfillment_status":"fulfilled",
  4323.                "price_set":{
  4324.                   "shop_money":{
  4325.                      "amount":"40.00",
  4326.                      "currency_code":"USD"
  4327.                   },
  4328.                   "presentment_money":{
  4329.                      "amount":"40.00",
  4330.                      "currency_code":"USD"
  4331.                   }
  4332.                },
  4333.                "total_discount_set":{
  4334.                   "shop_money":{
  4335.                      "amount":"0.00",
  4336.                      "currency_code":"USD"
  4337.                   },
  4338.                   "presentment_money":{
  4339.                      "amount":"0.00",
  4340.                      "currency_code":"USD"
  4341.                   }
  4342.                },
  4343.                "discount_allocations":[
  4344.                   {
  4345.                      "amount":"4.00",
  4346.                      "discount_application_index":0,
  4347.                      "amount_set":{
  4348.                         "shop_money":{
  4349.                            "amount":"4.00",
  4350.                            "currency_code":"USD"
  4351.                         },
  4352.                         "presentment_money":{
  4353.                            "amount":"4.00",
  4354.                            "currency_code":"USD"
  4355.                         }
  4356.                      }
  4357.                   }
  4358.                ],
  4359.                "duties":[
  4360.                  
  4361.                ],
  4362.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869868908710",
  4363.                "tax_lines":[
  4364.                   {
  4365.                      "title":"State tax",
  4366.                      "price":"2.40",
  4367.                      "rate":0.06,
  4368.                      "price_set":{
  4369.                         "shop_money":{
  4370.                            "amount":"2.40",
  4371.                            "currency_code":"USD"
  4372.                         },
  4373.                         "presentment_money":{
  4374.                            "amount":"2.40",
  4375.                            "currency_code":"USD"
  4376.                         }
  4377.                      }
  4378.                   },
  4379.                   {
  4380.                      "title":"County tax",
  4381.                      "price":"1.00",
  4382.                      "rate":0.025,
  4383.                      "price_set":{
  4384.                         "shop_money":{
  4385.                            "amount":"1.00",
  4386.                            "currency_code":"USD"
  4387.                         },
  4388.                         "presentment_money":{
  4389.                            "amount":"1.00",
  4390.                            "currency_code":"USD"
  4391.                         }
  4392.                      }
  4393.                   }
  4394.                ]
  4395.             }
  4396.          ],
  4397.          "fulfillments":[
  4398.             {
  4399.                "id":2528158056614,
  4400.                "order_id":2677839233190,
  4401.                "status":"success",
  4402.                "created_at":"2020-08-20T13:59:47-04:00",
  4403.                "service":"manual",
  4404.                "updated_at":"2020-08-20T13:59:47-04:00",
  4405.                "tracking_company":null,
  4406.                "shipment_status":null,
  4407.                "location_id":48389816486,
  4408.                "line_items":[
  4409.                   {
  4410.                      "id":5869868908710,
  4411.                      "variant_id":35682255634598,
  4412.                      "title":"s \/ blue",
  4413.                      "quantity":1,
  4414.                      "sku":"NK-01-blue-s",
  4415.                      "variant_title":"s \/ blue",
  4416.                      "vendor":"NIKE",
  4417.                      "fulfillment_service":"manual",
  4418.                      "product_id":5605678055590,
  4419.                      "requires_shipping":true,
  4420.                      "taxable":true,
  4421.                      "gift_card":false,
  4422.                      "name":"s \/ blue - s \/ blue",
  4423.                      "variant_inventory_management":"testapp",
  4424.                      "properties":[
  4425.                        
  4426.                      ],
  4427.                      "product_exists":true,
  4428.                      "fulfillable_quantity":0,
  4429.                      "grams":0,
  4430.                      "price":"40.00",
  4431.                      "total_discount":"0.00",
  4432.                      "fulfillment_status":"fulfilled",
  4433.                      "price_set":{
  4434.                         "shop_money":{
  4435.                            "amount":"40.00",
  4436.                            "currency_code":"USD"
  4437.                         },
  4438.                         "presentment_money":{
  4439.                            "amount":"40.00",
  4440.                            "currency_code":"USD"
  4441.                         }
  4442.                      },
  4443.                      "total_discount_set":{
  4444.                         "shop_money":{
  4445.                            "amount":"0.00",
  4446.                            "currency_code":"USD"
  4447.                         },
  4448.                         "presentment_money":{
  4449.                            "amount":"0.00",
  4450.                            "currency_code":"USD"
  4451.                         }
  4452.                      },
  4453.                      "discount_allocations":[
  4454.                         {
  4455.                            "amount":"4.00",
  4456.                            "discount_application_index":0,
  4457.                            "amount_set":{
  4458.                               "shop_money":{
  4459.                                  "amount":"4.00",
  4460.                                  "currency_code":"USD"
  4461.                               },
  4462.                               "presentment_money":{
  4463.                                  "amount":"4.00",
  4464.                                  "currency_code":"USD"
  4465.                               }
  4466.                            }
  4467.                         }
  4468.                      ],
  4469.                      "duties":[
  4470.                        
  4471.                      ],
  4472.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869868908710",
  4473.                      "tax_lines":[
  4474.                         {
  4475.                            "title":"State tax",
  4476.                            "price":"2.40",
  4477.                            "rate":0.06,
  4478.                            "price_set":{
  4479.                               "shop_money":{
  4480.                                  "amount":"2.40",
  4481.                                  "currency_code":"USD"
  4482.                               },
  4483.                               "presentment_money":{
  4484.                                  "amount":"2.40",
  4485.                                  "currency_code":"USD"
  4486.                               }
  4487.                            }
  4488.                         },
  4489.                         {
  4490.                            "title":"County tax",
  4491.                            "price":"1.00",
  4492.                            "rate":0.025,
  4493.                            "price_set":{
  4494.                               "shop_money":{
  4495.                                  "amount":"1.00",
  4496.                                  "currency_code":"USD"
  4497.                               },
  4498.                               "presentment_money":{
  4499.                                  "amount":"1.00",
  4500.                                  "currency_code":"USD"
  4501.                               }
  4502.                            }
  4503.                         }
  4504.                      ]
  4505.                   }
  4506.                ],
  4507.                "tracking_number":null,
  4508.                "tracking_numbers":[
  4509.                  
  4510.                ],
  4511.                "tracking_url":null,
  4512.                "tracking_urls":[
  4513.                  
  4514.                ],
  4515.                "receipt":{
  4516.                  
  4517.                },
  4518.                "name":"#1178.1",
  4519.                "admin_graphql_api_id":"gid:\/\/testapp\/Fulfillment\/2528158056614"
  4520.             }
  4521.          ],
  4522.          "refunds":[
  4523.            
  4524.          ],
  4525.          "total_tip_received":"0.0",
  4526.          "original_total_duties_set":null,
  4527.          "current_total_duties_set":null,
  4528.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677839233190",
  4529.          "shipping_lines":[
  4530.            
  4531.          ],
  4532.          "billing_address":{
  4533.             "first_name":"Calvin",
  4534.             "address1":"8783 Est Rd.",
  4535.             "phone":"+68626123",
  4536.             "city":"Lorrach",
  4537.             "zip":"56002",
  4538.             "province":"Baden",
  4539.             "country":"Kiribati",
  4540.             "last_name":"Peterson",
  4541.             "address2":null,
  4542.             "company":null,
  4543.             "latitude":null,
  4544.             "longitude":null,
  4545.             "name":"Calvin Peterson",
  4546.             "country_code":"KI",
  4547.             "province_code":null
  4548.          },
  4549.          "shipping_address":{
  4550.             "first_name":"Calvin",
  4551.             "address1":"8783 Est Rd.",
  4552.             "phone":"+68626123",
  4553.             "city":"Lorrach",
  4554.             "zip":"56002",
  4555.             "province":"Baden",
  4556.             "country":"Kiribati",
  4557.             "last_name":"Peterson",
  4558.             "address2":null,
  4559.             "company":null,
  4560.             "latitude":null,
  4561.             "longitude":null,
  4562.             "name":"Calvin Peterson",
  4563.             "country_code":"KI",
  4564.             "province_code":null
  4565.          },
  4566.          "customer":{
  4567.             "id":3927123067046,
  4568.             "email":"egnition_sample_28@egnition.com",
  4569.             "accepts_marketing":false,
  4570.             "created_at":"2020-08-13T09:57:56-04:00",
  4571.             "updated_at":"2020-08-20T13:59:47-04:00",
  4572.             "first_name":"Calvin",
  4573.             "last_name":"Peterson",
  4574.             "orders_count":6,
  4575.             "state":"disabled",
  4576.             "total_spent":"77494.46",
  4577.             "last_order_id":2677839233190,
  4578.             "note":null,
  4579.             "verified_email":true,
  4580.             "multipass_identifier":null,
  4581.             "tax_exempt":false,
  4582.             "phone":"+68626333",
  4583.             "tags":"egnition-sample-data",
  4584.             "last_order_name":"#1178",
  4585.             "currency":"USD",
  4586.             "accepts_marketing_updated_at":"2020-08-13T09:57:56-04:00",
  4587.             "marketing_opt_in_level":null,
  4588.             "tax_exemptions":[
  4589.                
  4590.             ],
  4591.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3927123067046",
  4592.             "default_address":{
  4593.                "id":4792384028838,
  4594.                "customer_id":3927123067046,
  4595.                "first_name":"Calvin",
  4596.                "last_name":"Peterson",
  4597.                "company":null,
  4598.                "address1":"8783 Est Rd.",
  4599.                "address2":null,
  4600.                "city":"Lorrach",
  4601.                "province":"Baden",
  4602.                "country":"Kiribati",
  4603.                "zip":"56002",
  4604.                "phone":"+68626123",
  4605.                "name":"Calvin Peterson",
  4606.                "province_code":null,
  4607.                "country_code":"KI",
  4608.                "country_name":"Kiribati",
  4609.                "default":true
  4610.             }
  4611.          }
  4612.       },
  4613.       {
  4614.          "id":2677838053542,
  4615.          "email":"dkelley@example.org",
  4616.          "closed_at":"2020-08-20T13:59:30-04:00",
  4617.          "created_at":"2020-08-20T13:59:28-04:00",
  4618.          "updated_at":"2020-08-20T13:59:30-04:00",
  4619.          "number":177,
  4620.          "note":null,
  4621.          "token":"d8e03edaf084c04ee966f127e53effa2",
  4622.          "gateway":"",
  4623.          "test":false,
  4624.          "total_price":"177.30",
  4625.          "subtotal_price":"162.00",
  4626.          "total_weight":0,
  4627.          "total_tax":"15.30",
  4628.          "taxes_included":false,
  4629.          "currency":"USD",
  4630.          "financial_status":"paid",
  4631.          "confirmed":true,
  4632.          "total_discounts":"18.00",
  4633.          "total_line_items_price":"180.00",
  4634.          "cart_token":null,
  4635.          "buyer_accepts_marketing":false,
  4636.          "name":"#1177",
  4637.          "referring_site":null,
  4638.          "landing_site":null,
  4639.          "cancelled_at":null,
  4640.          "cancel_reason":null,
  4641.          "total_price_usd":"177.30",
  4642.          "checkout_token":null,
  4643.          "reference":null,
  4644.          "user_id":null,
  4645.          "location_id":null,
  4646.          "source_identifier":null,
  4647.          "source_url":null,
  4648.          "processed_at":"2020-05-21T19:27:24-04:00",
  4649.          "device_id":null,
  4650.          "phone":null,
  4651.          "customer_locale":null,
  4652.          "app_id":4216781,
  4653.          "browser_ip":null,
  4654.          "landing_site_ref":null,
  4655.          "order_number":1177,
  4656.          "discount_applications":[
  4657.             {
  4658.                "type":"manual",
  4659.                "value":"10.0",
  4660.                "value_type":"percentage",
  4661.                "allocation_method":"across",
  4662.                "target_selection":"all",
  4663.                "target_type":"line_item",
  4664.                "description":"FRIYAY",
  4665.                "title":"FRIYAY"
  4666.             }
  4667.          ],
  4668.          "discount_codes":[
  4669.             {
  4670.                "code":"FRIYAY",
  4671.                "amount":"18.00",
  4672.                "type":"percentage"
  4673.             }
  4674.          ],
  4675.          "note_attributes":[
  4676.            
  4677.          ],
  4678.          "payment_gateway_names":[
  4679.             ""
  4680.          ],
  4681.          "processing_method":"",
  4682.          "checkout_id":null,
  4683.          "source_name":"phone",
  4684.          "fulfillment_status":"fulfilled",
  4685.          "tax_lines":[
  4686.             {
  4687.                "price":"10.80",
  4688.                "rate":0.06,
  4689.                "title":"State tax",
  4690.                "price_set":{
  4691.                   "shop_money":{
  4692.                      "amount":"10.80",
  4693.                      "currency_code":"USD"
  4694.                   },
  4695.                   "presentment_money":{
  4696.                      "amount":"10.80",
  4697.                      "currency_code":"USD"
  4698.                   }
  4699.                }
  4700.             },
  4701.             {
  4702.                "price":"4.50",
  4703.                "rate":0.025,
  4704.                "title":"County tax",
  4705.                "price_set":{
  4706.                   "shop_money":{
  4707.                      "amount":"4.50",
  4708.                      "currency_code":"USD"
  4709.                   },
  4710.                   "presentment_money":{
  4711.                      "amount":"4.50",
  4712.                      "currency_code":"USD"
  4713.                   }
  4714.                }
  4715.             }
  4716.          ],
  4717.          "tags":"first-run",
  4718.          "contact_email":"dkelley@example.org",
  4719.          "order_status_url":"https:\/\/another-test-store-for-dev.mytestapp.com\/41105162406\/orders\/d8e03edaf084c04ee966f127e53effa2\/authenticate?key=50cc4dfc99ecb4e79188170eb829b15e",
  4720.          "presentment_currency":"USD",
  4721.          "total_line_items_price_set":{
  4722.             "shop_money":{
  4723.                "amount":"180.00",
  4724.                "currency_code":"USD"
  4725.             },
  4726.             "presentment_money":{
  4727.                "amount":"180.00",
  4728.                "currency_code":"USD"
  4729.             }
  4730.          },
  4731.          "total_discounts_set":{
  4732.             "shop_money":{
  4733.                "amount":"18.00",
  4734.                "currency_code":"USD"
  4735.             },
  4736.             "presentment_money":{
  4737.                "amount":"18.00",
  4738.                "currency_code":"USD"
  4739.             }
  4740.          },
  4741.          "total_shipping_price_set":{
  4742.             "shop_money":{
  4743.                "amount":"0.00",
  4744.                "currency_code":"USD"
  4745.             },
  4746.             "presentment_money":{
  4747.                "amount":"0.00",
  4748.                "currency_code":"USD"
  4749.             }
  4750.          },
  4751.          "subtotal_price_set":{
  4752.             "shop_money":{
  4753.                "amount":"162.00",
  4754.                "currency_code":"USD"
  4755.             },
  4756.             "presentment_money":{
  4757.                "amount":"162.00",
  4758.                "currency_code":"USD"
  4759.             }
  4760.          },
  4761.          "total_price_set":{
  4762.             "shop_money":{
  4763.                "amount":"177.30",
  4764.                "currency_code":"USD"
  4765.             },
  4766.             "presentment_money":{
  4767.                "amount":"177.30",
  4768.                "currency_code":"USD"
  4769.             }
  4770.          },
  4771.          "total_tax_set":{
  4772.             "shop_money":{
  4773.                "amount":"15.30",
  4774.                "currency_code":"USD"
  4775.             },
  4776.             "presentment_money":{
  4777.                "amount":"15.30",
  4778.                "currency_code":"USD"
  4779.             }
  4780.          },
  4781.          "line_items":[
  4782.             {
  4783.                "id":5869867040934,
  4784.                "variant_id":35682265563302,
  4785.                "title":"OS \/ black",
  4786.                "quantity":1,
  4787.                "sku":"AD-03-black-OS",
  4788.                "variant_title":"OS \/ black",
  4789.                "vendor":"ADIDAS",
  4790.                "fulfillment_service":"manual",
  4791.                "product_id":5605681594534,
  4792.                "requires_shipping":true,
  4793.                "taxable":true,
  4794.                "gift_card":false,
  4795.                "name":"OS \/ black - OS \/ black",
  4796.                "variant_inventory_management":"testapp",
  4797.                "properties":[
  4798.                  
  4799.                ],
  4800.                "product_exists":true,
  4801.                "fulfillable_quantity":0,
  4802.                "grams":0,
  4803.                "price":"70.00",
  4804.                "total_discount":"0.00",
  4805.                "fulfillment_status":"fulfilled",
  4806.                "price_set":{
  4807.                   "shop_money":{
  4808.                      "amount":"70.00",
  4809.                      "currency_code":"USD"
  4810.                   },
  4811.                   "presentment_money":{
  4812.                      "amount":"70.00",
  4813.                      "currency_code":"USD"
  4814.                   }
  4815.                },
  4816.                "total_discount_set":{
  4817.                   "shop_money":{
  4818.                      "amount":"0.00",
  4819.                      "currency_code":"USD"
  4820.                   },
  4821.                   "presentment_money":{
  4822.                      "amount":"0.00",
  4823.                      "currency_code":"USD"
  4824.                   }
  4825.                },
  4826.                "discount_allocations":[
  4827.                   {
  4828.                      "amount":"7.00",
  4829.                      "discount_application_index":0,
  4830.                      "amount_set":{
  4831.                         "shop_money":{
  4832.                            "amount":"7.00",
  4833.                            "currency_code":"USD"
  4834.                         },
  4835.                         "presentment_money":{
  4836.                            "amount":"7.00",
  4837.                            "currency_code":"USD"
  4838.                         }
  4839.                      }
  4840.                   }
  4841.                ],
  4842.                "duties":[
  4843.                  
  4844.                ],
  4845.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869867040934",
  4846.                "tax_lines":[
  4847.                   {
  4848.                      "title":"State tax",
  4849.                      "price":"4.20",
  4850.                      "rate":0.06,
  4851.                      "price_set":{
  4852.                         "shop_money":{
  4853.                            "amount":"4.20",
  4854.                            "currency_code":"USD"
  4855.                         },
  4856.                         "presentment_money":{
  4857.                            "amount":"4.20",
  4858.                            "currency_code":"USD"
  4859.                         }
  4860.                      }
  4861.                   },
  4862.                   {
  4863.                      "title":"County tax",
  4864.                      "price":"1.75",
  4865.                      "rate":0.025,
  4866.                      "price_set":{
  4867.                         "shop_money":{
  4868.                            "amount":"1.75",
  4869.                            "currency_code":"USD"
  4870.                         },
  4871.                         "presentment_money":{
  4872.                            "amount":"1.75",
  4873.                            "currency_code":"USD"
  4874.                         }
  4875.                      }
  4876.                   }
  4877.                ]
  4878.             },
  4879.             {
  4880.                "id":5869867073702,
  4881.                "variant_id":35682247934118,
  4882.                "title":"5 \/ red",
  4883.                "quantity":1,
  4884.                "sku":"PM-01-red-5",
  4885.                "variant_title":"5 \/ red",
  4886.                "vendor":"PUMA",
  4887.                "fulfillment_service":"manual",
  4888.                "product_id":5605675401382,
  4889.                "requires_shipping":true,
  4890.                "taxable":true,
  4891.                "gift_card":false,
  4892.                "name":"5 \/ red - 5 \/ red",
  4893.                "variant_inventory_management":"testapp",
  4894.                "properties":[
  4895.                  
  4896.                ],
  4897.                "product_exists":true,
  4898.                "fulfillable_quantity":0,
  4899.                "grams":0,
  4900.                "price":"110.00",
  4901.                "total_discount":"0.00",
  4902.                "fulfillment_status":"fulfilled",
  4903.                "price_set":{
  4904.                   "shop_money":{
  4905.                      "amount":"110.00",
  4906.                      "currency_code":"USD"
  4907.                   },
  4908.                   "presentment_money":{
  4909.                      "amount":"110.00",
  4910.                      "currency_code":"USD"
  4911.                   }
  4912.                },
  4913.                "total_discount_set":{
  4914.                   "shop_money":{
  4915.                      "amount":"0.00",
  4916.                      "currency_code":"USD"
  4917.                   },
  4918.                   "presentment_money":{
  4919.                      "amount":"0.00",
  4920.                      "currency_code":"USD"
  4921.                   }
  4922.                },
  4923.                "discount_allocations":[
  4924.                   {
  4925.                      "amount":"11.00",
  4926.                      "discount_application_index":0,
  4927.                      "amount_set":{
  4928.                         "shop_money":{
  4929.                            "amount":"11.00",
  4930.                            "currency_code":"USD"
  4931.                         },
  4932.                         "presentment_money":{
  4933.                            "amount":"11.00",
  4934.                            "currency_code":"USD"
  4935.                         }
  4936.                      }
  4937.                   }
  4938.                ],
  4939.                "duties":[
  4940.                  
  4941.                ],
  4942.                "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869867073702",
  4943.                "tax_lines":[
  4944.                   {
  4945.                      "title":"State tax",
  4946.                      "price":"6.60",
  4947.                      "rate":0.06,
  4948.                      "price_set":{
  4949.                         "shop_money":{
  4950.                            "amount":"6.60",
  4951.                            "currency_code":"USD"
  4952.                         },
  4953.                         "presentment_money":{
  4954.                            "amount":"6.60",
  4955.                            "currency_code":"USD"
  4956.                         }
  4957.                      }
  4958.                   },
  4959.                   {
  4960.                      "title":"County tax",
  4961.                      "price":"2.75",
  4962.                      "rate":0.025,
  4963.                      "price_set":{
  4964.                         "shop_money":{
  4965.                            "amount":"2.75",
  4966.                            "currency_code":"USD"
  4967.                         },
  4968.                         "presentment_money":{
  4969.                            "amount":"2.75",
  4970.                            "currency_code":"USD"
  4971.                         }
  4972.                      }
  4973.                   }
  4974.                ]
  4975.             }
  4976.          ],
  4977.          "fulfillments":[
  4978.             {
  4979.                "id":2528157171878,
  4980.                "order_id":2677838053542,
  4981.                "status":"success",
  4982.                "created_at":"2020-08-20T13:59:29-04:00",
  4983.                "service":"manual",
  4984.                "updated_at":"2020-08-20T13:59:29-04:00",
  4985.                "tracking_company":null,
  4986.                "shipment_status":null,
  4987.                "location_id":48389816486,
  4988.                "line_items":[
  4989.                   {
  4990.                      "id":5869867040934,
  4991.                      "variant_id":35682265563302,
  4992.                      "title":"OS \/ black",
  4993.                      "quantity":1,
  4994.                      "sku":"AD-03-black-OS",
  4995.                      "variant_title":"OS \/ black",
  4996.                      "vendor":"ADIDAS",
  4997.                      "fulfillment_service":"manual",
  4998.                      "product_id":5605681594534,
  4999.                      "requires_shipping":true,
  5000.                      "taxable":true,
  5001.                      "gift_card":false,
  5002.                      "name":"OS \/ black - OS \/ black",
  5003.                      "variant_inventory_management":"testapp",
  5004.                      "properties":[
  5005.                        
  5006.                      ],
  5007.                      "product_exists":true,
  5008.                      "fulfillable_quantity":0,
  5009.                      "grams":0,
  5010.                      "price":"70.00",
  5011.                      "total_discount":"0.00",
  5012.                      "fulfillment_status":"fulfilled",
  5013.                      "price_set":{
  5014.                         "shop_money":{
  5015.                            "amount":"70.00",
  5016.                            "currency_code":"USD"
  5017.                         },
  5018.                         "presentment_money":{
  5019.                            "amount":"70.00",
  5020.                            "currency_code":"USD"
  5021.                         }
  5022.                      },
  5023.                      "total_discount_set":{
  5024.                         "shop_money":{
  5025.                            "amount":"0.00",
  5026.                            "currency_code":"USD"
  5027.                         },
  5028.                         "presentment_money":{
  5029.                            "amount":"0.00",
  5030.                            "currency_code":"USD"
  5031.                         }
  5032.                      },
  5033.                      "discount_allocations":[
  5034.                         {
  5035.                            "amount":"7.00",
  5036.                            "discount_application_index":0,
  5037.                            "amount_set":{
  5038.                               "shop_money":{
  5039.                                  "amount":"7.00",
  5040.                                  "currency_code":"USD"
  5041.                               },
  5042.                               "presentment_money":{
  5043.                                  "amount":"7.00",
  5044.                                  "currency_code":"USD"
  5045.                               }
  5046.                            }
  5047.                         }
  5048.                      ],
  5049.                      "duties":[
  5050.                        
  5051.                      ],
  5052.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869867040934",
  5053.                      "tax_lines":[
  5054.                         {
  5055.                            "title":"State tax",
  5056.                            "price":"4.20",
  5057.                            "rate":0.06,
  5058.                            "price_set":{
  5059.                               "shop_money":{
  5060.                                  "amount":"4.20",
  5061.                                  "currency_code":"USD"
  5062.                               },
  5063.                               "presentment_money":{
  5064.                                  "amount":"4.20",
  5065.                                  "currency_code":"USD"
  5066.                               }
  5067.                            }
  5068.                         },
  5069.                         {
  5070.                            "title":"County tax",
  5071.                            "price":"1.75",
  5072.                            "rate":0.025,
  5073.                            "price_set":{
  5074.                               "shop_money":{
  5075.                                  "amount":"1.75",
  5076.                                  "currency_code":"USD"
  5077.                               },
  5078.                               "presentment_money":{
  5079.                                  "amount":"1.75",
  5080.                                  "currency_code":"USD"
  5081.                               }
  5082.                            }
  5083.                         }
  5084.                      ]
  5085.                   },
  5086.                   {
  5087.                      "id":5869867073702,
  5088.                      "variant_id":35682247934118,
  5089.                      "title":"5 \/ red",
  5090.                      "quantity":1,
  5091.                      "sku":"PM-01-red-5",
  5092.                      "variant_title":"5 \/ red",
  5093.                      "vendor":"PUMA",
  5094.                      "fulfillment_service":"manual",
  5095.                      "product_id":5605675401382,
  5096.                      "requires_shipping":true,
  5097.                      "taxable":true,
  5098.                      "gift_card":false,
  5099.                      "name":"5 \/ red - 5 \/ red",
  5100.                      "variant_inventory_management":"testapp",
  5101.                      "properties":[
  5102.                        
  5103.                      ],
  5104.                      "product_exists":true,
  5105.                      "fulfillable_quantity":0,
  5106.                      "grams":0,
  5107.                      "price":"110.00",
  5108.                      "total_discount":"0.00",
  5109.                      "fulfillment_status":"fulfilled",
  5110.                      "price_set":{
  5111.                         "shop_money":{
  5112.                            "amount":"110.00",
  5113.                            "currency_code":"USD"
  5114.                         },
  5115.                         "presentment_money":{
  5116.                            "amount":"110.00",
  5117.                            "currency_code":"USD"
  5118.                         }
  5119.                      },
  5120.                      "total_discount_set":{
  5121.                         "shop_money":{
  5122.                            "amount":"0.00",
  5123.                            "currency_code":"USD"
  5124.                         },
  5125.                         "presentment_money":{
  5126.                            "amount":"0.00",
  5127.                            "currency_code":"USD"
  5128.                         }
  5129.                      },
  5130.                      "discount_allocations":[
  5131.                         {
  5132.                            "amount":"11.00",
  5133.                            "discount_application_index":0,
  5134.                            "amount_set":{
  5135.                               "shop_money":{
  5136.                                  "amount":"11.00",
  5137.                                  "currency_code":"USD"
  5138.                               },
  5139.                               "presentment_money":{
  5140.                                  "amount":"11.00",
  5141.                                  "currency_code":"USD"
  5142.                               }
  5143.                            }
  5144.                         }
  5145.                      ],
  5146.                      "duties":[
  5147.                        
  5148.                      ],
  5149.                      "admin_graphql_api_id":"gid:\/\/testapp\/LineItem\/5869867073702",
  5150.                      "tax_lines":[
  5151.                         {
  5152.                            "title":"State tax",
  5153.                            "price":"6.60",
  5154.                            "rate":0.06,
  5155.                            "price_set":{
  5156.                               "shop_money":{
  5157.                                  "amount":"6.60",
  5158.                                  "currency_code":"USD"
  5159.                               },
  5160.                               "presentment_money":{
  5161.                                  "amount":"6.60",
  5162.                                  "currency_code":"USD"
  5163.                               }
  5164.                            }
  5165.                         },
  5166.                         {
  5167.                            "title":"County tax",
  5168.                            "price":"2.75",
  5169.                            "rate":0.025,
  5170.                            "price_set":{
  5171.                               "shop_money":{
  5172.                                  "amount":"2.75",
  5173.                                  "currency_code":"USD"
  5174.                               },
  5175.                               "presentment_money":{
  5176.                                  "amount":"2.75",
  5177.                                  "currency_code":"USD"
  5178.                               }
  5179.                            }
  5180.                         }
  5181.                      ]
  5182.                   }
  5183.                ],
  5184.                "tracking_number":null,
  5185.                "tracking_numbers":[
  5186.                  
  5187.                ],
  5188.                "tracking_url":null,
  5189.                "tracking_urls":[
  5190.                  
  5191.                ],
  5192.                "receipt":{
  5193.                  
  5194.                },
  5195.                "name":"#1177.1",
  5196.                "admin_graphql_api_id":"gid:\/\/testapp\/Fulfillment\/2528157171878"
  5197.             }
  5198.          ],
  5199.          "refunds":[
  5200.            
  5201.          ],
  5202.          "total_tip_received":"0.0",
  5203.          "original_total_duties_set":null,
  5204.          "current_total_duties_set":null,
  5205.          "admin_graphql_api_id":"gid:\/\/testapp\/Order\/2677838053542",
  5206.          "shipping_lines":[
  5207.            
  5208.          ],
  5209.          "billing_address":{
  5210.             "first_name":"Jason",
  5211.             "address1":"22678 Abigail Fort Apt. 876",
  5212.             "phone":"+16135550119",
  5213.             "city":"Johnside",
  5214.             "zip":"62988",
  5215.             "province":"Illinois",
  5216.             "country":"United States",
  5217.             "last_name":"Home",
  5218.             "address2":"",
  5219.             "company":"Nelson-Miranda",
  5220.             "latitude":37.2309597,
  5221.             "longitude":-89.3037147,
  5222.             "name":"Jason Home",
  5223.             "country_code":"US",
  5224.             "province_code":"IL"
  5225.          },
  5226.          "shipping_address":{
  5227.             "first_name":"Jason",
  5228.             "address1":"22678 Abigail Fort Apt. 876",
  5229.             "phone":"+16135550119",
  5230.             "city":"Johnside",
  5231.             "zip":"62988",
  5232.             "province":"Illinois",
  5233.             "country":"United States",
  5234.             "last_name":"Home",
  5235.             "address2":"",
  5236.             "company":"Nelson-Miranda",
  5237.             "latitude":37.2309597,
  5238.             "longitude":-89.3037147,
  5239.             "name":"Jason Home",
  5240.             "country_code":"US",
  5241.             "province_code":"IL"
  5242.          },
  5243.          "customer":{
  5244.             "id":3960602427558,
  5245.             "email":"dkelley@example.org",
  5246.             "accepts_marketing":false,
  5247.             "created_at":"2020-08-20T13:51:31-04:00",
  5248.             "updated_at":"2020-08-20T13:59:30-04:00",
  5249.             "first_name":"Jason",
  5250.             "last_name":"Home",
  5251.             "orders_count":3,
  5252.             "state":"disabled",
  5253.             "total_spent":"16247.23",
  5254.             "last_order_id":2677838053542,
  5255.             "note":"",
  5256.             "verified_email":true,
  5257.             "multipass_identifier":"",
  5258.             "tax_exempt":false,
  5259.             "phone":"+16135550119",
  5260.             "tags":"",
  5261.             "last_order_name":"#1177",
  5262.             "currency":"USD",
  5263.             "accepts_marketing_updated_at":"2020-08-20T13:51:32-04:00",
  5264.             "marketing_opt_in_level":null,
  5265.             "tax_exemptions":[
  5266.                
  5267.             ],
  5268.             "admin_graphql_api_id":"gid:\/\/testapp\/Customer\/3960602427558",
  5269.             "default_address":{
  5270.                "id":4826972618918,
  5271.                "customer_id":3960602427558,
  5272.                "first_name":"Jason",
  5273.                "last_name":"Home",
  5274.                "company":"Nelson-Miranda",
  5275.                "address1":"22678 Abigail Fort Apt. 876",
  5276.                "address2":"",
  5277.                "city":"Johnside",
  5278.                "province":"Illinois",
  5279.                "country":"United States",
  5280.                "zip":"62988",
  5281.                "phone":"+16135550119",
  5282.                "name":"Jason Home",
  5283.                "province_code":"IL",
  5284.                "country_code":"US",
  5285.                "country_name":"United States",
  5286.                "default":true
  5287.             }
  5288.          }
  5289.       }
  5290.    ]
  5291. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement