Multiple Order update webhooks with the same updated_at timestamp

Multiple Order update webhooks with the same updated_at timestamp

jatin3
Shopify Partner
1 0 0

I've subscribed to order update webhook, and got two order update webhooks on refund with same updated_at timestamp

first one: 

 

 

 

{
		"id" : 4633803128990,
		"admin_graphql_api_id" : "gid://shopify/Order/4633803128990",
		"app_id" : 580111,
		"browser_ip" : "49.37.145.42",
		"buyer_accepts_marketing" : false,
		"cancel_reason" : null,
		"cancelled_at" : null,
		"cart_token" : "9ddf468b4b011925c561fcbfae911a5c",
		"checkout_id" : 31863894900894,
		"checkout_token" : "aca6cc5b3ee984939b566a02c40eae26",
		"client_details" : {
			"accept_language" : "en-US,en;q=0.9",
			"browser_height" : 714,
			"browser_ip" : "49.37.145.42",
			"browser_width" : 1519,
			"session_hash" : null,
			"user_agent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
		},
		"closed_at" : null,
		"confirmed" : true,
		"contact_email" : "[email protected]",
		"created_at" : "2022-08-25T08:57:30-04:00",
		"currency" : "AMD",
		"current_subtotal_price" : "2374.03",
		"current_subtotal_price_set" : {
			"shop_money" : {
				"amount" : "2374.03",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "2374.03",
				"currency_code" : "AMD"
			}
		},
		"current_total_discounts" : "100.00",
		"current_total_discounts_set" : {
			"shop_money" : {
				"amount" : "100.00",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "100.00",
				"currency_code" : "AMD"
			}
		},
		"current_total_duties_set" : null,
		"current_total_price" : "4722.99",
		"current_total_price_set" : {
			"shop_money" : {
				"amount" : "4722.99",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "4722.99",
				"currency_code" : "AMD"
			}
		},
		"current_total_tax" : "375.41",
		"current_total_tax_set" : {
			"shop_money" : {
				"amount" : "375.41",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "375.41",
				"currency_code" : "AMD"
			}
		},
		"customer_locale" : "en-AM",
		"device_id" : null,
		"discount_codes" : [ ],
		"email" : "[email protected]",
		"estimated_taxes" : false,
		"financial_status" : "partially_refunded",
		"fulfillment_status" : null,
		"gateway" : "shopify_payments",
		"landing_site" : "/password",
		"landing_site_ref" : null,
		"location_id" : null,
		"name" : "#1087",
		"note" : null,
		"note_attributes" : [ ],
		"number" : 87,
		"order_number" : 1087,
		"order_status_url" : "https://invoice-hero-admin04.myshopify.com/51878658206/orders/5cd60b74d348477b2746c123117e94eb/authenticate?key=f90344294a23fa56b7cc50db6daef0ba",
		"original_total_duties_set" : null,
		"payment_gateway_names" : [
			"shopify_payments"
		],
		"phone" : null,
		"presentment_currency" : "AMD",
		"processed_at" : "2022-08-25T08:57:28-04:00",
		"processing_method" : "direct",
		"reference" : null,
		"referring_site" : "",
		"source_identifier" : null,
		"source_name" : "web",
		"source_url" : null,
		"subtotal_price" : "2953.03",
		"subtotal_price_set" : {
			"shop_money" : {
				"amount" : "2953.03",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "2953.03",
				"currency_code" : "AMD"
			}
		},
		"tags" : "",
		"tax_lines" : [
			{
				"price" : "177.18",
				"rate" : 0.06,
				"title" : "Florida State Tax",
				"price_set" : {
					"shop_money" : {
						"amount" : "177.18",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "177.18",
						"currency_code" : "AMD"
					}
				},
				"channel_liable" : false
			},
			{
				"price" : "197.36",
				"rate" : 0.1,
				"title" : "Florida State Tax",
				"price_set" : {
					"shop_money" : {
						"amount" : "197.36",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "197.36",
						"currency_code" : "AMD"
					}
				},
				"channel_liable" : false
			},
			{
				"price" : "44.29",
				"rate" : 0.015,
				"title" : "Clay County Tax",
				"price_set" : {
					"shop_money" : {
						"amount" : "44.29",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "44.29",
						"currency_code" : "AMD"
					}
				},
				"channel_liable" : false
			}
		],
		"taxes_included" : false,
		"test" : true,
		"token" : "5cd60b74d348477b2746c123117e94eb",
		"total_discounts" : "100.00",
		"total_discounts_set" : {
			"shop_money" : {
				"amount" : "100.00",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "100.00",
				"currency_code" : "AMD"
			}
		},
		"total_line_items_price" : "3053.03",
		"total_line_items_price_set" : {
			"shop_money" : {
				"amount" : "3053.03",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "3053.03",
				"currency_code" : "AMD"
			}
		},
		"total_outstanding" : "1886.66",
		"total_price" : "5345.41",
		"total_price_set" : {
			"shop_money" : {
				"amount" : "5345.41",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "5345.41",
				"currency_code" : "AMD"
			}
		},
		"total_price_usd" : "13.27",
		"total_shipping_price_set" : {
			"shop_money" : {
				"amount" : "1973.55",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "1973.55",
				"currency_code" : "AMD"
			}
		},
		"total_tax" : "418.83",
		"total_tax_set" : {
			"shop_money" : {
				"amount" : "418.83",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "418.83",
				"currency_code" : "AMD"
			}
		},
		"total_tip_received" : "0.00",
		"total_weight" : 0,
		"updated_at" : "2022-08-25T09:03:13-04:00",
		"user_id" : null,
		"billing_address" : {
			"first_name" : "A",
			"address1" : "A",
			"phone" : null,
			"city" : "Aa",
			"zip" : "32003",
			"province" : "Florida",
			"country" : "United States",
			"last_name" : "A",
			"address2" : "",
			"company" : null,
			"latitude" : 30.104973,
			"longitude" : -81.71305219999999,
			"name" : "A A",
			"country_code" : "US",
			"province_code" : "FL"
		},
		"customer" : {
			"id" : 5924476977310,
			"email" : "[email protected]",
			"accepts_marketing" : false,
			"created_at" : "2022-01-24T07:55:58-05:00",
			"updated_at" : "2022-08-25T08:57:31-04:00",
			"first_name" : "A",
			"last_name" : "A",
			"orders_count" : 0,
			"state" : "disabled",
			"total_spent" : "0.00",
			"last_order_id" : null,
			"note" : null,
			"verified_email" : true,
			"multipass_identifier" : null,
			"tax_exempt" : false,
			"tags" : "",
			"last_order_name" : null,
			"currency" : "AMD",
			"phone" : null,
			"accepts_marketing_updated_at" : "2022-01-24T07:55:58-05:00",
			"marketing_opt_in_level" : null,
			"tax_exemptions" : [ ],
			"sms_marketing_consent" : null,
			"admin_graphql_api_id" : "gid://shopify/Customer/5924476977310",
			"default_address" : {
				"id" : 7414207021214,
				"customer_id" : 5924476977310,
				"first_name" : "A",
				"last_name" : "A",
				"company" : null,
				"address1" : "A",
				"address2" : "",
				"city" : "Aa",
				"province" : "Florida",
				"country" : "United States",
				"zip" : "32003",
				"phone" : null,
				"name" : "A A",
				"province_code" : "FL",
				"country_code" : "US",
				"country_name" : "United States",
				"default" : true
			}
		},
		"discount_applications" : [
			{
				"target_type" : "line_item",
				"type" : "automatic",
				"value" : "100.0",
				"value_type" : "fixed_amount",
				"allocation_method" : "across",
				"target_selection" : "entitled",
				"title" : "B"
			}
		],
		"fulfillments" : [ ],
		"line_items" : [
			{
				"id" : 11550809227422,
				"admin_graphql_api_id" : "gid://shopify/LineItem/11550809227422",
				"gift_card" : false,
				"grams" : 0,
				"name" : "14k Dangling Pendant Earrings",
				"origin_location" : {
					"id" : 2561110540446,
					"country_code" : "US",
					"province_code" : "FL",
					"name" : "invoice hero admin04",
					"address1" : "Bryceville City",
					"address2" : "",
					"city" : "Bryceville",
					"zip" : "32009"
				},
				"price" : "579.00",
				"price_set" : {
					"shop_money" : {
						"amount" : "579.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "579.00",
						"currency_code" : "AMD"
					}
				},
				"product_id" : 6814219698334,
				"properties" : [ ],
				"quantity" : 1,
				"requires_shipping" : true,
				"sku" : "",
				"taxable" : true,
				"title" : "14k Dangling Pendant Earrings",
				"total_discount" : "0.00",
				"total_discount_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"variant_id" : 40289392984222,
				"variant_inventory_management" : null,
				"variant_title" : "",
				"vendor" : "Supply Dark",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "34.74",
						"price_set" : {
							"shop_money" : {
								"amount" : "34.74",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "34.74",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.06,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "8.68",
						"price_set" : {
							"shop_money" : {
								"amount" : "8.68",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "8.68",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.015,
						"title" : "Clay County Tax"
					}
				],
				"duties" : [ ],
				"discount_allocations" : [ ]
			},
			{
				"id" : 11550809260190,
				"admin_graphql_api_id" : "gid://shopify/LineItem/11550809260190",
				"gift_card" : false,
				"grams" : 0,
				"name" : "14k Dangling Pendant Earrings - REd",
				"origin_location" : {
					"id" : 2561110540446,
					"country_code" : "US",
					"province_code" : "FL",
					"name" : "invoice hero admin04",
					"address1" : "Bryceville City",
					"address2" : "",
					"city" : "Bryceville",
					"zip" : "32009"
				},
				"price" : "619.00",
				"price_set" : {
					"shop_money" : {
						"amount" : "619.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "619.00",
						"currency_code" : "AMD"
					}
				},
				"product_id" : 6814219665566,
				"properties" : [ ],
				"quantity" : 1,
				"requires_shipping" : true,
				"sku" : "",
				"taxable" : true,
				"title" : "14k Dangling Pendant Earrings",
				"total_discount" : "0.00",
				"total_discount_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"variant_id" : 40289392951454,
				"variant_inventory_management" : null,
				"variant_title" : "REd",
				"vendor" : "Supply Dark",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "37.14",
						"price_set" : {
							"shop_money" : {
								"amount" : "37.14",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "37.14",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.06,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "9.28",
						"price_set" : {
							"shop_money" : {
								"amount" : "9.28",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "9.28",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.015,
						"title" : "Clay County Tax"
					}
				],
				"duties" : [ ],
				"discount_allocations" : [ ]
			},
			{
				"id" : 11550809292958,
				"admin_graphql_api_id" : "gid://shopify/LineItem/11550809292958",
				"gift_card" : false,
				"grams" : 0,
				"name" : "14k Bloom Earrings - m / ca",
				"origin_location" : {
					"id" : 2561110540446,
					"country_code" : "US",
					"province_code" : "FL",
					"name" : "invoice hero admin04",
					"address1" : "Bryceville City",
					"address2" : "",
					"city" : "Bryceville",
					"zip" : "32009"
				},
				"price" : "1855.03",
				"price_set" : {
					"shop_money" : {
						"amount" : "1855.03",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "1855.03",
						"currency_code" : "AMD"
					}
				},
				"product_id" : 6814219796638,
				"properties" : [ ],
				"quantity" : 1,
				"requires_shipping" : true,
				"sku" : "",
				"taxable" : true,
				"title" : "14k Bloom Earrings",
				"total_discount" : "0.00",
				"total_discount_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"variant_id" : 40707850338462,
				"variant_inventory_management" : null,
				"variant_title" : "m / ca",
				"vendor" : "Supply Dark",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "105.30",
						"price_set" : {
							"shop_money" : {
								"amount" : "105.30",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "105.30",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.06,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "26.33",
						"price_set" : {
							"shop_money" : {
								"amount" : "26.33",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "26.33",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.015,
						"title" : "Clay County Tax"
					}
				],
				"duties" : [ ],
				"discount_allocations" : [
					{
						"amount" : "100.00",
						"amount_set" : {
							"shop_money" : {
								"amount" : "100.00",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "100.00",
								"currency_code" : "AMD"
							}
						},
						"discount_application_index" : 0
					}
				]
			}
		],
		"payment_details" : {
			"credit_card_bin" : "424242",
			"avs_result_code" : "Y",
			"cvv_result_code" : "M",
			"credit_card_number" : "•••• •••• •••• 4242",
			"credit_card_company" : "Visa"
		},
		"payment_terms" : null,
		"refunds" : [
			{
				"id" : 854170271902,
				"admin_graphql_api_id" : "gid://shopify/Refund/854170271902",
				"created_at" : "2022-08-25T09:00:10-04:00",
				"note" : "",
				"order_id" : 4633803128990,
				"processed_at" : "2022-08-25T09:00:10-04:00",
				"restock" : true,
				"total_duties_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"user_id" : 67979280542,
				"order_adjustments" : [ ],
				"transactions" : [
					{
						"id" : 5630617452702,
						"admin_graphql_api_id" : "gid://shopify/OrderTransaction/5630617452702",
						"amount" : "622.42",
						"authorization" : "re_3LafcgS99e7kQCm91WWfdexY",
						"created_at" : "2022-08-25T09:00:07-04:00",
						"currency" : "AMD",
						"device_id" : null,
						"error_code" : null,
						"gateway" : "shopify_payments",
						"kind" : "refund",
						"location_id" : null,
						"message" : "Transaction approved",
						"order_id" : 4633803128990,
						"parent_id" : 5630615290014,
						"payments_refund_attributes" : {
							"status" : "success",
							"acquirer_reference_number" : "5400025837589055"
						},
						"processed_at" : "2022-08-25T09:00:07-04:00",
						"source_name" : "1830279",
						"status" : "success",
						"test" : true,
						"user_id" : 67979280542,
						"payment_details" : {
							"credit_card_bin" : "424242",
							"avs_result_code" : "Y",
							"cvv_result_code" : "M",
							"credit_card_number" : "•••• •••• •••• 4242",
							"credit_card_company" : "Visa"
						}
					}
				],
				"refund_line_items" : [
					{
						"id" : 356766089374,
						"line_item_id" : 11550809227422,
						"location_id" : 58278019230,
						"quantity" : 1,
						"restock_type" : "cancel",
						"subtotal" : 579,
						"subtotal_set" : {
							"shop_money" : {
								"amount" : "579.00",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "579.00",
								"currency_code" : "AMD"
							}
						},
						"total_tax" : 43.42,
						"total_tax_set" : {
							"shop_money" : {
								"amount" : "43.42",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "43.42",
								"currency_code" : "AMD"
							}
						},
						"line_item" : {
							"id" : 11550809227422,
							"admin_graphql_api_id" : "gid://shopify/LineItem/11550809227422",
							"fulfillable_quantity" : 0,
							"fulfillment_service" : "manual",
							"fulfillment_status" : null,
							"gift_card" : false,
							"grams" : 0,
							"name" : "14k Dangling Pendant Earrings",
							"origin_location" : {
								"id" : 2561110540446,
								"country_code" : "US",
								"province_code" : "FL",
								"name" : "invoice hero admin04",
								"address1" : "Bryceville City",
								"address2" : "",
								"city" : "Bryceville",
								"zip" : "32009"
							},
							"price" : "579.00",
							"price_set" : {
								"shop_money" : {
									"amount" : "579.00",
									"currency_code" : "AMD"
								},
								"presentment_money" : {
									"amount" : "579.00",
									"currency_code" : "AMD"
								}
							},
							"product_exists" : true,
							"product_id" : 6814219698334,
							"properties" : [ ],
							"quantity" : 1,
							"requires_shipping" : true,
							"sku" : "",
							"taxable" : true,
							"title" : "14k Dangling Pendant Earrings",
							"total_discount" : "0.00",
							"total_discount_set" : {
								"shop_money" : {
									"amount" : "0.00",
									"currency_code" : "AMD"
								},
								"presentment_money" : {
									"amount" : "0.00",
									"currency_code" : "AMD"
								}
							},
							"variant_id" : 40289392984222,
							"variant_inventory_management" : null,
							"variant_title" : "",
							"vendor" : "Supply Dark",
							"tax_lines" : [
								{
									"channel_liable" : false,
									"price" : "34.74",
									"price_set" : {
										"shop_money" : {
											"amount" : "34.74",
											"currency_code" : "AMD"
										},
										"presentment_money" : {
											"amount" : "34.74",
											"currency_code" : "AMD"
										}
									},
									"rate" : 0.06,
									"title" : "Florida State Tax"
								},
								{
									"channel_liable" : false,
									"price" : "8.68",
									"price_set" : {
										"shop_money" : {
											"amount" : "8.68",
											"currency_code" : "AMD"
										},
										"presentment_money" : {
											"amount" : "8.68",
											"currency_code" : "AMD"
										}
									},
									"rate" : 0.015,
									"title" : "Clay County Tax"
								}
							],
							"duties" : [ ],
							"discount_allocations" : [ ]
						}
					}
				],
				"duties" : [ ]
			}
		],
		"shipping_address" : {
			"first_name" : "A",
			"address1" : "A",
			"phone" : null,
			"city" : "Aa",
			"zip" : "32003",
			"province" : "Florida",
			"country" : "United States",
			"last_name" : "A",
			"address2" : "",
			"company" : null,
			"latitude" : 30.104973,
			"longitude" : -81.71305219999999,
			"name" : "A A",
			"country_code" : "US",
			"province_code" : "FL"
		},
		"shipping_lines" : [
			{
				"id" : 3865688047774,
				"carrier_identifier" : null,
				"code" : "Standard",
				"delivery_category" : null,
				"discounted_price" : "1973.55",
				"discounted_price_set" : {
					"shop_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					}
				},
				"phone" : null,
				"price" : "1973.55",
				"price_set" : {
					"shop_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					}
				},
				"requested_fulfillment_service_id" : null,
				"source" : "shopify",
				"title" : "Standard",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "197.36",
						"price_set" : {
							"shop_money" : {
								"amount" : "197.36",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "197.36",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.1,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "0.00",
						"price_set" : {
							"shop_money" : {
								"amount" : "0.00",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "0.00",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0,
						"title" : "Clay County Tax"
					}
				],
				"discount_allocations" : [ ]
			}
		]
	}

 

 

 

second one (latest one):

 

 

 

{
		"id" : 4633803128990,
		"admin_graphql_api_id" : "gid://shopify/Order/4633803128990",
		"app_id" : 580111,
		"browser_ip" : "49.37.145.42",
		"buyer_accepts_marketing" : false,
		"cancel_reason" : null,
		"cancelled_at" : null,
		"cart_token" : "9ddf468b4b011925c561fcbfae911a5c",
		"checkout_id" : 31863894900894,
		"checkout_token" : "aca6cc5b3ee984939b566a02c40eae26",
		"client_details" : {
			"accept_language" : "en-US,en;q=0.9",
			"browser_height" : 714,
			"browser_ip" : "49.37.145.42",
			"browser_width" : 1519,
			"session_hash" : null,
			"user_agent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
		},
		"closed_at" : null,
		"confirmed" : true,
		"contact_email" : "[email protected]",
		"created_at" : "2022-08-25T08:57:30-04:00",
		"currency" : "AMD",
		"current_subtotal_price" : "619.00",
		"current_subtotal_price_set" : {
			"shop_money" : {
				"amount" : "619.00",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "619.00",
				"currency_code" : "AMD"
			}
		},
		"current_total_discounts" : "0.00",
		"current_total_discounts_set" : {
			"shop_money" : {
				"amount" : "0.00",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "0.00",
				"currency_code" : "AMD"
			}
		},
		"current_total_duties_set" : null,
		"current_total_price" : "2836.33",
		"current_total_price_set" : {
			"shop_money" : {
				"amount" : "2836.33",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "2836.33",
				"currency_code" : "AMD"
			}
		},
		"current_total_tax" : "243.78",
		"current_total_tax_set" : {
			"shop_money" : {
				"amount" : "243.78",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "243.78",
				"currency_code" : "AMD"
			}
		},
		"customer_locale" : "en-AM",
		"device_id" : null,
		"discount_codes" : [ ],
		"email" : "[email protected]",
		"estimated_taxes" : false,
		"financial_status" : "partially_refunded",
		"fulfillment_status" : null,
		"gateway" : "shopify_payments",
		"landing_site" : "/password",
		"landing_site_ref" : null,
		"location_id" : null,
		"name" : "#1087",
		"note" : null,
		"note_attributes" : [ ],
		"number" : 87,
		"order_number" : 1087,
		"order_status_url" : "https://invoice-hero-admin04.myshopify.com/51878658206/orders/5cd60b74d348477b2746c123117e94eb/authenticate?key=f90344294a23fa56b7cc50db6daef0ba",
		"original_total_duties_set" : null,
		"payment_gateway_names" : [
			"shopify_payments"
		],
		"phone" : null,
		"presentment_currency" : "AMD",
		"processed_at" : "2022-08-25T08:57:28-04:00",
		"processing_method" : "direct",
		"reference" : null,
		"referring_site" : "",
		"source_identifier" : null,
		"source_name" : "web",
		"source_url" : null,
		"subtotal_price" : "2953.03",
		"subtotal_price_set" : {
			"shop_money" : {
				"amount" : "2953.03",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "2953.03",
				"currency_code" : "AMD"
			}
		},
		"tags" : "",
		"tax_lines" : [
			{
				"price" : "177.18",
				"rate" : 0.06,
				"title" : "Florida State Tax",
				"price_set" : {
					"shop_money" : {
						"amount" : "177.18",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "177.18",
						"currency_code" : "AMD"
					}
				},
				"channel_liable" : false
			},
			{
				"price" : "197.36",
				"rate" : 0.1,
				"title" : "Florida State Tax",
				"price_set" : {
					"shop_money" : {
						"amount" : "197.36",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "197.36",
						"currency_code" : "AMD"
					}
				},
				"channel_liable" : false
			},
			{
				"price" : "44.29",
				"rate" : 0.015,
				"title" : "Clay County Tax",
				"price_set" : {
					"shop_money" : {
						"amount" : "44.29",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "44.29",
						"currency_code" : "AMD"
					}
				},
				"channel_liable" : false
			}
		],
		"taxes_included" : false,
		"test" : true,
		"token" : "5cd60b74d348477b2746c123117e94eb",
		"total_discounts" : "100.00",
		"total_discounts_set" : {
			"shop_money" : {
				"amount" : "100.00",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "100.00",
				"currency_code" : "AMD"
			}
		},
		"total_line_items_price" : "3053.03",
		"total_line_items_price_set" : {
			"shop_money" : {
				"amount" : "3053.03",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "3053.03",
				"currency_code" : "AMD"
			}
		},
		"total_outstanding" : "0.00",
		"total_price" : "5345.41",
		"total_price_set" : {
			"shop_money" : {
				"amount" : "5345.41",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "5345.41",
				"currency_code" : "AMD"
			}
		},
		"total_price_usd" : "13.27",
		"total_shipping_price_set" : {
			"shop_money" : {
				"amount" : "1973.55",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "1973.55",
				"currency_code" : "AMD"
			}
		},
		"total_tax" : "418.83",
		"total_tax_set" : {
			"shop_money" : {
				"amount" : "418.83",
				"currency_code" : "AMD"
			},
			"presentment_money" : {
				"amount" : "418.83",
				"currency_code" : "AMD"
			}
		},
		"total_tip_received" : "0.00",
		"total_weight" : 0,
		"updated_at" : "2022-08-25T09:03:13-04:00",
		"user_id" : null,
		"billing_address" : {
			"first_name" : "A",
			"address1" : "A",
			"phone" : null,
			"city" : "Aa",
			"zip" : "32003",
			"province" : "Florida",
			"country" : "United States",
			"last_name" : "A",
			"address2" : "",
			"company" : null,
			"latitude" : 30.104973,
			"longitude" : -81.71305219999999,
			"name" : "A A",
			"country_code" : "US",
			"province_code" : "FL"
		},
		"customer" : {
			"id" : 5924476977310,
			"email" : "[email protected]",
			"accepts_marketing" : false,
			"created_at" : "2022-01-24T07:55:58-05:00",
			"updated_at" : "2022-08-25T08:57:31-04:00",
			"first_name" : "A",
			"last_name" : "A",
			"orders_count" : 0,
			"state" : "disabled",
			"total_spent" : "0.00",
			"last_order_id" : null,
			"note" : null,
			"verified_email" : true,
			"multipass_identifier" : null,
			"tax_exempt" : false,
			"tags" : "",
			"last_order_name" : null,
			"currency" : "AMD",
			"phone" : null,
			"accepts_marketing_updated_at" : "2022-01-24T07:55:58-05:00",
			"marketing_opt_in_level" : null,
			"tax_exemptions" : [ ],
			"sms_marketing_consent" : null,
			"admin_graphql_api_id" : "gid://shopify/Customer/5924476977310",
			"default_address" : {
				"id" : 7414207021214,
				"customer_id" : 5924476977310,
				"first_name" : "A",
				"last_name" : "A",
				"company" : null,
				"address1" : "A",
				"address2" : "",
				"city" : "Aa",
				"province" : "Florida",
				"country" : "United States",
				"zip" : "32003",
				"phone" : null,
				"name" : "A A",
				"province_code" : "FL",
				"country_code" : "US",
				"country_name" : "United States",
				"default" : true
			}
		},
		"discount_applications" : [
			{
				"target_type" : "line_item",
				"type" : "automatic",
				"value" : "100.0",
				"value_type" : "fixed_amount",
				"allocation_method" : "across",
				"target_selection" : "entitled",
				"title" : "B"
			}
		],
		"fulfillments" : [ ],
		"line_items" : [
			{
				"id" : 11550809227422,
				"admin_graphql_api_id" : "gid://shopify/LineItem/11550809227422",
				"fulfillable_quantity" : 0,
				"fulfillment_service" : "manual",
				"fulfillment_status" : null,
				"gift_card" : false,
				"grams" : 0,
				"name" : "14k Dangling Pendant Earrings",
				"origin_location" : {
					"id" : 2561110540446,
					"country_code" : "US",
					"province_code" : "FL",
					"name" : "invoice hero admin04",
					"address1" : "Bryceville City",
					"address2" : "",
					"city" : "Bryceville",
					"zip" : "32009"
				},
				"price" : "579.00",
				"price_set" : {
					"shop_money" : {
						"amount" : "579.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "579.00",
						"currency_code" : "AMD"
					}
				},
				"product_exists" : true,
				"product_id" : 6814219698334,
				"properties" : [ ],
				"quantity" : 1,
				"requires_shipping" : true,
				"sku" : "",
				"taxable" : true,
				"title" : "14k Dangling Pendant Earrings",
				"total_discount" : "0.00",
				"total_discount_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"variant_id" : 40289392984222,
				"variant_inventory_management" : null,
				"variant_title" : "",
				"vendor" : "Supply Dark",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "34.74",
						"price_set" : {
							"shop_money" : {
								"amount" : "34.74",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "34.74",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.06,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "8.68",
						"price_set" : {
							"shop_money" : {
								"amount" : "8.68",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "8.68",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.015,
						"title" : "Clay County Tax"
					}
				],
				"duties" : [ ],
				"discount_allocations" : [ ]
			},
			{
				"id" : 11550809260190,
				"admin_graphql_api_id" : "gid://shopify/LineItem/11550809260190",
				"fulfillable_quantity" : 1,
				"fulfillment_service" : "manual",
				"fulfillment_status" : null,
				"gift_card" : false,
				"grams" : 0,
				"name" : "14k Dangling Pendant Earrings - REd",
				"origin_location" : {
					"id" : 2561110540446,
					"country_code" : "US",
					"province_code" : "FL",
					"name" : "invoice hero admin04",
					"address1" : "Bryceville City",
					"address2" : "",
					"city" : "Bryceville",
					"zip" : "32009"
				},
				"price" : "619.00",
				"price_set" : {
					"shop_money" : {
						"amount" : "619.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "619.00",
						"currency_code" : "AMD"
					}
				},
				"product_exists" : true,
				"product_id" : 6814219665566,
				"properties" : [ ],
				"quantity" : 1,
				"requires_shipping" : true,
				"sku" : "",
				"taxable" : true,
				"title" : "14k Dangling Pendant Earrings",
				"total_discount" : "0.00",
				"total_discount_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"variant_id" : 40289392951454,
				"variant_inventory_management" : null,
				"variant_title" : "REd",
				"vendor" : "Supply Dark",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "37.14",
						"price_set" : {
							"shop_money" : {
								"amount" : "37.14",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "37.14",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.06,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "9.28",
						"price_set" : {
							"shop_money" : {
								"amount" : "9.28",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "9.28",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.015,
						"title" : "Clay County Tax"
					}
				],
				"duties" : [ ],
				"discount_allocations" : [ ]
			},
			{
				"id" : 11550809292958,
				"admin_graphql_api_id" : "gid://shopify/LineItem/11550809292958",
				"fulfillable_quantity" : 0,
				"fulfillment_service" : "manual",
				"fulfillment_status" : null,
				"gift_card" : false,
				"grams" : 0,
				"name" : "14k Bloom Earrings - m / ca",
				"origin_location" : {
					"id" : 2561110540446,
					"country_code" : "US",
					"province_code" : "FL",
					"name" : "invoice hero admin04",
					"address1" : "Bryceville City",
					"address2" : "",
					"city" : "Bryceville",
					"zip" : "32009"
				},
				"price" : "1855.03",
				"price_set" : {
					"shop_money" : {
						"amount" : "1855.03",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "1855.03",
						"currency_code" : "AMD"
					}
				},
				"product_exists" : true,
				"product_id" : 6814219796638,
				"properties" : [ ],
				"quantity" : 1,
				"requires_shipping" : true,
				"sku" : "",
				"taxable" : true,
				"title" : "14k Bloom Earrings",
				"total_discount" : "0.00",
				"total_discount_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"variant_id" : 40707850338462,
				"variant_inventory_management" : null,
				"variant_title" : "m / ca",
				"vendor" : "Supply Dark",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "105.30",
						"price_set" : {
							"shop_money" : {
								"amount" : "105.30",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "105.30",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.06,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "26.33",
						"price_set" : {
							"shop_money" : {
								"amount" : "26.33",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "26.33",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.015,
						"title" : "Clay County Tax"
					}
				],
				"duties" : [ ],
				"discount_allocations" : [
					{
						"amount" : "100.00",
						"amount_set" : {
							"shop_money" : {
								"amount" : "100.00",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "100.00",
								"currency_code" : "AMD"
							}
						},
						"discount_application_index" : 0
					}
				]
			}
		],
		"payment_details" : {
			"credit_card_bin" : "424242",
			"avs_result_code" : "Y",
			"cvv_result_code" : "M",
			"credit_card_number" : "•••• •••• •••• 4242",
			"credit_card_company" : "Visa"
		},
		"payment_terms" : null,
		"refunds" : [
			{
				"id" : 854170271902,
				"admin_graphql_api_id" : "gid://shopify/Refund/854170271902",
				"created_at" : "2022-08-25T09:00:10-04:00",
				"note" : "",
				"order_id" : 4633803128990,
				"processed_at" : "2022-08-25T09:00:10-04:00",
				"restock" : true,
				"total_duties_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"user_id" : 67979280542,
				"order_adjustments" : [ ],
				"transactions" : [
					{
						"id" : 5630617452702,
						"admin_graphql_api_id" : "gid://shopify/OrderTransaction/5630617452702",
						"amount" : "622.42",
						"authorization" : "re_3LafcgS99e7kQCm91WWfdexY",
						"created_at" : "2022-08-25T09:00:07-04:00",
						"currency" : "AMD",
						"device_id" : null,
						"error_code" : null,
						"gateway" : "shopify_payments",
						"kind" : "refund",
						"location_id" : null,
						"message" : "Transaction approved",
						"order_id" : 4633803128990,
						"parent_id" : 5630615290014,
						"payments_refund_attributes" : {
							"status" : "success",
							"acquirer_reference_number" : "5400025837589055"
						},
						"processed_at" : "2022-08-25T09:00:07-04:00",
						"receipt" : {
							"id" : "re_3LafcgS99e7kQCm91WWfdexY",
							"amount" : 62242,
							"balance_transaction" : {
								"id" : "txn_3LafcgS99e7kQCm91YW6zC75",
								"object" : "balance_transaction",
								"exchange_rate" : 0.00320256
							},
							"charge" : {
								"id" : "ch_3LafcgS99e7kQCm91ColxEXA",
								"object" : "charge",
								"amount" : 534541,
								"application_fee" : "fee_1LafchS99e7kQCm9YkUzswW7",
								"balance_transaction" : "txn_3LafcgS99e7kQCm91Cp1u23C",
								"captured" : true,
								"created" : 1661432247,
								"currency" : "amd",
								"failure_code" : null,
								"failure_message" : null,
								"livemode" : false,
								"metadata" : {
									"email" : "[email protected]",
									"manual_entry" : "false",
									"order_id" : "c31863894900894.1",
									"order_transaction_id" : "5630615290014",
									"payments_charge_id" : "2130515886238",
									"shop_id" : "51878658206",
									"shop_name" : "invoice hero admin04",
									"transaction_fee_tax_amount" : "0",
									"transaction_fee_total_amount" : "35562"
								},
								"outcome" : {
									"network_status" : "approved_by_network",
									"reason" : null,
									"risk_level" : "normal",
									"risk_score" : 45,
									"seller_message" : "Payment complete.",
									"type" : "authorized"
								},
								"paid" : true,
								"payment_intent" : "pi_3LafcgS99e7kQCm91UEnO1ZY",
								"payment_method" : "pm_1LafcgS99e7kQCm9sxN3ikwI",
								"payment_method_details" : {
									"card" : {
										"brand" : "visa",
										"checks" : {
											"address_line1_check" : "pass",
											"address_postal_code_check" : "pass",
											"cvc_check" : "pass"
										},
										"country" : "US",
										"description" : "Visa Classic",
										"ds_transaction_id" : null,
										"exp_month" : 1,
										"exp_year" : 2023,
										"fingerprint" : "KE6OIQsc8EspGDeW",
										"funding" : "credit",
										"iin" : "424242",
										"installments" : null,
										"issuer" : "Stripe Payments UK Limited",
										"last4" : "4242",
										"mandate" : null,
										"moto" : null,
										"network" : "visa",
										"network_token" : null,
										"network_transaction_id" : "102741006770711",
										"three_d_secure" : null,
										"wallet" : null
									},
									"type" : "card"
								},
								"refunded" : false,
								"source" : null,
								"status" : "succeeded",
								"mit_params" : {
									"network_transaction_id" : "102741006770711"
								}
							},
							"object" : "refund",
							"reason" : null,
							"status" : "succeeded",
							"created" : 1661432409,
							"currency" : "amd",
							"metadata" : {
								"order_transaction_id" : "5630617452702",
								"payments_refund_id" : "97677017246"
							},
							"payment_method_details" : {
								"card" : {
									"acquirer_reference_number" : null,
									"acquirer_reference_number_status" : "pending"
								},
								"type" : "card"
							}
						},
						"source_name" : "1830279",
						"status" : "success",
						"test" : true,
						"user_id" : 67979280542,
						"payment_details" : {
							"credit_card_bin" : "424242",
							"avs_result_code" : "Y",
							"cvv_result_code" : "M",
							"credit_card_number" : "•••• •••• •••• 4242",
							"credit_card_company" : "Visa"
						}
					}
				],
				"refund_line_items" : [
					{
						"id" : 356766089374,
						"line_item_id" : 11550809227422,
						"location_id" : 58278019230,
						"quantity" : 1,
						"restock_type" : "cancel",
						"subtotal" : 579,
						"subtotal_set" : {
							"shop_money" : {
								"amount" : "579.00",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "579.00",
								"currency_code" : "AMD"
							}
						},
						"total_tax" : 43.42,
						"total_tax_set" : {
							"shop_money" : {
								"amount" : "43.42",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "43.42",
								"currency_code" : "AMD"
							}
						},
						"line_item" : {
							"id" : 11550809227422,
							"admin_graphql_api_id" : "gid://shopify/LineItem/11550809227422",
							"fulfillable_quantity" : 0,
							"fulfillment_service" : "manual",
							"fulfillment_status" : null,
							"gift_card" : false,
							"grams" : 0,
							"name" : "14k Dangling Pendant Earrings",
							"origin_location" : {
								"id" : 2561110540446,
								"country_code" : "US",
								"province_code" : "FL",
								"name" : "invoice hero admin04",
								"address1" : "Bryceville City",
								"address2" : "",
								"city" : "Bryceville",
								"zip" : "32009"
							},
							"price" : "579.00",
							"price_set" : {
								"shop_money" : {
									"amount" : "579.00",
									"currency_code" : "AMD"
								},
								"presentment_money" : {
									"amount" : "579.00",
									"currency_code" : "AMD"
								}
							},
							"product_exists" : true,
							"product_id" : 6814219698334,
							"properties" : [ ],
							"quantity" : 1,
							"requires_shipping" : true,
							"sku" : "",
							"taxable" : true,
							"title" : "14k Dangling Pendant Earrings",
							"total_discount" : "0.00",
							"total_discount_set" : {
								"shop_money" : {
									"amount" : "0.00",
									"currency_code" : "AMD"
								},
								"presentment_money" : {
									"amount" : "0.00",
									"currency_code" : "AMD"
								}
							},
							"variant_id" : 40289392984222,
							"variant_inventory_management" : null,
							"variant_title" : "",
							"vendor" : "Supply Dark",
							"tax_lines" : [
								{
									"channel_liable" : false,
									"price" : "34.74",
									"price_set" : {
										"shop_money" : {
											"amount" : "34.74",
											"currency_code" : "AMD"
										},
										"presentment_money" : {
											"amount" : "34.74",
											"currency_code" : "AMD"
										}
									},
									"rate" : 0.06,
									"title" : "Florida State Tax"
								},
								{
									"channel_liable" : false,
									"price" : "8.68",
									"price_set" : {
										"shop_money" : {
											"amount" : "8.68",
											"currency_code" : "AMD"
										},
										"presentment_money" : {
											"amount" : "8.68",
											"currency_code" : "AMD"
										}
									},
									"rate" : 0.015,
									"title" : "Clay County Tax"
								}
							],
							"duties" : [ ],
							"discount_allocations" : [ ]
						}
					}
				],
				"duties" : [ ]
			},
			{
				"id" : 854170599582,
				"admin_graphql_api_id" : "gid://shopify/Refund/854170599582",
				"created_at" : "2022-08-25T09:03:13-04:00",
				"note" : "",
				"order_id" : 4633803128990,
				"processed_at" : "2022-08-25T09:03:13-04:00",
				"restock" : true,
				"total_duties_set" : {
					"shop_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "0.00",
						"currency_code" : "AMD"
					}
				},
				"user_id" : 67979280542,
				"order_adjustments" : [ ],
				"transactions" : [
					{
						"id" : 5630619877534,
						"admin_graphql_api_id" : "gid://shopify/OrderTransaction/5630619877534",
						"amount" : "1886.66",
						"authorization" : "re_3LafcgS99e7kQCm91CiHVMbs",
						"created_at" : "2022-08-25T09:03:10-04:00",
						"currency" : "AMD",
						"device_id" : null,
						"error_code" : null,
						"gateway" : "shopify_payments",
						"kind" : "refund",
						"location_id" : null,
						"message" : "Transaction approved",
						"order_id" : 4633803128990,
						"parent_id" : 5630615290014,
						"payments_refund_attributes" : {
							"status" : "success",
							"acquirer_reference_number" : "3843183976132422"
						},
						"processed_at" : "2022-08-25T09:03:10-04:00",
						"receipt" : {
							"id" : "re_3LafcgS99e7kQCm91CiHVMbs",
							"amount" : 188666,
							"balance_transaction" : {
								"id" : "txn_3LafcgS99e7kQCm91b6ZBpFY",
								"object" : "balance_transaction",
								"exchange_rate" : 0.00320256
							},
							"charge" : {
								"id" : "ch_3LafcgS99e7kQCm91ColxEXA",
								"object" : "charge",
								"amount" : 534541,
								"application_fee" : "fee_1LafchS99e7kQCm9YkUzswW7",
								"balance_transaction" : "txn_3LafcgS99e7kQCm91Cp1u23C",
								"captured" : true,
								"created" : 1661432247,
								"currency" : "amd",
								"failure_code" : null,
								"failure_message" : null,
								"livemode" : false,
								"metadata" : {
									"email" : "[email protected]",
									"manual_entry" : "false",
									"order_id" : "c31863894900894.1",
									"order_transaction_id" : "5630615290014",
									"payments_charge_id" : "2130515886238",
									"shop_id" : "51878658206",
									"shop_name" : "invoice hero admin04",
									"transaction_fee_tax_amount" : "0",
									"transaction_fee_total_amount" : "35562"
								},
								"outcome" : {
									"network_status" : "approved_by_network",
									"reason" : null,
									"risk_level" : "normal",
									"risk_score" : 45,
									"seller_message" : "Payment complete.",
									"type" : "authorized"
								},
								"paid" : true,
								"payment_intent" : "pi_3LafcgS99e7kQCm91UEnO1ZY",
								"payment_method" : "pm_1LafcgS99e7kQCm9sxN3ikwI",
								"payment_method_details" : {
									"card" : {
										"brand" : "visa",
										"checks" : {
											"address_line1_check" : "pass",
											"address_postal_code_check" : "pass",
											"cvc_check" : "pass"
										},
										"country" : "US",
										"description" : "Visa Classic",
										"ds_transaction_id" : null,
										"exp_month" : 1,
										"exp_year" : 2023,
										"fingerprint" : "KE6OIQsc8EspGDeW",
										"funding" : "credit",
										"iin" : "424242",
										"installments" : null,
										"issuer" : "Stripe Payments UK Limited",
										"last4" : "4242",
										"mandate" : null,
										"moto" : null,
										"network" : "visa",
										"network_token" : null,
										"network_transaction_id" : "102741006770711",
										"three_d_secure" : null,
										"wallet" : null
									},
									"type" : "card"
								},
								"refunded" : false,
								"source" : null,
								"status" : "succeeded",
								"mit_params" : {
									"network_transaction_id" : "102741006770711"
								}
							},
							"object" : "refund",
							"reason" : null,
							"status" : "succeeded",
							"created" : 1661432592,
							"currency" : "amd",
							"metadata" : {
								"order_transaction_id" : "5630619877534",
								"payments_refund_id" : "97677181086"
							},
							"payment_method_details" : {
								"card" : {
									"acquirer_reference_number" : null,
									"acquirer_reference_number_status" : "pending"
								},
								"type" : "card"
							}
						},
						"source_name" : "1830279",
						"status" : "success",
						"test" : true,
						"user_id" : 67979280542,
						"payment_details" : {
							"credit_card_bin" : "424242",
							"avs_result_code" : "Y",
							"cvv_result_code" : "M",
							"credit_card_number" : "•••• •••• •••• 4242",
							"credit_card_company" : "Visa"
						}
					}
				],
				"refund_line_items" : [
					{
						"id" : 356766417054,
						"line_item_id" : 11550809292958,
						"location_id" : 58278019230,
						"quantity" : 1,
						"restock_type" : "cancel",
						"subtotal" : 1755.03,
						"subtotal_set" : {
							"shop_money" : {
								"amount" : "1755.03",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "1755.03",
								"currency_code" : "AMD"
							}
						},
						"total_tax" : 131.63,
						"total_tax_set" : {
							"shop_money" : {
								"amount" : "131.63",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "131.63",
								"currency_code" : "AMD"
							}
						},
						"line_item" : {
							"id" : 11550809292958,
							"admin_graphql_api_id" : "gid://shopify/LineItem/11550809292958",
							"fulfillable_quantity" : 0,
							"fulfillment_service" : "manual",
							"fulfillment_status" : null,
							"gift_card" : false,
							"grams" : 0,
							"name" : "14k Bloom Earrings - m / ca",
							"origin_location" : {
								"id" : 2561110540446,
								"country_code" : "US",
								"province_code" : "FL",
								"name" : "invoice hero admin04",
								"address1" : "Bryceville City",
								"address2" : "",
								"city" : "Bryceville",
								"zip" : "32009"
							},
							"price" : "1855.03",
							"price_set" : {
								"shop_money" : {
									"amount" : "1855.03",
									"currency_code" : "AMD"
								},
								"presentment_money" : {
									"amount" : "1855.03",
									"currency_code" : "AMD"
								}
							},
							"product_exists" : true,
							"product_id" : 6814219796638,
							"properties" : [ ],
							"quantity" : 1,
							"requires_shipping" : true,
							"sku" : "",
							"taxable" : true,
							"title" : "14k Bloom Earrings",
							"total_discount" : "0.00",
							"total_discount_set" : {
								"shop_money" : {
									"amount" : "0.00",
									"currency_code" : "AMD"
								},
								"presentment_money" : {
									"amount" : "0.00",
									"currency_code" : "AMD"
								}
							},
							"variant_id" : 40707850338462,
							"variant_inventory_management" : null,
							"variant_title" : "m / ca",
							"vendor" : "Supply Dark",
							"tax_lines" : [
								{
									"channel_liable" : false,
									"price" : "105.30",
									"price_set" : {
										"shop_money" : {
											"amount" : "105.30",
											"currency_code" : "AMD"
										},
										"presentment_money" : {
											"amount" : "105.30",
											"currency_code" : "AMD"
										}
									},
									"rate" : 0.06,
									"title" : "Florida State Tax"
								},
								{
									"channel_liable" : false,
									"price" : "26.33",
									"price_set" : {
										"shop_money" : {
											"amount" : "26.33",
											"currency_code" : "AMD"
										},
										"presentment_money" : {
											"amount" : "26.33",
											"currency_code" : "AMD"
										}
									},
									"rate" : 0.015,
									"title" : "Clay County Tax"
								}
							],
							"duties" : [ ],
							"discount_allocations" : [
								{
									"amount" : "100.00",
									"amount_set" : {
										"shop_money" : {
											"amount" : "100.00",
											"currency_code" : "AMD"
										},
										"presentment_money" : {
											"amount" : "100.00",
											"currency_code" : "AMD"
										}
									},
									"discount_application_index" : 0
								}
							]
						}
					}
				],
				"duties" : [ ]
			}
		],
		"shipping_address" : {
			"first_name" : "A",
			"address1" : "A",
			"phone" : null,
			"city" : "Aa",
			"zip" : "32003",
			"province" : "Florida",
			"country" : "United States",
			"last_name" : "A",
			"address2" : "",
			"company" : null,
			"latitude" : 30.104973,
			"longitude" : -81.71305219999999,
			"name" : "A A",
			"country_code" : "US",
			"province_code" : "FL"
		},
		"shipping_lines" : [
			{
				"id" : 3865688047774,
				"carrier_identifier" : null,
				"code" : "Standard",
				"delivery_category" : null,
				"discounted_price" : "1973.55",
				"discounted_price_set" : {
					"shop_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					}
				},
				"phone" : null,
				"price" : "1973.55",
				"price_set" : {
					"shop_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					},
					"presentment_money" : {
						"amount" : "1973.55",
						"currency_code" : "AMD"
					}
				},
				"requested_fulfillment_service_id" : null,
				"source" : "shopify",
				"title" : "Standard",
				"tax_lines" : [
					{
						"channel_liable" : false,
						"price" : "197.36",
						"price_set" : {
							"shop_money" : {
								"amount" : "197.36",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "197.36",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0.1,
						"title" : "Florida State Tax"
					},
					{
						"channel_liable" : false,
						"price" : "0.00",
						"price_set" : {
							"shop_money" : {
								"amount" : "0.00",
								"currency_code" : "AMD"
							},
							"presentment_money" : {
								"amount" : "0.00",
								"currency_code" : "AMD"
							}
						},
						"rate" : 0,
						"title" : "Clay County Tax"
					}
				],
				"discount_allocations" : [ ]
			}
		]
	}

 

 

 

 

Replies 0 (0)