Skip to content

Instantly share code, notes, and snippets.

@mindgraffiti
Created October 4, 2019 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mindgraffiti/04706435ef9d458adb9037b9ea5477b4 to your computer and use it in GitHub Desktop.
Save mindgraffiti/04706435ef9d458adb9037b9ea5477b4 to your computer and use it in GitHub Desktop.
Actual: GET /wp-json/wc/v2/orders returns Order No. 801 after Deposits plugin deactivated. Expected: the order doesn't appear in the response.
[
{
"id": 1185,
"parent_id": 0,
"number": "1185",
"order_key": "wc_order_5b749c22d47ed",
"created_via": "checkout",
"version": "3.4.4",
"status": "processing",
"currency": "CAD",
"date_created": "2018-08-15T21:33:22",
"date_created_gmt": "2018-08-15T21:33:22",
"date_modified": "2018-08-15T21:33:25",
"date_modified_gmt": "2018-08-15T21:33:25",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "9.50",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "34.50",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_6) applewebkit/537.36 (khtml, like gecko) chrome/68.0.3440.106 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CzWcJGNTAspWcqrxDdg7laZ",
"date_paid": "2018-08-15T21:33:25",
"date_paid_gmt": "2018-08-15T21:33:25",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "91b84adfa93e41942a5cda3e59d67148",
"meta_data": [
{
"id": 19447,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 19448,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 19449,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 19450,
"key": "_stripe_source_id",
"value": "card_1BE48bGNTAspWcqrJYIPItQ0"
},
{
"id": 19451,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 19452,
"key": "_stripe_fee",
"value": "1.30"
},
{
"id": 19453,
"key": "_stripe_net",
"value": "33.20"
},
{
"id": 19454,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 19458,
"key": "_wcpv_commission_added",
"value": "yes"
},
{
"id": 19459,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 195,
"name": "Tea and cookies",
"product_id": 845,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "0.00",
"total": "10.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 10
},
{
"id": 196,
"name": "Simple tea product on sale",
"product_id": 482,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "0.00",
"total": "15.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1476,
"key": "_fulfillment_status",
"value": "unfulfilled"
},
{
"id": 1477,
"key": "_commission_status",
"value": "void"
}
],
"sku": "",
"price": 15
}
],
"tax_lines": [],
"shipping_lines": [
{
"id": 197,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "9.50",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1475,
"key": "Items",
"value": "Tea and cookies × 1, Simple tea product on sale × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/1185"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 1140,
"parent_id": 0,
"number": "1140",
"order_key": "wc_order_5b634c9bd7e07",
"created_via": "admin",
"version": "3.4.3",
"status": "pending",
"currency": "CAD",
"date_created": "2018-08-02T18:24:50",
"date_created_gmt": "2018-08-02T18:24:50",
"date_modified": "2018-08-02T18:32:09",
"date_modified_gmt": "2018-08-02T18:32:09",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 0,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Woo",
"last_name": "Test",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": "US",
"email": "stephanie.dyhin+nomail@automattic.com",
"phone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 19292,
"key": "_shipping_phone",
"value": ""
}
],
"line_items": [
{
"id": 194,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1450,
"key": "Warranty",
"value": "Warranty Included (30 Days)"
},
{
"id": 1451,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 25
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/1140"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
]
}
},
{
"id": 801,
"parent_id": 798,
"number": "801",
"order_key": "wc_order_5adcda40b89e1",
"created_via": "wc_deposits",
"version": "3.4.4",
"status": "pending-deposit",
"currency": "CAD",
"date_created": "2018-07-22T18:53:51",
"date_created_gmt": "2018-07-22T18:53:51",
"date_modified": "2018-08-15T21:58:16",
"date_modified_gmt": "2018-08-15T21:58:16",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.90",
"total": "8.40",
"total_tax": "0.90",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA"
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 17107,
"key": "_fue_recorded",
"value": "1"
}
],
"line_items": [
{
"id": 156,
"name": "Payment #4 for Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "7.50",
"subtotal_tax": "0.90",
"total": "7.50",
"total_tax": "0.90",
"taxes": [
{
"id": 1,
"total": "0.9",
"subtotal": "0.9"
}
],
"meta_data": [
{
"id": 1164,
"key": "_original_order_id",
"value": "798"
}
],
"sku": "",
"price": 7.5
}
],
"tax_lines": [
{
"id": 157,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "0.90",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/801"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
],
"up": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/798"
}
]
}
},
{
"id": 1106,
"parent_id": 0,
"number": "1106",
"order_key": "wc_order_5b52213453627",
"created_via": "bookings",
"version": "3.4.3",
"status": "on-hold",
"currency": "CAD",
"date_created": "2018-07-20T17:51:48",
"date_created_gmt": "2018-07-20T17:51:48",
"date_modified": "2018-07-29T15:47:27",
"date_modified_gmt": "2018-07-29T15:47:27",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "100.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 0,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Test",
"last_name": "Booking",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": "US",
"email": "stephanie.dyhin+booktest@automattic.com",
"phone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 19232,
"key": "_shipping_phone",
"value": ""
},
{
"id": 19235,
"key": "_fue_recorded",
"value": "1"
}
],
"line_items": [
{
"id": 193,
"name": "Bookable product: Tea workshop",
"product_id": 241,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "100.00",
"subtotal_tax": "0.00",
"total": "100.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 100
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/1106"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
]
}
},
{
"id": 1105,
"parent_id": 0,
"number": "1105",
"order_key": "wc_order_5b52205e33b8b",
"created_via": "checkout",
"version": "3.4.3",
"status": "processing",
"currency": "CAD",
"date_created": "2018-07-20T17:48:14",
"date_created_gmt": "2018-07-20T17:48:14",
"date_modified": "2018-07-20T17:48:16",
"date_modified_gmt": "2018-07-20T17:48:16",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "17.00",
"shipping_tax": "2.04",
"cart_tax": "12.00",
"total": "131.04",
"total_tax": "14.04",
"prices_include_tax": true,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_6) applewebkit/537.36 (khtml, like gecko) chrome/67.0.3396.99 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "Ladpraw",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "Ladpraw",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1Cq2iBGNTAspWcqr5BBsiz67",
"date_paid": "2018-07-20T17:48:16",
"date_paid_gmt": "2018-07-20T17:48:16",
"date_completed": "2018-07-20T17:48:16",
"date_completed_gmt": "2018-07-20T17:48:16",
"cart_hash": "507381fdcc74dde8462783a38000d941",
"meta_data": [
{
"id": 19084,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 19085,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 19086,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 19087,
"key": "_stripe_source_id",
"value": "card_1BE48bGNTAspWcqrJYIPItQ0"
},
{
"id": 19088,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 19089,
"key": "_stripe_fee",
"value": "4.10"
},
{
"id": 19090,
"key": "_stripe_net",
"value": "126.94"
},
{
"id": 19091,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 19095,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 190,
"name": "Bookable product: Tea workshop",
"product_id": 241,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "100.00",
"subtotal_tax": "12.00",
"total": "100.00",
"total_tax": "12.00",
"taxes": [
{
"id": 13,
"total": "12",
"subtotal": "12"
}
],
"meta_data": [
{
"id": 1420,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 100
}
],
"tax_lines": [
{
"id": 192,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 13,
"label": "BC Tax",
"compound": false,
"tax_total": "12.00",
"shipping_tax_total": "2.04",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 191,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "17.00",
"total_tax": "2.04",
"taxes": [
{
"id": 13,
"total": "2.04",
"subtotal": ""
}
],
"meta_data": [
{
"id": 1426,
"key": "Items",
"value": "Bookable product: Tea workshop × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/1105"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 1093,
"parent_id": 0,
"number": "1093",
"order_key": "wc_order_5b4bb383c3a8b",
"created_via": "checkout",
"version": "3.4.3",
"status": "processing",
"currency": "CAD",
"date_created": "2018-07-15T20:50:11",
"date_created_gmt": "2018-07-15T20:50:11",
"date_modified": "2018-07-15T20:50:13",
"date_modified_gmt": "2018-07-15T20:50:13",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "1.20",
"cart_tax": "3.60",
"total": "44.80",
"total_tax": "4.80",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_5) applewebkit/537.36 (khtml, like gecko) chrome/67.0.3396.99 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "Ladpraw",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "Ladpraw",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CoHAWGNTAspWcqravtRHwdH",
"date_paid": "2018-07-15T20:50:13",
"date_paid_gmt": "2018-07-15T20:50:13",
"date_completed": "2018-07-15T20:50:14",
"date_completed_gmt": "2018-07-15T20:50:14",
"cart_hash": "6282d144b87278f3b4ef4ca6fa823698",
"meta_data": [
{
"id": 18987,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 18988,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 18989,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 18990,
"key": "_stripe_source_id",
"value": "card_1BE48bGNTAspWcqrJYIPItQ0"
},
{
"id": 18991,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 18992,
"key": "_stripe_fee",
"value": "1.60"
},
{
"id": 18993,
"key": "_stripe_net",
"value": "43.20"
},
{
"id": 18994,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 18998,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 186,
"name": "Gugelhupf",
"product_id": 844,
"variation_id": 0,
"quantity": 2,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 13,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [
{
"id": 1389,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 5
},
{
"id": 187,
"name": "Rigid envelope item",
"product_id": 845,
"variation_id": 0,
"quantity": 2,
"tax_class": "",
"subtotal": "20.00",
"subtotal_tax": "2.40",
"total": "20.00",
"total_tax": "2.40",
"taxes": [
{
"id": 13,
"total": "2.4",
"subtotal": "2.4"
}
],
"meta_data": [
{
"id": 1399,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 10
}
],
"tax_lines": [
{
"id": 189,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 13,
"label": "BC Tax",
"compound": false,
"tax_total": "3.60",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 188,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 13,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 1405,
"key": "Items",
"value": "Gugelhupf × 2, Rigid envelope item × 2"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/1093"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 800,
"parent_id": 798,
"number": "800",
"order_key": "wc_order_5adcda4009503",
"created_via": "wc_deposits",
"version": "3.4.4",
"status": "pending-deposit",
"currency": "CAD",
"date_created": "2018-06-22T18:53:51",
"date_created_gmt": "2018-06-22T18:53:51",
"date_modified": "2018-08-15T21:58:17",
"date_modified_gmt": "2018-08-15T21:58:17",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.90",
"total": "8.40",
"total_tax": "0.90",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA"
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 17062,
"key": "_fue_recorded",
"value": "1"
}
],
"line_items": [
{
"id": 154,
"name": "Payment #3 for Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "7.50",
"subtotal_tax": "0.90",
"total": "7.50",
"total_tax": "0.90",
"taxes": [
{
"id": 1,
"total": "0.9",
"subtotal": "0.9"
}
],
"meta_data": [
{
"id": 1149,
"key": "_original_order_id",
"value": "798"
}
],
"sku": "",
"price": 7.5
}
],
"tax_lines": [
{
"id": 155,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "0.90",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/800"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
],
"up": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/798"
}
]
}
},
{
"id": 985,
"parent_id": 0,
"number": "985",
"order_key": "wc_order_5b25614602df5",
"created_via": "checkout",
"version": "3.4.4",
"status": "completed",
"currency": "CAD",
"date_created": "2018-06-16T19:13:10",
"date_created_gmt": "2018-06-16T19:13:10",
"date_modified": "2018-08-15T21:24:02",
"date_modified_gmt": "2018-08-15T21:24:02",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/66.0.3359.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "Ladpraw",
"address_2": "",
"city": "Chatuchak",
"state": "TH-10",
"postcode": "10900",
"country": "TH",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "Ladpraw",
"address_2": "",
"city": "Chatuchak",
"state": "TH-10",
"postcode": "10900",
"country": "TH"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CdjpiGNTAspWcqrNJgvOJhK",
"date_paid": "2018-06-16T19:13:11",
"date_paid_gmt": "2018-06-16T19:13:11",
"date_completed": "2018-08-15T21:24:02",
"date_completed_gmt": "2018-08-15T21:24:02",
"cart_hash": "2f7abe4b8ceab762e1ddf780594f68a8",
"meta_data": [
{
"id": 18599,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 18600,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 18601,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 18602,
"key": "_stripe_source_id",
"value": "card_1BE48bGNTAspWcqrJYIPItQ0"
},
{
"id": 18603,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 18604,
"key": "_stripe_fee",
"value": "1.03"
},
{
"id": 18605,
"key": "_stripe_net",
"value": "23.97"
},
{
"id": 18606,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 18610,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 19402,
"key": "_wc_points_earned",
"value": "25"
}
],
"line_items": [
{
"id": 184,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [],
"shipping_lines": [
{
"id": 185,
"method_title": "Free shipping",
"method_id": "free_shipping",
"instance_id": "34",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1379,
"key": "Items",
"value": "Another tea × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/985"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 984,
"parent_id": 0,
"number": "984",
"order_key": "wc_order_5b25590c5635e",
"created_via": "checkout",
"version": "3.4.3",
"status": "completed",
"currency": "CAD",
"date_created": "2018-06-16T18:38:04",
"date_created_gmt": "2018-06-16T18:38:04",
"date_modified": "2018-07-22T21:31:00",
"date_modified_gmt": "2018-07-22T21:31:00",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "95.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/66.0.3359.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "Ladpraw",
"address_2": "",
"city": "Chatuchak",
"state": "TH-10",
"postcode": "10900",
"country": "TH",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CdjHlGNTAspWcqrm7IQtH17",
"date_paid": "2018-06-16T18:38:06",
"date_paid_gmt": "2018-06-16T18:38:06",
"date_completed": "2018-07-22T21:31:00",
"date_completed_gmt": "2018-07-22T21:31:00",
"cart_hash": "7d7cdf4f5d68e34c227ecebfaf43a022",
"meta_data": [
{
"id": 18543,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 18544,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 18545,
"key": "_stripe_source_id",
"value": "card_1BE48bGNTAspWcqrJYIPItQ0"
},
{
"id": 18546,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 18547,
"key": "_stripe_fee",
"value": "3.06"
},
{
"id": 18548,
"key": "_stripe_net",
"value": "91.94"
},
{
"id": 18549,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 18553,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 19187,
"key": "_wc_shipment_tracking_items",
"value": [
{
"tracking_provider": "",
"custom_tracking_provider": "Shipper 1",
"custom_tracking_link": "",
"tracking_number": "987987978987987",
"date_shipped": "1532217600",
"tracking_id": "d615a1e2e0637c6a5c262e7ff741c1ef"
},
{
"tracking_provider": "",
"custom_tracking_provider": "Shipper 2",
"custom_tracking_link": "",
"tracking_number": "6876876876",
"date_shipped": 1532295047,
"tracking_id": "d40c57a4e6d9854a384a440d3d7d9162"
}
]
},
{
"id": 19189,
"key": "_shipping_phone",
"value": ""
}
],
"line_items": [
{
"id": 179,
"name": "Virtual product",
"product_id": 916,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "0.00",
"total": "15.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 15
},
{
"id": 180,
"name": "Event ticket",
"product_id": 849,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "0.00",
"total": "15.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 15
},
{
"id": 181,
"name": "Downloadable product",
"product_id": 911,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 25
},
{
"id": 182,
"name": "Downloadable product",
"product_id": 911,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 25
},
{
"id": 183,
"name": "Virtual product",
"product_id": 916,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "0.00",
"total": "15.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 15
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/984"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 913,
"parent_id": 0,
"number": "913",
"order_key": "wc_order_5b11d8c6e59b0",
"created_via": "checkout",
"version": "3.4.1",
"status": "completed",
"currency": "CAD",
"date_created": "2018-06-01T23:37:42",
"date_created_gmt": "2018-06-01T23:37:42",
"date_modified": "2018-06-01T23:37:45",
"date_modified_gmt": "2018-06-01T23:37:45",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "3.00",
"total": "28.00",
"total_tax": "3.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/66.0.3359.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CYMoWGNTAspWcqr2t27ERSB",
"date_paid": "2018-06-01T23:37:45",
"date_paid_gmt": "2018-06-01T23:37:45",
"date_completed": "2018-06-01T23:37:45",
"date_completed_gmt": "2018-06-01T23:37:45",
"cart_hash": "eb94df0ac3130be24cf497b6c2e27677",
"meta_data": [
{
"id": 18275,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 18276,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 18277,
"key": "_stripe_source_id",
"value": "src_1CYMoSGNTAspWcqr71rRZ4yt"
},
{
"id": 18278,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 18279,
"key": "_stripe_fee",
"value": "1.11"
},
{
"id": 18280,
"key": "_stripe_net",
"value": "26.89"
},
{
"id": 18281,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 18285,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 18694,
"key": "_wc_shipment_tracking_items",
"value": [
{
"tracking_provider": "",
"custom_tracking_provider": "Shipsnazzy",
"custom_tracking_link": "",
"tracking_number": "3948206740481",
"date_shipped": "1530057600",
"tracking_id": "ad12e507792ee88f3154342106ad8841"
}
]
}
],
"line_items": [
{
"id": 177,
"name": "Downloadable product",
"product_id": 911,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [
{
"id": 178,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "3.00",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/913"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 799,
"parent_id": 798,
"number": "799",
"order_key": "wc_order_5adcda3f6c167",
"created_via": "wc_deposits",
"version": "3.4.4",
"status": "pending-deposit",
"currency": "CAD",
"date_created": "2018-05-22T18:53:51",
"date_created_gmt": "2018-05-22T18:53:51",
"date_modified": "2018-08-15T21:58:17",
"date_modified_gmt": "2018-08-15T21:58:17",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.90",
"total": "8.40",
"total_tax": "0.90",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA"
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 17017,
"key": "_fue_recorded",
"value": "1"
}
],
"line_items": [
{
"id": 152,
"name": "Payment #2 for Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "7.50",
"subtotal_tax": "0.90",
"total": "7.50",
"total_tax": "0.90",
"taxes": [
{
"id": 1,
"total": "0.9",
"subtotal": "0.9"
}
],
"meta_data": [
{
"id": 1134,
"key": "_original_order_id",
"value": "798"
}
],
"sku": "",
"price": 7.5
}
],
"tax_lines": [
{
"id": 153,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "0.90",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/799"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
],
"up": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/798"
}
]
}
},
{
"id": 879,
"parent_id": 0,
"number": "879",
"order_key": "wc_order_5b01d00ad6e8c",
"created_via": "",
"version": "3.3.5",
"status": "pending",
"currency": "CAD",
"date_created": "2018-05-20T19:43:14",
"date_created_gmt": "2018-05-20T19:43:14",
"date_modified": "2018-05-20T19:44:27",
"date_modified_gmt": "2018-05-20T19:44:27",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "40.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 0,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "FÄVIKEN 216",
"address_2": "",
"city": "Jarpen",
"state": "",
"postcode": "83005",
"country": "SE",
"email": "stephanie.dyhin@automattic.com",
"phone": "64740177"
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 18008,
"key": "_shipping_phone",
"value": ""
}
],
"line_items": [
{
"id": 173,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 25
},
{
"id": 174,
"name": "Simple tea product on sale",
"product_id": 482,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "0.00",
"total": "15.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 15
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/879"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
]
}
},
{
"id": 874,
"parent_id": 0,
"number": "874",
"order_key": "wc_order_5aff61824d2a1",
"created_via": "checkout",
"version": "3.4.2",
"status": "processing",
"currency": "CAD",
"date_created": "2018-05-18T23:28:02",
"date_created_gmt": "2018-05-18T23:28:02",
"date_modified": "2018-06-10T23:33:59",
"date_modified_gmt": "2018-06-10T23:33:59",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "1.20",
"total": "11.20",
"total_tax": "1.20",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/66.0.3359.139 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Phoenix",
"state": "AZ",
"postcode": "85050",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Phoenix",
"state": "AZ",
"postcode": "85050",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CTHzUGNTAspWcqrCMwqFHMw",
"date_paid": "2018-05-18T23:28:04",
"date_paid_gmt": "2018-05-18T23:28:04",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "953cf9954a84a541ce1eb3d87af3a2af",
"meta_data": [
{
"id": 17929,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 17930,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 17931,
"key": "_stripe_source_id",
"value": "src_1CTHzQGNTAspWcqrSxEG4hTx"
},
{
"id": 17932,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 17933,
"key": "_stripe_fee",
"value": "0.62"
},
{
"id": 17934,
"key": "_stripe_net",
"value": "10.58"
},
{
"id": 17935,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 17939,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 18471,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 169,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [],
"sku": "",
"price": 10
}
],
"tax_lines": [
{
"id": 171,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "1.20",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 170,
"method_title": "Local pickup",
"method_id": "wc_services_canada_post",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 1,
"total": "",
"subtotal": ""
}
],
"meta_data": [
{
"id": 1257,
"key": "Items",
"value": "Simple product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/874"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 855,
"parent_id": 0,
"number": "855",
"order_key": "wc_order_5af4c31ade293",
"created_via": "checkout",
"version": "3.4.0",
"status": "refunded",
"currency": "AUD",
"date_created": "2018-05-10T22:09:30",
"date_created_gmt": "2018-05-10T22:09:30",
"date_modified": "2018-05-26T18:22:28",
"date_modified_gmt": "2018-05-26T18:22:28",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "3.00",
"total": "33.00",
"total_tax": "3.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/66.0.3359.139 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Richmond",
"state": "VIC",
"postcode": "3121",
"country": "AU",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CQMx6GNTAspWcqrtWrNRg3r",
"date_paid": "2018-05-10T22:09:33",
"date_paid_gmt": "2018-05-10T22:09:33",
"date_completed": "2018-05-10T22:09:33",
"date_completed_gmt": "2018-05-10T22:09:33",
"cart_hash": "bd12007c6a8b6c2562bfaa5cde8473ad",
"meta_data": [
{
"id": 17709,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 17710,
"key": "_stripe_source_id",
"value": "src_1CQMx1GNTAspWcqrOgpNqixb"
},
{
"id": 17711,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 17714,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 17718,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 18097,
"key": "_stripe_refund_id",
"value": "re_1CW727GNTAspWcqrK7gtSSvv"
},
{
"id": 18098,
"key": "_stripe_fee",
"value": "0"
},
{
"id": 18099,
"key": "_stripe_net",
"value": "-0.74"
}
],
"line_items": [
{
"id": 167,
"name": "Event ticket",
"product_id": 849,
"variation_id": 0,
"quantity": 2,
"tax_class": "",
"subtotal": "30.00",
"subtotal_tax": "3.00",
"total": "30.00",
"total_tax": "3.00",
"taxes": [
{
"id": 16,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 15
}
],
"tax_lines": [
{
"id": 168,
"rate_code": "AU-VIC-VIC TAX-1",
"rate_id": 16,
"label": "VIC Tax",
"compound": false,
"tax_total": "3.00",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [
{
"id": 895,
"reason": "",
"total": "-33.00"
}
],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/855"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 837,
"parent_id": 0,
"number": "837",
"order_key": "wc_order_5aea070ff216d",
"created_via": "checkout",
"version": "3.3.5",
"status": "cancelled",
"currency": "CAD",
"date_created": "2018-05-02T18:44:31",
"date_created_gmt": "2018-05-02T18:44:31",
"date_modified": "2018-05-10T20:17:05",
"date_modified_gmt": "2018-05-10T20:17:05",
"discount_total": "10.00",
"discount_tax": "1.20",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "1.08",
"total": "10.08",
"total_tax": "1.08",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Beverly Hills",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Beverly Hills",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CNPwLGNTAspWcqrMYJLkXL1",
"date_paid": "2018-05-02T18:44:34",
"date_paid_gmt": "2018-05-02T18:44:34",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "5b61ca42320d26a81064739045ac1b7c",
"meta_data": [
{
"id": 17512,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 17513,
"key": "_stripe_source_id",
"value": "src_1CNPwIGNTAspWcqrGJTpJgY6"
},
{
"id": 17514,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 17515,
"key": "_stripe_fee",
"value": "0.59"
},
{
"id": 17516,
"key": "_stripe_net",
"value": "9.49"
},
{
"id": 17517,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 17524,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 17530,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 162,
"name": "Global Attribute ordering - small",
"product_id": 506,
"variation_id": 523,
"quantity": 1,
"tax_class": "",
"subtotal": "9.00",
"subtotal_tax": "1.08",
"total": "4.00",
"total_tax": "0.48",
"taxes": [
{
"id": 1,
"total": "0.48",
"subtotal": "1.08"
}
],
"meta_data": [
{
"id": 1207,
"key": "pa_size",
"value": "small"
}
],
"sku": "",
"price": 4
},
{
"id": 163,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "5.00",
"total_tax": "0.60",
"taxes": [
{
"id": 1,
"total": "0.6",
"subtotal": "1.2"
}
],
"meta_data": [],
"sku": "",
"price": 5
}
],
"tax_lines": [
{
"id": 165,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "1.08",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 164,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 1,
"total": "",
"subtotal": ""
}
],
"meta_data": [
{
"id": 1221,
"key": "Items",
"value": "Global Attribute ordering - small × 1, Simple product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [
{
"id": 166,
"code": "steph5a36b677115a4",
"discount": "10",
"discount_tax": "1.2",
"meta_data": [
{
"id": 1229,
"key": "coupon_data",
"value": {
"id": 514,
"code": "steph5a36b677115a4",
"amount": "10",
"date_created": {
"date": "2017-12-17 18:24:55.000000",
"timezone_type": 1,
"timezone": "+00:00"
},
"date_modified": {
"date": "2017-12-17 18:24:55.000000",
"timezone_type": 1,
"timezone": "+00:00"
},
"date_expires": null,
"discount_type": "fixed_cart",
"description": "",
"usage_count": 0,
"individual_use": false,
"product_ids": [],
"excluded_product_ids": [],
"usage_limit": 0,
"usage_limit_per_user": 0,
"limit_usage_to_x_items": null,
"free_shipping": false,
"product_categories": [],
"excluded_product_categories": [],
"exclude_sale_items": false,
"minimum_amount": "",
"maximum_amount": "",
"email_restrictions": [
"stephanie.dyhin@automattic.com"
],
"used_by": [],
"virtual": false,
"meta_data": [
{
"id": 5850,
"key": "_publicize_pending",
"value": "1"
}
]
}
}
]
}
],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/837"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 832,
"parent_id": 0,
"number": "832",
"order_key": "wc_order_5ae652994406b",
"created_via": "checkout",
"version": "3.3.5",
"status": "cancelled",
"currency": "USD",
"date_created": "2018-04-29T23:17:45",
"date_created_gmt": "2018-04-29T23:17:45",
"date_modified": "2018-05-10T20:17:04",
"date_modified_gmt": "2018-05-10T20:17:04",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "9.50",
"total": "109.50",
"total_tax": "9.50",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "172.103.149.103",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_12_6) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.75 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Beverly Hills",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "155d3e77e1aac6a97c971984eeeb80fe",
"meta_data": [
{
"id": 17446,
"key": "_suspension_count",
"value": "2"
},
{
"id": 17447,
"key": "_cancelled_email_sent",
"value": ""
},
{
"id": 17448,
"key": "_requires_manual_renewal",
"value": "true"
},
{
"id": 17449,
"key": "_trial_period",
"value": ""
},
{
"id": 17450,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 17451,
"key": "_stripe_card_id",
"value": "card_1BNApRGNTAspWcqrScCqEJwU"
},
{
"id": 17452,
"key": "_stripe_source_id",
"value": "card_1BNApRGNTAspWcqrScCqEJwU"
},
{
"id": 17453,
"key": "_shipping_phone",
"value": ""
},
{
"id": 17454,
"key": "_subscription_renewal",
"value": "423"
}
],
"line_items": [
{
"id": 158,
"name": "Subscription product",
"product_id": 295,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "100.00",
"subtotal_tax": "9.50",
"total": "100.00",
"total_tax": "9.50",
"taxes": [
{
"id": 2,
"total": "9.5",
"subtotal": "9.5"
}
],
"meta_data": [],
"sku": "",
"price": 100
},
{
"id": 159,
"name": "Subscription downloads",
"product_id": 293,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "0.00",
"subtotal_tax": "0.00",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 2,
"total": "",
"subtotal": ""
}
],
"meta_data": [],
"sku": "",
"price": 0
},
{
"id": 160,
"name": "Subscription downloads",
"product_id": 293,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "0.00",
"subtotal_tax": "0.00",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 2,
"total": "",
"subtotal": ""
}
],
"meta_data": [],
"sku": "",
"price": 0
}
],
"tax_lines": [
{
"id": 161,
"rate_code": "US-CA-CA TAX-1",
"rate_id": 2,
"label": "CA Tax",
"compound": false,
"tax_total": "9.50",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/832"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 798,
"parent_id": 0,
"number": "798",
"order_key": "wc_order_5adcda3d2c1f7",
"created_via": "checkout",
"version": "3.3.5",
"status": "partial-payment",
"currency": "CAD",
"date_created": "2018-04-22T18:53:49",
"date_created_gmt": "2018-04-22T18:53:49",
"date_modified": "2018-04-22T18:53:51",
"date_modified_gmt": "2018-04-22T18:53:51",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "9.50",
"shipping_tax": "1.14",
"cart_tax": "3.00",
"total": "13.44",
"total_tax": "4.14",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CJnJqGNTAspWcqrRuX3t2Jw",
"date_paid": "2018-04-22T18:53:51",
"date_paid_gmt": "2018-04-22T18:53:51",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "a0a576f9177eb5700f21eed7e2f4e784",
"meta_data": [
{
"id": 16960,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 16961,
"key": "_vat_number",
"value": ""
},
{
"id": 16962,
"key": "_vat_number_is_validated",
"value": "false"
},
{
"id": 16963,
"key": "_vat_number_is_valid",
"value": "false"
},
{
"id": 16964,
"key": "_customer_ip_country",
"value": "US"
},
{
"id": 16965,
"key": "_customer_self_declared_country",
"value": "false"
},
{
"id": 16966,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 16967,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 16968,
"key": "_stripe_source_id",
"value": "src_1CJnJnGNTAspWcqrpWnQJeQ1"
},
{
"id": 16969,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 16970,
"key": "_stripe_fee",
"value": "0.69"
},
{
"id": 16971,
"key": "_stripe_net",
"value": "12.75"
},
{
"id": 16972,
"key": "_stripe_currency",
"value": "CAD"
}
],
"line_items": [
{
"id": 149,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "2.50",
"subtotal_tax": "0.30",
"total": "2.50",
"total_tax": "0.30",
"taxes": [
{
"id": 1,
"total": "0.3",
"subtotal": "0.3"
}
],
"meta_data": [
{
"id": 1105,
"key": "_is_deposit",
"value": "yes"
},
{
"id": 1106,
"key": "_deposit_full_amount",
"value": "28"
},
{
"id": 1107,
"key": "_deposit_full_amount_ex_tax",
"value": "25"
},
{
"id": 1108,
"key": "_deposit_deposit_amount_ex_tax",
"value": "2.5"
},
{
"id": 1109,
"key": "_payment_plan",
"value": "1"
},
{
"id": 1165,
"key": "_payment_plan_scheduled",
"value": "yes"
}
],
"sku": "",
"price": 2.5
}
],
"tax_lines": [
{
"id": 151,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "3.00",
"shipping_tax_total": "1.14",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 150,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "9.50",
"total_tax": "1.14",
"taxes": [
{
"id": 1,
"total": "1.14",
"subtotal": ""
}
],
"meta_data": [
{
"id": 1114,
"key": "Items",
"value": "Another tea × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/798"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 797,
"parent_id": 0,
"number": "797",
"order_key": "wc_order_5adcd7a4e7b1d",
"created_via": "checkout",
"version": "3.3.5",
"status": "partial-payment",
"currency": "CAD",
"date_created": "2018-04-22T18:42:44",
"date_created_gmt": "2018-04-22T18:42:44",
"date_modified": "2018-04-22T18:42:47",
"date_modified_gmt": "2018-04-22T18:42:47",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "9.50",
"shipping_tax": "1.14",
"cart_tax": "3.00",
"total": "16.24",
"total_tax": "4.14",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "123 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P1J0",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CJn98GNTAspWcqrhUFS9XuE",
"date_paid": "2018-04-22T18:42:47",
"date_paid_gmt": "2018-04-22T18:42:47",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "bc2253aa342f56698bf4df496f306b19",
"meta_data": [
{
"id": 16902,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 16903,
"key": "_vat_number",
"value": ""
},
{
"id": 16904,
"key": "_vat_number_is_validated",
"value": "false"
},
{
"id": 16905,
"key": "_vat_number_is_valid",
"value": "false"
},
{
"id": 16906,
"key": "_customer_ip_country",
"value": "US"
},
{
"id": 16907,
"key": "_customer_self_declared_country",
"value": "false"
},
{
"id": 16908,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 16909,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 16910,
"key": "_stripe_source_id",
"value": "src_1CJn95GNTAspWcqrGjAQQUSR"
},
{
"id": 16911,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 16912,
"key": "_stripe_fee",
"value": "0.77"
},
{
"id": 16913,
"key": "_stripe_net",
"value": "15.47"
},
{
"id": 16914,
"key": "_stripe_currency",
"value": "CAD"
}
],
"line_items": [
{
"id": 146,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "5.00",
"subtotal_tax": "0.60",
"total": "5.00",
"total_tax": "0.60",
"taxes": [
{
"id": 1,
"total": "0.6",
"subtotal": "0.6"
}
],
"meta_data": [
{
"id": 1082,
"key": "_is_deposit",
"value": "yes"
},
{
"id": 1083,
"key": "_deposit_full_amount",
"value": "28"
},
{
"id": 1084,
"key": "_deposit_full_amount_ex_tax",
"value": "25"
},
{
"id": 1085,
"key": "_deposit_deposit_amount_ex_tax",
"value": "5"
}
],
"sku": "",
"price": 5
}
],
"tax_lines": [
{
"id": 148,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "3.00",
"shipping_tax_total": "1.14",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 147,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "9.50",
"total_tax": "1.14",
"taxes": [
{
"id": 1,
"total": "1.14",
"subtotal": ""
}
],
"meta_data": [
{
"id": 1090,
"key": "Items",
"value": "Another tea × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/797"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 784,
"parent_id": 0,
"number": "784",
"order_key": "wc_order_5ad3a8fb092f1",
"created_via": "checkout",
"version": "3.3.5",
"status": "completed",
"currency": "CAD",
"date_created": "2018-04-15T19:33:15",
"date_created_gmt": "2018-04-15T19:33:15",
"date_modified": "2018-04-29T17:44:33",
"date_modified_gmt": "2018-04-29T17:44:33",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "",
"postcode": "V2P1J0",
"country": "BE",
"email": "steph.dyhin@gmail.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "",
"postcode": "V2P1J0",
"country": "BE"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CHGbAGNTAspWcqr0sjYuMCF",
"date_paid": "2018-04-15T19:33:17",
"date_paid_gmt": "2018-04-15T19:33:17",
"date_completed": "2018-04-29T17:44:33",
"date_completed_gmt": "2018-04-29T17:44:33",
"cart_hash": "c23ac3f788feaf81097ae9381f760e11",
"meta_data": [
{
"id": 16588,
"key": "_vat_number",
"value": "098098098098"
},
{
"id": 16589,
"key": "_vat_number_is_validated",
"value": "true"
},
{
"id": 16590,
"key": "_vat_number_is_valid",
"value": "false"
},
{
"id": 16591,
"key": "_customer_ip_country",
"value": "US"
},
{
"id": 16592,
"key": "_customer_self_declared_country",
"value": "false"
},
{
"id": 16593,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 16594,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 16595,
"key": "_stripe_source_id",
"value": "src_1CHGb7GNTAspWcqr26AiNgSu"
},
{
"id": 16596,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 16597,
"key": "_stripe_fee",
"value": "1.03"
},
{
"id": 16598,
"key": "_stripe_net",
"value": "23.97"
},
{
"id": 16599,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 16603,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 17341,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 144,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [],
"shipping_lines": [
{
"id": 145,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "24",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1072,
"key": "Items",
"value": "Another tea × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/784"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 778,
"parent_id": 0,
"number": "778",
"order_key": "wc_order_5ad288db78f31",
"created_via": "checkout",
"version": "3.3.5",
"status": "completed",
"currency": "CAD",
"date_created": "2018-04-14T23:03:55",
"date_created_gmt": "2018-04-14T23:03:55",
"date_modified": "2018-04-14T23:03:57",
"date_modified_gmt": "2018-04-14T23:03:57",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_4) applewebkit/537.36 (khtml, like gecko) chrome/65.0.3325.181 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "",
"postcode": "V2P1J0",
"country": "BE",
"email": "steph.dyhin@gmail.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1CGxPVGNTAspWcqrLcPScN7i",
"date_paid": "2018-04-14T23:03:57",
"date_paid_gmt": "2018-04-14T23:03:57",
"date_completed": "2018-04-14T23:03:57",
"date_completed_gmt": "2018-04-14T23:03:57",
"cart_hash": "1c969eca867f164547532a111d7d84b8",
"meta_data": [
{
"id": 16499,
"key": "_vat_number",
"value": "098098098098"
},
{
"id": 16500,
"key": "_vat_number_is_validated",
"value": "true"
},
{
"id": 16501,
"key": "_vat_number_is_valid",
"value": "false"
},
{
"id": 16502,
"key": "_customer_ip_country",
"value": "US"
},
{
"id": 16503,
"key": "_customer_self_declared_country",
"value": "false"
},
{
"id": 16504,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 16505,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 16506,
"key": "_stripe_source_id",
"value": "src_1CGxPQGNTAspWcqrpQ0qV2UW"
},
{
"id": 16507,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 16508,
"key": "_stripe_fee",
"value": "1.03"
},
{
"id": 16509,
"key": "_stripe_net",
"value": "23.97"
},
{
"id": 16510,
"key": "_stripe_currency",
"value": "CAD"
},
{
"id": 16514,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 143,
"name": "Downloadable product",
"product_id": 112,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/778"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 708,
"parent_id": 0,
"number": "708",
"order_key": "wc_order_5aae929ede0dc",
"created_via": "checkout",
"version": "3.3.3",
"status": "processing",
"currency": "CAD",
"date_created": "2018-03-18T16:23:58",
"date_created_gmt": "2018-03-18T16:23:58",
"date_modified": "2018-03-18T16:25:32",
"date_modified_gmt": "2018-03-18T16:25:32",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "55.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "",
"postcode": "V2P1J0",
"country": "BE",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "",
"postcode": "V2P 1J0",
"country": "BE"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1C74IeGNTAspWcqrB1vXUaQK",
"date_paid": "2018-03-18T16:24:09",
"date_paid_gmt": "2018-03-18T16:24:09",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "3b86ea5887d7316db77ca8ee6eaa4dd7",
"meta_data": [
{
"id": 8592,
"key": "_vat_number_is_validated",
"value": "true"
},
{
"id": 8593,
"key": "_vat_number_is_valid",
"value": "false"
},
{
"id": 8594,
"key": "_customer_ip_country",
"value": "US"
},
{
"id": 8595,
"key": "_customer_self_declared_country",
"value": "false"
},
{
"id": 8596,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 8597,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 8598,
"key": "_stripe_source_id",
"value": "src_1C74IaGNTAspWcqrIKtUssZz"
},
{
"id": 8599,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 8600,
"key": "Stripe Fee",
"value": "1.90"
},
{
"id": 8601,
"key": "Net Revenue From Stripe",
"value": "53.10"
},
{
"id": 8605,
"key": "_wcpv_commission_added",
"value": "yes"
},
{
"id": 8606,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 8614,
"key": "_vat_number",
"value": "BE0670850713"
},
{
"id": 8615,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 139,
"name": "Variable product",
"product_id": 106,
"variation_id": 246,
"quantity": 1,
"tax_class": "",
"subtotal": "40.00",
"subtotal_tax": "0.00",
"total": "40.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1023,
"key": "tea",
"value": "Green tea"
},
{
"id": 1024,
"key": "package-type",
"value": "Pot and tea"
}
],
"sku": "",
"price": 40
},
{
"id": 140,
"name": "Simple tea product on sale",
"product_id": 482,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "0.00",
"total": "15.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1039,
"key": "_fulfillment_status",
"value": "fulfilled"
},
{
"id": 1040,
"key": "_commission_status",
"value": "void"
}
],
"sku": "",
"price": 15
}
],
"tax_lines": [],
"shipping_lines": [
{
"id": 141,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "24",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 1038,
"key": "Items",
"value": "Variable product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/708"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 699,
"parent_id": 0,
"number": "699",
"order_key": "wc_order_5aac06db11058",
"created_via": "checkout",
"version": "3.3.5",
"status": "completed",
"currency": "CAD",
"date_created": "2018-03-16T18:03:07",
"date_created_gmt": "2018-03-16T18:03:07",
"date_modified": "2018-05-12T23:49:41",
"date_modified_gmt": "2018-05-12T23:49:41",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "1.20",
"cart_tax": "4.20",
"total": "50.40",
"total_tax": "5.40",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V2P 1J0",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Woo",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1C6MtUGNTAspWcqrgA7hUrY9",
"date_paid": "2018-03-16T18:03:10",
"date_paid_gmt": "2018-03-16T18:03:10",
"date_completed": "2018-05-12T23:49:41",
"date_completed_gmt": "2018-05-12T23:49:41",
"cart_hash": "2f58b1218b866f03ceab59b6f911b1f1",
"meta_data": [
{
"id": 8486,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 8487,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 8488,
"key": "_stripe_source_id",
"value": "src_1C6MtQGNTAspWcqrVO3F2jvY"
},
{
"id": 8489,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 8490,
"key": "Stripe Fee",
"value": "1.76"
},
{
"id": 8491,
"key": "Net Revenue From Stripe",
"value": "48.64"
},
{
"id": 8495,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 8683,
"key": "_wc_points_redeemed",
"value": "0"
},
{
"id": 8684,
"key": "_vat_number",
"value": ""
},
{
"id": 8685,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 8686,
"key": "_wc_points_earned",
"value": "35"
}
],
"line_items": [
{
"id": 135,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
},
{
"id": 136,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [],
"sku": "",
"price": 10
}
],
"tax_lines": [
{
"id": 138,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "4.20",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 137,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 1008,
"key": "Items",
"value": "Another tea × 1, Simple product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/699"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 669,
"parent_id": 0,
"number": "669",
"order_key": "wc_order_5aa2e691a2fae",
"created_via": "checkout",
"version": "3.3.3",
"status": "processing",
"currency": "AUD",
"date_created": "2018-03-09T19:54:57",
"date_created_gmt": "2018-03-09T19:54:57",
"date_modified": "2018-03-16T18:01:17",
"date_modified_gmt": "2018-03-16T18:01:17",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "1.20",
"cart_tax": "1.44",
"total": "24.64",
"total_tax": "2.64",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.186 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1C3rItGNTAspWcqr1X0g3bGa",
"date_paid": "2018-03-09T19:55:00",
"date_paid_gmt": "2018-03-09T19:55:00",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "8b3143416f8d62e4b12ca5815fa666b5",
"meta_data": [
{
"id": 8278,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 8279,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 8280,
"key": "_stripe_source_id",
"value": "src_1C3rIpGNTAspWcqrLjcRoy5U"
},
{
"id": 8281,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 8282,
"key": "Stripe Fee",
"value": "1.00"
},
{
"id": 8283,
"key": "Net Revenue From Stripe",
"value": "23.27"
},
{
"id": 8287,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 8440,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 132,
"name": "Multi attribute variable product",
"product_id": 357,
"variation_id": 509,
"quantity": 1,
"tax_class": "",
"subtotal": "12.00",
"subtotal_tax": "1.44",
"total": "12.00",
"total_tax": "1.44",
"taxes": [
{
"id": 1,
"total": "1.44",
"subtotal": "1.44"
}
],
"meta_data": [
{
"id": 973,
"key": "size",
"value": "2.5"
},
{
"id": 974,
"key": "colour",
"value": "Green"
},
{
"id": 975,
"key": "style",
"value": "C"
}
],
"sku": "",
"price": 12
}
],
"tax_lines": [
{
"id": 134,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "1.44",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 133,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 980,
"key": "Items",
"value": "Multi attribute variable product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/669"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 666,
"parent_id": 0,
"number": "666",
"order_key": "wc_order_5aa1b395b3eef",
"created_via": "",
"version": "3.3.3",
"status": "processing",
"currency": "AUD",
"date_created": "2018-03-08T22:03:22",
"date_created_gmt": "2018-03-08T22:03:22",
"date_modified": "2018-03-16T16:46:57",
"date_modified_gmt": "2018-03-16T16:46:57",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "10.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 0,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": "",
"email": "stephanie.dyhin+test@automattic.com",
"phone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "",
"date_paid": "2018-03-16T16:46:57",
"date_paid_gmt": "2018-03-16T16:46:57",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 8228,
"key": "_shipping_phone",
"value": ""
},
{
"id": 8408,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 8409,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 131,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "0.00",
"total": "10.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 10
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/666"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
]
}
},
{
"id": 646,
"parent_id": 0,
"number": "646",
"order_key": "wc_order_5a934d16766fc",
"created_via": "checkout",
"version": "3.3.3",
"status": "completed",
"currency": "USD",
"date_created": "2018-02-25T23:56:06",
"date_created_gmt": "2018-02-25T23:56:06",
"date_modified": "2018-03-16T16:54:48",
"date_modified_gmt": "2018-03-16T16:54:48",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "131.04",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BzZLgGNTAspWcqrC5p38LOL",
"date_paid": "2018-02-25T23:56:08",
"date_paid_gmt": "2018-02-25T23:56:08",
"date_completed": "2018-03-16T16:54:48",
"date_completed_gmt": "2018-03-16T16:54:48",
"cart_hash": "c172e191610108481b40b94646c4b94b",
"meta_data": [
{
"id": 7992,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 7993,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7994,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7995,
"key": "_stripe_source_id",
"value": "src_1BzZLcGNTAspWcqrkBkKftCz"
},
{
"id": 7996,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7997,
"key": "Stripe Fee",
"value": "5.00"
},
{
"id": 7998,
"key": "Net Revenue From Stripe",
"value": "157.24"
},
{
"id": 8002,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 128,
"name": "Product add-on",
"product_id": 476,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "107.00",
"subtotal_tax": "12.84",
"total": "107.00",
"total_tax": "12.84",
"taxes": [
{
"id": 1,
"total": "12.84",
"subtotal": "12.84"
}
],
"meta_data": [
{
"id": 941,
"key": "Options ($25.00)",
"value": "Saucers"
},
{
"id": 942,
"key": "Options ($30.00)",
"value": "Tea spoons"
},
{
"id": 943,
"key": "Options ($12.00)",
"value": "Tea tin"
},
{
"id": 944,
"key": "Inscription - Text ($15.00)",
"value": "Tea is great"
}
],
"sku": "",
"price": 107
}
],
"tax_lines": [
{
"id": 130,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "0.00",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 129,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 949,
"key": "Items",
"value": "Product add-on × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/646"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 645,
"parent_id": 0,
"number": "645",
"order_key": "wc_order_5a934c0715015",
"created_via": "checkout",
"version": "3.3.1",
"status": "processing",
"currency": "USD",
"date_created": "2018-02-25T23:51:35",
"date_created_gmt": "2018-02-25T23:51:35",
"date_modified": "2018-02-25T23:51:37",
"date_modified_gmt": "2018-02-25T23:51:37",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "131.04",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BzZHIGNTAspWcqrZzvHeJdk",
"date_paid": "2018-02-25T23:51:37",
"date_paid_gmt": "2018-02-25T23:51:37",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "6b5129d9cc1469b4305ecf3de17b5816",
"meta_data": [
{
"id": 7928,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 7929,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7930,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7931,
"key": "_stripe_source_id",
"value": "src_1BzZHFGNTAspWcqrN6HunTMy"
},
{
"id": 7932,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7933,
"key": "Stripe Fee",
"value": "5.00"
},
{
"id": 7934,
"key": "Net Revenue From Stripe",
"value": "157.24"
},
{
"id": 7938,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 125,
"name": "Product add-on",
"product_id": 476,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "107.00",
"subtotal_tax": "12.84",
"total": "107.00",
"total_tax": "12.84",
"taxes": [
{
"id": 1,
"total": "12.84",
"subtotal": "12.84"
}
],
"meta_data": [
{
"id": 918,
"key": "Options ($25.00)",
"value": "Saucers"
},
{
"id": 919,
"key": "Options ($30.00)",
"value": "Tea spoons"
},
{
"id": 920,
"key": "Options ($12.00)",
"value": "Tea tin"
},
{
"id": 921,
"key": "Inscription - Custom insciption ($15.00)",
"value": "Tea is very good"
}
],
"sku": "",
"price": 107
}
],
"tax_lines": [
{
"id": 127,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "0.00",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 126,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 926,
"key": "Items",
"value": "Product add-on × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/645"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 644,
"parent_id": 0,
"number": "644",
"order_key": "wc_order_5a934ad2bbda5",
"created_via": "checkout",
"version": "3.3.3",
"status": "completed",
"currency": "USD",
"date_created": "2018-02-25T23:46:26",
"date_created_gmt": "2018-02-25T23:46:26",
"date_modified": "2018-03-16T17:10:25",
"date_modified_gmt": "2018-03-16T17:10:25",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "87.36",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BzZCKGNTAspWcqrJEOH8BGo",
"date_paid": "2018-02-25T23:46:29",
"date_paid_gmt": "2018-02-25T23:46:29",
"date_completed": "2018-03-16T17:10:25",
"date_completed_gmt": "2018-03-16T17:10:25",
"cart_hash": "5b7f0c08d8cf3bf6f9686c62e9411182",
"meta_data": [
{
"id": 7857,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 7858,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7859,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7860,
"key": "_stripe_source_id",
"value": "src_1BzZCHGNTAspWcqr44WcmG2Q"
},
{
"id": 7861,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7862,
"key": "Stripe Fee",
"value": "3.44"
},
{
"id": 7863,
"key": "Net Revenue From Stripe",
"value": "104.72"
},
{
"id": 7867,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 121,
"name": "Multi attribute variable product",
"product_id": 357,
"variation_id": 509,
"quantity": 1,
"tax_class": "",
"subtotal": "8.00",
"subtotal_tax": "0.96",
"total": "8.00",
"total_tax": "0.96",
"taxes": [
{
"id": 1,
"total": "0.96",
"subtotal": "0.96"
}
],
"meta_data": [
{
"id": 885,
"key": "size",
"value": "1.5"
},
{
"id": 886,
"key": "colour",
"value": "Green"
},
{
"id": 887,
"key": "style",
"value": "B"
}
],
"sku": "",
"price": 8
},
{
"id": 122,
"name": "Variable product",
"product_id": 106,
"variation_id": 108,
"quantity": 1,
"tax_class": "",
"subtotal": "60.00",
"subtotal_tax": "7.20",
"total": "60.00",
"total_tax": "7.20",
"taxes": [
{
"id": 1,
"total": "7.2",
"subtotal": "7.2"
}
],
"meta_data": [
{
"id": 897,
"key": "tea",
"value": "Green tea"
},
{
"id": 898,
"key": "package-type",
"value": "Pot and tea with cups"
}
],
"sku": "",
"price": 60
}
],
"tax_lines": [
{
"id": 124,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "0.00",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 123,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 903,
"key": "Items",
"value": "Multi attribute variable product × 1, Variable product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/644"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 643,
"parent_id": 0,
"number": "643",
"order_key": "wc_order_5a93476f9ed18",
"created_via": "checkout",
"version": "3.3.3",
"status": "refunded",
"currency": "USD",
"date_created": "2018-02-25T23:31:59",
"date_created_gmt": "2018-02-25T23:31:59",
"date_modified": "2018-03-16T20:16:28",
"date_modified_gmt": "2018-03-16T20:16:28",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "1.20",
"cart_tax": "13.68",
"total": "138.88",
"total_tax": "14.88",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BzYyMGNTAspWcqrF39OKcR5",
"date_paid": "2018-02-25T23:32:03",
"date_paid_gmt": "2018-02-25T23:32:03",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "3afe2e04c712dba6984a269972303f88",
"meta_data": [
{
"id": 7802,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7803,
"key": "_stripe_source_id",
"value": "src_1BzYyIGNTAspWcqrsohrzGVb"
},
{
"id": 7804,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7805,
"key": "Stripe Fee",
"value": "5.29"
},
{
"id": 7806,
"key": "Net Revenue From Stripe",
"value": "166.65"
},
{
"id": 7810,
"key": "_wcpv_commission_added",
"value": "yes"
},
{
"id": 7811,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 8501,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 117,
"name": "Simple tea product on sale",
"product_id": 482,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "1.80",
"total": "15.00",
"total_tax": "1.80",
"taxes": [
{
"id": 1,
"total": "1.8",
"subtotal": "1.8"
}
],
"meta_data": [
{
"id": 872,
"key": "_fulfillment_status",
"value": "unfulfilled"
},
{
"id": 873,
"key": "_commission_status",
"value": "unpaid"
}
],
"sku": "",
"price": 15
},
{
"id": 118,
"name": "Music Album",
"product_id": 431,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "99.00",
"subtotal_tax": "11.88",
"total": "99.00",
"total_tax": "11.88",
"taxes": [
{
"id": 1,
"total": "11.88",
"subtotal": "11.88"
}
],
"meta_data": [
{
"id": 874,
"key": "_fulfillment_status",
"value": "unfulfilled"
},
{
"id": 875,
"key": "_commission_status",
"value": "unpaid"
}
],
"sku": "",
"price": 99
}
],
"tax_lines": [
{
"id": 120,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "13.68",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 119,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 866,
"key": "Items",
"value": "Simple tea product on sale × 1, Music Album × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [
{
"id": 701,
"reason": "Order fully refunded",
"total": "-138.88"
}
],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/643"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 641,
"parent_id": 640,
"number": "641",
"order_key": "wc_order_5a91f1081e248",
"created_via": "wc_deposits",
"version": "3.3.1",
"status": "pending-deposit",
"currency": "USD",
"date_created": "2018-02-24T23:11:04",
"date_created_gmt": "2018-02-24T23:11:04",
"date_modified": "2018-02-24T23:11:04",
"date_modified_gmt": "2018-02-24T23:11:04",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "21.60",
"total": "201.60",
"total_tax": "21.60",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V2H3",
"country": "CA"
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 7722,
"key": "_fue_recorded",
"value": "1"
}
],
"line_items": [
{
"id": 115,
"name": "Payment #2 for Bookable product: Tea workshop",
"product_id": 241,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "180.00",
"subtotal_tax": "21.60",
"total": "180.00",
"total_tax": "21.60",
"taxes": [
{
"id": 1,
"total": "21.6",
"subtotal": "21.6"
}
],
"meta_data": [
{
"id": 842,
"key": "_original_order_id",
"value": "640"
}
],
"sku": "",
"price": 180
}
],
"tax_lines": [
{
"id": 116,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "21.60",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/641"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
],
"up": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/640"
}
]
}
},
{
"id": 640,
"parent_id": 0,
"number": "640",
"order_key": "wc_order_5a91f0232ade9",
"created_via": "checkout",
"version": "3.3.5",
"status": "on-hold",
"currency": "USD",
"date_created": "2018-02-24T23:07:15",
"date_created_gmt": "2018-02-24T23:07:15",
"date_modified": "2018-04-14T21:05:30",
"date_modified_gmt": "2018-04-14T21:05:30",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "10.00",
"shipping_tax": "1.20",
"cart_tax": "2.40",
"total": "33.60",
"total_tax": "3.60",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.67.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_3) applewebkit/537.36 (khtml, like gecko) chrome/64.0.3282.167 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Melbourne",
"state": "BC",
"postcode": "V5V2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BzC6qGNTAspWcqr5CAecAoZ",
"date_paid": "2018-02-24T23:07:17",
"date_paid_gmt": "2018-02-24T23:07:17",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "194364c50d9d26dc32036b70e2b520fe",
"meta_data": [
{
"id": 7663,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7664,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7665,
"key": "_stripe_source_id",
"value": "src_1BzC6nGNTAspWcqrOFukzEsh"
},
{
"id": 7666,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7667,
"key": "Stripe Fee",
"value": "1.51"
},
{
"id": 7668,
"key": "Net Revenue From Stripe",
"value": "40.09"
},
{
"id": 16397,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 16398,
"key": "_vat_number",
"value": ""
},
{
"id": 16399,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 112,
"name": "Bookable product: Tea workshop",
"product_id": 241,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "20.00",
"subtotal_tax": "2.40",
"total": "20.00",
"total_tax": "2.40",
"taxes": [
{
"id": 1,
"total": "2.4",
"subtotal": "2.4"
}
],
"meta_data": [
{
"id": 814,
"key": "_is_deposit",
"value": "yes"
},
{
"id": 815,
"key": "_deposit_full_amount",
"value": "124"
},
{
"id": 816,
"key": "_deposit_full_amount_ex_tax",
"value": "200"
},
{
"id": 817,
"key": "_deposit_deposit_amount_ex_tax",
"value": "20"
},
{
"id": 843,
"key": "_remaining_balance_order_id",
"value": "641"
}
],
"sku": "",
"price": 20
}
],
"tax_lines": [
{
"id": 114,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "2.40",
"shipping_tax_total": "1.20",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 113,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": ""
}
],
"meta_data": [
{
"id": 822,
"key": "Items",
"value": "Bookable product: Tea workshop × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/640"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 608,
"parent_id": 0,
"number": "608",
"order_key": "wc_order_5a6d1a7278e3f",
"created_via": "checkout",
"version": "3.2.6",
"status": "processing",
"currency": "USD",
"date_created": "2018-01-28T00:33:54",
"date_created_gmt": "2018-01-28T00:33:54",
"date_modified": "2018-01-28T00:33:56",
"date_modified_gmt": "2018-01-28T00:33:56",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "7.25",
"shipping_tax": "0.00",
"cart_tax": "0.95",
"total": "18.20",
"total_tax": "0.95",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1Bp47LGNTAspWcqrM50eEJhT",
"date_paid": "2018-01-28T00:33:56",
"date_paid_gmt": "2018-01-28T00:33:56",
"date_completed": "2018-01-28T00:33:56",
"date_completed_gmt": "2018-01-28T00:33:56",
"cart_hash": "2401b88a5582af408899f6276eb75d64",
"meta_data": [
{
"id": 7448,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 7449,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7450,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7451,
"key": "_stripe_source_id",
"value": "src_1Bp47IGNTAspWcqr2tHXHDfa"
},
{
"id": 7452,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7453,
"key": "Stripe Fee",
"value": "0.94"
},
{
"id": 7454,
"key": "Net Revenue From Stripe",
"value": "21.03"
},
{
"id": 7458,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 109,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "0.95",
"total": "10.00",
"total_tax": "0.95",
"taxes": [
{
"id": 3,
"total": "0.95",
"subtotal": "0.95"
}
],
"meta_data": [
{
"id": 793,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 10
}
],
"tax_lines": [
{
"id": 111,
"rate_code": "US-CA-CA TAX-1",
"rate_id": 3,
"label": "CA Tax",
"compound": false,
"tax_total": "0.95",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 110,
"method_title": "Priority Mail",
"method_id": "usps",
"instance_id": "18",
"total": "7.25",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 798,
"key": "wc_connect_packages",
"value": [
{
"id": "weight_0_individual",
"box_id": "individual",
"length": 5,
"width": 5,
"height": 20,
"weight": 0.5,
"items": [
{
"product_id": 100,
"length": 5,
"width": 5,
"height": 20,
"weight": 0.5,
"quantity": 1
}
],
"service_id": "pri"
}
]
},
{
"id": 799,
"key": "Packaging",
"value": "Individual packaging (Simple product)"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/608"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 605,
"parent_id": 0,
"number": "605",
"order_key": "wc_order_5a6cd2e44297f",
"created_via": "",
"version": "3.2.6",
"status": "processing",
"currency": "USD",
"date_created": "2018-01-27T19:16:00",
"date_created_gmt": "2018-01-27T19:16:00",
"date_modified": "2018-01-27T19:29:49",
"date_modified_gmt": "2018-01-27T19:29:49",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "100.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 0,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Manual",
"last_name": "Test",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "",
"postcode": "90210",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "",
"date_paid": "2018-01-27T19:29:49",
"date_paid_gmt": "2018-01-27T19:29:49",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "",
"meta_data": [
{
"id": 7391,
"key": "_shipping_phone",
"value": ""
},
{
"id": 7395,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7396,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 108,
"name": "Bookable product: Tea workshop",
"product_id": 241,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "100.00",
"subtotal_tax": "0.00",
"total": "100.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 782,
"key": "Warranty",
"value": "Warranty Included (30 Days)"
},
{
"id": 783,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 100
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/605"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
]
}
},
{
"id": 588,
"parent_id": 0,
"number": "588",
"order_key": "wc_order_5a5a4c5aa574a",
"created_via": "checkout",
"version": "3.2.6",
"status": "processing",
"currency": "USD",
"date_created": "2018-01-13T18:13:46",
"date_created_gmt": "2018-01-13T18:13:46",
"date_modified": "2018-01-13T18:13:48",
"date_modified_gmt": "2018-01-13T18:13:48",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "2.38",
"total": "27.38",
"total_tax": "2.38",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BjtVnGNTAspWcqrFMvoKEOd",
"date_paid": "2018-01-13T18:13:48",
"date_paid_gmt": "2018-01-13T18:13:48",
"date_completed": "2018-01-13T18:13:48",
"date_completed_gmt": "2018-01-13T18:13:48",
"cart_hash": "150f7dbbdd516bf95235d5a77e4cdc47",
"meta_data": [
{
"id": 7298,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 7299,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7300,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7301,
"key": "_stripe_source_id",
"value": "src_1BjtVkGNTAspWcqrDJQ28cRR"
},
{
"id": 7302,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7303,
"key": "Stripe Fee",
"value": "1.27"
},
{
"id": 7304,
"key": "Net Revenue From Stripe",
"value": "32.16"
},
{
"id": 7308,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 105,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "2.38",
"total": "25.00",
"total_tax": "2.38",
"taxes": [
{
"id": 3,
"total": "2.375",
"subtotal": "2.375"
}
],
"meta_data": [
{
"id": 762,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 25
}
],
"tax_lines": [
{
"id": 107,
"rate_code": "US-CA-CA TAX-1",
"rate_id": 3,
"label": "CA Tax",
"compound": false,
"tax_total": "2.38",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 106,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 767,
"key": "Items",
"value": "Another tea × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/588"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 584,
"parent_id": 0,
"number": "584",
"order_key": "wc_order_5a5937ee977b3",
"created_via": "checkout",
"version": "3.3.3",
"status": "refunded",
"currency": "USD",
"date_created": "2018-01-12T22:34:00",
"date_created_gmt": "2018-01-12T22:34:00",
"date_modified": "2018-03-16T17:20:00",
"date_modified_gmt": "2018-03-16T17:20:00",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "2.38",
"total": "27.38",
"total_tax": "2.38",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1Bjb6RGNTAspWcqrsaXJCXiw",
"date_paid": "2018-01-12T22:34:24",
"date_paid_gmt": "2018-01-12T22:34:24",
"date_completed": "2018-01-12T22:34:24",
"date_completed_gmt": "2018-01-12T22:34:24",
"cart_hash": "bf4a80b699a5b47a944b9a95895aaf02",
"meta_data": [
{
"id": 7185,
"key": "_stripe_customer_id",
"value": "cus_BXrA8VqEttaog3"
},
{
"id": 7186,
"key": "_stripe_source_id",
"value": "src_1Bjb6PGNTAspWcqrvWFkpNXq"
},
{
"id": 7187,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7188,
"key": "Stripe Fee",
"value": "1.27"
},
{
"id": 7189,
"key": "Net Revenue From Stripe",
"value": "32.33"
},
{
"id": 7193,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 7197,
"key": "_shipping_phone",
"value": ""
}
],
"line_items": [
{
"id": 101,
"name": "Downloadable product",
"product_id": 112,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "2.38",
"total": "25.00",
"total_tax": "2.38",
"taxes": [
{
"id": 3,
"total": "2.375",
"subtotal": "2.375"
}
],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [
{
"id": 102,
"rate_code": "US-CA-CA TAX-1",
"rate_id": 3,
"label": "CA Tax",
"compound": false,
"tax_total": "2.38",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [
{
"id": 698,
"reason": "Order fully refunded",
"total": "-27.38"
}
],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/584"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 577,
"parent_id": 0,
"number": "577",
"order_key": "wc_order_5a529e725d56b",
"created_via": "checkout",
"version": "3.2.6",
"status": "processing",
"currency": "USD",
"date_created": "2018-01-07T22:25:54",
"date_created_gmt": "2018-01-07T22:25:54",
"date_modified": "2018-01-07T22:25:55",
"date_modified_gmt": "2018-01-07T22:25:55",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.76",
"total": "8.76",
"total_tax": "0.76",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BhmaVGNTAspWcqrhLzben4k",
"date_paid": "2018-01-07T22:25:55",
"date_paid_gmt": "2018-01-07T22:25:55",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "e07712fe5fce93b4c4195adacd67f2de",
"meta_data": [
{
"id": 7105,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 7106,
"key": "pickup_time",
"value": "10"
},
{
"id": 7107,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 7108,
"key": "_stripe_card_id",
"value": "tok_1BhmaSGNTAspWcqrLhsNJSu9"
},
{
"id": 7109,
"key": "_stripe_charge_id",
"value": "ch_1BhmaVGNTAspWcqrhLzben4k"
},
{
"id": 7110,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7111,
"key": "Stripe Fee",
"value": "0.61"
},
{
"id": 7112,
"key": "Net Revenue From Stripe",
"value": "10.05"
},
{
"id": 7116,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 98,
"name": "Multi attribute variable product",
"product_id": 357,
"variation_id": 509,
"quantity": 1,
"tax_class": "",
"subtotal": "8.00",
"subtotal_tax": "0.76",
"total": "8.00",
"total_tax": "0.76",
"taxes": [
{
"id": 3,
"total": "0.76",
"subtotal": "0.76"
}
],
"meta_data": [
{
"id": 712,
"key": "size",
"value": "2.5"
},
{
"id": 713,
"key": "colour",
"value": "Blue"
},
{
"id": 714,
"key": "style",
"value": "A"
}
],
"sku": "",
"price": 8
}
],
"tax_lines": [
{
"id": 100,
"rate_code": "US-CA-CA TAX-1",
"rate_id": 3,
"label": "CA Tax",
"compound": false,
"tax_total": "0.76",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 99,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 719,
"key": "Items",
"value": "Multi attribute variable product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/577"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 575,
"parent_id": 0,
"number": "575",
"order_key": "wc_order_5a52856033a68",
"created_via": "checkout",
"version": "3.3.3",
"status": "cancelled",
"currency": "CAD",
"date_created": "2018-01-07T20:38:56",
"date_created_gmt": "2018-01-07T20:38:56",
"date_modified": "2018-03-16T17:21:03",
"date_modified_gmt": "2018-03-16T17:21:03",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "7.20",
"total": "67.20",
"total_tax": "7.20",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.132 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BhkuzGNTAspWcqrhQkZ0Ju1",
"date_paid": "2018-01-07T20:38:57",
"date_paid_gmt": "2018-01-07T20:38:57",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "50e687a472702c9382f4098044192ff4",
"meta_data": [
{
"id": 7039,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 7040,
"key": "pickup_time",
"value": "10:30am"
},
{
"id": 7042,
"key": "_stripe_card_id",
"value": "tok_1BhkuwGNTAspWcqrxijZA26n"
},
{
"id": 7043,
"key": "_stripe_charge_id",
"value": "ch_1BhkuzGNTAspWcqrhQkZ0Ju1"
},
{
"id": 7044,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 7045,
"key": "Stripe Fee",
"value": "2.25"
},
{
"id": 7046,
"key": "Net Revenue From Stripe",
"value": "64.95"
},
{
"id": 7050,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 95,
"name": "Variable product",
"product_id": 106,
"variation_id": 108,
"quantity": 1,
"tax_class": "",
"subtotal": "60.00",
"subtotal_tax": "7.20",
"total": "60.00",
"total_tax": "7.20",
"taxes": [
{
"id": 1,
"total": "7.2",
"subtotal": "7.2"
}
],
"meta_data": [
{
"id": 691,
"key": "tea",
"value": "Green tea"
},
{
"id": 692,
"key": "package-type",
"value": "Pot and tea with cups"
}
],
"sku": "",
"price": 60
}
],
"tax_lines": [
{
"id": 97,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "7.20",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 96,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 697,
"key": "Items",
"value": "Variable product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/575"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 554,
"parent_id": 0,
"number": "554",
"order_key": "wc_order_5a47e83b9b83b",
"created_via": "checkout",
"version": "3.2.6",
"status": "completed",
"currency": "CAD",
"date_created": "2017-12-30T19:25:00",
"date_created_gmt": "2017-12-30T19:25:00",
"date_modified": "2018-01-12T22:25:03",
"date_modified_gmt": "2018-01-12T22:25:03",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "1.80",
"total": "16.80",
"total_tax": "1.80",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BepxoGNTAspWcqr8U6UmbCs",
"date_paid": "2017-12-30T19:25:48",
"date_paid_gmt": "2017-12-30T19:25:48",
"date_completed": "2017-12-30T19:26:49",
"date_completed_gmt": "2017-12-30T19:26:49",
"cart_hash": "449b2005165aded10983ee493ee7fd46",
"meta_data": [
{
"id": 6827,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 6828,
"key": "_stripe_card_id",
"value": "tok_1BepxmGNTAspWcqr25pYDdjW"
},
{
"id": 6829,
"key": "_stripe_charge_id",
"value": "ch_1BepxoGNTAspWcqr8U6UmbCs"
},
{
"id": 6830,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 6831,
"key": "Stripe Fee",
"value": "0.79"
},
{
"id": 6832,
"key": "Net Revenue From Stripe",
"value": "16.01"
},
{
"id": 6836,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 7139,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 92,
"name": "Simple tea product on sale",
"product_id": 482,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "1.80",
"total": "15.00",
"total_tax": "1.80",
"taxes": [
{
"id": 1,
"total": "1.8",
"subtotal": "1.8"
}
],
"meta_data": [
{
"id": 671,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 15
}
],
"tax_lines": [
{
"id": 94,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "1.80",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 93,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 1,
"total": "",
"subtotal": ""
}
],
"meta_data": [
{
"id": 676,
"key": "Items",
"value": "Simple tea product on sale × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/554"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 552,
"parent_id": 0,
"number": "552",
"order_key": "wc_order_5a47e69a75a7a",
"created_via": "checkout",
"version": "3.2.6",
"status": "completed",
"currency": "CAD",
"date_created": "2017-12-30T19:18:50",
"date_created_gmt": "2017-12-30T19:18:50",
"date_modified": "2017-12-30T19:19:06",
"date_modified_gmt": "2017-12-30T19:19:06",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "1.20",
"total": "11.20",
"total_tax": "1.20",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1Bepr5GNTAspWcqr6YHFlyiY",
"date_paid": "2017-12-30T19:18:51",
"date_paid_gmt": "2017-12-30T19:18:51",
"date_completed": "2017-12-30T19:19:06",
"date_completed_gmt": "2017-12-30T19:19:06",
"cart_hash": "8ff468fbb52c540f588d7b3a876761a9",
"meta_data": [
{
"id": 6762,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 6763,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 6764,
"key": "_stripe_card_id",
"value": "tok_1Bepr1GNTAspWcqrexbVZqWz"
},
{
"id": 6765,
"key": "_stripe_charge_id",
"value": "ch_1Bepr5GNTAspWcqr6YHFlyiY"
},
{
"id": 6766,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 6767,
"key": "Stripe Fee",
"value": "0.62"
},
{
"id": 6768,
"key": "Net Revenue From Stripe",
"value": "10.58"
},
{
"id": 6772,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 89,
"name": "Multi attribute variable product",
"product_id": 357,
"variation_id": 511,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [
{
"id": 648,
"key": "size",
"value": "1"
},
{
"id": 649,
"key": "colour",
"value": "Green"
},
{
"id": 650,
"key": "style",
"value": "B"
},
{
"id": 651,
"key": "_item_warranty",
"value": {
"type": "included_warranty",
"label": "Warranty",
"length": "limited",
"value": "30",
"duration": "days",
"no_warranty_option": "yes",
"addons": [],
"default": true
}
}
],
"sku": "",
"price": 10
}
],
"tax_lines": [
{
"id": 91,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "1.20",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 90,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 656,
"key": "Items",
"value": "Multi attribute variable product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/552"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 541,
"parent_id": 0,
"number": "541",
"order_key": "wc_order_5a4432a5e12a9",
"created_via": "checkout",
"version": "3.2.6",
"status": "completed",
"currency": "CAD",
"date_created": "2017-12-27T23:54:00",
"date_created_gmt": "2017-12-27T23:54:00",
"date_modified": "2018-01-05T19:01:00",
"date_modified_gmt": "2018-01-05T19:01:00",
"discount_total": "5.00",
"discount_tax": "0.60",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "2.40",
"total": "22.40",
"total_tax": "2.40",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BdoiwGNTAspWcqrBZ7VaS6z",
"date_paid": "2017-12-27T23:54:15",
"date_paid_gmt": "2017-12-27T23:54:15",
"date_completed": "2018-01-05T19:01:00",
"date_completed_gmt": "2018-01-05T19:01:00",
"cart_hash": "ba7ae248e3d214918214da50718bc74d",
"meta_data": [
{
"id": 6464,
"key": "Viewed Currency",
"value": "CAD"
},
{
"id": 6465,
"key": "Converted Order Total",
"value": "22.4 CAD"
},
{
"id": 6466,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 6467,
"key": "_stripe_card_id",
"value": "tok_1BdoiuGNTAspWcqrRh8yz2OE"
},
{
"id": 6468,
"key": "_stripe_charge_id",
"value": "ch_1BdoiwGNTAspWcqrBZ7VaS6z"
},
{
"id": 6469,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 6470,
"key": "Stripe Fee",
"value": "0.95"
},
{
"id": 6471,
"key": "Net Revenue From Stripe",
"value": "21.45"
},
{
"id": 6478,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 6879,
"key": "_wc_shipment_tracking_items",
"value": [
{
"tracking_provider": "canada-post",
"custom_tracking_provider": "",
"custom_tracking_link": "",
"tracking_number": "123456",
"date_shipped": "1515110400",
"tracking_id": "39128b7bed01eabc16df7391388e7d56"
}
]
},
{
"id": 6882,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 85,
"name": "Product add-on",
"product_id": 476,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "20.00",
"total_tax": "2.40",
"taxes": [
{
"id": 1,
"total": "2.4",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 20
}
],
"tax_lines": [
{
"id": 87,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "2.40",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 86,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 1,
"total": "",
"subtotal": ""
}
],
"meta_data": [
{
"id": 630,
"key": "Items",
"value": "Product add-on × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [
{
"id": 88,
"code": "othersteph_0yvt3f4i",
"discount": "5",
"discount_tax": "0.6",
"meta_data": [
{
"id": 638,
"key": "coupon_data",
"value": {
"id": 479,
"code": "othersteph_0yvt3f4i",
"amount": "5.00",
"date_created": {
"date": "2017-12-10 01:13:11.000000",
"timezone_type": 1,
"timezone": "+00:00"
},
"date_modified": {
"date": "2017-12-10 01:13:11.000000",
"timezone_type": 1,
"timezone": "+00:00"
},
"date_expires": {
"date": "2018-01-09 00:00:00.000000",
"timezone_type": 1,
"timezone": "+00:00"
},
"discount_type": "fixed_cart",
"description": "",
"usage_count": 0,
"individual_use": true,
"product_ids": [],
"excluded_product_ids": [],
"usage_limit": 0,
"usage_limit_per_user": 1,
"limit_usage_to_x_items": null,
"free_shipping": false,
"product_categories": [],
"excluded_product_categories": [],
"exclude_sale_items": true,
"minimum_amount": "",
"maximum_amount": "",
"email_restrictions": [],
"used_by": [],
"virtual": false,
"meta_data": [
{
"id": 5216,
"key": "_publicize_pending",
"value": "1"
},
{
"id": 5225,
"key": "apply_before_tax",
"value": "yes"
}
]
}
}
]
}
],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/541"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 533,
"parent_id": 0,
"number": "533",
"order_key": "wc_order_5a3da71b6eaa6",
"created_via": "checkout",
"version": "3.2.6",
"status": "processing",
"currency": "CAD",
"date_created": "2017-12-23T00:45:15",
"date_created_gmt": "2017-12-23T00:45:15",
"date_modified": "2017-12-27T19:37:07",
"date_modified_gmt": "2017-12-27T19:37:07",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "11.88",
"total": "110.88",
"total_tax": "11.88",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "bacs",
"payment_method_title": "Direct bank transfer",
"transaction_id": "",
"date_paid": "2017-12-27T19:37:07",
"date_paid_gmt": "2017-12-27T19:37:07",
"date_completed": "2017-12-23T00:51:58",
"date_completed_gmt": "2017-12-23T00:51:58",
"cart_hash": "7a9c9bc10bbca6fb2d06da5b2a18b1da",
"meta_data": [
{
"id": 6373,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 6374,
"key": "Viewed Currency",
"value": "USD"
},
{
"id": 6375,
"key": "Converted Order Total",
"value": "87.1 USD"
},
{
"id": 6376,
"key": "_wc_pre_orders_is_pre_order",
"value": "1"
},
{
"id": 6377,
"key": "_wc_pre_orders_when_charged",
"value": "upon_release"
},
{
"id": 6378,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 6379,
"key": "_wc_pre_orders_status",
"value": "completed"
},
{
"id": 6380,
"key": "_wc_pre_orders_is_pay_later",
"value": "yes"
},
{
"id": 6386,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 82,
"name": "Music Album",
"product_id": 431,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "99.00",
"subtotal_tax": "11.88",
"total": "99.00",
"total_tax": "11.88",
"taxes": [
{
"id": 1,
"total": "11.88",
"subtotal": "11.88"
}
],
"meta_data": [],
"sku": "",
"price": 99
}
],
"tax_lines": [
{
"id": 84,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "11.88",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 83,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 611,
"key": "Items",
"value": "Music Album × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/533"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 532,
"parent_id": 0,
"number": "532",
"order_key": "wc_order_5a3da047b7934",
"created_via": "checkout",
"version": "3.2.6",
"status": "on-hold",
"currency": "CAD",
"date_created": "2017-12-23T00:16:00",
"date_created_gmt": "2017-12-23T00:16:00",
"date_modified": "2017-12-23T00:26:21",
"date_modified_gmt": "2017-12-23T00:26:21",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "3.00",
"total": "28.00",
"total_tax": "3.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "bacs",
"payment_method_title": "Direct bank transfer",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": "2017-12-23T00:20:50",
"date_completed_gmt": "2017-12-23T00:20:50",
"cart_hash": "6a1fbf38ea6fe9a753c222850e04a652",
"meta_data": [
{
"id": 6301,
"key": "Viewed Currency",
"value": "USD"
},
{
"id": 6302,
"key": "Converted Order Total",
"value": "22 USD"
},
{
"id": 6303,
"key": "_wc_pre_orders_is_pre_order",
"value": "1"
},
{
"id": 6304,
"key": "_wc_pre_orders_when_charged",
"value": "upon_release"
},
{
"id": 6305,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 6306,
"key": "_wc_pre_orders_status",
"value": "active"
},
{
"id": 6307,
"key": "_wc_pre_orders_is_pay_later",
"value": "yes"
},
{
"id": 6316,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 6317,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 79,
"name": "Product add-on",
"product_id": 476,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [
{
"id": 81,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "3.00",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 80,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 1,
"total": "",
"subtotal": ""
}
],
"meta_data": [
{
"id": 592,
"key": "Items",
"value": "Product add-on × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/532"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 530,
"parent_id": 0,
"number": "530",
"order_key": "wc_order_5a3d8f10cd40b",
"created_via": "checkout",
"version": "3.2.6",
"status": "processing",
"currency": "CAD",
"date_created": "2017-12-22T23:02:40",
"date_created_gmt": "2017-12-22T23:02:40",
"date_modified": "2017-12-22T23:02:41",
"date_modified_gmt": "2017-12-22T23:02:41",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "0.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"date_paid": "2017-12-22T23:02:41",
"date_paid_gmt": "2017-12-22T23:02:41",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "0cbaaad02df8676ee873c80839db11a9",
"meta_data": [
{
"id": 6239,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 6240,
"key": "Viewed Currency",
"value": "USD"
},
{
"id": 6241,
"key": "Converted Order Total",
"value": "0 USD"
},
{
"id": 6242,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 6246,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 77,
"name": "Free product",
"product_id": 529,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "0.00",
"subtotal_tax": "0.00",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 1,
"total": "0",
"subtotal": "0"
}
],
"meta_data": [],
"sku": "",
"price": 0
}
],
"tax_lines": [],
"shipping_lines": [
{
"id": 78,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 578,
"key": "Items",
"value": "Free product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/530"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 519,
"parent_id": 0,
"number": "519",
"order_key": "wc_order_5a37086e1adc6",
"created_via": "checkout",
"version": "3.2.6",
"status": "processing",
"currency": "CAD",
"date_created": "2017-12-18T00:14:38",
"date_created_gmt": "2017-12-18T00:14:38",
"date_modified": "2017-12-18T00:14:39",
"date_modified_gmt": "2017-12-18T00:14:39",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "32.98",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "49.41",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_2) applewebkit/537.36 (khtml, like gecko) chrome/63.0.3239.84 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "1223 Woo Street",
"address_2": "",
"city": "Vancouver",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BaCHCGNTAspWcqrjZ9XJVAj",
"date_paid": "2017-12-18T00:14:39",
"date_paid_gmt": "2017-12-18T00:14:39",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "d1601f06ac236c499741c8aedce86a85",
"meta_data": [
{
"id": 5947,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 5948,
"key": "Viewed Currency",
"value": "CAD"
},
{
"id": 5949,
"key": "Converted Order Total",
"value": "49.41 CAD"
},
{
"id": 5950,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 5951,
"key": "_stripe_card_id",
"value": "tok_1BaCHAGNTAspWcqrOI236qM7"
},
{
"id": 5952,
"key": "_stripe_charge_id",
"value": "ch_1BaCHCGNTAspWcqrjZ9XJVAj"
},
{
"id": 5953,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 5954,
"key": "Stripe Fee",
"value": "1.73"
},
{
"id": 5955,
"key": "Net Revenue From Stripe",
"value": "47.68"
},
{
"id": 5959,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 75,
"name": "Simple tea product on sale",
"product_id": 482,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "15.00",
"subtotal_tax": "1.43",
"total": "15.00",
"total_tax": "1.43",
"taxes": [
{
"id": 3,
"total": "1.425",
"subtotal": "1.425"
}
],
"meta_data": [],
"sku": "",
"price": 15
}
],
"tax_lines": [],
"shipping_lines": [
{
"id": 76,
"method_title": "Xpresspost USA",
"method_id": "canada_post",
"instance_id": "5",
"total": "32.98",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 563,
"key": "wc_connect_packages",
"value": [
{
"id": "Package_0",
"box_id": "individual",
"length": 0.5,
"width": 0.5,
"height": 1,
"weight": 0.5,
"items": [
{
"product_id": 482,
"length": 0.5,
"width": 0.5,
"height": 1,
"weight": 0.5,
"quantity": 1
}
],
"service_id": "USA.XP"
}
]
},
{
"id": 564,
"key": "Packaging",
"value": "Individual packaging (Simple tea product on sale)"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/519"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 489,
"parent_id": 0,
"number": "489",
"order_key": "wc_order_5a2db59104470",
"created_via": "checkout",
"version": "3.2.5",
"status": "completed",
"currency": "EUR",
"date_created": "2017-12-10T22:30:00",
"date_created_gmt": "2017-12-10T22:30:00",
"date_modified": "2017-12-15T00:16:55",
"date_modified_gmt": "2017-12-15T00:16:55",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "4.20",
"total": "39.20",
"total_tax": "4.20",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BXdJlGNTAspWcqr6BzcuOvo",
"date_paid": "2017-12-10T22:30:42",
"date_paid_gmt": "2017-12-10T22:30:42",
"date_completed": "2017-12-15T00:16:55",
"date_completed_gmt": "2017-12-15T00:16:55",
"cart_hash": "47711872d3c9c068d05e89fd6a8b85e6",
"meta_data": [
{
"id": 5591,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 5592,
"key": "_wc_points_logged_redemption",
"value": {
"points": 0,
"amount": 0,
"discount_code": null
}
},
{
"id": 5593,
"key": "_stripe_card_id",
"value": "tok_1BXdJjGNTAspWcqrhfiNPobD"
},
{
"id": 5594,
"key": "_stripe_charge_id",
"value": "ch_1BXdJlGNTAspWcqr6BzcuOvo"
},
{
"id": 5595,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 5596,
"key": "Stripe Fee",
"value": "1.98"
},
{
"id": 5597,
"key": "Net Revenue From Stripe",
"value": "56.09"
},
{
"id": 5601,
"key": "_wc_points_earned",
"value": "35"
},
{
"id": 5602,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 5632,
"key": "_shipping_phone",
"value": "0647 401 77"
}
],
"line_items": [
{
"id": 71,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
},
{
"id": 72,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [],
"sku": "",
"price": 10
}
],
"tax_lines": [
{
"id": 74,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "4.20",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 73,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "0.00",
"total_tax": "0.00",
"taxes": [
{
"id": 1,
"total": "",
"subtotal": ""
}
],
"meta_data": [
{
"id": 544,
"key": "Items",
"value": "Another tea × 1, Simple product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/489"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 488,
"parent_id": 0,
"number": "488",
"order_key": "wc_order_5a2db50085e2a",
"created_via": "checkout",
"version": "3.2.5",
"status": "processing",
"currency": "EUR",
"date_created": "2017-12-10T22:28:16",
"date_created_gmt": "2017-12-10T22:28:16",
"date_modified": "2017-12-10T22:28:17",
"date_modified_gmt": "2017-12-10T22:28:17",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "4.20",
"total": "39.20",
"total_tax": "4.20",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BXdHRGNTAspWcqrM3kyQPFh",
"date_paid": "2017-12-10T22:28:17",
"date_paid_gmt": "2017-12-10T22:28:17",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "47711872d3c9c068d05e89fd6a8b85e6",
"meta_data": [
{
"id": 5532,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 5533,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 5534,
"key": "_wc_points_logged_redemption",
"value": {
"points": 0,
"amount": 0,
"discount_code": null
}
},
{
"id": 5535,
"key": "_stripe_card_id",
"value": "tok_1BXdHPGNTAspWcqrLs543sHY"
},
{
"id": 5536,
"key": "_stripe_charge_id",
"value": "ch_1BXdHRGNTAspWcqrM3kyQPFh"
},
{
"id": 5537,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 5538,
"key": "Stripe Fee",
"value": "1.98"
},
{
"id": 5539,
"key": "Net Revenue From Stripe",
"value": "56.09"
},
{
"id": 5543,
"key": "_wc_points_earned",
"value": "35"
},
{
"id": 5544,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 67,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
},
{
"id": 68,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [],
"sku": "",
"price": 10
}
],
"tax_lines": [
{
"id": 70,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "4.20",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 69,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 516,
"key": "Items",
"value": "Another tea × 1, Simple product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/488"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 487,
"parent_id": 0,
"number": "487",
"order_key": "wc_order_5a2db4aa9a443",
"created_via": "checkout",
"version": "3.2.5",
"status": "processing",
"currency": "USD",
"date_created": "2017-12-10T22:26:50",
"date_created_gmt": "2017-12-10T22:26:50",
"date_modified": "2017-12-10T22:26:51",
"date_modified_gmt": "2017-12-10T22:26:51",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "4.20",
"total": "39.20",
"total_tax": "4.20",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "242 East 26th Ave",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BXdG3GNTAspWcqr1rkD5Ss5",
"date_paid": "2017-12-10T22:26:51",
"date_paid_gmt": "2017-12-10T22:26:51",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "fefda70f9e5c0faeb8fc641660ae5bb5",
"meta_data": [
{
"id": 5474,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 5475,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 5476,
"key": "_wc_points_logged_redemption",
"value": {
"points": 0,
"amount": 0,
"discount_code": null
}
},
{
"id": 5477,
"key": "_stripe_card_id",
"value": "tok_1BXdG1GNTAspWcqrA8G5y0jK"
},
{
"id": 5478,
"key": "_stripe_charge_id",
"value": "ch_1BXdG3GNTAspWcqr1rkD5Ss5"
},
{
"id": 5479,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 5480,
"key": "Stripe Fee",
"value": "1.73"
},
{
"id": 5481,
"key": "Net Revenue From Stripe",
"value": "47.63"
},
{
"id": 5485,
"key": "_wc_points_earned",
"value": "35"
},
{
"id": 5486,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 63,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [],
"sku": "",
"price": 10
},
{
"id": 64,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [
{
"id": 66,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "4.20",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 65,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 488,
"key": "Items",
"value": "Simple product × 1, Another tea × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/487"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 483,
"parent_id": 0,
"number": "483",
"order_key": "wc_order_5a2d95bdc6f00",
"created_via": "checkout",
"version": "3.2.5",
"status": "processing",
"currency": "USD",
"date_created": "2017-12-10T20:14:53",
"date_created_gmt": "2017-12-10T20:14:53",
"date_modified": "2017-12-10T20:14:55",
"date_modified_gmt": "2017-12-10T20:14:55",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "7.20",
"total": "67.20",
"total_tax": "7.20",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Beverly Hills",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Beverly Hills",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BXbCMGNTAspWcqrVlUbX7K6",
"date_paid": "2017-12-10T20:14:55",
"date_paid_gmt": "2017-12-10T20:14:55",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "733592bfa28efb4d546f874d4396478b",
"meta_data": [
{
"id": 5412,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 5413,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 5414,
"key": "_stripe_card_id",
"value": "tok_1BXbCKGNTAspWcqr5zDRqLB7"
},
{
"id": 5415,
"key": "_stripe_charge_id",
"value": "ch_1BXbCMGNTAspWcqrVlUbX7K6"
},
{
"id": 5416,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 5417,
"key": "Stripe Fee",
"value": "2.75"
},
{
"id": 5418,
"key": "Net Revenue From Stripe",
"value": "81.87"
},
{
"id": 5422,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 60,
"name": "Simple tea product on sale",
"product_id": 482,
"variation_id": 0,
"quantity": 4,
"tax_class": "",
"subtotal": "60.00",
"subtotal_tax": "7.20",
"total": "60.00",
"total_tax": "7.20",
"taxes": [
{
"id": 1,
"total": "7.2",
"subtotal": "7.2"
}
],
"meta_data": [],
"sku": "",
"price": 15
}
],
"tax_lines": [
{
"id": 62,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "7.20",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 61,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 460,
"key": "Items",
"value": "Simple tea product on sale × 4"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/483"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 480,
"parent_id": 0,
"number": "480",
"order_key": "wc_order_5a2c935f01b35",
"created_via": "checkout",
"version": "3.2.6",
"status": "completed",
"currency": "USD",
"date_created": "2017-12-10T01:52:31",
"date_created_gmt": "2017-12-10T01:52:31",
"date_modified": "2017-12-18T00:29:21",
"date_modified_gmt": "2017-12-18T00:29:21",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "39.20",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 1,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36",
"customer_note": "Here are some order notes. What's happening ?",
"billing": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Beverly Hills",
"state": "CA",
"postcode": "90210",
"country": "US",
"email": "stephanie.dyhin@automattic.com",
"phone": "0647 401 77"
},
"shipping": {
"first_name": "Stephanie",
"last_name": "Woo",
"company": "",
"address_1": "\u200e1317 Delresto Dr",
"address_2": "",
"city": "Beverly Hills",
"state": "CA",
"postcode": "90210",
"country": "US"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BXJzXGNTAspWcqrle619Y4P",
"date_paid": "2017-12-10T01:52:32",
"date_paid_gmt": "2017-12-10T01:52:32",
"date_completed": "2017-12-18T00:29:21",
"date_completed_gmt": "2017-12-18T00:29:21",
"cart_hash": "0e264e8ac0bda30bdcd209cae8a53302",
"meta_data": [
{
"id": 5285,
"key": "_shipping_phone",
"value": "0647 401 77"
},
{
"id": 5286,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 5287,
"key": "_stripe_card_id",
"value": "tok_1BXJzWGNTAspWcqrWIa1aHaS"
},
{
"id": 5288,
"key": "_stripe_charge_id",
"value": "ch_1BXJzXGNTAspWcqrle619Y4P"
},
{
"id": 5289,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 5290,
"key": "Stripe Fee",
"value": "1.73"
},
{
"id": 5291,
"key": "Net Revenue From Stripe",
"value": "47.64"
},
{
"id": 5295,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 57,
"name": "Product add-on",
"product_id": 476,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
},
{
"id": 58,
"name": "Simple product",
"product_id": 100,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "10.00",
"subtotal_tax": "1.20",
"total": "10.00",
"total_tax": "1.20",
"taxes": [
{
"id": 1,
"total": "1.2",
"subtotal": "1.2"
}
],
"meta_data": [],
"sku": "",
"price": 10
}
],
"tax_lines": [],
"shipping_lines": [
{
"id": 59,
"method_title": "Local pickup",
"method_id": "local_pickup",
"instance_id": "14",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 446,
"key": "Items",
"value": "Product add-on × 1, Simple product × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/480"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/1"
}
]
}
},
{
"id": 477,
"parent_id": 0,
"number": "477",
"order_key": "wc_order_5a2c89b34d9d5",
"created_via": "checkout",
"version": "3.2.5",
"status": "refunded",
"currency": "USD",
"date_created": "2017-12-10T01:11:15",
"date_created_gmt": "2017-12-10T01:11:15",
"date_modified": "2017-12-10T19:52:42",
"date_modified_gmt": "2017-12-10T19:52:42",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "3.00",
"total": "28.00",
"total_tax": "3.00",
"prices_include_tax": false,
"customer_id": 4,
"customer_ip_address": "192.0.70.251",
"customer_user_agent": "mozilla/5.0 (macintosh; intel mac os x 10_13_1) applewebkit/537.36 (khtml, like gecko) chrome/62.0.3202.94 safari/537.36",
"customer_note": "",
"billing": {
"first_name": "Othersteph",
"last_name": "Wootest",
"company": "",
"address_1": "2393 Woo St",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA",
"email": "stephanie.dyhin.othersteph@automattic.com",
"phone": "999-999-9999"
},
"shipping": {
"first_name": "Othersteph",
"last_name": "Wootest",
"company": "",
"address_1": "2393 Woo St",
"address_2": "",
"city": "Vancouver",
"state": "BC",
"postcode": "V5V 2H3",
"country": "CA"
},
"payment_method": "stripe",
"payment_method_title": "Credit Card (Stripe)",
"transaction_id": "ch_1BXJLcGNTAspWcqr7pdrbHxG",
"date_paid": "2017-12-10T01:11:16",
"date_paid_gmt": "2017-12-10T01:11:16",
"date_completed": null,
"date_completed_gmt": null,
"cart_hash": "a09dd09d81591c42eb646a84fe9f011b",
"meta_data": [
{
"id": 5203,
"key": "_shipping_phone",
"value": "999-999-9999"
},
{
"id": 5205,
"key": "_stripe_card_id",
"value": "tok_1BXJLaGNTAspWcqr2PHlMXBQ"
},
{
"id": 5206,
"key": "_stripe_charge_id",
"value": "ch_1BXJLcGNTAspWcqr7pdrbHxG"
},
{
"id": 5207,
"key": "_stripe_charge_captured",
"value": "yes"
},
{
"id": 5208,
"key": "Stripe Fee",
"value": "1.32"
},
{
"id": 5209,
"key": "Net Revenue From Stripe",
"value": "33.94"
},
{
"id": 5213,
"key": "_order_status_emails_queued",
"value": "1"
}
],
"line_items": [
{
"id": 54,
"name": "Product add-on",
"product_id": 476,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "3.00",
"total": "25.00",
"total_tax": "3.00",
"taxes": [
{
"id": 1,
"total": "3",
"subtotal": "3"
}
],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [
{
"id": 56,
"rate_code": "CA-BC-BC TAX-1",
"rate_id": 1,
"label": "BC Tax",
"compound": false,
"tax_total": "3.00",
"shipping_tax_total": "0.00",
"meta_data": []
}
],
"shipping_lines": [
{
"id": 55,
"method_title": "Flat rate",
"method_id": "flat_rate",
"instance_id": "19",
"total": "0.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [
{
"id": 418,
"key": "Items",
"value": "Product add-on × 1"
}
]
}
],
"fee_lines": [],
"coupon_lines": [],
"refunds": [
{
"id": 481,
"reason": "Order fully refunded",
"total": "-28.00"
}
],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/477"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
],
"customer": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/customers/4"
}
]
}
},
{
"id": 467,
"parent_id": 0,
"number": "467",
"order_key": "wc_order_5a272769b7caa",
"created_via": "",
"version": "3.2.5",
"status": "completed",
"currency": "USD",
"date_created": "2017-12-05T22:51:00",
"date_created_gmt": "2017-12-05T22:51:00",
"date_modified": "2017-12-05T23:10:33",
"date_modified_gmt": "2017-12-05T23:10:33",
"discount_total": "0.00",
"discount_tax": "0.00",
"shipping_total": "0.00",
"shipping_tax": "0.00",
"cart_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"prices_include_tax": false,
"customer_id": 0,
"customer_ip_address": "",
"customer_user_agent": "",
"customer_note": "",
"billing": {
"first_name": "Richard",
"last_name": "McBain",
"company": "Two Feathers Short",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": "",
"email": "woologin@woocommerce.com",
"phone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"company": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postcode": "",
"country": ""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"date_paid": null,
"date_paid_gmt": null,
"date_completed": "2017-12-05T23:10:33",
"date_completed_gmt": "2017-12-05T23:10:33",
"cart_hash": "",
"meta_data": [
{
"id": 5045,
"key": "_shipping_phone",
"value": ""
},
{
"id": 5049,
"key": "_fue_recorded",
"value": "1"
},
{
"id": 5050,
"key": "_order_status_emails_queued",
"value": "1"
},
{
"id": 5052,
"key": "_wc_pre_orders_is_pre_order",
"value": "1"
},
{
"id": 5053,
"key": "_wc_pre_orders_when_charged",
"value": "upon_release"
}
],
"line_items": [
{
"id": 53,
"name": "Another tea",
"product_id": 351,
"variation_id": 0,
"quantity": 1,
"tax_class": "",
"subtotal": "25.00",
"subtotal_tax": "0.00",
"total": "25.00",
"total_tax": "0.00",
"taxes": [],
"meta_data": [],
"sku": "",
"price": 25
}
],
"tax_lines": [],
"shipping_lines": [],
"fee_lines": [],
"coupon_lines": [],
"refunds": [],
"_links": {
"self": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders/467"
}
],
"collection": [
{
"href": "https://nuoshoppe.mystagingwebsite.com/wp-json/wc/v2/orders"
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment