diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 14e04f92aa75..1e9f70690b9a 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -1576,7 +1576,7 @@ - name: Shopify sourceDefinitionId: 9da77001-af33-4bcd-be46-6252bf9342b9 dockerRepository: airbyte/source-shopify - dockerImageTag: 0.3.0 + dockerImageTag: 0.3.1 documentationUrl: https://docs.airbyte.com/integrations/sources/shopify icon: shopify.svg sourceType: api diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index ecfbf1ca4330..aa679916a391 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -13259,7 +13259,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-shopify:0.3.0" +- dockerImage: "airbyte/source-shopify:0.3.1" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/shopify" connectionSpecification: diff --git a/airbyte-integrations/connectors/source-shopify/README.md b/airbyte-integrations/connectors/source-shopify/README.md index afaa855d3121..c49293e07173 100644 --- a/airbyte-integrations/connectors/source-shopify/README.md +++ b/airbyte-integrations/connectors/source-shopify/README.md @@ -54,10 +54,10 @@ and place them into `secrets/config.json`. ### Locally running the connector Use your .venv inside your connector in order to proceed: ``` -python3 main.py spec -python3 main.py check --config secrets/config.json -python3 main.py discover --config secrets/config.json -python3 main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json +python main.py spec +python main.py check --config secrets/config.json +python main.py discover --config secrets/config.json +python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json ``` ### Locally running the connector docker image diff --git a/airbyte-integrations/connectors/source-shopify/acceptance-test-config.yml b/airbyte-integrations/connectors/source-shopify/acceptance-test-config.yml index 2e8271f5d022..7c562165a3cd 100644 --- a/airbyte-integrations/connectors/source-shopify/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-shopify/acceptance-test-config.yml @@ -1,52 +1,39 @@ connector_image: airbyte/source-shopify:dev -test_strictness_level: high -acceptance_tests: +tests: spec: - tests: - - spec_path: "source_shopify/spec.json" + - spec_path: "source_shopify/spec.json" connection: - tests: - - config_path: "secrets/config.json" - status: "succeed" - - config_path: "integration_tests/invalid_config.json" - status: "failed" - - config_path: "secrets/config_old.json" - status: "succeed" - - config_path: "integration_tests/invalid_config_old.json" - status: "failed" - - config_path: "secrets/config_oauth.json" - status: "succeed" - - config_path: "integration_tests/invalid_oauth_config.json" - status: "failed" + - config_path: "secrets/config.json" + status: "succeed" + - config_path: "integration_tests/invalid_config.json" + status: "failed" + - config_path: "secrets/config_old.json" + status: "succeed" + - config_path: "integration_tests/invalid_config_old.json" + status: "failed" + - config_path: "secrets/config_oauth.json" + status: "succeed" + - config_path: "integration_tests/invalid_oauth_config.json" + status: "failed" discovery: - tests: - - config_path: "secrets/config.json" - - config_path: "secrets/config_old.json" - - config_path: "secrets/config_oauth.json" + - config_path: "secrets/config.json" + - config_path: "secrets/config_old.json" + - config_path: "secrets/config_oauth.json" basic_read: - tests: - - config_path: "secrets/config.json" - timeout_seconds: 7200 - expect_records: - path: "integration_tests/expected_records.txt" - empty_streams: - - name: "shop" - bypass_reason: "The stream contains sensitive personal information. Skipped." - - name: "abandoned_checkouts" - bypass_reason: "This stream is auto-generated while users bounce from checkout page, stream holds data up to 1 month" - - name: "balance_transactions" - bypass_reason: "There is no way to populate the stream with data manually." + - config_path: "secrets/config.json" + configured_catalog_path: "integration_tests/configured_catalog.json" + timeout_seconds: 7200 + # some streams hold data only for some time, therefore certain streams could be empty while sync. + # 'abandoned_checkouts' stream holds data up to 1 month. + empty_streams: ["abandoned_checkouts", "balance_transactions"] incremental: - tests: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json" - future_state: - future_state_path: "integration_tests/abnormal_state.json" - timeout_seconds: 3600 + - config_path: "secrets/config.json" + configured_catalog_path: "integration_tests/configured_catalog.json" + future_state_path: "integration_tests/abnormal_state.json" + timeout_seconds: 3600 full_refresh: - tests: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json" - timeout_seconds: 7200 - ignored_fields: - "products_graph_ql": ["onlineStorePreviewUrl", "updatedAt", "totalInventory"] + - config_path: "secrets/config.json" + configured_catalog_path: "integration_tests/configured_catalog.json" + timeout_seconds: 7200 + ignored_fields: + "products_graph_ql": ["onlineStorePreviewUrl", "updatedAt", "totalInventory"] diff --git a/airbyte-integrations/connectors/source-shopify/integration_tests/expected_records.txt b/airbyte-integrations/connectors/source-shopify/integration_tests/expected_records.txt deleted file mode 100644 index 08a92c07cd3c..000000000000 --- a/airbyte-integrations/connectors/source-shopify/integration_tests/expected_records.txt +++ /dev/null @@ -1,1185 +0,0 @@ -{"stream": "articles", "data": {"id": 558137508029, "title": "My new Article title", "created_at": "2022-10-07T16:09:02-07:00", "body_html": "
Yea, I like posting them through REST.
", "blog_id": 80417685693, "author": "John Smith", "user_id": null, "published_at": "2011-03-24T08:45:47-07:00", "updated_at": "2022-10-07T16:09:02-07:00", "summary_html": null, "template_suffix": null, "handle": "my-new-article-title", "tags": "Has Been Tagged, This Post", "admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/558137508029", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972293702} -{"stream": "metafield_articles", "data": {"id": 21519818162365, "namespace": "global", "key": "new", "value": "newvalue", "description": null, "owner_id": 558137508029, "created_at": "2022-10-07T16:09:02-07:00", "updated_at": "2022-10-07T16:09:02-07:00", "owner_resource": "article", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21519818162365", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972295419} -{"stream": "blogs", "data": {"id": 80417685693, "handle": "news", "title": "News", "updated_at": "2022-10-07T16:09:02-07:00", "commentable": "no", "feedburner": null, "feedburner_location": null, "created_at": "2021-06-22T18:00:25-07:00", "template_suffix": null, "tags": "Has Been Tagged, This Post", "admin_graphql_api_id": "gid://shopify/OnlineStoreBlog/80417685693", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972296231} -{"stream": "metafield_blogs", "data": {"id": 21519428255933, "namespace": "some_fields", "key": "sponsor", "value": "Shopify", "description": null, "owner_id": 80417685693, "created_at": "2022-10-07T06:05:23-07:00", "updated_at": "2022-10-07T06:05:23-07:00", "owner_resource": "blog", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21519428255933", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972297754} -{"stream": "customers", "data": {"id": 5898277650621, "email": null, "accepts_marketing": false, "created_at": "2022-03-17T02:57:39-07:00", "updated_at": "2022-03-17T02:57:41-07:00", "first_name": "Test", "last_name": "Test", "orders_count": 0, "state": "disabled", "total_spent": 0.0, "last_order_id": null, "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "last_order_name": null, "currency": "USD", "phone": null, "addresses": [{"id": 7306112991421, "customer_id": 5898277650621, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}], "accepts_marketing_updated_at": "2022-03-17T02:57:41-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": null, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5898277650621", "default_address": {"id": 7306112991421, "customer_id": 5898277650621, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972298696} -{"stream": "customers", "data": {"id": 5330782486717, "email": "jasmin.schiller@developer-tools.shopifyapps.com", "accepts_marketing": false, "created_at": "2021-06-22T23:05:09-07:00", "updated_at": "2022-03-17T03:00:47-07:00", "first_name": "Jasmin", "last_name": "Schiller", "orders_count": 0, "state": "disabled", "total_spent": 0.0, "last_order_id": null, "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "developer-tools-generator", "last_order_name": null, "currency": "USD", "phone": null, "addresses": [{"id": 6564640293053, "customer_id": 5330782486717, "first_name": "Jasmin", "last_name": "Schiller", "company": null, "address1": "82644 Mayert Green", "address2": null, "city": null, "province": null, "country": "Canada", "zip": null, "phone": "522.452.8289 x71583", "name": "Jasmin Schiller", "province_code": null, "country_code": "CA", "country_name": "Canada", "default": true}, {"id": 7306116530365, "customer_id": 5330782486717, "first_name": "Jasmin", "last_name": "Schiller", "company": null, "address1": "82644 Mayert Green", "address2": "", "city": "", "province": "Alberta", "country": "Canada", "zip": "", "phone": "522.452.8289 x71583", "name": "Jasmin Schiller", "province_code": "AB", "country_code": "CA", "country_name": "Canada", "default": false}], "accepts_marketing_updated_at": "2021-06-22T23:05:09-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5330782486717", "default_address": {"id": 6564640293053, "customer_id": 5330782486717, "first_name": "Jasmin", "last_name": "Schiller", "company": null, "address1": "82644 Mayert Green", "address2": null, "city": null, "province": null, "country": "Canada", "zip": null, "phone": "522.452.8289 x71583", "name": "Jasmin Schiller", "province_code": null, "country_code": "CA", "country_name": "Canada", "default": true}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972298697} -{"stream": "customers", "data": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "orders_count": 0, "state": "disabled", "total_spent": 0.0, "last_order_id": null, "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "last_order_name": null, "currency": "USD", "phone": null, "addresses": [{"id": 6603117396157, "customer_id": 5362027233469, "first_name": "Jean", "last_name": "Lafleur", "company": null, "address1": "350 29th avenue, San Francisco, CA 94121", "address2": "", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94121", "phone": null, "name": "Jean Lafleur", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": false}, {"id": 7269786484925, "customer_id": 5362027233469, "first_name": "Iryna", "last_name": "Grankova", "company": null, "address1": "San", "address2": "10", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94101", "phone": null, "name": "Iryna Grankova", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": false}, {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}, {"id": 7492285137085, "customer_id": 5362027233469, "first_name": "Iryna", "last_name": "Grankova", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Iryna Grankova", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": false}], "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972298698} -{"stream": "customers", "data": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "orders_count": 13, "state": "disabled", "total_spent": 1646.0, "last_order_id": 3945529835709, "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "last_order_name": "#1026", "currency": "USD", "phone": null, "addresses": [{"id": 7259523088573, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Customer", "company": "Test Company", "address1": "San Francisco", "address2": "123", "city": "San Francisco", "province": null, "country": "", "zip": "92345", "phone": null, "name": "Test Customer", "province_code": null, "country_code": null, "country_name": "", "default": false}, {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}], "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972298699} -{"stream": "customers", "data": {"id": 5877974597821, "email": "airbyte-integrationtest@gmail.com", "accepts_marketing": false, "created_at": "2022-03-02T03:23:15-08:00", "updated_at": "2022-10-11T08:40:51-07:00", "first_name": "Airbyte", "last_name": "Integration", "orders_count": 0, "state": "disabled", "total_spent": 0.0, "last_order_id": null, "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "last_order_name": null, "currency": "USD", "phone": null, "addresses": [{"id": 7276255183037, "customer_id": 5877974597821, "first_name": "Airbyte", "last_name": "Integration", "company": null, "address1": "26 Shevchenko Avenue", "address2": "", "city": "Lutsk", "province": null, "country": "Ukraine", "zip": "43000", "phone": null, "name": "Airbyte Integration", "province_code": null, "country_code": "UA", "country_name": "Ukraine", "default": true}], "accepts_marketing_updated_at": "2022-03-02T03:23:16-08:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5877974597821", "default_address": {"id": 7276255183037, "customer_id": 5877974597821, "first_name": "Airbyte", "last_name": "Integration", "company": null, "address1": "26 Shevchenko Avenue", "address2": "", "city": "Lutsk", "province": null, "country": "Ukraine", "zip": "43000", "phone": null, "name": "Airbyte Integration", "province_code": null, "country_code": "UA", "country_name": "Ukraine", "default": true}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972298700} -{"stream": "metafield_customers", "data": {"id": 21523573768381, "namespace": "custom", "key": "test_definition", "value": "Test metafield value 1", "description": null, "owner_id": 5359724789949, "created_at": "2022-10-11T08:39:08-07:00", "updated_at": "2022-10-11T08:39:08-07:00", "owner_resource": "customer", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21523573768381", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972302233} -{"stream": "metafield_customers", "data": {"id": 21523574751421, "namespace": "custom", "key": "test_definition_list_1", "value": "After you add a Metafield definition, you add values for your metafield on the corresponding pages in your Shopify admin. \nFor example, if you create a Metafield definition for product expiration date, then you enter the specific values for expiration date on your product pages in your Shopify admin. \nAdding values to your Metafields enables you to save specialized information for internal tracking or for display on your online store.", "description": null, "owner_id": 5877974597821, "created_at": "2022-10-11T08:40:20-07:00", "updated_at": "2022-10-11T08:40:51-07:00", "owner_resource": "customer", "type": "multi_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21523574751421", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972302775} -{"stream": "metafield_customers", "data": {"id": 21523575144637, "namespace": "custom", "key": "test_definition", "value": "After you add a Metafield definition", "description": null, "owner_id": 5877974597821, "created_at": "2022-10-11T08:40:37-07:00", "updated_at": "2022-10-11T08:40:37-07:00", "owner_resource": "customer", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21523575144637", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972302781} -{"stream": "orders", "data": {"id": 3945529802941, "admin_graphql_api_id": "gid://shopify/Order/3945529802941", "app_id": 5505221, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": null, "checkout_token": null, "closed_at": null, "confirmed": true, "contact_email": "airbyte-test@airbyte.com", "created_at": "2021-07-08T02:42:38-07:00", "currency": "USD", "current_subtotal_price": 1808.0, "current_subtotal_price_set": {"shop_money": {"amount": 1808.0, "currency_code": "USD"}, "presentment_money": {"amount": 1808.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 1866.4, "current_total_price_set": {"shop_money": {"amount": 1866.4, "currency_code": "USD"}, "presentment_money": {"amount": 1866.4, "currency_code": "USD"}}, "current_total_tax": 58.4, "current_total_tax_set": {"shop_money": {"amount": 58.4, "currency_code": "USD"}, "presentment_money": {"amount": 58.4, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "airbyte-test@airbyte.com", "estimated_taxes": false, "financial_status": "refunded", "fulfillment_status": "fulfilled", "gateway": "", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1025", "note": null, "note_attributes": [], "number": 25, "order_number": 1025, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/b8031f8453a0db6300e60109c56efcd1/authenticate?key=b1d625a28779e1a460613528f6f75d0f", "original_total_duties_set": null, "payment_gateway_names": [""], "phone": null, "presentment_currency": "USD", "processed_at": "2021-07-08T02:42:38-07:00", "processing_method": "", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "5505221", "source_url": null, "subtotal_price": 2260.0, "subtotal_price_set": {"shop_money": {"amount": 2260.0, "currency_code": "USD"}, "presentment_money": {"amount": 2260.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 73.0, "rate": 0.06, "title": "State tax", "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}, "channel_liable": null}], "taxes_included": false, "test": false, "token": "b8031f8453a0db6300e60109c56efcd1", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 2260.0, "total_line_items_price_set": {"shop_money": {"amount": 2260.0, "currency_code": "USD"}, "presentment_money": {"amount": 2260.0, "currency_code": "USD"}}, "total_outstanding": 2332.0, "total_price": 2279.9, "total_price_set": {"shop_money": {"amount": 2279.9, "currency_code": "USD"}, "presentment_money": {"amount": 2279.9, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 19.9, "total_tax_set": {"shop_money": {"amount": 19.9, "currency_code": "USD"}, "presentment_money": {"amount": 19.9, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2021-12-07T20:54:38-08:00", "user_id": null, "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "state": "disabled", "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3506837356733, "admin_graphql_api_id": "gid://shopify/Fulfillment/3506837356733", "created_at": "2021-07-08T02:42:38-07:00", "location_id": 63590301885, "name": "#1025.1", "order_id": 3945529802941, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2021-07-08T02:42:38-07:00", "line_items": [{"id": 10150322045117, "admin_graphql_api_id": "gid://shopify/LineItem/10150322045117", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 196", "price": 226.0, "price_set": {"shop_money": {"amount": 226.0, "currency_code": "USD"}, "presentment_money": {"amount": 226.0, "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 10, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 196", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": 73.0, "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 10150322045117, "admin_graphql_api_id": "gid://shopify/LineItem/10150322045117", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 196", "price": 226.0, "price_set": {"shop_money": {"amount": 226.0, "currency_code": "USD"}, "presentment_money": {"amount": 226.0, "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 10, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 196", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": 73.0, "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}], "payment_terms": null, "refunds": [{"id": 837898993853, "admin_graphql_api_id": "gid://shopify/Refund/837898993853", "created_at": "2021-12-07T20:54:37-08:00", "note": "Test order updated_at", "order_id": 3945529802941, "processed_at": "2021-12-07T20:54:37-08:00", "restock": false, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [{"id": 196045734077, "amount": "465.60", "amount_set": {"shop_money": {"amount": "465.60", "currency_code": "USD"}, "presentment_money": {"amount": "465.60", "currency_code": "USD"}}, "kind": "refund_discrepancy", "order_id": 3945529802941, "reason": "Refund discrepancy", "refund_id": 837898993853, "tax_amount": "0.00", "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "transactions": [{"id": 5386423009469, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5386423009469", "amount": "1.00", "authorization": null, "created_at": "2021-12-07T20:54:37-08:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "", "kind": "refund", "location_id": null, "message": "Refunded 1.00 from manual gateway", "order_id": 3945529802941, "parent_id": 4946431869117, "processed_at": "2021-12-07T20:54:37-08:00", "receipt": {}, "source_name": "1830279", "status": "success", "test": false, "user_id": 74861019325}], "refund_line_items": [{"id": 344055906493, "line_item_id": 10150322045117, "location_id": null, "quantity": 2, "restock_type": "no_restock", "subtotal": 452.0, "subtotal_set": {"shop_money": {"amount": "452.00", "currency_code": "USD"}, "presentment_money": {"amount": "452.00", "currency_code": "USD"}}, "total_tax": 14.6, "total_tax_set": {"shop_money": {"amount": "14.60", "currency_code": "USD"}, "presentment_money": {"amount": "14.60", "currency_code": "USD"}}, "line_item": {"id": 10150322045117, "admin_graphql_api_id": "gid://shopify/LineItem/10150322045117", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 196", "price": "226.00", "price_set": {"shop_money": {"amount": "226.00", "currency_code": "USD"}, "presentment_money": {"amount": "226.00", "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 10, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 196", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": "73.00", "price_set": {"shop_money": {"amount": "73.00", "currency_code": "USD"}, "presentment_money": {"amount": "73.00", "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}}], "duties": []}], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303754} -{"stream": "orders", "data": {"id": 3944277278909, "admin_graphql_api_id": "gid://shopify/Order/3944277278909", "app_id": 5505221, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": null, "checkout_token": null, "closed_at": "2021-07-07T08:54:42-07:00", "confirmed": true, "contact_email": "airbyte-test@airbyte.com", "created_at": "2021-07-07T08:54:41-07:00", "currency": "USD", "current_subtotal_price": 94.0, "current_subtotal_price_set": {"shop_money": {"amount": 94.0, "currency_code": "USD"}, "presentment_money": {"amount": 94.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 103.6, "current_total_price_set": {"shop_money": {"amount": 103.6, "currency_code": "USD"}, "presentment_money": {"amount": 103.6, "currency_code": "USD"}}, "current_total_tax": 9.6, "current_total_tax_set": {"shop_money": {"amount": 9.6, "currency_code": "USD"}, "presentment_money": {"amount": 9.6, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "airbyte-test@airbyte.com", "estimated_taxes": false, "financial_status": "refunded", "fulfillment_status": "fulfilled", "gateway": "", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1018", "note": null, "note_attributes": [], "number": 18, "order_number": 1018, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/5c1166ff15a92366fd980ae495457f0f/authenticate?key=7b9c6edf066aa33378eb23bb93308ff4", "original_total_duties_set": null, "payment_gateway_names": [""], "phone": null, "presentment_currency": "USD", "processed_at": "2021-07-07T08:54:41-07:00", "processing_method": "", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "5505221", "source_url": null, "subtotal_price": 235.0, "subtotal_price_set": {"shop_money": {"amount": 235.0, "currency_code": "USD"}, "presentment_money": {"amount": 235.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 24.0, "rate": 0.06, "title": "State tax", "price_set": {"shop_money": {"amount": 24.0, "currency_code": "USD"}, "presentment_money": {"amount": 24.0, "currency_code": "USD"}}, "channel_liable": null}], "taxes_included": false, "test": false, "token": "5c1166ff15a92366fd980ae495457f0f", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 235.0, "total_line_items_price_set": {"shop_money": {"amount": 235.0, "currency_code": "USD"}, "presentment_money": {"amount": 235.0, "currency_code": "USD"}}, "total_outstanding": 234.0, "total_price": 254.9, "total_price_set": {"shop_money": {"amount": 254.9, "currency_code": "USD"}, "presentment_money": {"amount": 254.9, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 19.9, "total_tax_set": {"shop_money": {"amount": 19.9, "currency_code": "USD"}, "presentment_money": {"amount": 19.9, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2021-12-09T04:13:54-08:00", "user_id": null, "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "state": "disabled", "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3505568678077, "admin_graphql_api_id": "gid://shopify/Fulfillment/3505568678077", "created_at": "2021-07-07T08:54:41-07:00", "location_id": 63590301885, "name": "#1018.1", "order_id": 3944277278909, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2021-07-07T08:54:41-07:00", "line_items": [{"id": 10147937845437, "admin_graphql_api_id": "gid://shopify/LineItem/10147937845437", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 482", "price": 47.0, "price_set": {"shop_money": {"amount": 47.0, "currency_code": "USD"}, "presentment_money": {"amount": 47.0, "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 5, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 482", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": 24.0, "price_set": {"shop_money": {"amount": 24.0, "currency_code": "USD"}, "presentment_money": {"amount": 24.0, "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 10147937845437, "admin_graphql_api_id": "gid://shopify/LineItem/10147937845437", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 482", "price": 47.0, "price_set": {"shop_money": {"amount": 47.0, "currency_code": "USD"}, "presentment_money": {"amount": 47.0, "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 5, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 482", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": 24.0, "price_set": {"shop_money": {"amount": 24.0, "currency_code": "USD"}, "presentment_money": {"amount": 24.0, "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}], "payment_terms": null, "refunds": [{"id": 838038356157, "admin_graphql_api_id": "gid://shopify/Refund/838038356157", "created_at": "2021-12-09T04:13:54-08:00", "note": "Reproducing issue", "order_id": 3944277278909, "processed_at": "2021-12-09T04:13:54-08:00", "restock": false, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [{"id": 196150362301, "amount": "130.40", "amount_set": {"shop_money": {"amount": "130.40", "currency_code": "USD"}, "presentment_money": {"amount": "130.40", "currency_code": "USD"}}, "kind": "refund_discrepancy", "order_id": 3944277278909, "reason": "Refund discrepancy", "refund_id": 838038356157, "tax_amount": "0.00", "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "transactions": [{"id": 5389681295549, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5389681295549", "amount": "25.00", "authorization": null, "created_at": "2021-12-09T04:13:54-08:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "", "kind": "refund", "location_id": null, "message": "Refunded 25.00 from manual gateway", "order_id": 3944277278909, "parent_id": 4944858644669, "processed_at": "2021-12-09T04:13:54-08:00", "receipt": {}, "source_name": "1830279", "status": "success", "test": false, "user_id": 74861019325}], "refund_line_items": [{"id": 344218894525, "line_item_id": 10147937845437, "location_id": null, "quantity": 3, "restock_type": "no_restock", "subtotal": 141.0, "subtotal_set": {"shop_money": {"amount": "141.00", "currency_code": "USD"}, "presentment_money": {"amount": "141.00", "currency_code": "USD"}}, "total_tax": 14.4, "total_tax_set": {"shop_money": {"amount": "14.40", "currency_code": "USD"}, "presentment_money": {"amount": "14.40", "currency_code": "USD"}}, "line_item": {"id": 10147937845437, "admin_graphql_api_id": "gid://shopify/LineItem/10147937845437", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 482", "price": "47.00", "price_set": {"shop_money": {"amount": "47.00", "currency_code": "USD"}, "presentment_money": {"amount": "47.00", "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 5, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 482", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": "24.00", "price_set": {"shop_money": {"amount": "24.00", "currency_code": "USD"}, "presentment_money": {"amount": "24.00", "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}}], "duties": []}], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303758} -{"stream": "orders", "data": {"id": 4147971555517, "admin_graphql_api_id": "gid://shopify/Order/4147971555517", "app_id": 5505221, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": null, "checkout_token": null, "closed_at": null, "confirmed": true, "contact_email": "airbyte@airbyte.com", "created_at": "2021-09-19T09:02:36-07:00", "currency": "USD", "current_subtotal_price": 27.0, "current_subtotal_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 27.0, "current_total_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "airbyte@airbyte.com", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1099", "note": null, "note_attributes": [], "number": 99, "order_number": 1099, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/71bc0d54fa6ef9d4361ae48ceccbf24a/authenticate?key=cae2b5e52a38a86e86f56f625c952f55", "original_total_duties_set": null, "payment_gateway_names": [], "phone": null, "presentment_currency": "USD", "processed_at": "2021-09-19T09:02:36-07:00", "processing_method": "", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "5505221", "source_url": null, "subtotal_price": 27.0, "subtotal_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": false, "test": false, "token": "71bc0d54fa6ef9d4361ae48ceccbf24a", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 27.0, "total_line_items_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "total_outstanding": 27.0, "total_price": 27.0, "total_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2021-12-09T05:14:59-08:00", "user_id": null, "customer": {"id": 5565161144509, "email": "airbyte@airbyte.com", "accepts_marketing": false, "created_at": "2021-09-19T08:31:05-07:00", "updated_at": "2021-09-19T09:08:24-07:00", "first_name": null, "last_name": null, "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-09-19T08:31:05-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5565161144509"}, "discount_applications": [], "fulfillments": [{"id": 3693411107005, "admin_graphql_api_id": "gid://shopify/Fulfillment/3693411107005", "created_at": "2021-09-19T09:02:36-07:00", "location_id": 63590301885, "name": "#1099.1", "order_id": 4147971555517, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2021-09-19T09:02:36-07:00", "line_items": [{"id": 10576754868413, "admin_graphql_api_id": "gid://shopify/LineItem/10576754868413", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 285, "name": "Red & Silver Fishing Lure - Plastic", "price": 27.0, "price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796218302653, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Red & Silver Fishing Lure", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090580615357, "variant_inventory_management": "shopify", "variant_title": "Plastic", "vendor": "Harris - Hamill", "tax_lines": [], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 10576754868413, "admin_graphql_api_id": "gid://shopify/LineItem/10576754868413", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 285, "name": "Red & Silver Fishing Lure - Plastic", "price": 27.0, "price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796218302653, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Red & Silver Fishing Lure", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090580615357, "variant_inventory_management": "shopify", "variant_title": "Plastic", "vendor": "Harris - Hamill", "tax_lines": [], "duties": [], "discount_allocations": []}], "payment_terms": null, "refunds": [], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303760} -{"stream": "orders", "data": {"id": 3945529835709, "admin_graphql_api_id": "gid://shopify/Order/3945529835709", "app_id": 5505221, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": null, "checkout_token": null, "closed_at": null, "confirmed": true, "contact_email": "airbyte-test@airbyte.com", "created_at": "2021-07-08T02:42:40-07:00", "currency": "USD", "current_subtotal_price": 1808.0, "current_subtotal_price_set": {"shop_money": {"amount": 1808.0, "currency_code": "USD"}, "presentment_money": {"amount": 1808.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 1866.4, "current_total_price_set": {"shop_money": {"amount": 1866.4, "currency_code": "USD"}, "presentment_money": {"amount": 1866.4, "currency_code": "USD"}}, "current_total_tax": 58.4, "current_total_tax_set": {"shop_money": {"amount": 58.4, "currency_code": "USD"}, "presentment_money": {"amount": 58.4, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "airbyte-test@airbyte.com", "estimated_taxes": false, "financial_status": "refunded", "fulfillment_status": "fulfilled", "gateway": "", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1026", "note": null, "note_attributes": [], "number": 26, "order_number": 1026, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/fe9363a19b4720b42d66383d180c27f9/authenticate?key=7af240470595f35f311fc68fa69af05c", "original_total_duties_set": null, "payment_gateway_names": [""], "phone": null, "presentment_currency": "USD", "processed_at": "2021-07-08T02:42:40-07:00", "processing_method": "", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "5505221", "source_url": null, "subtotal_price": 2260.0, "subtotal_price_set": {"shop_money": {"amount": 2260.0, "currency_code": "USD"}, "presentment_money": {"amount": 2260.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 73.0, "rate": 0.06, "title": "State tax", "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}, "channel_liable": null}], "taxes_included": false, "test": false, "token": "fe9363a19b4720b42d66383d180c27f9", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 2260.0, "total_line_items_price_set": {"shop_money": {"amount": 2260.0, "currency_code": "USD"}, "presentment_money": {"amount": 2260.0, "currency_code": "USD"}}, "total_outstanding": 2332.0, "total_price": 2279.9, "total_price_set": {"shop_money": {"amount": 2279.9, "currency_code": "USD"}, "presentment_money": {"amount": 2279.9, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 19.9, "total_tax_set": {"shop_money": {"amount": 19.9, "currency_code": "USD"}, "presentment_money": {"amount": 19.9, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2022-02-22T01:05:13-08:00", "user_id": null, "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "state": "disabled", "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3506837422269, "admin_graphql_api_id": "gid://shopify/Fulfillment/3506837422269", "created_at": "2021-07-08T02:42:40-07:00", "location_id": 63590301885, "name": "#1026.1", "order_id": 3945529835709, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": "Amazon Logistics UK", "tracking_number": "1243557", "tracking_numbers": ["1243557"], "tracking_url": "https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201910530", "tracking_urls": ["https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201910530"], "updated_at": "2022-02-22T01:04:24-08:00", "line_items": [{"id": 10150322077885, "admin_graphql_api_id": "gid://shopify/LineItem/10150322077885", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 196", "price": 226.0, "price_set": {"shop_money": {"amount": 226.0, "currency_code": "USD"}, "presentment_money": {"amount": 226.0, "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 10, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 196", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": 73.0, "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 10150322077885, "admin_graphql_api_id": "gid://shopify/LineItem/10150322077885", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 196", "price": 226.0, "price_set": {"shop_money": {"amount": 226.0, "currency_code": "USD"}, "presentment_money": {"amount": 226.0, "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 10, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 196", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": 73.0, "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}], "payment_terms": null, "refunds": [{"id": 812618088637, "admin_graphql_api_id": "gid://shopify/Refund/812618088637", "created_at": "2021-07-19T06:40:57-07:00", "note": "Test Refund", "order_id": 3945529835709, "processed_at": "2021-07-19T06:40:57-07:00", "restock": false, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [{"id": 180577435837, "amount": "465.60", "amount_set": {"shop_money": {"amount": "465.60", "currency_code": "USD"}, "presentment_money": {"amount": "465.60", "currency_code": "USD"}}, "kind": "refund_discrepancy", "order_id": 3945529835709, "reason": "Refund discrepancy", "refund_id": 812618088637, "tax_amount": "0.00", "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "transactions": [{"id": 4974344470717, "admin_graphql_api_id": "gid://shopify/OrderTransaction/4974344470717", "amount": "1.00", "authorization": null, "created_at": "2021-07-19T06:40:56-07:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "", "kind": "refund", "location_id": null, "message": "Refunded 1.00 from manual gateway", "order_id": 3945529835709, "parent_id": 4946431934653, "processed_at": "2021-07-19T06:40:56-07:00", "receipt": {}, "source_name": "1830279", "status": "success", "test": false, "user_id": 74861019325}], "refund_line_items": [{"id": 305405591741, "line_item_id": 10150322077885, "location_id": null, "quantity": 2, "restock_type": "no_restock", "subtotal": 452.0, "subtotal_set": {"shop_money": {"amount": "452.00", "currency_code": "USD"}, "presentment_money": {"amount": "452.00", "currency_code": "USD"}}, "total_tax": 14.6, "total_tax_set": {"shop_money": {"amount": "14.60", "currency_code": "USD"}, "presentment_money": {"amount": "14.60", "currency_code": "USD"}}, "line_item": {"id": 10150322077885, "admin_graphql_api_id": "gid://shopify/LineItem/10150322077885", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 200, "name": "Test Order 196", "price": "226.00", "price_set": {"shop_money": {"amount": "226.00", "currency_code": "USD"}, "presentment_money": {"amount": "226.00", "currency_code": "USD"}}, "product_exists": false, "product_id": null, "properties": [], "quantity": 10, "requires_shipping": true, "sku": null, "taxable": true, "title": "Test Order 196", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": null, "variant_inventory_management": null, "variant_title": null, "vendor": null, "tax_lines": [{"channel_liable": null, "price": "73.00", "price_set": {"shop_money": {"amount": "73.00", "currency_code": "USD"}, "presentment_money": {"amount": "73.00", "currency_code": "USD"}}, "rate": 0.06, "title": "State tax"}], "duties": [], "discount_allocations": []}}], "duties": []}], "shipping_address": {"first_name": "Airbyte", "address1": "san ", "phone": "", "city": "San Francisco", "zip": "91326", "province": "California", "country": "United States", "last_name": "Test", "address2": "2123", "company": "Airbyte", "latitude": 34.2928607, "longitude": -118.5703644, "name": "Airbyte Test", "country_code": "US", "province_code": "CA"}, "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303763} -{"stream": "orders", "data": {"id": 3942533005501, "admin_graphql_api_id": "gid://shopify/Order/3942533005501", "app_id": 1354745, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 21747977683133, "checkout_token": "b6709d36a17199f6eeb05ff7a0e4d050", "client_details": {"accept_language": null, "browser_height": null, "browser_ip": null, "browser_width": null, "session_hash": null, "user_agent": null}, "closed_at": null, "confirmed": true, "contact_email": null, "created_at": "2021-07-06T07:19:19-07:00", "currency": "USD", "current_subtotal_price": 37.05, "current_subtotal_price_set": {"shop_money": {"amount": 37.05, "currency_code": "USD"}, "presentment_money": {"amount": 37.05, "currency_code": "USD"}}, "current_total_discounts": 1.95, "current_total_discounts_set": {"shop_money": {"amount": 1.95, "currency_code": "USD"}, "presentment_money": {"amount": 1.95, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 37.05, "current_total_price_set": {"shop_money": {"amount": 37.05, "currency_code": "USD"}, "presentment_money": {"amount": 37.05, "currency_code": "USD"}}, "current_total_tax": 6.18, "current_total_tax_set": {"shop_money": {"amount": 6.18, "currency_code": "USD"}, "presentment_money": {"amount": 6.18, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [{"code": "Custom discount", "amount": "1.95", "type": "percentage"}], "email": "", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": null, "gateway": "manual", "landing_site": null, "landing_site_ref": null, "location_id": 63590301885, "merchant_of_record_app_id": null, "name": "#1003", "note": null, "note_attributes": [], "number": 3, "order_number": 1003, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/5a6e5d46a1223215b6a0b6cf96936fbc/authenticate?key=7379c29598c92db5ed25e192d39ef0ff", "original_total_duties_set": null, "payment_gateway_names": ["manual"], "phone": null, "presentment_currency": "USD", "processed_at": "2021-07-06T07:19:19-07:00", "processing_method": "manual", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 37.05, "subtotal_price_set": {"shop_money": {"amount": 37.05, "currency_code": "USD"}, "presentment_money": {"amount": 37.05, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 6.18, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": 6.18, "currency_code": "USD"}, "presentment_money": {"amount": 6.18, "currency_code": "USD"}}, "channel_liable": false}], "taxes_included": true, "test": false, "token": "5a6e5d46a1223215b6a0b6cf96936fbc", "total_discounts": 1.95, "total_discounts_set": {"shop_money": {"amount": 1.95, "currency_code": "USD"}, "presentment_money": {"amount": 1.95, "currency_code": "USD"}}, "total_line_items_price": 39.0, "total_line_items_price_set": {"shop_money": {"amount": 39.0, "currency_code": "USD"}, "presentment_money": {"amount": 39.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 37.05, "total_price_set": {"shop_money": {"amount": 37.05, "currency_code": "USD"}, "presentment_money": {"amount": 37.05, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 6.18, "total_tax_set": {"shop_money": {"amount": 6.18, "currency_code": "USD"}, "presentment_money": {"amount": 6.18, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2022-02-22T02:12:27-08:00", "user_id": 74861019325, "discount_applications": [{"target_type": "line_item", "type": "manual", "value": "5.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "Custom discount", "description": "Custom discount"}], "fulfillments": [], "line_items": [{"id": 10144485867709, "admin_graphql_api_id": "gid://shopify/LineItem/10144485867709", "fulfillable_quantity": 1, "fulfillment_service": "manual", "fulfillment_status": null, "gift_card": false, "grams": 0, "name": "Blue And White Skate Shoes - orchid", "price": 39.0, "price_set": {"shop_money": {"amount": 39.0, "currency_code": "USD"}, "presentment_money": {"amount": 39.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796234555581, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "Blue And White Skate Shoes", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090614005949, "variant_inventory_management": "shopify", "variant_title": "orchid", "vendor": "Ullrich, Kris and Dicki", "tax_lines": [{"channel_liable": false, "price": 6.18, "price_set": {"shop_money": {"amount": 6.18, "currency_code": "USD"}, "presentment_money": {"amount": 6.18, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": [{"amount": "1.95", "amount_set": {"shop_money": {"amount": "1.95", "currency_code": "USD"}, "presentment_money": {"amount": "1.95", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_terms": null, "refunds": [], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303766} -{"stream": "orders", "data": {"id": 3944114815165, "admin_graphql_api_id": "gid://shopify/Order/3944114815165", "app_id": 1354745, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 21763987407037, "checkout_token": "39a32a6bc480025d4755b81abd7efa1e", "client_details": {"accept_language": null, "browser_height": null, "browser_ip": null, "browser_width": null, "session_hash": null, "user_agent": null}, "closed_at": null, "confirmed": true, "contact_email": "colten.grimes@developer-tools.shopifyapps.com", "created_at": "2021-07-07T07:01:45-07:00", "currency": "USD", "current_subtotal_price": 275.0, "current_subtotal_price_set": {"shop_money": {"amount": 275.0, "currency_code": "USD"}, "presentment_money": {"amount": 275.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 275.0, "current_total_price_set": {"shop_money": {"amount": 275.0, "currency_code": "USD"}, "presentment_money": {"amount": 275.0, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "colten.grimes@developer-tools.shopifyapps.com", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": null, "gateway": "manual", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1007", "note": null, "note_attributes": [], "number": 7, "order_number": 1007, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/c00357a6a4f78e38cdc1b41ec2c0582e/authenticate?key=423fe0c96671be36e7bedf1fd0c41e1e", "original_total_duties_set": null, "payment_gateway_names": ["manual"], "phone": null, "presentment_currency": "USD", "processed_at": "2021-07-07T07:01:45-07:00", "processing_method": "manual", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 275.0, "subtotal_price_set": {"shop_money": {"amount": 275.0, "currency_code": "USD"}, "presentment_money": {"amount": 275.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": false, "token": "c00357a6a4f78e38cdc1b41ec2c0582e", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 275.0, "total_line_items_price_set": {"shop_money": {"amount": 275.0, "currency_code": "USD"}, "presentment_money": {"amount": 275.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 275.0, "total_price_set": {"shop_money": {"amount": 275.0, "currency_code": "USD"}, "presentment_money": {"amount": 275.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 190, "updated_at": "2022-02-22T02:12:28-08:00", "user_id": 74861019325, "billing_address": {"first_name": "Colten", "address1": "3947 Kulas Lakes", "phone": "176.228.8541 x5165", "city": null, "zip": null, "province": null, "country": "Canada", "last_name": "Grimes", "address2": null, "company": null, "latitude": null, "longitude": null, "name": "Colten Grimes", "country_code": "CA", "province_code": null}, "customer": {"id": 5330782978237, "email": "colten.grimes@developer-tools.shopifyapps.com", "accepts_marketing": false, "created_at": "2021-06-22T23:05:12-07:00", "updated_at": "2021-07-07T07:01:46-07:00", "first_name": "Colten", "last_name": "Grimes", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "developer-tools-generator", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-06-22T23:05:12-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5330782978237", "default_address": {"id": 6564640817341, "customer_id": 5330782978237, "first_name": "Colten", "last_name": "Grimes", "company": null, "address1": "3947 Kulas Lakes", "address2": null, "city": null, "province": null, "country": "Canada", "zip": null, "phone": "176.228.8541 x5165", "name": "Colten Grimes", "province_code": null, "country_code": "CA", "country_name": "Canada", "default": true}}, "discount_applications": [], "fulfillments": [], "line_items": [{"id": 10147623895229, "admin_graphql_api_id": "gid://shopify/LineItem/10147623895229", "fulfillable_quantity": 1, "fulfillment_service": "manual", "fulfillment_status": null, "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": 113.0, "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": []}, {"id": 10147623927997, "admin_graphql_api_id": "gid://shopify/LineItem/10147623927997", "fulfillable_quantity": 1, "fulfillment_service": "manual", "fulfillment_status": null, "gift_card": false, "grams": 0, "name": "8 Ounce Soy Candle - Frozen", "price": 60.0, "price_set": {"shop_money": {"amount": 60.0, "currency_code": "USD"}, "presentment_money": {"amount": 60.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603978941, "variant_inventory_management": "shopify", "variant_title": "Frozen", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": []}, {"id": 10147623960765, "admin_graphql_api_id": "gid://shopify/LineItem/10147623960765", "fulfillable_quantity": 1, "fulfillment_service": "manual", "fulfillment_status": null, "gift_card": false, "grams": 63, "name": "8 Ounce Soy Candle - Wooden", "price": 102.0, "price_set": {"shop_money": {"amount": 102.0, "currency_code": "USD"}, "presentment_money": {"amount": 102.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604011709, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": []}], "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Colten", "address1": "3947 Kulas Lakes", "phone": "176.228.8541 x5165", "city": null, "zip": null, "province": null, "country": "Canada", "last_name": "Grimes", "address2": null, "company": null, "latitude": null, "longitude": null, "name": "Colten Grimes", "country_code": "CA", "province_code": null}, "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303768} -{"stream": "orders", "data": {"id": 4424599437501, "admin_graphql_api_id": "gid://shopify/Order/4424599437501", "app_id": 580111, "browser_ip": "82.193.127.107", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": "671799f2f200f0f26fa8d32d511e03e9", "checkout_id": 24080825876669, "checkout_token": "8170ff81aa1f423a76c99de6c0e52303", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "82.193.127.107", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36 Edg/98.0.1108.56"}, "closed_at": "2022-03-03T03:47:46-08:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-02-27T23:47:05-08:00", "currency": "USD", "current_subtotal_price": 101.85, "current_subtotal_price_set": {"shop_money": {"amount": 101.85, "currency_code": "USD"}, "presentment_money": {"amount": 101.85, "currency_code": "USD"}}, "current_total_discounts": 3.15, "current_total_discounts_set": {"shop_money": {"amount": 3.15, "currency_code": "USD"}, "presentment_money": {"amount": 3.15, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 120.29, "current_total_price_set": {"shop_money": {"amount": 120.29, "currency_code": "USD"}, "presentment_money": {"amount": 120.29, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en-US", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "partially_refunded", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/password", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1125", "note": null, "note_attributes": [], "number": 125, "order_number": 1125, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/691ecaf01a2efdfa5daae57d79184642/authenticate?key=ae33e2525a84167c6e8da7718d93a8f6", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-02-27T23:47:04-08:00", "processing_method": "direct", "reference": null, "referring_site": "", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 247.35, "subtotal_price_set": {"shop_money": {"amount": 247.35, "currency_code": "USD"}, "presentment_money": {"amount": 247.35, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "691ecaf01a2efdfa5daae57d79184642", "total_discounts": 7.65, "total_discounts_set": {"shop_money": {"amount": 7.65, "currency_code": "USD"}, "presentment_money": {"amount": 7.65, "currency_code": "USD"}}, "total_line_items_price": 255.0, "total_line_items_price_set": {"shop_money": {"amount": 255.0, "currency_code": "USD"}, "presentment_money": {"amount": 255.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 265.79, "total_price_set": {"shop_money": {"amount": 265.79, "currency_code": "USD"}, "presentment_money": {"amount": 265.79, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.44, "currency_code": "USD"}, "presentment_money": {"amount": 18.44, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 660, "updated_at": "2022-03-03T03:47:46-08:00", "user_id": null, "billing_address": {"first_name": "Iryna", "address1": "San", "phone": null, "city": "San Francisco", "zip": "94101", "province": "California", "country": "United States", "last_name": "Grankova", "address2": "10", "company": null, "latitude": null, "longitude": null, "name": "Iryna Grankova", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 3953697358013, "admin_graphql_api_id": "gid://shopify/Fulfillment/3953697358013", "created_at": "2022-02-27T23:47:07-08:00", "location_id": 63590301885, "name": "#1125.1", "order_id": 4424599437501, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": "Amazon Logistics US", "tracking_number": "12345", "tracking_numbers": ["12345"], "tracking_url": "https://track.amazon.com/tracking/12345", "tracking_urls": ["https://track.amazon.com/tracking/12345"], "updated_at": "2022-02-27T23:49:13-08:00", "line_items": [{"id": 11153525276861, "admin_graphql_api_id": "gid://shopify/LineItem/11153525276861", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 185, "name": "Amber Beard Oil Bottle - Cotton", "price": 37.0, "price_set": {"shop_money": {"amount": 37.0, "currency_code": "USD"}, "presentment_money": {"amount": 37.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229574845, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604110013, "variant_inventory_management": "shopify", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.11", "amount_set": {"shop_money": {"amount": "1.11", "currency_code": "USD"}, "presentment_money": {"amount": "1.11", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11153525309629, "admin_graphql_api_id": "gid://shopify/LineItem/11153525309629", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 3, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.15", "amount_set": {"shop_money": {"amount": "3.15", "currency_code": "USD"}, "presentment_money": {"amount": "3.15", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11153525342397, "admin_graphql_api_id": "gid://shopify/LineItem/11153525342397", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": 113.0, "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.39", "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11153525276861, "admin_graphql_api_id": "gid://shopify/LineItem/11153525276861", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 185, "name": "Amber Beard Oil Bottle - Cotton", "price": 37.0, "price_set": {"shop_money": {"amount": 37.0, "currency_code": "USD"}, "presentment_money": {"amount": 37.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229574845, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604110013, "variant_inventory_management": "shopify", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.11", "amount_set": {"shop_money": {"amount": "1.11", "currency_code": "USD"}, "presentment_money": {"amount": "1.11", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11153525309629, "admin_graphql_api_id": "gid://shopify/LineItem/11153525309629", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 3, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.15", "amount_set": {"shop_money": {"amount": "3.15", "currency_code": "USD"}, "presentment_money": {"amount": "3.15", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11153525342397, "admin_graphql_api_id": "gid://shopify/LineItem/11153525342397", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": 113.0, "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.39", "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [{"id": 844778471613, "admin_graphql_api_id": "gid://shopify/Refund/844778471613", "created_at": "2022-03-03T03:47:46-08:00", "note": null, "order_id": 4424599437501, "processed_at": "2022-03-03T03:47:46-08:00", "restock": true, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [], "transactions": [{"id": 5541595152573, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5541595152573", "amount": "145.50", "authorization": null, "created_at": "2022-03-03T03:47:45-08:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "bogus", "kind": "refund", "location_id": null, "message": "Bogus Gateway: Forced success", "order_id": 4424599437501, "parent_id": 5535958532285, "processed_at": "2022-03-03T03:47:45-08:00", "receipt": {"paid_amount": "145.50"}, "source_name": "1830279", "status": "success", "test": true, "user_id": null, "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}}], "refund_line_items": [{"id": 352402899133, "line_item_id": 11153525276861, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 35.89, "subtotal_set": {"shop_money": {"amount": "35.89", "currency_code": "USD"}, "presentment_money": {"amount": "35.89", "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "line_item": {"id": 11153525276861, "admin_graphql_api_id": "gid://shopify/LineItem/11153525276861", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 185, "name": "Amber Beard Oil Bottle - Cotton", "price": "37.00", "price_set": {"shop_money": {"amount": "37.00", "currency_code": "USD"}, "presentment_money": {"amount": "37.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229574845, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090604110013, "variant_inventory_management": "shopify", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.11", "amount_set": {"shop_money": {"amount": "1.11", "currency_code": "USD"}, "presentment_money": {"amount": "1.11", "currency_code": "USD"}}, "discount_application_index": 0}]}}, {"id": 352402931901, "line_item_id": 11153525342397, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 109.61, "subtotal_set": {"shop_money": {"amount": "109.61", "currency_code": "USD"}, "presentment_money": {"amount": "109.61", "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "line_item": {"id": 11153525342397, "admin_graphql_api_id": "gid://shopify/LineItem/11153525342397", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": "113.00", "price_set": {"shop_money": {"amount": "113.00", "currency_code": "USD"}, "presentment_money": {"amount": "113.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.39", "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}, "discount_application_index": 0}]}}], "duties": []}], "shipping_address": {"first_name": "Iryna", "address1": "San", "phone": null, "city": "San Francisco", "zip": "94101", "province": "California", "country": "United States", "last_name": "Grankova", "address2": "10", "company": null, "latitude": null, "longitude": null, "name": "Iryna Grankova", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3772226175165, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.44, "discounted_price_set": {"shop_money": {"amount": 18.44, "currency_code": "USD"}, "presentment_money": {"amount": 18.44, "currency_code": "USD"}}, "phone": null, "price": 18.44, "price_set": {"shop_money": {"amount": 18.44, "currency_code": "USD"}, "presentment_money": {"amount": 18.44, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303772} -{"stream": "orders", "data": {"id": 4147980107965, "admin_graphql_api_id": "gid://shopify/Order/4147980107965", "app_id": 5505221, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": null, "checkout_token": null, "closed_at": null, "confirmed": true, "contact_email": "airbyte@airbyte.com", "created_at": "2021-09-19T09:08:23-07:00", "currency": "USD", "current_subtotal_price": 0.0, "current_subtotal_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 0.0, "current_total_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "airbyte@airbyte.com", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1121", "note": null, "note_attributes": [], "number": 121, "order_number": 1121, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/6adf11e07ccb49b280ea4b9f53d64f12/authenticate?key=4cef2ff10ba4d18f31114df33933f81e", "original_total_duties_set": null, "payment_gateway_names": [], "phone": null, "presentment_currency": "USD", "processed_at": "2021-09-19T09:08:23-07:00", "processing_method": "", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "5505221", "source_url": null, "subtotal_price": 27.0, "subtotal_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": false, "test": false, "token": "6adf11e07ccb49b280ea4b9f53d64f12", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 27.0, "total_line_items_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 27.0, "total_price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2022-03-07T02:09:04-08:00", "user_id": null, "customer": {"id": 5565161144509, "email": "airbyte@airbyte.com", "accepts_marketing": false, "created_at": "2021-09-19T08:31:05-07:00", "updated_at": "2021-09-19T09:08:24-07:00", "first_name": null, "last_name": null, "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-09-19T08:31:05-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5565161144509"}, "discount_applications": [], "fulfillments": [{"id": 3693416710333, "admin_graphql_api_id": "gid://shopify/Fulfillment/3693416710333", "created_at": "2021-09-19T09:08:23-07:00", "location_id": 63590301885, "name": "#1121.1", "order_id": 4147980107965, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": "Amazon Logistics US", "tracking_number": "123456", "tracking_numbers": ["123456"], "tracking_url": "https://track.amazon.com/tracking/123456", "tracking_urls": ["https://track.amazon.com/tracking/123456"], "updated_at": "2022-02-22T00:35:47-08:00", "line_items": [{"id": 10576771317949, "admin_graphql_api_id": "gid://shopify/LineItem/10576771317949", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 285, "name": "Red & Silver Fishing Lure - Plastic", "price": 27.0, "price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796218302653, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Red & Silver Fishing Lure", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090580615357, "variant_inventory_management": "shopify", "variant_title": "Plastic", "vendor": "Harris - Hamill", "tax_lines": [], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 10576771317949, "admin_graphql_api_id": "gid://shopify/LineItem/10576771317949", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 285, "name": "Red & Silver Fishing Lure - Plastic", "price": 27.0, "price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796218302653, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Red & Silver Fishing Lure", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090580615357, "variant_inventory_management": "shopify", "variant_title": "Plastic", "vendor": "Harris - Hamill", "tax_lines": [], "duties": [], "discount_allocations": []}], "payment_terms": null, "refunds": [{"id": 845032358077, "admin_graphql_api_id": "gid://shopify/Refund/845032358077", "created_at": "2022-03-07T02:09:04-08:00", "note": null, "order_id": 4147980107965, "processed_at": "2022-03-07T02:09:04-08:00", "restock": true, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [], "transactions": [], "refund_line_items": [{"id": 352716947645, "line_item_id": 10576771317949, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 27.0, "subtotal_set": {"shop_money": {"amount": "27.00", "currency_code": "USD"}, "presentment_money": {"amount": "27.00", "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "line_item": {"id": 10576771317949, "admin_graphql_api_id": "gid://shopify/LineItem/10576771317949", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 285, "name": "Red & Silver Fishing Lure - Plastic", "price": "27.00", "price_set": {"shop_money": {"amount": "27.00", "currency_code": "USD"}, "presentment_money": {"amount": "27.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796218302653, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Red & Silver Fishing Lure", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090580615357, "variant_inventory_management": "shopify", "variant_title": "Plastic", "vendor": "Harris - Hamill", "tax_lines": [], "duties": [], "discount_allocations": []}}], "duties": []}], "shipping_address": {"first_name": "John", "address1": "San Francisco", "phone": "", "city": "San Francisco", "zip": "91326", "province": "California", "country": "United States", "last_name": "Doe", "address2": "10", "company": "Umbrella LLC", "latitude": 34.2894584, "longitude": -118.5622893, "name": "John Doe", "country_code": "US", "province_code": "CA"}, "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303775} -{"stream": "orders", "data": {"id": 4424598323389, "admin_graphql_api_id": "gid://shopify/Order/4424598323389", "app_id": 580111, "browser_ip": "82.193.127.107", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": "1f9be99a6262001194ba66fc88a4a7e8", "checkout_id": 24010992844989, "checkout_token": "d0d77045b85950ed3f9788c96f001a11", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "82.193.127.107", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36 Edg/98.0.1108.56"}, "closed_at": "2022-03-07T02:10:16-08:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-02-27T23:44:28-08:00", "currency": "USD", "current_subtotal_price": 84.39, "current_subtotal_price_set": {"shop_money": {"amount": 84.39, "currency_code": "USD"}, "presentment_money": {"amount": 84.39, "currency_code": "USD"}}, "current_total_discounts": 2.61, "current_total_discounts_set": {"shop_money": {"amount": 2.61, "currency_code": "USD"}, "presentment_money": {"amount": 2.61, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 84.39, "current_total_price_set": {"shop_money": {"amount": 84.39, "currency_code": "USD"}, "presentment_money": {"amount": 84.39, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en-US", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "partially_refunded", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/password", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1124", "note": null, "note_attributes": [], "number": 124, "order_number": 1124, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/f4b68c4eab10f7b535eacf55987610fe/authenticate?key=cfaf5ff2cab0707cd3cfed007975d708", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-02-27T23:44:27-08:00", "processing_method": "direct", "reference": null, "referring_site": "", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 84.39, "subtotal_price_set": {"shop_money": {"amount": 84.39, "currency_code": "USD"}, "presentment_money": {"amount": 84.39, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "f4b68c4eab10f7b535eacf55987610fe", "total_discounts": 2.61, "total_discounts_set": {"shop_money": {"amount": 2.61, "currency_code": "USD"}, "presentment_money": {"amount": 2.61, "currency_code": "USD"}}, "total_line_items_price": 87.0, "total_line_items_price_set": {"shop_money": {"amount": 87.0, "currency_code": "USD"}, "presentment_money": {"amount": 87.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 102.83, "total_price_set": {"shop_money": {"amount": 102.83, "currency_code": "USD"}, "presentment_money": {"amount": 102.83, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.44, "currency_code": "USD"}, "presentment_money": {"amount": 18.44, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 274, "updated_at": "2022-03-07T02:10:16-08:00", "user_id": null, "billing_address": {"first_name": "Iryna", "address1": "San", "phone": null, "city": "San Francisco", "zip": "94101", "province": "California", "country": "United States", "last_name": "Grankova", "address2": "10", "company": null, "latitude": null, "longitude": null, "name": "Iryna Grankova", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 3953692311741, "admin_graphql_api_id": "gid://shopify/Fulfillment/3953692311741", "created_at": "2022-02-27T23:44:29-08:00", "location_id": 63590301885, "name": "#1124.1", "order_id": 4424598323389, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": "TNT", "tracking_number": "36457736", "tracking_numbers": ["36457736"], "tracking_url": "https://www.tnt.com/express/en_us/site/tracking.html?searchType=con&cons=36457736", "tracking_urls": ["https://www.tnt.com/express/en_us/site/tracking.html?searchType=con&cons=36457736"], "updated_at": "2022-02-27T23:55:29-08:00", "line_items": [{"id": 11153523081405, "admin_graphql_api_id": "gid://shopify/LineItem/11153523081405", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 274, "name": "Yoga Mat Rolled - Plastic", "price": 87.0, "price_set": {"shop_money": {"amount": 87.0, "currency_code": "USD"}, "presentment_money": {"amount": 87.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796217811133, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Yoga Mat Rolled", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090579927229, "variant_inventory_management": "shopify", "variant_title": "Plastic", "vendor": "O'Reilly - Grady", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "2.61", "amount_set": {"shop_money": {"amount": "2.61", "currency_code": "USD"}, "presentment_money": {"amount": "2.61", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11153523081405, "admin_graphql_api_id": "gid://shopify/LineItem/11153523081405", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 274, "name": "Yoga Mat Rolled - Plastic", "price": 87.0, "price_set": {"shop_money": {"amount": 87.0, "currency_code": "USD"}, "presentment_money": {"amount": 87.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796217811133, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Yoga Mat Rolled", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090579927229, "variant_inventory_management": "shopify", "variant_title": "Plastic", "vendor": "O'Reilly - Grady", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "2.61", "amount_set": {"shop_money": {"amount": "2.61", "currency_code": "USD"}, "presentment_money": {"amount": "2.61", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [{"id": 845032423613, "admin_graphql_api_id": "gid://shopify/Refund/845032423613", "created_at": "2022-03-07T02:10:15-08:00", "note": "test", "order_id": 4424598323389, "processed_at": "2022-03-07T02:10:15-08:00", "restock": false, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [{"id": 200933408957, "amount": "-18.44", "amount_set": {"shop_money": {"amount": "-18.44", "currency_code": "USD"}, "presentment_money": {"amount": "-18.44", "currency_code": "USD"}}, "kind": "shipping_refund", "order_id": 4424598323389, "reason": "Shipping refund", "refund_id": 845032423613, "tax_amount": "0.00", "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "transactions": [{"id": 5548849955005, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5548849955005", "amount": "18.44", "authorization": null, "created_at": "2022-03-07T02:10:15-08:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "bogus", "kind": "refund", "location_id": null, "message": "Bogus Gateway: Forced success", "order_id": 4424598323389, "parent_id": 5535956828349, "processed_at": "2022-03-07T02:10:15-08:00", "receipt": {"paid_amount": "18.44"}, "source_name": "1830279", "status": "success", "test": true, "user_id": 74861019325, "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}}], "refund_line_items": [], "duties": []}], "shipping_address": {"first_name": "Iryna", "address1": "San", "phone": null, "city": "San Francisco", "zip": "94101", "province": "California", "country": "United States", "last_name": "Grankova", "address2": "10", "company": null, "latitude": null, "longitude": null, "name": "Iryna Grankova", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3772225159357, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.44, "discounted_price_set": {"shop_money": {"amount": 18.44, "currency_code": "USD"}, "presentment_money": {"amount": 18.44, "currency_code": "USD"}}, "phone": null, "price": 18.44, "price_set": {"shop_money": {"amount": 18.44, "currency_code": "USD"}, "presentment_money": {"amount": 18.44, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303778} -{"stream": "orders", "data": {"id": 4446352212157, "admin_graphql_api_id": "gid://shopify/Order/4446352212157", "app_id": 1354745, "browser_ip": "31.11.129.15", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24254325653693, "checkout_token": "19ae2191ca6026f0df602de622ef08af", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": null, "browser_ip": "31.11.129.15", "browser_width": null, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39"}, "closed_at": "2022-03-17T02:57:43-07:00", "confirmed": true, "contact_email": null, "created_at": "2022-03-17T02:57:41-07:00", "currency": "USD", "current_subtotal_price": 120.0, "current_subtotal_price_set": {"shop_money": {"amount": 120.0, "currency_code": "USD"}, "presentment_money": {"amount": 120.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 120.0, "current_total_price_set": {"shop_money": {"amount": 120.0, "currency_code": "USD"}, "presentment_money": {"amount": 120.0, "currency_code": "USD"}}, "current_total_tax": 20.0, "current_total_tax_set": {"shop_money": {"amount": 20.0, "currency_code": "USD"}, "presentment_money": {"amount": 20.0, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": null, "landing_site_ref": null, "location_id": 63590301885, "merchant_of_record_app_id": null, "name": "#1126", "note": null, "note_attributes": [], "number": 126, "order_number": 1126, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/0bc105a75f5f134c5f28c62d46525e73/authenticate?key=03e32e182b017fd893d618e1c0271f76", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-17T02:57:40-07:00", "processing_method": "direct", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 120.0, "subtotal_price_set": {"shop_money": {"amount": 120.0, "currency_code": "USD"}, "presentment_money": {"amount": 120.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 20.0, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": 20.0, "currency_code": "USD"}, "presentment_money": {"amount": 20.0, "currency_code": "USD"}}, "channel_liable": false}], "taxes_included": true, "test": true, "token": "0bc105a75f5f134c5f28c62d46525e73", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 120.0, "total_line_items_price_set": {"shop_money": {"amount": 120.0, "currency_code": "USD"}, "presentment_money": {"amount": 120.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 120.0, "total_price_set": {"shop_money": {"amount": 120.0, "currency_code": "USD"}, "presentment_money": {"amount": 120.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 20.0, "total_tax_set": {"shop_money": {"amount": 20.0, "currency_code": "USD"}, "presentment_money": {"amount": 20.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2022-03-17T02:57:43-07:00", "user_id": 74861019325, "billing_address": {"first_name": "Test", "address1": "", "phone": "", "city": "", "zip": "", "province": "", "country": "", "last_name": "Test", "address2": "", "company": null, "latitude": null, "longitude": null, "name": "Test Test", "country_code": null, "province_code": null}, "customer": {"id": 5898277650621, "email": null, "accepts_marketing": false, "created_at": "2022-03-17T02:57:39-07:00", "updated_at": "2022-03-17T02:57:41-07:00", "first_name": "Test", "last_name": "Test", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2022-03-17T02:57:41-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": null, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5898277650621", "default_address": {"id": 7306112991421, "customer_id": 5898277650621, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3974518440125, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974518440125", "created_at": "2022-03-17T02:57:42-07:00", "location_id": 63590301885, "name": "#1126.1", "order_id": 4446352212157, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T02:57:42-07:00", "line_items": [{"id": 11196005777597, "admin_graphql_api_id": "gid://shopify/LineItem/11196005777597", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "8 Ounce Soy Candle - Frozen", "price": 60.0, "price_set": {"shop_money": {"amount": 60.0, "currency_code": "USD"}, "presentment_money": {"amount": 60.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 2, "requires_shipping": false, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603978941, "variant_inventory_management": "shopify", "variant_title": "Frozen", "vendor": "Bosco Inc", "tax_lines": [{"channel_liable": false, "price": 20.0, "price_set": {"shop_money": {"amount": 20.0, "currency_code": "USD"}, "presentment_money": {"amount": 20.0, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 11196005777597, "admin_graphql_api_id": "gid://shopify/LineItem/11196005777597", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "8 Ounce Soy Candle - Frozen", "price": 60.0, "price_set": {"shop_money": {"amount": 60.0, "currency_code": "USD"}, "presentment_money": {"amount": 60.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 2, "requires_shipping": false, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603978941, "variant_inventory_management": "shopify", "variant_title": "Frozen", "vendor": "Bosco Inc", "tax_lines": [{"channel_liable": false, "price": 20.0, "price_set": {"shop_money": {"amount": 20.0, "currency_code": "USD"}, "presentment_money": {"amount": 20.0, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_lines": [{"id": 3791176564925, "carrier_identifier": null, "code": "custom", "delivery_category": null, "discounted_price": 0.0, "discounted_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "phone": null, "price": 0.0, "price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Free shipping", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303781} -{"stream": "orders", "data": {"id": 4446354571453, "admin_graphql_api_id": "gid://shopify/Order/4446354571453", "app_id": 1354745, "browser_ip": "31.11.129.15", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24254356095165, "checkout_token": "c5d4bf343f91223efb5a3ee11b79d87b", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": null, "browser_ip": "31.11.129.15", "browser_width": null, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39"}, "closed_at": "2022-03-17T02:59:45-07:00", "confirmed": true, "contact_email": null, "created_at": "2022-03-17T02:59:43-07:00", "currency": "USD", "current_subtotal_price": 19.0, "current_subtotal_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 19.0, "current_total_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "current_total_tax": 3.17, "current_total_tax_set": {"shop_money": {"amount": 3.17, "currency_code": "USD"}, "presentment_money": {"amount": 3.17, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": null, "landing_site_ref": null, "location_id": 63590301885, "merchant_of_record_app_id": null, "name": "#1127", "note": null, "note_attributes": [], "number": 127, "order_number": 1127, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/93ffa196cafbfac3a97bdac77ecb2304/authenticate?key=1e4d0202f52b8915dd221008c7d26470", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-17T02:59:41-07:00", "processing_method": "direct", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 19.0, "subtotal_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 3.17, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": 3.17, "currency_code": "USD"}, "presentment_money": {"amount": 3.17, "currency_code": "USD"}}, "channel_liable": false}], "taxes_included": true, "test": true, "token": "93ffa196cafbfac3a97bdac77ecb2304", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 19.0, "total_line_items_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 19.0, "total_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 3.17, "total_tax_set": {"shop_money": {"amount": 3.17, "currency_code": "USD"}, "presentment_money": {"amount": 3.17, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 112, "updated_at": "2022-03-17T02:59:45-07:00", "user_id": 74861019325, "billing_address": {"first_name": "Test", "address1": "", "phone": "", "city": "", "zip": "", "province": "", "country": "", "last_name": "Test", "address2": "", "company": null, "latitude": null, "longitude": null, "name": "Test Test", "country_code": null, "province_code": null}, "customer": {"id": 5898277650621, "email": null, "accepts_marketing": false, "created_at": "2022-03-17T02:57:39-07:00", "updated_at": "2022-03-17T02:57:41-07:00", "first_name": "Test", "last_name": "Test", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2022-03-17T02:57:41-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": null, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5898277650621", "default_address": {"id": 7306112991421, "customer_id": 5898277650621, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3974518997181, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974518997181", "created_at": "2022-03-17T02:59:44-07:00", "location_id": 63590301885, "name": "#1127.1", "order_id": 4446354571453, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T02:59:44-07:00", "line_items": [{"id": 11196009873597, "admin_graphql_api_id": "gid://shopify/LineItem/11196009873597", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 112, "name": "4 Ounce Soy Candle - Metal", "price": 19.0, "price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796220989629, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "4 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090585923773, "variant_inventory_management": "shopify", "variant_title": "Metal", "vendor": "Hartmann Group", "tax_lines": [{"channel_liable": false, "price": 3.17, "price_set": {"shop_money": {"amount": 3.17, "currency_code": "USD"}, "presentment_money": {"amount": 3.17, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 11196009873597, "admin_graphql_api_id": "gid://shopify/LineItem/11196009873597", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 112, "name": "4 Ounce Soy Candle - Metal", "price": 19.0, "price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796220989629, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "4 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090585923773, "variant_inventory_management": "shopify", "variant_title": "Metal", "vendor": "Hartmann Group", "tax_lines": [{"channel_liable": false, "price": 3.17, "price_set": {"shop_money": {"amount": 3.17, "currency_code": "USD"}, "presentment_money": {"amount": 3.17, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303784} -{"stream": "orders", "data": {"id": 4446355226813, "admin_graphql_api_id": "gid://shopify/Order/4446355226813", "app_id": 1354745, "browser_ip": "31.11.129.15", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24254363009213, "checkout_token": "ba187234cb2a5ba8b8d10e1dc026313a", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": null, "browser_ip": "31.11.129.15", "browser_width": null, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39"}, "closed_at": "2022-03-17T03:00:17-07:00", "confirmed": true, "contact_email": "airbyte-test@airbyte.com", "created_at": "2022-03-17T03:00:15-07:00", "currency": "USD", "current_subtotal_price": 19.0, "current_subtotal_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 23.0, "current_total_price_set": {"shop_money": {"amount": 23.0, "currency_code": "USD"}, "presentment_money": {"amount": 23.0, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "airbyte-test@airbyte.com", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1128", "note": null, "note_attributes": [], "number": 128, "order_number": 1128, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/aa546a3df2a786a82821264f856a1200/authenticate?key=c02fc0d254c214aa2192459aefdeaaca", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-17T03:00:14-07:00", "processing_method": "direct", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 19.0, "subtotal_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "aa546a3df2a786a82821264f856a1200", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 19.0, "total_line_items_price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 23.0, "total_price_set": {"shop_money": {"amount": 23.0, "currency_code": "USD"}, "presentment_money": {"amount": 23.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 4.0, "currency_code": "USD"}, "presentment_money": {"amount": 4.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 112, "updated_at": "2022-03-17T03:00:17-07:00", "user_id": 74861019325, "billing_address": {"first_name": "Test", "address1": "San Francisco", "phone": null, "city": "San Francisco", "zip": "92345", "province": null, "country": null, "last_name": "Customer", "address2": "123", "company": "Test Company", "latitude": 34.3627106, "longitude": -117.2911248, "name": "Test Customer", "country_code": null, "province_code": null}, "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "state": "disabled", "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3974519390397, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974519390397", "created_at": "2022-03-17T03:00:16-07:00", "location_id": 63590301885, "name": "#1128.1", "order_id": 4446355226813, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T03:00:16-07:00", "line_items": [{"id": 11196010823869, "admin_graphql_api_id": "gid://shopify/LineItem/11196010823869", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 112, "name": "4 Ounce Soy Candle - Metal", "price": 19.0, "price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796220989629, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "4 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090585923773, "variant_inventory_management": "shopify", "variant_title": "Metal", "vendor": "Hartmann Group", "tax_lines": [], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 11196010823869, "admin_graphql_api_id": "gid://shopify/LineItem/11196010823869", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 112, "name": "4 Ounce Soy Candle - Metal", "price": 19.0, "price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796220989629, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "4 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090585923773, "variant_inventory_management": "shopify", "variant_title": "Metal", "vendor": "Hartmann Group", "tax_lines": [], "duties": [], "discount_allocations": []}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Test", "address1": "San Francisco", "phone": null, "city": "San Francisco", "zip": "92345", "province": null, "country": null, "last_name": "Customer", "address2": "123", "company": "Test Company", "latitude": 34.3627106, "longitude": -117.2911248, "name": "Test Customer", "country_code": null, "province_code": null}, "shipping_lines": [{"id": 3791179382973, "carrier_identifier": null, "code": "custom", "delivery_category": null, "discounted_price": 4.0, "discounted_price_set": {"shop_money": {"amount": 4.0, "currency_code": "USD"}, "presentment_money": {"amount": 4.0, "currency_code": "USD"}}, "phone": null, "price": 4.0, "price_set": {"shop_money": {"amount": 4.0, "currency_code": "USD"}, "presentment_money": {"amount": 4.0, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Test Rate", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303787} -{"stream": "orders", "data": {"id": 4446355882173, "admin_graphql_api_id": "gid://shopify/Order/4446355882173", "app_id": 1354745, "browser_ip": "31.11.129.15", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24254368186557, "checkout_token": "f686bf436dec584badf309ea1e4c62b9", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": null, "browser_ip": "31.11.129.15", "browser_width": null, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39"}, "closed_at": "2022-03-17T03:00:48-07:00", "confirmed": true, "contact_email": "jasmin.schiller@developer-tools.shopifyapps.com", "created_at": "2022-03-17T03:00:46-07:00", "currency": "USD", "current_subtotal_price": 65.0, "current_subtotal_price_set": {"shop_money": {"amount": 65.0, "currency_code": "USD"}, "presentment_money": {"amount": 65.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 65.0, "current_total_price_set": {"shop_money": {"amount": 65.0, "currency_code": "USD"}, "presentment_money": {"amount": 65.0, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "jasmin.schiller@developer-tools.shopifyapps.com", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": null, "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1129", "note": null, "note_attributes": [], "number": 129, "order_number": 1129, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/a87ec0d757303fb0ce8262e202bf8e2e/authenticate?key=440ae8a278cc5300b24b237b6431875c", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-17T03:00:45-07:00", "processing_method": "direct", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 65.0, "subtotal_price_set": {"shop_money": {"amount": 65.0, "currency_code": "USD"}, "presentment_money": {"amount": 65.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "a87ec0d757303fb0ce8262e202bf8e2e", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 65.0, "total_line_items_price_set": {"shop_money": {"amount": 65.0, "currency_code": "USD"}, "presentment_money": {"amount": 65.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 65.0, "total_price_set": {"shop_money": {"amount": 65.0, "currency_code": "USD"}, "presentment_money": {"amount": 65.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 490, "updated_at": "2022-03-17T03:00:48-07:00", "user_id": 74861019325, "billing_address": {"first_name": "Jasmin", "address1": "82644 Mayert Green", "phone": "522.452.8289 x71583", "city": "", "zip": "", "province": "Alberta", "country": "Canada", "last_name": "Schiller", "address2": "", "company": null, "latitude": 53.9332706, "longitude": -116.5765035, "name": "Jasmin Schiller", "country_code": "CA", "province_code": "AB"}, "customer": {"id": 5330782486717, "email": "jasmin.schiller@developer-tools.shopifyapps.com", "accepts_marketing": false, "created_at": "2021-06-22T23:05:09-07:00", "updated_at": "2022-03-17T03:00:47-07:00", "first_name": "Jasmin", "last_name": "Schiller", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "developer-tools-generator", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-06-22T23:05:09-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5330782486717", "default_address": {"id": 6564640293053, "customer_id": 5330782486717, "first_name": "Jasmin", "last_name": "Schiller", "company": null, "address1": "82644 Mayert Green", "address2": null, "city": null, "province": null, "country": "Canada", "zip": null, "phone": "522.452.8289 x71583", "name": "Jasmin Schiller", "province_code": null, "country_code": "CA", "country_name": "Canada", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3974519619773, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974519619773", "created_at": "2022-03-17T03:00:47-07:00", "location_id": 63590301885, "name": "#1129.1", "order_id": 4446355882173, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T03:00:47-07:00", "line_items": [{"id": 11196011544765, "admin_graphql_api_id": "gid://shopify/LineItem/11196011544765", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 490, "name": "Black & White Wrist Watches - Rubber", "price": 65.0, "price_set": {"shop_money": {"amount": 65.0, "currency_code": "USD"}, "presentment_money": {"amount": 65.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796222791869, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Black & White Wrist Watches", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090590019773, "variant_inventory_management": "shopify", "variant_title": "Rubber", "vendor": "Friesen LLC", "tax_lines": [], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 11196011544765, "admin_graphql_api_id": "gid://shopify/LineItem/11196011544765", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 490, "name": "Black & White Wrist Watches - Rubber", "price": 65.0, "price_set": {"shop_money": {"amount": 65.0, "currency_code": "USD"}, "presentment_money": {"amount": 65.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796222791869, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Black & White Wrist Watches", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090590019773, "variant_inventory_management": "shopify", "variant_title": "Rubber", "vendor": "Friesen LLC", "tax_lines": [], "duties": [], "discount_allocations": []}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Jasmin", "address1": "82644 Mayert Green", "phone": "522.452.8289 x71583", "city": null, "zip": null, "province": null, "country": "Canada", "last_name": "Schiller", "address2": null, "company": null, "latitude": 56.130366, "longitude": -106.346771, "name": "Jasmin Schiller", "country_code": "CA", "province_code": null}, "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303789} -{"stream": "orders", "data": {"id": 4446359781565, "admin_graphql_api_id": "gid://shopify/Order/4446359781565", "app_id": 1354745, "browser_ip": "31.11.129.15", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24254391156925, "checkout_token": "30b6672dc2bd0662044d310c280e034c", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": null, "browser_ip": "31.11.129.15", "browser_width": null, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39"}, "closed_at": "2022-03-17T03:04:05-07:00", "confirmed": true, "contact_email": "airbyte-test@airbyte.com", "created_at": "2022-03-17T03:04:00-07:00", "currency": "USD", "current_subtotal_price": 140.5, "current_subtotal_price_set": {"shop_money": {"amount": 140.5, "currency_code": "USD"}, "presentment_money": {"amount": 140.5, "currency_code": "USD"}}, "current_total_discounts": 0.5, "current_total_discounts_set": {"shop_money": {"amount": 0.5, "currency_code": "USD"}, "presentment_money": {"amount": 0.5, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 140.5, "current_total_price_set": {"shop_money": {"amount": 140.5, "currency_code": "USD"}, "presentment_money": {"amount": 140.5, "currency_code": "USD"}}, "current_total_tax": 23.42, "current_total_tax_set": {"shop_money": {"amount": 23.42, "currency_code": "USD"}, "presentment_money": {"amount": 23.42, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [{"code": "Test discount", "amount": "0.50", "type": "fixed_amount"}], "email": "airbyte-test@airbyte.com", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": null, "landing_site_ref": null, "location_id": 63590301885, "merchant_of_record_app_id": null, "name": "#1130", "note": null, "note_attributes": [], "number": 130, "order_number": 1130, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/ee03e4bce0517ed5e23d50846cf96c2c/authenticate?key=30c9de2978d4ef1fdee94d1944194880", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-17T03:03:58-07:00", "processing_method": "direct", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 140.5, "subtotal_price_set": {"shop_money": {"amount": 140.5, "currency_code": "USD"}, "presentment_money": {"amount": 140.5, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 23.42, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": 23.42, "currency_code": "USD"}, "presentment_money": {"amount": 23.42, "currency_code": "USD"}}, "channel_liable": false}], "taxes_included": true, "test": true, "token": "ee03e4bce0517ed5e23d50846cf96c2c", "total_discounts": 0.5, "total_discounts_set": {"shop_money": {"amount": 0.5, "currency_code": "USD"}, "presentment_money": {"amount": 0.5, "currency_code": "USD"}}, "total_line_items_price": 141.0, "total_line_items_price_set": {"shop_money": {"amount": 141.0, "currency_code": "USD"}, "presentment_money": {"amount": 141.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 140.5, "total_price_set": {"shop_money": {"amount": 140.5, "currency_code": "USD"}, "presentment_money": {"amount": 140.5, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 23.42, "total_tax_set": {"shop_money": {"amount": 23.42, "currency_code": "USD"}, "presentment_money": {"amount": 23.42, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 63, "updated_at": "2022-03-17T03:04:05-07:00", "user_id": 74861019325, "billing_address": {"first_name": "Test", "address1": "", "phone": "", "city": "", "zip": "", "province": "", "country": "", "last_name": "Test", "address2": "", "company": null, "latitude": null, "longitude": null, "name": "Test Test", "country_code": null, "province_code": null}, "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "state": "disabled", "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "manual", "value": "0.5", "value_type": "fixed_amount", "allocation_method": "across", "target_selection": "all", "title": "Test discount", "description": "Test discount"}], "fulfillments": [{"id": 3974520537277, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974520537277", "created_at": "2022-03-17T03:04:04-07:00", "location_id": 63590301885, "name": "#1130.1", "order_id": 4446359781565, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T03:04:04-07:00", "line_items": [{"id": 11196017180861, "admin_graphql_api_id": "gid://shopify/LineItem/11196017180861", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 63, "name": "8 Ounce Soy Candle - Wooden", "price": 102.0, "price_set": {"shop_money": {"amount": 102.0, "currency_code": "USD"}, "presentment_money": {"amount": 102.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604011709, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "Bosco Inc", "tax_lines": [{"channel_liable": false, "price": 16.94, "price_set": {"shop_money": {"amount": 16.94, "currency_code": "USD"}, "presentment_money": {"amount": 16.94, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": [{"amount": "0.37", "amount_set": {"shop_money": {"amount": "0.37", "currency_code": "USD"}, "presentment_money": {"amount": "0.37", "currency_code": "USD"}}, "discount_application_index": 0}]}]}, {"id": 3974520570045, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974520570045", "created_at": "2022-03-17T03:04:04-07:00", "location_id": 63590301885, "name": "#1130.2", "order_id": 4446359781565, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T03:04:04-07:00", "line_items": [{"id": 11196017246397, "admin_graphql_api_id": "gid://shopify/LineItem/11196017246397", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "Blue And White Skate Shoes - orchid", "price": 39.0, "price_set": {"shop_money": {"amount": 39.0, "currency_code": "USD"}, "presentment_money": {"amount": 39.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796234555581, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "Blue And White Skate Shoes", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090614005949, "variant_inventory_management": "shopify", "variant_title": "orchid", "vendor": "Ullrich, Kris and Dicki", "tax_lines": [{"channel_liable": false, "price": 6.48, "price_set": {"shop_money": {"amount": 6.48, "currency_code": "USD"}, "presentment_money": {"amount": 6.48, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": [{"amount": "0.13", "amount_set": {"shop_money": {"amount": "0.13", "currency_code": "USD"}, "presentment_money": {"amount": "0.13", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11196017180861, "admin_graphql_api_id": "gid://shopify/LineItem/11196017180861", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 63, "name": "8 Ounce Soy Candle - Wooden", "price": 102.0, "price_set": {"shop_money": {"amount": 102.0, "currency_code": "USD"}, "presentment_money": {"amount": 102.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604011709, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "Bosco Inc", "tax_lines": [{"channel_liable": false, "price": 16.94, "price_set": {"shop_money": {"amount": 16.94, "currency_code": "USD"}, "presentment_money": {"amount": 16.94, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": [{"amount": "0.37", "amount_set": {"shop_money": {"amount": "0.37", "currency_code": "USD"}, "presentment_money": {"amount": "0.37", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11196017246397, "admin_graphql_api_id": "gid://shopify/LineItem/11196017246397", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "Blue And White Skate Shoes - orchid", "price": 39.0, "price_set": {"shop_money": {"amount": 39.0, "currency_code": "USD"}, "presentment_money": {"amount": 39.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796234555581, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "Blue And White Skate Shoes", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090614005949, "variant_inventory_management": "shopify", "variant_title": "orchid", "vendor": "Ullrich, Kris and Dicki", "tax_lines": [{"channel_liable": false, "price": 6.48, "price_set": {"shop_money": {"amount": 6.48, "currency_code": "USD"}, "presentment_money": {"amount": 6.48, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": [{"amount": "0.13", "amount_set": {"shop_money": {"amount": "0.13", "currency_code": "USD"}, "presentment_money": {"amount": "0.13", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_lines": [{"id": 3791183773885, "carrier_identifier": null, "code": "custom", "delivery_category": null, "discounted_price": 0.0, "discounted_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "phone": null, "price": 0.0, "price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Free shipping", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303792} -{"stream": "orders", "data": {"id": 4446361583805, "admin_graphql_api_id": "gid://shopify/Order/4446361583805", "app_id": 1354745, "browser_ip": "31.11.129.15", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24254404001981, "checkout_token": "51b3cf8cc1a3d339d550283d0bcd7847", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": null, "browser_ip": "31.11.129.15", "browser_width": null, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39"}, "closed_at": "2022-03-17T03:05:09-07:00", "confirmed": true, "contact_email": "airbyte-test@airbyte.com", "created_at": "2022-03-17T03:05:06-07:00", "currency": "USD", "current_subtotal_price": 46.0, "current_subtotal_price_set": {"shop_money": {"amount": 46.0, "currency_code": "USD"}, "presentment_money": {"amount": 46.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 46.0, "current_total_price_set": {"shop_money": {"amount": 46.0, "currency_code": "USD"}, "presentment_money": {"amount": 46.0, "currency_code": "USD"}}, "current_total_tax": 7.67, "current_total_tax_set": {"shop_money": {"amount": 7.67, "currency_code": "USD"}, "presentment_money": {"amount": 7.67, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": null, "landing_site_ref": null, "location_id": 63590301885, "merchant_of_record_app_id": null, "name": "#1132", "note": null, "note_attributes": [], "number": 132, "order_number": 1132, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/686b5f94a0ef7a716913bed3b0042d53/authenticate?key=2f1a314592703ad48d1a6b18717e9cb3", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-17T03:05:05-07:00", "processing_method": "direct", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 46.0, "subtotal_price_set": {"shop_money": {"amount": 46.0, "currency_code": "USD"}, "presentment_money": {"amount": 46.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 7.67, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": 7.67, "currency_code": "USD"}, "presentment_money": {"amount": 7.67, "currency_code": "USD"}}, "channel_liable": false}], "taxes_included": true, "test": true, "token": "686b5f94a0ef7a716913bed3b0042d53", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 46.0, "total_line_items_price_set": {"shop_money": {"amount": 46.0, "currency_code": "USD"}, "presentment_money": {"amount": 46.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 46.0, "total_price_set": {"shop_money": {"amount": 46.0, "currency_code": "USD"}, "presentment_money": {"amount": 46.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 7.67, "total_tax_set": {"shop_money": {"amount": 7.67, "currency_code": "USD"}, "presentment_money": {"amount": 7.67, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 112, "updated_at": "2022-03-17T03:05:09-07:00", "user_id": 74861019325, "billing_address": {"first_name": "Test", "address1": "", "phone": "", "city": "", "zip": "", "province": "", "country": "", "last_name": "Test", "address2": "", "company": null, "latitude": null, "longitude": null, "name": "Test Test", "country_code": null, "province_code": null}, "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "state": "disabled", "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3974521323709, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974521323709", "created_at": "2022-03-17T03:05:08-07:00", "location_id": 63590301885, "name": "#1132.1", "order_id": 4446361583805, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T03:05:08-07:00", "line_items": [{"id": 11196020981949, "admin_graphql_api_id": "gid://shopify/LineItem/11196020981949", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 112, "name": "4 Ounce Soy Candle - Metal", "price": 19.0, "price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796220989629, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "4 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090585923773, "variant_inventory_management": "shopify", "variant_title": "Metal", "vendor": "Hartmann Group", "tax_lines": [{"channel_liable": false, "price": 3.17, "price_set": {"shop_money": {"amount": 3.17, "currency_code": "USD"}, "presentment_money": {"amount": 3.17, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}]}, {"id": 3974521389245, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974521389245", "created_at": "2022-03-17T03:05:08-07:00", "location_id": 63590301885, "name": "#1132.2", "order_id": 4446361583805, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T03:05:08-07:00", "line_items": [{"id": 11196020949181, "admin_graphql_api_id": "gid://shopify/LineItem/11196020949181", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - Rubber", "price": 27.0, "price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597916861, "variant_inventory_management": "shopify", "variant_title": "Rubber", "vendor": "Becker - Moore", "tax_lines": [{"channel_liable": false, "price": 4.5, "price_set": {"shop_money": {"amount": 4.5, "currency_code": "USD"}, "presentment_money": {"amount": 4.5, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 11196020949181, "admin_graphql_api_id": "gid://shopify/LineItem/11196020949181", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - Rubber", "price": 27.0, "price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597916861, "variant_inventory_management": "shopify", "variant_title": "Rubber", "vendor": "Becker - Moore", "tax_lines": [{"channel_liable": false, "price": 4.5, "price_set": {"shop_money": {"amount": 4.5, "currency_code": "USD"}, "presentment_money": {"amount": 4.5, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}, {"id": 11196020981949, "admin_graphql_api_id": "gid://shopify/LineItem/11196020981949", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 112, "name": "4 Ounce Soy Candle - Metal", "price": 19.0, "price_set": {"shop_money": {"amount": 19.0, "currency_code": "USD"}, "presentment_money": {"amount": 19.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796220989629, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "4 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090585923773, "variant_inventory_management": "shopify", "variant_title": "Metal", "vendor": "Hartmann Group", "tax_lines": [{"channel_liable": false, "price": 3.17, "price_set": {"shop_money": {"amount": 3.17, "currency_code": "USD"}, "presentment_money": {"amount": 3.17, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303796} -{"stream": "orders", "data": {"id": 4450987802813, "admin_graphql_api_id": "gid://shopify/Order/4450987802813", "app_id": 1354745, "browser_ip": null, "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24295498154173, "checkout_token": "7ba583f69879c67eaa2a50ad4898d372", "client_details": {"accept_language": null, "browser_height": null, "browser_ip": null, "browser_width": null, "session_hash": null, "user_agent": null}, "closed_at": "2022-03-21T05:15:02-07:00", "confirmed": true, "contact_email": null, "created_at": "2022-03-21T05:15:01-07:00", "currency": "USD", "current_subtotal_price": 70.0, "current_subtotal_price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 70.0, "current_total_price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "current_total_tax": 11.67, "current_total_tax_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "manual", "landing_site": null, "landing_site_ref": null, "location_id": 63590301885, "merchant_of_record_app_id": null, "name": "#1133", "note": null, "note_attributes": [], "number": 133, "order_number": 1133, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/57604f6c2eac46246866e712b24d087e/authenticate?key=ca5b8bda55af6c83df298367082e6c3b", "original_total_duties_set": null, "payment_gateway_names": ["manual"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-21T05:15:01-07:00", "processing_method": "manual", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 70.0, "subtotal_price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 11.67, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "channel_liable": false}], "taxes_included": true, "test": false, "token": "57604f6c2eac46246866e712b24d087e", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 70.0, "total_line_items_price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 70.0, "total_price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 11.67, "total_tax_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 232, "updated_at": "2022-03-21T05:15:02-07:00", "user_id": 74861019325, "discount_applications": [], "fulfillments": [{"id": 3977936273597, "admin_graphql_api_id": "gid://shopify/Fulfillment/3977936273597", "created_at": "2022-03-21T05:15:02-07:00", "location_id": 63590301885, "name": "#1133.1", "order_id": 4450987802813, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-21T05:15:02-07:00", "line_items": [{"id": 11205344002237, "admin_graphql_api_id": "gid://shopify/LineItem/11205344002237", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 2, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [{"channel_liable": false, "price": 11.67, "price_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 11205344002237, "admin_graphql_api_id": "gid://shopify/LineItem/11205344002237", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 2, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [{"channel_liable": false, "price": 11.67, "price_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}], "payment_terms": null, "refunds": [], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303799} -{"stream": "orders", "data": {"id": 4554804756669, "admin_graphql_api_id": "gid://shopify/Order/4554804756669", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": "b1508c1323140fe564f3950d5ce3c814", "checkout_id": 25048192712893, "checkout_token": "7d5a94bef8f62b1b6567ed39cbe1ad5c", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53"}, "closed_at": "2022-06-15T04:51:07-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-15T04:51:05-07:00", "currency": "USD", "current_subtotal_price": 33.95, "current_subtotal_price_set": {"shop_money": {"amount": 33.95, "currency_code": "USD"}, "presentment_money": {"amount": 33.95, "currency_code": "USD"}}, "current_total_discounts": 1.05, "current_total_discounts_set": {"shop_money": {"amount": 1.05, "currency_code": "USD"}, "presentment_money": {"amount": 1.05, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 52.57, "current_total_price_set": {"shop_money": {"amount": 52.57, "currency_code": "USD"}, "presentment_money": {"amount": 52.57, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en-US", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/?_ab=0&_fd=0&_sc=1", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1134", "note": null, "note_attributes": [], "number": 134, "order_number": 1134, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/1322d3f1b2c93618202951c5991adeef/authenticate?key=5fa975470dee80bffeeead2b4787bdf8", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-15T04:51:04-07:00", "processing_method": "direct", "reference": null, "referring_site": "", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 33.95, "subtotal_price_set": {"shop_money": {"amount": 33.95, "currency_code": "USD"}, "presentment_money": {"amount": 33.95, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "1322d3f1b2c93618202951c5991adeef", "total_discounts": 1.05, "total_discounts_set": {"shop_money": {"amount": 1.05, "currency_code": "USD"}, "presentment_money": {"amount": 1.05, "currency_code": "USD"}}, "total_line_items_price": 35.0, "total_line_items_price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 52.57, "total_price_set": {"shop_money": {"amount": 52.57, "currency_code": "USD"}, "presentment_money": {"amount": 52.57, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 116, "updated_at": "2022-06-15T04:51:08-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4075774935229, "admin_graphql_api_id": "gid://shopify/Fulfillment/4075774935229", "created_at": "2022-06-15T04:51:07-07:00", "location_id": 63590301885, "name": "#1134.1", "order_id": 4554804756669, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-15T04:51:07-07:00", "line_items": [{"id": 11406093779133, "admin_graphql_api_id": "gid://shopify/LineItem/11406093779133", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.05", "amount_set": {"shop_money": {"amount": "1.05", "currency_code": "USD"}, "presentment_money": {"amount": "1.05", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11406093779133, "admin_graphql_api_id": "gid://shopify/LineItem/11406093779133", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.05", "amount_set": {"shop_money": {"amount": "1.05", "currency_code": "USD"}, "presentment_money": {"amount": "1.05", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3881058205885, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.62, "discounted_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "phone": null, "price": 18.62, "price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303802} -{"stream": "orders", "data": {"id": 4554817142973, "admin_graphql_api_id": "gid://shopify/Order/4554817142973", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 25048378441917, "checkout_token": "a57117420c7dfc1e827fbe670b1ac9c3", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53"}, "closed_at": "2022-06-15T05:09:47-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-15T05:09:45-07:00", "currency": "USD", "current_subtotal_price": 33.95, "current_subtotal_price_set": {"shop_money": {"amount": 33.95, "currency_code": "USD"}, "presentment_money": {"amount": 33.95, "currency_code": "USD"}}, "current_total_discounts": 1.05, "current_total_discounts_set": {"shop_money": {"amount": 1.05, "currency_code": "USD"}, "presentment_money": {"amount": 1.05, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 52.57, "current_total_price_set": {"shop_money": {"amount": 52.57, "currency_code": "USD"}, "presentment_money": {"amount": 52.57, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/wallets/checkouts.json", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1135", "note": null, "note_attributes": [], "number": 135, "order_number": 1135, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/c42145a4eaf9ce5d2e58233c8af720d4/authenticate?key=417251b12058fa039d3d74f7c088bf10", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-15T05:09:44-07:00", "processing_method": "direct", "reference": null, "referring_site": "https://airbyte-integration-test.myshopify.com/products/anchor-bracelet-leather", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 33.95, "subtotal_price_set": {"shop_money": {"amount": 33.95, "currency_code": "USD"}, "presentment_money": {"amount": 33.95, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "c42145a4eaf9ce5d2e58233c8af720d4", "total_discounts": 1.05, "total_discounts_set": {"shop_money": {"amount": 1.05, "currency_code": "USD"}, "presentment_money": {"amount": 1.05, "currency_code": "USD"}}, "total_line_items_price": 35.0, "total_line_items_price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 52.57, "total_price_set": {"shop_money": {"amount": 52.57, "currency_code": "USD"}, "presentment_money": {"amount": 52.57, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 116, "updated_at": "2022-06-15T05:09:47-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4075785814205, "admin_graphql_api_id": "gid://shopify/Fulfillment/4075785814205", "created_at": "2022-06-15T05:09:46-07:00", "location_id": 63590301885, "name": "#1135.1", "order_id": 4554817142973, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-15T05:09:46-07:00", "line_items": [{"id": 11406117896381, "admin_graphql_api_id": "gid://shopify/LineItem/11406117896381", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.05", "amount_set": {"shop_money": {"amount": "1.05", "currency_code": "USD"}, "presentment_money": {"amount": "1.05", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11406117896381, "admin_graphql_api_id": "gid://shopify/LineItem/11406117896381", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 116, "name": "Anchor Bracelet Leather - Concrete", "price": 35.0, "price_set": {"shop_money": {"amount": 35.0, "currency_code": "USD"}, "presentment_money": {"amount": 35.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229443773, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603716797, "variant_inventory_management": "shopify", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.05", "amount_set": {"shop_money": {"amount": "1.05", "currency_code": "USD"}, "presentment_money": {"amount": "1.05", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3881069314237, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.62, "discounted_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "phone": null, "price": 18.62, "price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303805} -{"stream": "orders", "data": {"id": 4446360731837, "admin_graphql_api_id": "gid://shopify/Order/4446360731837", "app_id": 1354745, "browser_ip": "31.11.129.15", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 24254399971517, "checkout_token": "dbd2ac8ffc98cf1107924f7ce8672eb0", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": null, "browser_ip": "31.11.129.15", "browser_width": null, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39"}, "closed_at": "2022-03-17T03:04:40-07:00", "confirmed": true, "contact_email": "airbyte-test@airbyte.com", "created_at": "2022-03-17T03:04:34-07:00", "currency": "USD", "current_subtotal_price": 70.0, "current_subtotal_price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 70.0, "current_total_price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "current_total_tax": 11.67, "current_total_tax_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "customer_locale": null, "device_id": null, "discount_codes": [], "email": "", "estimated_taxes": false, "financial_status": "partially_refunded", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": null, "landing_site_ref": null, "location_id": 63590301885, "merchant_of_record_app_id": null, "name": "#1131", "note": null, "note_attributes": [], "number": 131, "order_number": 1131, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/e12a8aee2e6a67b24ecfb078509f05df/authenticate?key=ec9128d3e348d2568ac66dd7c3d293c5", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-03-17T03:04:33-07:00", "processing_method": "direct", "reference": null, "referring_site": null, "source_identifier": null, "source_name": "shopify_draft_order", "source_url": null, "subtotal_price": 153.0, "subtotal_price_set": {"shop_money": {"amount": 153.0, "currency_code": "USD"}, "presentment_money": {"amount": 153.0, "currency_code": "USD"}}, "tags": "", "tax_lines": [{"price": 25.5, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": 25.5, "currency_code": "USD"}, "presentment_money": {"amount": 25.5, "currency_code": "USD"}}, "channel_liable": false}], "taxes_included": true, "test": true, "token": "e12a8aee2e6a67b24ecfb078509f05df", "total_discounts": 0.0, "total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_line_items_price": 153.0, "total_line_items_price_set": {"shop_money": {"amount": 153.0, "currency_code": "USD"}, "presentment_money": {"amount": 153.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 153.0, "total_price_set": {"shop_money": {"amount": 153.0, "currency_code": "USD"}, "presentment_money": {"amount": 153.0, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 25.5, "total_tax_set": {"shop_money": {"amount": 25.5, "currency_code": "USD"}, "presentment_money": {"amount": 25.5, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 684, "updated_at": "2022-06-15T06:22:37-07:00", "user_id": 74861019325, "billing_address": {"first_name": "Test", "address1": "", "phone": "", "city": "", "zip": "", "province": "", "country": "", "last_name": "Test", "address2": "", "company": null, "latitude": null, "longitude": null, "name": "Test Test", "country_code": null, "province_code": null}, "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "state": "disabled", "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "discount_applications": [], "fulfillments": [{"id": 3974520996029, "admin_graphql_api_id": "gid://shopify/Fulfillment/3974520996029", "created_at": "2022-03-17T03:04:39-07:00", "location_id": 63590301885, "name": "#1131.1", "order_id": 4446360731837, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-03-17T03:04:39-07:00", "line_items": [{"id": 11196019507389, "admin_graphql_api_id": "gid://shopify/LineItem/11196019507389", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 466, "name": "Black And White Stripe Tee - white", "price": 70.0, "price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796219875517, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Black And White Stripe Tee", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090583761085, "variant_inventory_management": "shopify", "variant_title": "white", "vendor": "Lehner and Sons", "tax_lines": [{"channel_liable": false, "price": 11.67, "price_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}, {"id": 11196019540157, "admin_graphql_api_id": "gid://shopify/LineItem/11196019540157", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 218, "name": "Black And White Stripe Tee - Soft", "price": 83.0, "price_set": {"shop_money": {"amount": 83.0, "currency_code": "USD"}, "presentment_money": {"amount": 83.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796219875517, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Black And White Stripe Tee", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090583793853, "variant_inventory_management": "shopify", "variant_title": "Soft", "vendor": "Lehner and Sons", "tax_lines": [{"channel_liable": false, "price": 13.83, "price_set": {"shop_money": {"amount": 13.83, "currency_code": "USD"}, "presentment_money": {"amount": 13.83, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}]}], "line_items": [{"id": 11196019507389, "admin_graphql_api_id": "gid://shopify/LineItem/11196019507389", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 466, "name": "Black And White Stripe Tee - white", "price": 70.0, "price_set": {"shop_money": {"amount": 70.0, "currency_code": "USD"}, "presentment_money": {"amount": 70.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796219875517, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Black And White Stripe Tee", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090583761085, "variant_inventory_management": "shopify", "variant_title": "white", "vendor": "Lehner and Sons", "tax_lines": [{"channel_liable": false, "price": 11.67, "price_set": {"shop_money": {"amount": 11.67, "currency_code": "USD"}, "presentment_money": {"amount": 11.67, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}, {"id": 11196019540157, "admin_graphql_api_id": "gid://shopify/LineItem/11196019540157", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 218, "name": "Black And White Stripe Tee - Soft", "price": 83.0, "price_set": {"shop_money": {"amount": 83.0, "currency_code": "USD"}, "presentment_money": {"amount": 83.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796219875517, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Black And White Stripe Tee", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090583793853, "variant_inventory_management": "shopify", "variant_title": "Soft", "vendor": "Lehner and Sons", "tax_lines": [{"channel_liable": false, "price": 13.83, "price_set": {"shop_money": {"amount": 13.83, "currency_code": "USD"}, "presentment_money": {"amount": 13.83, "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [{"id": 852809285821, "admin_graphql_api_id": "gid://shopify/Refund/852809285821", "created_at": "2022-06-15T06:22:37-07:00", "note": "Broken", "order_id": 4446360731837, "processed_at": "2022-06-15T06:22:37-07:00", "restock": true, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [], "transactions": [{"id": 5721168183485, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721168183485", "amount": "83.00", "authorization": null, "created_at": "2022-06-15T06:22:36-07:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "bogus", "kind": "refund", "location_id": null, "message": "Bogus Gateway: Forced success", "order_id": 4446360731837, "parent_id": 5566743314621, "processed_at": "2022-06-15T06:22:36-07:00", "receipt": {"paid_amount": "83.00"}, "source_name": "1830279", "status": "success", "test": true, "user_id": 74861019325, "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}}], "refund_line_items": [{"id": 363131076797, "line_item_id": 11196019540157, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 83.0, "subtotal_set": {"shop_money": {"amount": "83.00", "currency_code": "USD"}, "presentment_money": {"amount": "83.00", "currency_code": "USD"}}, "total_tax": 13.83, "total_tax_set": {"shop_money": {"amount": "13.83", "currency_code": "USD"}, "presentment_money": {"amount": "13.83", "currency_code": "USD"}}, "line_item": {"id": 11196019540157, "admin_graphql_api_id": "gid://shopify/LineItem/11196019540157", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 218, "name": "Black And White Stripe Tee - Soft", "price": "83.00", "price_set": {"shop_money": {"amount": "83.00", "currency_code": "USD"}, "presentment_money": {"amount": "83.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796219875517, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Black And White Stripe Tee", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090583793853, "variant_inventory_management": "shopify", "variant_title": "Soft", "vendor": "Lehner and Sons", "tax_lines": [{"channel_liable": false, "price": "13.83", "price_set": {"shop_money": {"amount": "13.83", "currency_code": "USD"}, "presentment_money": {"amount": "13.83", "currency_code": "USD"}}, "rate": 0.2, "title": "PDV"}], "duties": [], "discount_allocations": []}}], "duties": []}], "shipping_lines": [{"id": 3791184691389, "carrier_identifier": null, "code": "custom", "delivery_category": null, "discounted_price": 0.0, "discounted_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "phone": null, "price": 0.0, "price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Free shipping", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303808} -{"stream": "orders", "data": {"id": 4554863542461, "admin_graphql_api_id": "gid://shopify/Order/4554863542461", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 25048907317437, "checkout_token": "e8fa46467215eab1d1a7028bb3e79407", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53"}, "closed_at": "2022-06-15T06:18:57-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-15T06:18:55-07:00", "currency": "USD", "current_subtotal_price": 35.89, "current_subtotal_price_set": {"shop_money": {"amount": 35.89, "currency_code": "USD"}, "presentment_money": {"amount": 35.89, "currency_code": "USD"}}, "current_total_discounts": 1.11, "current_total_discounts_set": {"shop_money": {"amount": 1.11, "currency_code": "USD"}, "presentment_money": {"amount": 1.11, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 54.51, "current_total_price_set": {"shop_money": {"amount": 54.51, "currency_code": "USD"}, "presentment_money": {"amount": 54.51, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/wallets/checkouts.json", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1137", "note": null, "note_attributes": [], "number": 137, "order_number": 1137, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/b4ec8cd615bb9fcfd18d79256dded91b/authenticate?key=4b2960a7da17d0d721b343b0db60bedf", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-15T06:18:54-07:00", "processing_method": "direct", "reference": null, "referring_site": "https://airbyte-integration-test.myshopify.com/products/amber-beard-oil-bottle", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 35.89, "subtotal_price_set": {"shop_money": {"amount": 35.89, "currency_code": "USD"}, "presentment_money": {"amount": 35.89, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "b4ec8cd615bb9fcfd18d79256dded91b", "total_discounts": 1.11, "total_discounts_set": {"shop_money": {"amount": 1.11, "currency_code": "USD"}, "presentment_money": {"amount": 1.11, "currency_code": "USD"}}, "total_line_items_price": 37.0, "total_line_items_price_set": {"shop_money": {"amount": 37.0, "currency_code": "USD"}, "presentment_money": {"amount": 37.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 54.51, "total_price_set": {"shop_money": {"amount": 54.51, "currency_code": "USD"}, "presentment_money": {"amount": 54.51, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 185, "updated_at": "2022-06-15T06:30:28-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4075842371773, "admin_graphql_api_id": "gid://shopify/Fulfillment/4075842371773", "created_at": "2022-06-15T06:18:57-07:00", "location_id": 63590301885, "name": "#1137.1", "order_id": 4554863542461, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-15T06:18:57-07:00", "line_items": [{"id": 11406207156413, "admin_graphql_api_id": "gid://shopify/LineItem/11406207156413", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 185, "name": "Amber Beard Oil Bottle - Cotton", "price": 37.0, "price_set": {"shop_money": {"amount": 37.0, "currency_code": "USD"}, "presentment_money": {"amount": 37.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229574845, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604110013, "variant_inventory_management": "shopify", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.11", "amount_set": {"shop_money": {"amount": "1.11", "currency_code": "USD"}, "presentment_money": {"amount": "1.11", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11406207156413, "admin_graphql_api_id": "gid://shopify/LineItem/11406207156413", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 185, "name": "Amber Beard Oil Bottle - Cotton", "price": 37.0, "price_set": {"shop_money": {"amount": 37.0, "currency_code": "USD"}, "presentment_money": {"amount": 37.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229574845, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604110013, "variant_inventory_management": "shopify", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.11", "amount_set": {"shop_money": {"amount": "1.11", "currency_code": "USD"}, "presentment_money": {"amount": "1.11", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3881109815485, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.62, "discounted_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "phone": null, "price": 18.62, "price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303812} -{"stream": "orders", "data": {"id": 4554821468349, "admin_graphql_api_id": "gid://shopify/Order/4554821468349", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 25048437719229, "checkout_token": "cf5d16a0a0688905bd551c6dec591506", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53"}, "closed_at": "2022-06-15T06:25:43-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-15T05:16:53-07:00", "currency": "USD", "current_subtotal_price": 0.0, "current_subtotal_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 0.0, "current_total_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "refunded", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/wallets/checkouts.json", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1136", "note": null, "note_attributes": [], "number": 136, "order_number": 1136, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/e4f98630ea44a884e33e700203ce2130/authenticate?key=edf087d6ae55a4541bf1375432f6a4b8", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-15T05:16:53-07:00", "processing_method": "direct", "reference": null, "referring_site": "https://airbyte-integration-test.myshopify.com/products/all-black-sneaker-right-foot", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 57.23, "subtotal_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "tags": "Refund", "tax_lines": [], "taxes_included": true, "test": true, "token": "e4f98630ea44a884e33e700203ce2130", "total_discounts": 1.77, "total_discounts_set": {"shop_money": {"amount": 1.77, "currency_code": "USD"}, "presentment_money": {"amount": 1.77, "currency_code": "USD"}}, "total_line_items_price": 59.0, "total_line_items_price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 57.23, "total_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2022-06-15T06:30:50-07:00", "user_id": null, "billing_address": {"first_name": "Iryna", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Grankova", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Iryna Grankova", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4075788501181, "admin_graphql_api_id": "gid://shopify/Fulfillment/4075788501181", "created_at": "2022-06-15T05:16:55-07:00", "location_id": 63590301885, "name": "#1136.1", "order_id": 4554821468349, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-15T05:16:55-07:00", "line_items": [{"id": 11406125564093, "admin_graphql_api_id": "gid://shopify/LineItem/11406125564093", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": 59.0, "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11406125564093, "admin_graphql_api_id": "gid://shopify/LineItem/11406125564093", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": 59.0, "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [{"id": 852809646269, "admin_graphql_api_id": "gid://shopify/Refund/852809646269", "created_at": "2022-06-15T06:25:43-07:00", "note": null, "order_id": 4554821468349, "processed_at": "2022-06-15T06:25:43-07:00", "restock": true, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [], "transactions": [{"id": 5721170968765, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721170968765", "amount": "57.23", "authorization": null, "created_at": "2022-06-15T06:25:42-07:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "bogus", "kind": "refund", "location_id": null, "message": "Bogus Gateway: Forced success", "order_id": 4554821468349, "parent_id": 5721110872253, "processed_at": "2022-06-15T06:25:42-07:00", "receipt": {"paid_amount": "57.23"}, "source_name": "1830279", "status": "success", "test": true, "user_id": null, "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}}], "refund_line_items": [{"id": 363131404477, "line_item_id": 11406125564093, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 57.23, "subtotal_set": {"shop_money": {"amount": "57.23", "currency_code": "USD"}, "presentment_money": {"amount": "57.23", "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "line_item": {"id": 11406125564093, "admin_graphql_api_id": "gid://shopify/LineItem/11406125564093", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": "59.00", "price_set": {"shop_money": {"amount": "59.00", "currency_code": "USD"}, "presentment_money": {"amount": "59.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}}], "duties": []}], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303814} -{"stream": "orders", "data": {"id": 4557016793277, "admin_graphql_api_id": "gid://shopify/Order/4557016793277", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": "af94773207c3b0d1029cc9e6fbb9496a", "checkout_id": 25058292367549, "checkout_token": "39ac55bdc2ad0a615e6fff6da95f6e0b", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53"}, "closed_at": "2022-06-16T01:11:36-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-16T01:11:33-07:00", "currency": "USD", "current_subtotal_price": 184.3, "current_subtotal_price_set": {"shop_money": {"amount": 184.3, "currency_code": "USD"}, "presentment_money": {"amount": 184.3, "currency_code": "USD"}}, "current_total_discounts": 5.7, "current_total_discounts_set": {"shop_money": {"amount": 5.7, "currency_code": "USD"}, "presentment_money": {"amount": 5.7, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 202.92, "current_total_price_set": {"shop_money": {"amount": 202.92, "currency_code": "USD"}, "presentment_money": {"amount": 202.92, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en-US", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/?_ab=0&_fd=0&_sc=1", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1139", "note": null, "note_attributes": [], "number": 139, "order_number": 1139, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/a93866a511e84a729484cffdad7bbc96/authenticate?key=6eaf4caad8291de6abd6e3e4bc52990b", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-16T01:11:33-07:00", "processing_method": "direct", "reference": null, "referring_site": "", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 184.3, "subtotal_price_set": {"shop_money": {"amount": 184.3, "currency_code": "USD"}, "presentment_money": {"amount": 184.3, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "a93866a511e84a729484cffdad7bbc96", "total_discounts": 5.7, "total_discounts_set": {"shop_money": {"amount": 5.7, "currency_code": "USD"}, "presentment_money": {"amount": 5.7, "currency_code": "USD"}}, "total_line_items_price": 190.0, "total_line_items_price_set": {"shop_money": {"amount": 190.0, "currency_code": "USD"}, "presentment_money": {"amount": 190.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 202.92, "total_price_set": {"shop_money": {"amount": 202.92, "currency_code": "USD"}, "presentment_money": {"amount": 202.92, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 367, "updated_at": "2022-06-16T01:11:36-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4076916179133, "admin_graphql_api_id": "gid://shopify/Fulfillment/4076916179133", "created_at": "2022-06-16T01:11:35-07:00", "location_id": 63590301885, "name": "#1139.1", "order_id": 4557016793277, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-16T01:11:35-07:00", "line_items": [{"id": 11410270453949, "admin_graphql_api_id": "gid://shopify/LineItem/11410270453949", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 367, "name": "Anchor Bracelet Leather - Wooden", "price": 90.0, "price_set": {"shop_money": {"amount": 90.0, "currency_code": "USD"}, "presentment_money": {"amount": 90.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796231835837, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090609090749, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "O'Hara - Gutmann", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "2.70", "amount_set": {"shop_money": {"amount": "2.70", "currency_code": "USD"}, "presentment_money": {"amount": "2.70", "currency_code": "USD"}}, "discount_application_index": 0}]}]}, {"id": 4076916211901, "admin_graphql_api_id": "gid://shopify/Fulfillment/4076916211901", "created_at": "2022-06-16T01:11:35-07:00", "location_id": 63590301885, "name": "#1139.2", "order_id": 4557016793277, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-16T01:11:35-07:00", "line_items": [{"id": 11410270421181, "admin_graphql_api_id": "gid://shopify/LineItem/11410270421181", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "Back Of Watermelon Enamel Pin - mint green", "price": 100.0, "price_set": {"shop_money": {"amount": 100.0, "currency_code": "USD"}, "presentment_money": {"amount": 100.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229935293, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "Back Of Watermelon Enamel Pin", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604994749, "variant_inventory_management": "shopify", "variant_title": "mint green", "vendor": "Murazik and Sons", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.00", "amount_set": {"shop_money": {"amount": "3.00", "currency_code": "USD"}, "presentment_money": {"amount": "3.00", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11410270421181, "admin_graphql_api_id": "gid://shopify/LineItem/11410270421181", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "Back Of Watermelon Enamel Pin - mint green", "price": 100.0, "price_set": {"shop_money": {"amount": 100.0, "currency_code": "USD"}, "presentment_money": {"amount": 100.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229935293, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "Back Of Watermelon Enamel Pin", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604994749, "variant_inventory_management": "shopify", "variant_title": "mint green", "vendor": "Murazik and Sons", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.00", "amount_set": {"shop_money": {"amount": "3.00", "currency_code": "USD"}, "presentment_money": {"amount": "3.00", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11410270453949, "admin_graphql_api_id": "gid://shopify/LineItem/11410270453949", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 367, "name": "Anchor Bracelet Leather - Wooden", "price": 90.0, "price_set": {"shop_money": {"amount": 90.0, "currency_code": "USD"}, "presentment_money": {"amount": 90.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796231835837, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Anchor Bracelet Leather", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090609090749, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "O'Hara - Gutmann", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "2.70", "amount_set": {"shop_money": {"amount": "2.70", "currency_code": "USD"}, "presentment_money": {"amount": "2.70", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3883014226109, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.62, "discounted_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "phone": null, "price": 18.62, "price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303818} -{"stream": "orders", "data": {"id": 4563707330749, "admin_graphql_api_id": "gid://shopify/Order/4563707330749", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": "0b58b0d104c7428fdba88142bdefa5be", "checkout_id": 25114920845501, "checkout_token": "00e66e0ec8153d3760308883f53d7c77", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44"}, "closed_at": "2022-06-22T02:34:38-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-22T02:34:36-07:00", "currency": "USD", "current_subtotal_price": 57.23, "current_subtotal_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "current_total_discounts": 1.77, "current_total_discounts_set": {"shop_money": {"amount": 1.77, "currency_code": "USD"}, "presentment_money": {"amount": 1.77, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 57.23, "current_total_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en-US", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/password", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1140", "note": null, "note_attributes": [], "number": 140, "order_number": 1140, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/6637617c89e2f0771dbfa172aecc1aaa/authenticate?key=1ee98f0ef8d096c2a4aa7bde67c78f89", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-22T02:34:35-07:00", "processing_method": "direct", "reference": null, "referring_site": "https://airbyte-integration-test.myshopify.com/", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 57.23, "subtotal_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "6637617c89e2f0771dbfa172aecc1aaa", "total_discounts": 1.77, "total_discounts_set": {"shop_money": {"amount": 1.77, "currency_code": "USD"}, "presentment_money": {"amount": 1.77, "currency_code": "USD"}}, "total_line_items_price": 59.0, "total_line_items_price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 57.23, "total_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2022-06-22T02:34:38-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4083217170621, "admin_graphql_api_id": "gid://shopify/Fulfillment/4083217170621", "created_at": "2022-06-22T02:34:38-07:00", "location_id": 63590301885, "name": "#1140.1", "order_id": 4563707330749, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-22T02:34:38-07:00", "line_items": [{"id": 11424204849341, "admin_graphql_api_id": "gid://shopify/LineItem/11424204849341", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": 59.0, "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11424204849341, "admin_graphql_api_id": "gid://shopify/LineItem/11424204849341", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": 59.0, "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303821} -{"stream": "orders", "data": {"id": 4563761987773, "admin_graphql_api_id": "gid://shopify/Order/4563761987773", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 25115562803389, "checkout_token": "dc0479c4519ac34439bcf51d792329b3", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44"}, "closed_at": "2022-06-22T03:50:14-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-22T03:50:12-07:00", "currency": "USD", "current_subtotal_price": 0.0, "current_subtotal_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_discounts": 0.0, "current_total_discounts_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 0.0, "current_total_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "refunded", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/wallets/checkouts.json", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1142", "note": null, "note_attributes": [], "number": 142, "order_number": 1142, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/d454421b21b1ff3884b88bafac903b3b/authenticate?key=952c5c25bc551990df6e6215b1ddef25", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-22T03:50:11-07:00", "processing_method": "direct", "reference": null, "referring_site": "https://airbyte-integration-test.myshopify.com/products/all-black-sneaker-right-foot", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 57.23, "subtotal_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "d454421b21b1ff3884b88bafac903b3b", "total_discounts": 1.77, "total_discounts_set": {"shop_money": {"amount": 1.77, "currency_code": "USD"}, "presentment_money": {"amount": 1.77, "currency_code": "USD"}}, "total_line_items_price": 59.0, "total_line_items_price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 57.23, "total_price_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 0, "updated_at": "2022-10-10T06:05:29-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4083246596285, "admin_graphql_api_id": "gid://shopify/Fulfillment/4083246596285", "created_at": "2022-06-22T03:50:14-07:00", "location_id": 63590301885, "name": "#1142.1", "order_id": 4563761987773, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-22T03:50:14-07:00", "line_items": [{"id": 11424310362301, "admin_graphql_api_id": "gid://shopify/LineItem/11424310362301", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": 59.0, "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11424310362301, "admin_graphql_api_id": "gid://shopify/LineItem/11424310362301", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": 59.0, "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [{"id": 860810903741, "admin_graphql_api_id": "gid://shopify/Refund/860810903741", "created_at": "2022-10-10T06:05:29-07:00", "note": "TEST", "order_id": 4563761987773, "processed_at": "2022-10-10T06:05:29-07:00", "restock": true, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [], "transactions": [{"id": 5914025590973, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914025590973", "amount": "57.23", "authorization": null, "created_at": "2022-10-10T06:05:29-07:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "bogus", "kind": "refund", "location_id": null, "message": "Bogus Gateway: Forced success", "order_id": 4563761987773, "parent_id": 5731686547645, "processed_at": "2022-10-10T06:05:29-07:00", "receipt": {"paid_amount": "57.23"}, "source_name": "1830279", "status": "success", "test": true, "user_id": 74861019325, "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}}], "refund_line_items": [{"id": 373068988605, "line_item_id": 11424310362301, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 57.23, "subtotal_set": {"shop_money": {"amount": "57.23", "currency_code": "USD"}, "presentment_money": {"amount": "57.23", "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "line_item": {"id": 11424310362301, "admin_graphql_api_id": "gid://shopify/LineItem/11424310362301", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 0, "name": "All Black Sneaker Right Foot - ivory", "price": "59.00", "price_set": {"shop_money": {"amount": "59.00", "currency_code": "USD"}, "presentment_money": {"amount": "59.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796226560189, "properties": [], "quantity": 1, "requires_shipping": false, "sku": "", "taxable": true, "title": "All Black Sneaker Right Foot", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090597884093, "variant_inventory_management": "shopify", "variant_title": "ivory", "vendor": "Becker - Moore", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "1.77", "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}, "discount_application_index": 0}]}}], "duties": []}], "shipping_lines": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303823} -{"stream": "orders", "data": {"id": 4563717849277, "admin_graphql_api_id": "gid://shopify/Order/4563717849277", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": null, "checkout_id": 25115112669373, "checkout_token": "8988df67e8a6e2b7bf023a552637e307", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44"}, "closed_at": "2022-06-22T02:50:31-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-22T02:50:29-07:00", "currency": "USD", "current_subtotal_price": 109.61, "current_subtotal_price_set": {"shop_money": {"amount": 109.61, "currency_code": "USD"}, "presentment_money": {"amount": 109.61, "currency_code": "USD"}}, "current_total_discounts": 3.39, "current_total_discounts_set": {"shop_money": {"amount": 3.39, "currency_code": "USD"}, "presentment_money": {"amount": 3.39, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 128.3, "current_total_price_set": {"shop_money": {"amount": 128.3, "currency_code": "USD"}, "presentment_money": {"amount": 128.3, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "paid", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/wallets/checkouts.json", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1141", "note": null, "note_attributes": [], "number": 141, "order_number": 1141, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/99f1f43b4471f537d203c67b67515ee4/authenticate?key=dfbabb5f307e352c49daf9756affbfb1", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-22T02:50:28-07:00", "processing_method": "direct", "reference": null, "referring_site": "https://airbyte-integration-test.myshopify.com/products/8-ounce-soy-candle", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 109.61, "subtotal_price_set": {"shop_money": {"amount": 109.61, "currency_code": "USD"}, "presentment_money": {"amount": 109.61, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "99f1f43b4471f537d203c67b67515ee4", "total_discounts": 3.39, "total_discounts_set": {"shop_money": {"amount": 3.39, "currency_code": "USD"}, "presentment_money": {"amount": 3.39, "currency_code": "USD"}}, "total_line_items_price": 113.0, "total_line_items_price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 128.3, "total_price_set": {"shop_money": {"amount": 128.3, "currency_code": "USD"}, "presentment_money": {"amount": 128.3, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.69, "currency_code": "USD"}, "presentment_money": {"amount": 18.69, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 127, "updated_at": "2022-10-12T11:15:03-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4083225919677, "admin_graphql_api_id": "gid://shopify/Fulfillment/4083225919677", "created_at": "2022-06-22T02:50:31-07:00", "location_id": 63590301885, "name": "#1141.1", "order_id": 4563717849277, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-22T02:50:31-07:00", "line_items": [{"id": 11424222740669, "admin_graphql_api_id": "gid://shopify/LineItem/11424222740669", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": 113.0, "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.39", "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11424222740669, "admin_graphql_api_id": "gid://shopify/LineItem/11424222740669", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": 113.0, "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.39", "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [], "shipping_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3888550412477, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.69, "discounted_price_set": {"shop_money": {"amount": 18.69, "currency_code": "USD"}, "presentment_money": {"amount": 18.69, "currency_code": "USD"}}, "phone": null, "price": 18.69, "price_set": {"shop_money": {"amount": 18.69, "currency_code": "USD"}, "presentment_money": {"amount": 18.69, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303826} -{"stream": "orders", "data": {"id": 4554864656573, "admin_graphql_api_id": "gid://shopify/Order/4554864656573", "app_id": 580111, "browser_ip": "176.113.167.23", "buyer_accepts_marketing": false, "cancel_reason": null, "cancelled_at": null, "cart_token": "d673e302f46c11faba291d9bad815c03", "checkout_id": 25048917868733, "checkout_token": "0d4a7e03b4f41897dea29c6fce5323b6", "client_details": {"accept_language": "en-US,en;q=0.9,uk;q=0.8", "browser_height": 754, "browser_ip": "176.113.167.23", "browser_width": 1519, "session_hash": null, "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53"}, "closed_at": "2022-06-15T06:20:16-07:00", "confirmed": true, "contact_email": "integration-test@airbyte.io", "created_at": "2022-06-15T06:20:14-07:00", "currency": "USD", "current_subtotal_price": 109.61, "current_subtotal_price_set": {"shop_money": {"amount": 109.61, "currency_code": "USD"}, "presentment_money": {"amount": 109.61, "currency_code": "USD"}}, "current_total_discounts": 3.39, "current_total_discounts_set": {"shop_money": {"amount": 3.39, "currency_code": "USD"}, "presentment_money": {"amount": 3.39, "currency_code": "USD"}}, "current_total_duties_set": null, "current_total_price": 128.23, "current_total_price_set": {"shop_money": {"amount": 128.23, "currency_code": "USD"}, "presentment_money": {"amount": 128.23, "currency_code": "USD"}}, "current_total_tax": 0.0, "current_total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "customer_locale": "en-US", "device_id": null, "discount_codes": [], "email": "integration-test@airbyte.io", "estimated_taxes": false, "financial_status": "partially_refunded", "fulfillment_status": "fulfilled", "gateway": "bogus", "landing_site": "/?_ab=0&_fd=0&_sc=1", "landing_site_ref": null, "location_id": null, "merchant_of_record_app_id": null, "name": "#1138", "note": null, "note_attributes": [], "number": 138, "order_number": 1138, "order_status_url": "https://airbyte-integration-test.myshopify.com/58033176765/orders/03d4039f05e26d5330c1e94c255c4e81/authenticate?key=c894f99e6a3063e07d3e32eef1f1ffc8", "original_total_duties_set": null, "payment_gateway_names": ["bogus"], "phone": null, "presentment_currency": "USD", "processed_at": "2022-06-15T06:20:12-07:00", "processing_method": "direct", "reference": null, "referring_site": "", "source_identifier": null, "source_name": "web", "source_url": null, "subtotal_price": 322.04, "subtotal_price_set": {"shop_money": {"amount": 322.04, "currency_code": "USD"}, "presentment_money": {"amount": 322.04, "currency_code": "USD"}}, "tags": "", "tax_lines": [], "taxes_included": true, "test": true, "token": "03d4039f05e26d5330c1e94c255c4e81", "total_discounts": 9.96, "total_discounts_set": {"shop_money": {"amount": 9.96, "currency_code": "USD"}, "presentment_money": {"amount": 9.96, "currency_code": "USD"}}, "total_line_items_price": 332.0, "total_line_items_price_set": {"shop_money": {"amount": 332.0, "currency_code": "USD"}, "presentment_money": {"amount": 332.0, "currency_code": "USD"}}, "total_outstanding": 0.0, "total_price": 340.66, "total_price_set": {"shop_money": {"amount": 340.66, "currency_code": "USD"}, "presentment_money": {"amount": 340.66, "currency_code": "USD"}}, "total_shipping_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "total_tip_received": 0.0, "total_weight": 509, "updated_at": "2022-10-12T11:15:27-07:00", "user_id": null, "billing_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "customer": {"id": 5362027233469, "email": "integration-test@airbyte.io", "accepts_marketing": false, "created_at": "2021-07-08T05:41:47-07:00", "updated_at": "2022-06-22T03:50:13-07:00", "first_name": "Airbyte", "last_name": "Team", "state": "disabled", "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-08T05:41:47-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5362027233469", "default_address": {"id": 7492260823229, "customer_id": 5362027233469, "first_name": "Airbyte", "last_name": "Team", "company": null, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "province": "California", "country": "United States", "zip": "94114", "phone": null, "name": "Airbyte Team", "province_code": "CA", "country_code": "US", "country_name": "United States", "default": true}}, "discount_applications": [{"target_type": "line_item", "type": "automatic", "value": "3.0", "value_type": "percentage", "allocation_method": "across", "target_selection": "all", "title": "eeeee"}], "fulfillments": [{"id": 4075843190973, "admin_graphql_api_id": "gid://shopify/Fulfillment/4075843190973", "created_at": "2022-06-15T06:20:15-07:00", "location_id": 63590301885, "name": "#1138.1", "order_id": 4554864656573, "origin_address": {}, "receipt": {}, "service": "manual", "shipment_status": null, "status": "success", "tracking_company": null, "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "updated_at": "2022-06-15T06:20:15-07:00", "line_items": [{"id": 11406209384637, "admin_graphql_api_id": "gid://shopify/LineItem/11406209384637", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 319, "name": "Amber Beard Oil Bottle - turquoise", "price": 117.0, "price_set": {"shop_money": {"amount": 117.0, "currency_code": "USD"}, "presentment_money": {"amount": 117.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796232851645, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090610663613, "variant_inventory_management": "shopify", "variant_title": "turquoise", "vendor": "Breitenberg - Okuneva", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.51", "amount_set": {"shop_money": {"amount": "3.51", "currency_code": "USD"}, "presentment_money": {"amount": "3.51", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11406209417405, "admin_graphql_api_id": "gid://shopify/LineItem/11406209417405", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 63, "name": "8 Ounce Soy Candle - Wooden", "price": 102.0, "price_set": {"shop_money": {"amount": 102.0, "currency_code": "USD"}, "presentment_money": {"amount": 102.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604011709, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.06", "amount_set": {"shop_money": {"amount": "3.06", "currency_code": "USD"}, "presentment_money": {"amount": "3.06", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11406209450173, "admin_graphql_api_id": "gid://shopify/LineItem/11406209450173", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": 113.0, "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.39", "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}, "discount_application_index": 0}]}]}], "line_items": [{"id": 11406209384637, "admin_graphql_api_id": "gid://shopify/LineItem/11406209384637", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 319, "name": "Amber Beard Oil Bottle - turquoise", "price": 117.0, "price_set": {"shop_money": {"amount": 117.0, "currency_code": "USD"}, "presentment_money": {"amount": 117.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796232851645, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090610663613, "variant_inventory_management": "shopify", "variant_title": "turquoise", "vendor": "Breitenberg - Okuneva", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.51", "amount_set": {"shop_money": {"amount": "3.51", "currency_code": "USD"}, "presentment_money": {"amount": "3.51", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11406209417405, "admin_graphql_api_id": "gid://shopify/LineItem/11406209417405", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 63, "name": "8 Ounce Soy Candle - Wooden", "price": 102.0, "price_set": {"shop_money": {"amount": 102.0, "currency_code": "USD"}, "presentment_money": {"amount": 102.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090604011709, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.06", "amount_set": {"shop_money": {"amount": "3.06", "currency_code": "USD"}, "presentment_money": {"amount": "3.06", "currency_code": "USD"}}, "discount_application_index": 0}]}, {"id": 11406209450173, "admin_graphql_api_id": "gid://shopify/LineItem/11406209450173", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 127, "name": "8 Ounce Soy Candle - purple", "price": 113.0, "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": 0.0, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "variant_id": 40090603946173, "variant_inventory_management": "shopify", "variant_title": "purple", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.39", "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}, "discount_application_index": 0}]}], "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_terms": null, "refunds": [{"id": 860812279997, "admin_graphql_api_id": "gid://shopify/Refund/860812279997", "created_at": "2022-10-10T06:20:18-07:00", "note": "TEST PARTIAL 1", "order_id": 4554864656573, "processed_at": "2022-10-10T06:20:18-07:00", "restock": true, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [], "transactions": [{"id": 5914041843901, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914041843901", "amount": "113.49", "authorization": null, "created_at": "2022-10-10T06:20:18-07:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "bogus", "kind": "refund", "location_id": null, "message": "Bogus Gateway: Forced success", "order_id": 4554864656573, "parent_id": 5721165562045, "processed_at": "2022-10-10T06:20:18-07:00", "receipt": {"paid_amount": "113.49"}, "source_name": "1830279", "status": "success", "test": true, "user_id": 74861019325, "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}}], "refund_line_items": [{"id": 373070823613, "line_item_id": 11406209384637, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 113.49, "subtotal_set": {"shop_money": {"amount": "113.49", "currency_code": "USD"}, "presentment_money": {"amount": "113.49", "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "line_item": {"id": 11406209384637, "admin_graphql_api_id": "gid://shopify/LineItem/11406209384637", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 319, "name": "Amber Beard Oil Bottle - turquoise", "price": "117.00", "price_set": {"shop_money": {"amount": "117.00", "currency_code": "USD"}, "presentment_money": {"amount": "117.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796232851645, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "Amber Beard Oil Bottle", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090610663613, "variant_inventory_management": "shopify", "variant_title": "turquoise", "vendor": "Breitenberg - Okuneva", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.51", "amount_set": {"shop_money": {"amount": "3.51", "currency_code": "USD"}, "presentment_money": {"amount": "3.51", "currency_code": "USD"}}, "discount_application_index": 0}]}}], "duties": []}, {"id": 860812411069, "admin_graphql_api_id": "gid://shopify/Refund/860812411069", "created_at": "2022-10-10T06:21:53-07:00", "note": "PARTIAL TEST 2", "order_id": 4554864656573, "processed_at": "2022-10-10T06:21:53-07:00", "restock": true, "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "user_id": 74861019325, "order_adjustments": [], "transactions": [{"id": 5914043351229, "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914043351229", "amount": "98.94", "authorization": null, "created_at": "2022-10-10T06:21:52-07:00", "currency": "USD", "device_id": null, "error_code": null, "gateway": "bogus", "kind": "refund", "location_id": null, "message": "Bogus Gateway: Forced success", "order_id": 4554864656573, "parent_id": 5721165562045, "processed_at": "2022-10-10T06:21:52-07:00", "receipt": {"paid_amount": "98.94"}, "source_name": "1830279", "status": "success", "test": true, "user_id": 74861019325, "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}}], "refund_line_items": [{"id": 373071118525, "line_item_id": 11406209417405, "location_id": 63590301885, "quantity": 1, "restock_type": "return", "subtotal": 98.94, "subtotal_set": {"shop_money": {"amount": "98.94", "currency_code": "USD"}, "presentment_money": {"amount": "98.94", "currency_code": "USD"}}, "total_tax": 0.0, "total_tax_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "line_item": {"id": 11406209417405, "admin_graphql_api_id": "gid://shopify/LineItem/11406209417405", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", "gift_card": false, "grams": 63, "name": "8 Ounce Soy Candle - Wooden", "price": "102.00", "price_set": {"shop_money": {"amount": "102.00", "currency_code": "USD"}, "presentment_money": {"amount": "102.00", "currency_code": "USD"}}, "product_exists": true, "product_id": 6796229509309, "properties": [], "quantity": 1, "requires_shipping": true, "sku": "", "taxable": true, "title": "8 Ounce Soy Candle", "total_discount": "0.00", "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "variant_id": 40090604011709, "variant_inventory_management": "shopify", "variant_title": "Wooden", "vendor": "Bosco Inc", "tax_lines": [], "duties": [], "discount_allocations": [{"amount": "3.06", "amount_set": {"shop_money": {"amount": "3.06", "currency_code": "USD"}, "presentment_money": {"amount": "3.06", "currency_code": "USD"}}, "discount_application_index": 0}]}}], "duties": []}], "shipping_address": {"first_name": "Airbyte", "address1": "2261 Market Street", "phone": null, "city": "San Francisco", "zip": "94114", "province": "California", "country": "United States", "last_name": "Team", "address2": "4381", "company": null, "latitude": 37.7647751, "longitude": -122.4320369, "name": "Airbyte Team", "country_code": "US", "province_code": "CA"}, "shipping_lines": [{"id": 3881110765757, "carrier_identifier": null, "code": "Standard", "delivery_category": null, "discounted_price": 18.62, "discounted_price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "phone": null, "price": 18.62, "price_set": {"shop_money": {"amount": 18.62, "currency_code": "USD"}, "presentment_money": {"amount": 18.62, "currency_code": "USD"}}, "requested_fulfillment_service_id": null, "source": "shopify", "title": "Standard", "tax_lines": [], "discount_allocations": []}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972303830} -{"stream": "metafield_orders", "data": {"id": 21525443215549, "namespace": "my_fields", "key": "purchase_order", "value": "123", "description": null, "owner_id": 4563717849277, "created_at": "2022-10-12T11:15:03-07:00", "updated_at": "2022-10-12T11:15:03-07:00", "owner_resource": "order", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21525443215549", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972320298} -{"stream": "metafield_orders", "data": {"id": 21525443608765, "namespace": "my_fields", "key": "purchase_order_tt", "value": "12345", "description": null, "owner_id": 4554864656573, "created_at": "2022-10-12T11:15:27-07:00", "updated_at": "2022-10-12T11:15:27-07:00", "owner_resource": "order", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21525443608765", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972320930} -{"stream": "draft_orders", "data": {"id": 874683629757, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2021-07-02T00:50:29-07:00", "updated_at": "2022-10-08T05:07:29-07:00", "tax_exempt": false, "completed_at": "2021-07-02T00:51:50-07:00", "name": "#D2", "status": "completed", "line_items": [{"id": 57443281666237, "variant_id": 40090604011709, "product_id": 6796229509309, "title": "8 Ounce Soy Candle", "variant_title": "Wooden", "sku": "", "vendor": "Bosco Inc", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 63, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 17.0}], "applied_discount": null, "name": "8 Ounce Soy Candle - Wooden", "properties": [], "custom": false, "price": 102.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57443281666237"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/e155e3254d0c0d64fa90587de417e0f3", "applied_discount": null, "order_id": 3935377129661, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 17.0}], "tags": "", "note_attributes": [], "total_price": "102.00", "subtotal_price": "102.00", "total_tax": "17.00", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/874683629757", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321962} -{"stream": "draft_orders", "data": {"id": 876110381245, "note": null, "email": "jasmin.schiller@developer-tools.shopifyapps.com", "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2021-07-07T07:32:32-07:00", "updated_at": "2022-03-17T03:00:46-07:00", "tax_exempt": false, "completed_at": "2022-03-17T03:00:46-07:00", "name": "#D10", "status": "completed", "line_items": [{"id": 57455181889725, "variant_id": 40090590019773, "product_id": 6796222791869, "title": "Black & White Wrist Watches", "variant_title": "Rubber", "sku": "", "vendor": "Friesen LLC", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 490, "tax_lines": [], "applied_discount": null, "name": "Black & White Wrist Watches - Rubber", "properties": [], "custom": false, "price": 65.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57455181889725"}], "shipping_address": {"first_name": "Jasmin", "address1": "82644 Mayert Green", "phone": "522.452.8289 x71583", "city": null, "zip": null, "province": null, "country": "Canada", "last_name": "Schiller", "address2": null, "company": null, "latitude": 42.843657, "longitude": -106.3721348, "name": "Jasmin Schiller", "country_code": "CA", "province_code": null}, "billing_address": {"first_name": "Jasmin", "address1": "82644 Mayert Green", "phone": "522.452.8289 x71583", "city": null, "zip": null, "province": null, "country": "Canada", "last_name": "Schiller", "address2": null, "company": null, "latitude": 42.843657, "longitude": -106.3721348, "name": "Jasmin Schiller", "country_code": "CA", "province_code": null}, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/a322d02af077d65a0d763524f6c29219", "applied_discount": null, "order_id": 4446355882173, "shipping_line": null, "tax_lines": [], "tags": "", "note_attributes": [], "total_price": "65.00", "subtotal_price": "65.00", "total_tax": "0.00", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/876110381245", "customer": {"id": 5330782486717, "email": "jasmin.schiller@developer-tools.shopifyapps.com", "accepts_marketing": false, "created_at": "2021-06-22T23:05:09-07:00", "updated_at": "2022-03-17T03:00:47-07:00", "first_name": "Jasmin", "last_name": "Schiller", "orders_count": 0, "state": "disabled", "total_spent": 0.0, "last_order_id": null, "note": null, "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "developer-tools-generator", "last_order_name": null, "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-06-22T23:05:09-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5330782486717", "default_address": {"id": 6564640293053, "customer_id": 5330782486717, "first_name": "Jasmin", "last_name": "Schiller", "company": null, "address1": "82644 Mayert Green", "address2": null, "city": null, "province": null, "country": "Canada", "zip": null, "phone": "522.452.8289 x71583", "name": "Jasmin Schiller", "province_code": null, "country_code": "CA", "country_name": "Canada", "default": true}}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321963} -{"stream": "draft_orders", "data": {"id": 916325728445, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2021-12-09T08:27:47-08:00", "updated_at": "2021-12-09T08:27:55-08:00", "tax_exempt": false, "completed_at": "2021-12-09T08:27:55-08:00", "name": "#D12", "status": "completed", "line_items": [{"id": 57795080847549, "variant_id": 40090597916861, "product_id": 6796226560189, "title": "All Black Sneaker Right Foot", "variant_title": "Rubber", "sku": "", "vendor": "Becker - Moore", "quantity": 5, "requires_shipping": false, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 0, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 22.5}], "applied_discount": null, "name": "All Black Sneaker Right Foot - Rubber", "properties": [], "custom": false, "price": 27.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57795080847549"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/ab571ce2ccfaf080615e0849074e9e49", "applied_discount": null, "order_id": 4308949041341, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 22.5}], "tags": "", "note_attributes": [], "total_price": "135.00", "subtotal_price": "135.00", "total_tax": "22.50", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/916325728445", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321964} -{"stream": "draft_orders", "data": {"id": 916329496765, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2021-12-09T08:44:48-08:00", "updated_at": "2021-12-13T20:43:04-08:00", "tax_exempt": false, "completed_at": null, "name": "#D13", "status": "open", "line_items": [{"id": 57800560214205, "variant_id": 40090603978941, "product_id": 6796229509309, "title": "8 Ounce Soy Candle", "variant_title": "Frozen", "sku": "", "vendor": "Bosco Inc", "quantity": 5, "requires_shipping": false, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 0, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 50.0}], "applied_discount": null, "name": "8 Ounce Soy Candle - Frozen", "properties": [], "custom": false, "price": 60.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57800560214205"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/53253397d7bbd533624a8cc70d23e7bc", "applied_discount": null, "order_id": null, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 50.0}], "tags": "", "note_attributes": [], "total_price": "300.00", "subtotal_price": "300.00", "total_tax": "50.00", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/916329496765", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321964} -{"stream": "draft_orders", "data": {"id": 916329726141, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2021-12-09T08:45:42-08:00", "updated_at": "2021-12-09T08:46:36-08:00", "tax_exempt": false, "completed_at": null, "name": "#D14", "status": "open", "line_items": [{"id": 57795107684541, "variant_id": 40090597916861, "product_id": 6796226560189, "title": "All Black Sneaker Right Foot", "variant_title": "Rubber", "sku": "", "vendor": "Becker - Moore", "quantity": 6, "requires_shipping": false, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 0, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 27.0}], "applied_discount": null, "name": "All Black Sneaker Right Foot - Rubber", "properties": [], "custom": false, "price": 27.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57795107684541"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/d11aaf4453dfb70547ca466909c42479", "applied_discount": null, "order_id": null, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 27.0}], "tags": "", "note_attributes": [], "total_price": "162.00", "subtotal_price": "162.00", "total_tax": "27.00", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/916329726141", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321965} -{"stream": "draft_orders", "data": {"id": 916478427325, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2021-12-09T21:51:58-08:00", "updated_at": "2022-03-21T05:15:01-07:00", "tax_exempt": false, "completed_at": "2022-03-21T05:15:01-07:00", "name": "#D16", "status": "completed", "line_items": [{"id": 57796269080765, "variant_id": 40090603716797, "product_id": 6796229443773, "title": "Anchor Bracelet Leather", "variant_title": "Concrete", "sku": "", "vendor": "Kohler - Nolan", "quantity": 2, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 116, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 11.67}], "applied_discount": null, "name": "Anchor Bracelet Leather - Concrete", "properties": [], "custom": false, "price": 35.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57796269080765"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/92e5197839938bf2c81003056ff51493", "applied_discount": null, "order_id": 4450987802813, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 11.67}], "tags": "", "note_attributes": [], "total_price": "70.00", "subtotal_price": "70.00", "total_tax": "11.67", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/916478427325", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321965} -{"stream": "draft_orders", "data": {"id": 916514898109, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2021-12-10T05:24:13-08:00", "updated_at": "2021-12-13T20:41:21-08:00", "tax_exempt": false, "completed_at": "2021-12-13T20:41:21-08:00", "name": "#D17", "status": "completed", "line_items": [{"id": 57796534796477, "variant_id": 40090597916861, "product_id": 6796226560189, "title": "All Black Sneaker Right Foot", "variant_title": "Rubber", "sku": "", "vendor": "Becker - Moore", "quantity": 1, "requires_shipping": false, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 0, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 4.5}], "applied_discount": null, "name": "All Black Sneaker Right Foot - Rubber", "properties": [], "custom": false, "price": 27.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57796534796477"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/04f3d6206bd584a04b07ec5260f61ad4", "applied_discount": null, "order_id": 4316164554941, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 4.5}], "tags": "", "note_attributes": [], "total_price": "27.00", "subtotal_price": "27.00", "total_tax": "4.50", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/916514898109", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321966} -{"stream": "draft_orders", "data": {"id": 929008910525, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2022-02-22T00:21:33-08:00", "updated_at": "2022-03-17T03:05:07-07:00", "tax_exempt": false, "completed_at": "2022-03-17T03:05:07-07:00", "name": "#D18", "status": "completed", "line_items": [{"id": 57891050520765, "variant_id": 40090597916861, "product_id": 6796226560189, "title": "All Black Sneaker Right Foot", "variant_title": "Rubber", "sku": "", "vendor": "Becker - Moore", "quantity": 1, "requires_shipping": false, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 0, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 4.5}], "applied_discount": null, "name": "All Black Sneaker Right Foot - Rubber", "properties": [], "custom": false, "price": 27.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891050520765"}, {"id": 57891050553533, "variant_id": 40090585923773, "product_id": 6796220989629, "title": "4 Ounce Soy Candle", "variant_title": "Metal", "sku": "", "vendor": "Hartmann Group", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 112, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 3.17}], "applied_discount": null, "name": "4 Ounce Soy Candle - Metal", "properties": [], "custom": false, "price": 19.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891050553533"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/3eae1b1307f7f7dad8df9d86788c8277", "applied_discount": null, "order_id": 4446361583805, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 4.5}, {"rate": 0.2, "title": "PDV", "price": 3.17}], "tags": "", "note_attributes": [], "total_price": "46.00", "subtotal_price": "46.00", "total_tax": "7.67", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/929008910525", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321967} -{"stream": "draft_orders", "data": {"id": 929011368125, "note": null, "email": "airbyte-test@airbyte.com", "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2022-02-22T01:03:08-08:00", "updated_at": "2022-03-17T03:04:03-07:00", "tax_exempt": false, "completed_at": "2022-03-17T03:04:03-07:00", "name": "#D19", "status": "completed", "line_items": [{"id": 57891065200829, "variant_id": 40090604011709, "product_id": 6796229509309, "title": "8 Ounce Soy Candle", "variant_title": "Wooden", "sku": "", "vendor": "Bosco Inc", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 63, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 16.94}], "applied_discount": null, "name": "8 Ounce Soy Candle - Wooden", "properties": [], "custom": false, "price": 102.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891065200829"}, {"id": 57891065233597, "variant_id": 40090614005949, "product_id": 6796234555581, "title": "Blue And White Skate Shoes", "variant_title": "orchid", "sku": "", "vendor": "Ullrich, Kris and Dicki", "quantity": 1, "requires_shipping": false, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 0, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 6.48}], "applied_discount": null, "name": "Blue And White Skate Shoes - orchid", "properties": [], "custom": false, "price": 39.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891065233597"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/5040748140f7561430b6881a553c66c7", "applied_discount": {"description": "Test discount", "value": "0.5", "title": null, "amount": "0.50", "value_type": "fixed_amount"}, "order_id": 4446359781565, "shipping_line": {"title": "Free shipping", "custom": true, "handle": null, "price": 0.0}, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 16.94}, {"rate": 0.2, "title": "PDV", "price": 6.48}], "tags": "", "note_attributes": [], "total_price": "140.50", "subtotal_price": "140.50", "total_tax": "23.42", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/929011368125", "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "orders_count": 13, "state": "disabled", "total_spent": 1646.0, "last_order_id": 3945529835709, "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "last_order_name": "#1026", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321968} -{"stream": "draft_orders", "data": {"id": 929014644925, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2022-02-22T02:05:38-08:00", "updated_at": "2022-03-17T03:04:38-07:00", "tax_exempt": false, "completed_at": "2022-03-17T03:04:38-07:00", "name": "#D20", "status": "completed", "line_items": [{"id": 57891136897213, "variant_id": 40090583761085, "product_id": 6796219875517, "title": "Black And White Stripe Tee", "variant_title": "white", "sku": "", "vendor": "Lehner and Sons", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 466, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 11.67}], "applied_discount": null, "name": "Black And White Stripe Tee - white", "properties": [], "custom": false, "price": 70.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891136897213"}, {"id": 57891136929981, "variant_id": 40090583793853, "product_id": 6796219875517, "title": "Black And White Stripe Tee", "variant_title": "Soft", "sku": "", "vendor": "Lehner and Sons", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 218, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 13.83}], "applied_discount": null, "name": "Black And White Stripe Tee - Soft", "properties": [], "custom": false, "price": 83.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891136929981"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/7c8e9cb863d99be708ed57b435407bf0", "applied_discount": null, "order_id": 4446360731837, "shipping_line": {"title": "Free shipping", "custom": true, "handle": null, "price": 0.0}, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 11.67}, {"rate": 0.2, "title": "PDV", "price": 13.83}], "tags": "", "note_attributes": [], "total_price": "153.00", "subtotal_price": "153.00", "total_tax": "25.50", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/929014644925", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321969} -{"stream": "draft_orders", "data": {"id": 929019691197, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2022-02-22T03:23:19-08:00", "updated_at": "2022-03-21T06:43:54-07:00", "tax_exempt": false, "completed_at": null, "name": "#D21", "status": "open", "line_items": [{"id": 57891206037693, "variant_id": 40090585923773, "product_id": 6796220989629, "title": "4 Ounce Soy Candle", "variant_title": "Metal", "sku": "", "vendor": "Hartmann Group", "quantity": 2, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 112, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 6.33}], "applied_discount": null, "name": "4 Ounce Soy Candle - Metal", "properties": [], "custom": false, "price": 19.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891206037693"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/12893992cc01fc67935ab014fcf9300f", "applied_discount": null, "order_id": null, "shipping_line": {"title": "Test Shipping Fee", "custom": true, "handle": null, "price": 3.0}, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 6.33}], "tags": "", "note_attributes": [], "total_price": "41.00", "subtotal_price": "38.00", "total_tax": "6.33", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/929019691197", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321969} -{"stream": "draft_orders", "data": {"id": 929020870845, "note": null, "email": "airbyte-test@airbyte.com", "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2022-02-22T03:35:45-08:00", "updated_at": "2022-03-17T03:00:15-07:00", "tax_exempt": false, "completed_at": "2022-03-17T03:00:15-07:00", "name": "#D22", "status": "completed", "line_items": [{"id": 57891209773245, "variant_id": 40090585923773, "product_id": 6796220989629, "title": "4 Ounce Soy Candle", "variant_title": "Metal", "sku": "", "vendor": "Hartmann Group", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 112, "tax_lines": [], "applied_discount": null, "name": "4 Ounce Soy Candle - Metal", "properties": [], "custom": false, "price": 19.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891209773245"}], "shipping_address": {"first_name": "Test", "address1": "San Francisco", "phone": null, "city": "San Francisco", "zip": "92345", "province": null, "country": null, "last_name": "Customer", "address2": "123", "company": "Test Company", "latitude": 34.3627106, "longitude": -117.2911248, "name": "Test Customer", "country_code": null, "province_code": null}, "billing_address": {"first_name": "Test", "address1": "San Francisco", "phone": null, "city": "San Francisco", "zip": "92345", "province": null, "country": null, "last_name": "Customer", "address2": "123", "company": "Test Company", "latitude": 34.3627106, "longitude": -117.2911248, "name": "Test Customer", "country_code": null, "province_code": null}, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/61e33e4415ce1c4eec1ccc663beeb095", "applied_discount": null, "order_id": 4446355226813, "shipping_line": {"title": "Test Rate", "custom": true, "handle": null, "price": 4.0}, "tax_lines": [], "tags": "", "note_attributes": [], "total_price": "23.00", "subtotal_price": "19.00", "total_tax": "0.00", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/929020870845", "customer": {"id": 5359724789949, "email": "airbyte-test@airbyte.com", "accepts_marketing": false, "created_at": "2021-07-07T08:51:53-07:00", "updated_at": "2022-10-11T08:39:09-07:00", "first_name": "Test", "last_name": "Customer", "orders_count": 13, "state": "disabled", "total_spent": 1646.0, "last_order_id": 3945529835709, "note": "", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "last_order_name": "#1026", "currency": "USD", "phone": null, "accepts_marketing_updated_at": "2021-07-07T08:51:54-07:00", "marketing_opt_in_level": null, "tax_exemptions": [], "email_marketing_consent": {"state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null}, "sms_marketing_consent": null, "admin_graphql_api_id": "gid://shopify/Customer/5359724789949", "default_address": {"id": 7306119610557, "customer_id": 5359724789949, "first_name": "Test", "last_name": "Test", "company": null, "address1": "", "address2": "", "city": "", "province": "", "country": "", "zip": "", "phone": "", "name": "Test Test", "province_code": null, "country_code": null, "country_name": "", "default": true}}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321970} -{"stream": "draft_orders", "data": {"id": 929022574781, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2022-02-22T04:13:31-08:00", "updated_at": "2022-03-17T02:59:43-07:00", "tax_exempt": false, "completed_at": "2022-03-17T02:59:43-07:00", "name": "#D23", "status": "completed", "line_items": [{"id": 57891219505341, "variant_id": 40090585923773, "product_id": 6796220989629, "title": "4 Ounce Soy Candle", "variant_title": "Metal", "sku": "", "vendor": "Hartmann Group", "quantity": 1, "requires_shipping": true, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 112, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 3.17}], "applied_discount": null, "name": "4 Ounce Soy Candle - Metal", "properties": [], "custom": false, "price": 19.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891219505341"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/3d1929f8077bdb79b79833a7d99d6141", "applied_discount": null, "order_id": 4446354571453, "shipping_line": null, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 3.17}], "tags": "", "note_attributes": [], "total_price": "19.00", "subtotal_price": "19.00", "total_tax": "3.17", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/929022574781", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321971} -{"stream": "draft_orders", "data": {"id": 929023262909, "note": null, "email": null, "taxes_included": true, "currency": "USD", "invoice_sent_at": null, "created_at": "2022-02-22T04:29:57-08:00", "updated_at": "2022-03-17T02:57:41-07:00", "tax_exempt": false, "completed_at": "2022-03-17T02:57:41-07:00", "name": "#D24", "status": "completed", "line_items": [{"id": 57891227041981, "variant_id": 40090603978941, "product_id": 6796229509309, "title": "8 Ounce Soy Candle", "variant_title": "Frozen", "sku": "", "vendor": "Bosco Inc", "quantity": 2, "requires_shipping": false, "taxable": true, "gift_card": false, "fulfillment_service": "manual", "grams": 0, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 20.0}], "applied_discount": null, "name": "8 Ounce Soy Candle - Frozen", "properties": [], "custom": false, "price": 60.0, "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/57891227041981"}], "shipping_address": null, "billing_address": null, "invoice_url": "https://airbyte-integration-test.myshopify.com/58033176765/invoices/e0b2d61588e8118da091aa72d3934106", "applied_discount": null, "order_id": 4446352212157, "shipping_line": {"title": "Free shipping", "custom": true, "handle": null, "price": 0.0}, "tax_lines": [{"rate": 0.2, "title": "PDV", "price": 20.0}], "tags": "", "note_attributes": [], "total_price": "120.00", "subtotal_price": "120.00", "total_tax": "20.00", "payment_terms": null, "admin_graphql_api_id": "gid://shopify/DraftOrder/929023262909", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972321972} -{"stream": "metafield_draft_orders", "data": {"id": 21520352346301, "namespace": "discounts", "key": "special", "value": "yes", "description": null, "owner_id": 874683629757, "created_at": "2022-10-08T05:06:34-07:00", "updated_at": "2022-10-08T05:06:34-07:00", "owner_resource": "draft_order", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21520352346301", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972323522} -{"stream": "metafield_draft_orders", "data": {"id": 21520352575677, "namespace": "my_fields", "key": "purchase_order", "value": "97453", "description": null, "owner_id": 874683629757, "created_at": "2022-10-08T05:07:29-07:00", "updated_at": "2022-10-08T05:07:29-07:00", "owner_resource": "draft_order", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21520352575677", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972323535} -{"stream": "products", "data": {"id": 6796218302653, "title": "Red & Silver Fishing Lure", "body_html": "Half red, half silver fishing hook.", "vendor": "Harris - Hamill", "product_type": "Industrial", "created_at": "2021-06-22T18:09:29-07:00", "handle": "red-silver-fishing-lure", "updated_at": "2022-02-22T00:43:25-08:00", "published_at": "2021-06-22T18:09:29-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796218302653", "variants": [{"id": 40090580615357, "product_id": 6796218302653, "title": "Plastic", "price": 51.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Plastic", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:29-07:00", "updated_at": "2022-02-22T00:43:25-08:00", "taxable": true, "barcode": null, "grams": 285, "image_id": null, "weight": 285.0, "weight_unit": "g", "inventory_item_id": 42185195290813, "inventory_quantity": 4, "old_inventory_quantity": 4, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090580615357"}], "options": [{"id": 8720175595709, "product_id": 6796218302653, "name": "Title", "position": 1, "values": ["Plastic"]}], "images": [{"id": 29301295546557, "product_id": 6796218302653, "position": 1, "created_at": "2021-06-22T18:09:29-07:00", "updated_at": "2021-06-22T18:09:29-07:00", "alt": null, "width": 3960, "height": 2640, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/red-silver-fishing-lure.jpg?v=1624410569", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301295546557"}], "image": {"id": 29301295546557, "product_id": 6796218302653, "position": 1, "created_at": "2021-06-22T18:09:29-07:00", "updated_at": "2021-06-22T18:09:29-07:00", "alt": null, "width": 3960, "height": 2640, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/red-silver-fishing-lure.jpg?v=1624410569", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301295546557"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332110} -{"stream": "products", "data": {"id": 6796217811133, "title": "Yoga Mat Rolled", "body_html": "Rolled up teal yoga mat on its side.", "vendor": "O'Reilly - Grady", "product_type": "Shoes", "created_at": "2021-06-22T18:09:26-07:00", "handle": "yoga-mat-rolled", "updated_at": "2022-02-27T23:44:30-08:00", "published_at": "2021-06-22T18:09:26-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796217811133", "variants": [{"id": 40090579927229, "product_id": 6796217811133, "title": "Plastic", "price": 87.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Plastic", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:26-07:00", "updated_at": "2022-02-27T23:44:30-08:00", "taxable": true, "barcode": null, "grams": 274, "image_id": null, "weight": 274.0, "weight_unit": "g", "inventory_item_id": 42185194635453, "inventory_quantity": 49, "old_inventory_quantity": 49, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090579927229"}], "options": [{"id": 8720175136957, "product_id": 6796217811133, "name": "Title", "position": 1, "values": ["Plastic"]}], "images": [], "image": null, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332111} -{"stream": "products", "data": {"id": 6796222791869, "title": "Black & White Wrist Watches", "body_html": "Black and white wrist watches with lined shadow across the faces.", "vendor": "Friesen LLC", "product_type": "Home", "created_at": "2021-06-22T18:10:00-07:00", "handle": "black-white-wrist-watches", "updated_at": "2022-03-17T03:05:48-07:00", "published_at": "2021-06-22T18:10:00-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796222791869", "variants": [{"product_id": 6796222791869, "id": 40090590019773, "title": "Rubber", "price": 65.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Rubber", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:00-07:00", "updated_at": "2022-03-17T03:00:50-07:00", "taxable": true, "barcode": null, "grams": 490, "image_id": null, "weight": 490.0, "weight_unit": "g", "inventory_item_id": 42185204662461, "inventory_quantity": 47, "old_inventory_quantity": 47, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090590019773"}], "options": [{"product_id": 6796222791869, "id": 8720180117693, "name": "Title", "position": 1, "values": ["Rubber"]}], "images": [], "image": null, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332111} -{"stream": "products", "data": {"id": 6796234555581, "title": "Blue And White Skate Shoes", "body_html": "A pair of navy blue skate shoes on a dark wooden platform in front of a white painted brick wall. Shot from the back.", "vendor": "Ullrich, Kris and Dicki", "product_type": "Books", "created_at": "2021-06-22T18:11:24-07:00", "handle": "blue-and-white-skate-shoes-1", "updated_at": "2022-03-17T03:05:48-07:00", "published_at": "2021-06-22T18:11:24-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796234555581", "variants": [{"product_id": 6796234555581, "id": 40090614005949, "title": "orchid", "price": 39.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "orchid", "option2": null, "option3": null, "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2022-03-17T03:04:05-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185228681405, "inventory_quantity": 42, "old_inventory_quantity": 42, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090614005949"}, {"product_id": 6796234555581, "id": 40090614071485, "title": "Fresh", "price": 94.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Fresh", "option2": null, "option3": null, "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-07-07T06:05:15-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185228714173, "inventory_quantity": 15, "old_inventory_quantity": 15, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090614071485"}, {"product_id": 6796234555581, "id": 40090614104253, "title": "lavender", "price": 72.0, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "lavender", "option2": null, "option3": null, "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-07-07T06:05:08-07:00", "taxable": true, "barcode": null, "grams": 16, "image_id": null, "weight": 16.0, "weight_unit": "g", "inventory_item_id": 42185228746941, "inventory_quantity": 37, "old_inventory_quantity": 37, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090614104253"}], "options": [{"product_id": 6796234555581, "id": 8720192012477, "name": "Title", "position": 1, "values": ["orchid", "Fresh", "lavender"]}], "images": [{"product_id": 6796234555581, "id": 29301307015357, "position": 1, "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-06-22T18:11:24-07:00", "alt": null, "width": 3840, "height": 2560, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/blue-and-white-skate-shoes_6fa6174f-8c5a-454c-92ed-8852a0aa3224.jpg?v=1624410684", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301307015357"}], "image": {"product_id": 6796234555581, "id": 29301307015357, "position": 1, "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-06-22T18:11:24-07:00", "alt": null, "width": 3840, "height": 2560, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/blue-and-white-skate-shoes_6fa6174f-8c5a-454c-92ed-8852a0aa3224.jpg?v=1624410684", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301307015357"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332112} -{"stream": "products", "data": {"id": 6796220989629, "title": "4 Ounce Soy Candle", "body_html": "Small white soy candle in clear container on wooden table.
\nUpdated!
", "vendor": "Hartmann Group", "product_type": "Baby", "created_at": "2021-06-22T18:09:47-07:00", "handle": "4-ounce-soy-candle", "updated_at": "2022-03-17T03:10:35-07:00", "published_at": "2021-06-22T18:09:47-07:00", "template_suffix": "", "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796220989629", "variants": [{"product_id": 6796220989629, "id": 40090585923773, "title": "Metal", "price": 19.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Metal", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:47-07:00", "updated_at": "2022-03-17T03:05:10-07:00", "taxable": true, "barcode": null, "grams": 112, "image_id": null, "weight": 112.0, "weight_unit": "g", "inventory_item_id": 42185200631997, "inventory_quantity": 13, "old_inventory_quantity": 13, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090585923773"}, {"product_id": 6796220989629, "id": 41561955827901, "title": "Test Variant 1", "price": 19.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Test Variant 1", "option2": null, "option3": null, "created_at": "2022-03-06T14:09:20-08:00", "updated_at": "2022-03-06T14:12:40-08:00", "taxable": true, "barcode": "", "grams": 112, "image_id": null, "weight": 112.0, "weight_unit": "g", "inventory_item_id": 43653682495677, "inventory_quantity": 2, "old_inventory_quantity": 2, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/41561955827901"}, {"product_id": 6796220989629, "id": 41561961824445, "title": "Test Variant 2", "price": 19.0, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Test Variant 2", "option2": null, "option3": null, "created_at": "2022-03-06T14:12:20-08:00", "updated_at": "2022-03-06T14:12:41-08:00", "taxable": true, "barcode": "", "grams": 112, "image_id": null, "weight": 112.0, "weight_unit": "g", "inventory_item_id": 43653688524989, "inventory_quantity": 2, "old_inventory_quantity": 2, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/41561961824445"}], "options": [{"product_id": 6796220989629, "id": 8720178315453, "name": "Title", "position": 1, "values": ["Metal", "Test Variant 1", "Test Variant 2"]}], "images": [{"product_id": 6796220989629, "id": 29301297316029, "position": 1, "created_at": "2021-06-22T18:09:47-07:00", "updated_at": "2021-06-22T18:09:47-07:00", "alt": null, "width": 2200, "height": 1467, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/4-ounce-soy-candle.jpg?v=1624410587", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301297316029"}], "image": {"product_id": 6796220989629, "id": 29301297316029, "position": 1, "created_at": "2021-06-22T18:09:47-07:00", "updated_at": "2021-06-22T18:09:47-07:00", "alt": null, "width": 2200, "height": 1467, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/4-ounce-soy-candle.jpg?v=1624410587", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301297316029"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332113} -{"stream": "products", "data": {"id": 6796229443773, "title": "Anchor Bracelet Leather", "body_html": "Black leather bracelet with gold anchor.", "vendor": "Kohler - Nolan", "product_type": "Electronics", "created_at": "2021-06-22T18:10:47-07:00", "handle": "anchor-bracelet-leather", "updated_at": "2022-06-15T05:10:10-07:00", "published_at": "2021-06-22T18:10:47-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796229443773", "variants": [{"product_id": 6796229443773, "id": 40090603716797, "title": "Concrete", "price": 35.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Concrete", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:47-07:00", "updated_at": "2022-06-15T05:09:50-07:00", "taxable": true, "barcode": null, "grams": 116, "image_id": null, "weight": 116.0, "weight_unit": "g", "inventory_item_id": 42185218425021, "inventory_quantity": 7, "old_inventory_quantity": 7, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090603716797"}, {"product_id": 6796229443773, "id": 40090603749565, "title": "Rubber", "price": 102.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Rubber", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:47-07:00", "updated_at": "2021-06-22T18:10:47-07:00", "taxable": true, "barcode": null, "grams": 226, "image_id": null, "weight": 226.0, "weight_unit": "g", "inventory_item_id": 42185218457789, "inventory_quantity": 32, "old_inventory_quantity": 32, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090603749565"}, {"product_id": 6796229443773, "id": 40090603782333, "title": "maroon", "price": 52.0, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "maroon", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:47-07:00", "updated_at": "2021-06-22T18:10:47-07:00", "taxable": true, "barcode": null, "grams": 395, "image_id": null, "weight": 395.0, "weight_unit": "g", "inventory_item_id": 42185218490557, "inventory_quantity": 17, "old_inventory_quantity": 17, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090603782333"}], "options": [{"product_id": 6796229443773, "id": 8720186835133, "name": "Title", "position": 1, "values": ["Concrete", "Rubber", "maroon"]}], "images": [{"product_id": 6796229443773, "id": 29301303279805, "position": 1, "created_at": "2021-06-22T18:10:47-07:00", "updated_at": "2021-06-22T18:10:47-07:00", "alt": null, "width": 5241, "height": 3499, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/anchor-bracelet-leather.jpg?v=1624410647", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303279805"}], "image": {"product_id": 6796229443773, "id": 29301303279805, "position": 1, "created_at": "2021-06-22T18:10:47-07:00", "updated_at": "2021-06-22T18:10:47-07:00", "alt": null, "width": 5241, "height": 3499, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/anchor-bracelet-leather.jpg?v=1624410647", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303279805"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332114} -{"stream": "products", "data": {"id": 6796229574845, "title": "Amber Beard Oil Bottle", "body_html": "Back side of beard oil bottle.", "vendor": "Lubowitz, Buckridge and Huels", "product_type": "Outdoors", "created_at": "2021-06-22T18:10:48-07:00", "handle": "amber-beard-oil-bottle", "updated_at": "2022-06-15T06:19:01-07:00", "published_at": "2021-06-22T18:10:48-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796229574845", "variants": [{"product_id": 6796229574845, "id": 40090604110013, "title": "Cotton", "price": 37.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Cotton", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2022-06-15T06:19:01-07:00", "taxable": true, "barcode": null, "grams": 185, "image_id": null, "weight": 185.0, "weight_unit": "g", "inventory_item_id": 42185218818237, "inventory_quantity": 29, "old_inventory_quantity": 29, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090604110013"}, {"product_id": 6796229574845, "id": 40090604142781, "title": "turquoise", "price": 79.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "turquoise", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2021-06-22T18:10:48-07:00", "taxable": true, "barcode": null, "grams": 253, "image_id": null, "weight": 253.0, "weight_unit": "g", "inventory_item_id": 42185218851005, "inventory_quantity": 6, "old_inventory_quantity": 6, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090604142781"}], "options": [{"product_id": 6796229574845, "id": 8720186966205, "name": "Title", "position": 1, "values": ["Cotton", "turquoise"]}], "images": [{"product_id": 6796229574845, "id": 29301303410877, "position": 1, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2021-06-22T18:10:48-07:00", "alt": null, "width": 5572, "height": 3715, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/amber-beard-oil-bottle.jpg?v=1624410648", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303410877"}], "image": {"product_id": 6796229574845, "id": 29301303410877, "position": 1, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2021-06-22T18:10:48-07:00", "alt": null, "width": 5572, "height": 3715, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/amber-beard-oil-bottle.jpg?v=1624410648", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303410877"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332115} -{"stream": "products", "data": {"id": 6796219875517, "title": "Black And White Stripe Tee", "body_html": "A front view of a woman's black and white striped t-shirt; loose-fitting, with a crew neck. Beach or dinner? This top can do both.", "vendor": "Lehner and Sons", "product_type": "Beauty", "created_at": "2021-06-22T18:09:39-07:00", "handle": "black-and-white-stripe-tee", "updated_at": "2022-06-15T06:22:45-07:00", "published_at": "2021-06-22T18:09:39-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796219875517", "variants": [{"product_id": 6796219875517, "id": 40090583761085, "title": "white", "price": 70.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "white", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:39-07:00", "updated_at": "2022-03-17T03:04:40-07:00", "taxable": true, "barcode": null, "grams": 466, "image_id": null, "weight": 466.0, "weight_unit": "g", "inventory_item_id": 42185198469309, "inventory_quantity": 41, "old_inventory_quantity": 41, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090583761085"}, {"product_id": 6796219875517, "id": 40090583793853, "title": "Soft", "price": 83.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Soft", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:39-07:00", "updated_at": "2022-06-15T06:22:45-07:00", "taxable": true, "barcode": null, "grams": 218, "image_id": null, "weight": 218.0, "weight_unit": "g", "inventory_item_id": 42185198502077, "inventory_quantity": 38, "old_inventory_quantity": 38, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090583793853"}], "options": [{"product_id": 6796219875517, "id": 8720177201341, "name": "Title", "position": 1, "values": ["white", "Soft"]}], "images": [], "image": null, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332116} -{"stream": "products", "data": {"id": 6796229935293, "title": "Back Of Watermelon Enamel Pin", "body_html": "Back of watermelon pin.", "vendor": "Murazik and Sons", "product_type": "Shoes", "created_at": "2021-06-22T18:10:51-07:00", "handle": "back-of-watermelon-enamel-pin", "updated_at": "2022-06-16T01:11:35-07:00", "published_at": "2021-06-22T18:10:51-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796229935293", "variants": [{"product_id": 6796229935293, "id": 40090604994749, "title": "mint green", "price": 100.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "mint green", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:51-07:00", "updated_at": "2022-06-16T01:11:35-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185219702973, "inventory_quantity": 1, "old_inventory_quantity": 1, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090604994749"}, {"product_id": 6796229935293, "id": 40090605027517, "title": "yellow", "price": 40.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "yellow", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:51-07:00", "updated_at": "2021-06-22T18:10:51-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185219735741, "inventory_quantity": 23, "old_inventory_quantity": 23, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090605027517"}, {"product_id": 6796229935293, "id": 40090605060285, "title": "Wooden", "price": 39.0, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Wooden", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:51-07:00", "updated_at": "2021-06-22T18:10:51-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185219768509, "inventory_quantity": 30, "old_inventory_quantity": 30, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090605060285"}], "options": [{"product_id": 6796229935293, "id": 8720187326653, "name": "Title", "position": 1, "values": ["mint green", "yellow", "Wooden"]}], "images": [{"product_id": 6796229935293, "id": 29301303673021, "position": 1, "created_at": "2021-06-22T18:10:51-07:00", "updated_at": "2021-06-22T18:10:51-07:00", "alt": null, "width": 2500, "height": 2500, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/back-of-watermelon-pin__1.jpg?v=1624410651", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303673021"}], "image": {"product_id": 6796229935293, "id": 29301303673021, "position": 1, "created_at": "2021-06-22T18:10:51-07:00", "updated_at": "2021-06-22T18:10:51-07:00", "alt": null, "width": 2500, "height": 2500, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/back-of-watermelon-pin__1.jpg?v=1624410651", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303673021"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332116} -{"stream": "products", "data": {"id": 6796231835837, "title": "Anchor Bracelet Leather", "body_html": "Black leather bracelet with gold anchor.", "vendor": "O'Hara - Gutmann", "product_type": "Automotive", "created_at": "2021-06-22T18:11:05-07:00", "handle": "anchor-bracelet-leather-1", "updated_at": "2022-06-16T01:11:36-07:00", "published_at": "2021-06-22T18:11:05-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796231835837", "variants": [{"product_id": 6796231835837, "id": 40090609090749, "title": "Wooden", "price": 90.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Wooden", "option2": null, "option3": null, "created_at": "2021-06-22T18:11:05-07:00", "updated_at": "2022-06-16T01:11:36-07:00", "taxable": true, "barcode": null, "grams": 367, "image_id": null, "weight": 367.0, "weight_unit": "g", "inventory_item_id": 42185223798973, "inventory_quantity": 31, "old_inventory_quantity": 31, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090609090749"}], "options": [{"product_id": 6796231835837, "id": 8720189227197, "name": "Title", "position": 1, "values": ["Wooden"]}], "images": [{"product_id": 6796231835837, "id": 29301304885437, "position": 1, "created_at": "2021-06-22T18:11:05-07:00", "updated_at": "2021-06-22T18:11:05-07:00", "alt": null, "width": 5241, "height": 3499, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/anchor-bracelet-leather_429381b9-0ea0-43e8-9c3c-15768fe9b68d.jpg?v=1624410665", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301304885437"}], "image": {"product_id": 6796231835837, "id": 29301304885437, "position": 1, "created_at": "2021-06-22T18:11:05-07:00", "updated_at": "2021-06-22T18:11:05-07:00", "alt": null, "width": 5241, "height": 3499, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/anchor-bracelet-leather_429381b9-0ea0-43e8-9c3c-15768fe9b68d.jpg?v=1624410665", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301304885437"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332117} -{"stream": "products", "data": {"id": 6796229509309, "title": "8 Ounce Soy Candle", "body_html": "Close up of white soy candle in clear container on brown wooden table.", "vendor": "Bosco Inc", "product_type": "Sports", "created_at": "2021-06-22T18:10:48-07:00", "handle": "8-ounce-soy-candle", "updated_at": "2022-10-10T06:21:56-07:00", "published_at": "2021-06-22T18:10:48-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796229509309", "variants": [{"product_id": 6796229509309, "id": 40090603946173, "title": "purple", "price": 113.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "purple", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2022-06-22T02:50:31-07:00", "taxable": true, "barcode": null, "grams": 127, "image_id": null, "weight": 127.0, "weight_unit": "g", "inventory_item_id": 42185218654397, "inventory_quantity": 32, "old_inventory_quantity": 32, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090603946173"}, {"product_id": 6796229509309, "id": 40090603978941, "title": "Frozen", "price": 60.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Frozen", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2022-03-17T02:57:45-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185218687165, "inventory_quantity": 33, "old_inventory_quantity": 33, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090603978941"}, {"product_id": 6796229509309, "id": 40090604011709, "title": "Wooden", "price": 102.0, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Wooden", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2022-10-10T06:21:56-07:00", "taxable": true, "barcode": null, "grams": 63, "image_id": null, "weight": 63.0, "weight_unit": "g", "inventory_item_id": 42185218719933, "inventory_quantity": 9, "old_inventory_quantity": 9, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090604011709"}], "options": [{"product_id": 6796229509309, "id": 8720186900669, "name": "Title", "position": 1, "values": ["purple", "Frozen", "Wooden"]}], "images": [{"product_id": 6796229509309, "id": 29301303345341, "position": 1, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2021-06-22T18:10:48-07:00", "alt": null, "width": 2200, "height": 1467, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/8-ounce-soy-candle.jpg?v=1624410648", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303345341"}], "image": {"product_id": 6796229509309, "id": 29301303345341, "position": 1, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2021-06-22T18:10:48-07:00", "alt": null, "width": 2200, "height": 1467, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/8-ounce-soy-candle.jpg?v=1624410648", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303345341"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332118} -{"stream": "products", "data": {"id": 6796218138813, "title": "Tin Of Beard Balm", "body_html": "Open tin of mustache wax.", "vendor": "Daugherty, Feil and Renner", "product_type": "Outdoors", "created_at": "2021-06-22T18:09:28-07:00", "handle": "tin-of-beard-balm", "updated_at": "2022-10-13T04:01:01-07:00", "published_at": "2021-06-22T18:09:28-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796218138813", "variants": [{"product_id": 6796218138813, "id": 40090580353213, "title": "Plastic", "price": 60.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Plastic", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:28-07:00", "updated_at": "2021-06-22T18:09:28-07:00", "taxable": true, "barcode": null, "grams": 470, "image_id": null, "weight": 470.0, "weight_unit": "g", "inventory_item_id": 42185195061437, "inventory_quantity": 42, "old_inventory_quantity": 42, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090580353213"}], "options": [{"product_id": 6796218138813, "id": 8720175431869, "name": "Title", "position": 1, "values": ["Plastic"]}], "images": [{"product_id": 6796218138813, "id": 29301295481021, "position": 1, "created_at": "2021-06-22T18:09:28-07:00", "updated_at": "2022-10-13T04:01:01-07:00", "alt": null, "width": 4393, "height": 2929, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/tin-of-beard-balm.jpg?v=1665658861", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301295481021"}], "image": {"product_id": 6796218138813, "id": 29301295481021, "position": 1, "created_at": "2021-06-22T18:09:28-07:00", "updated_at": "2022-10-13T04:01:01-07:00", "alt": null, "width": 4393, "height": 2929, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/tin-of-beard-balm.jpg?v=1665658861", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301295481021"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332119} -{"stream": "products", "data": {"id": 6796226560189, "title": "All Black Sneaker Right Foot", "body_html": "The right foot of an all black sneaker on a dark wooden platform in front of a white painted brick wall.", "vendor": "Becker - Moore", "product_type": "Automotive", "created_at": "2021-06-22T18:10:27-07:00", "handle": "all-black-sneaker-right-foot", "updated_at": "2022-10-14T10:15:39-07:00", "published_at": "2021-06-22T18:10:27-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796226560189", "variants": [{"id": 40090597884093, "product_id": 6796226560189, "title": "ivory", "price": 59.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "ivory", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:27-07:00", "updated_at": "2022-10-14T10:15:39-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185212592317, "inventory_quantity": 28, "old_inventory_quantity": 28, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090597884093"}, {"id": 40090597916861, "product_id": 6796226560189, "title": "Rubber", "price": 27.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Rubber", "option2": null, "option3": null, "created_at": "2021-06-22T18:10:27-07:00", "updated_at": "2022-03-17T03:05:11-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185212625085, "inventory_quantity": 42, "old_inventory_quantity": 42, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090597916861"}], "options": [{"id": 8720183951549, "product_id": 6796226560189, "name": "Title", "position": 1, "values": ["ivory", "Rubber"]}], "images": [{"id": 29301300723901, "product_id": 6796226560189, "position": 1, "created_at": "2021-06-22T18:10:27-07:00", "updated_at": "2021-06-22T18:10:27-07:00", "alt": null, "width": 3840, "height": 2560, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/all-black-sneaker-right-foot.jpg?v=1624410627", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301300723901"}], "image": {"id": 29301300723901, "product_id": 6796226560189, "position": 1, "created_at": "2021-06-22T18:10:27-07:00", "updated_at": "2021-06-22T18:10:27-07:00", "alt": null, "width": 3840, "height": 2560, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/all-black-sneaker-right-foot.jpg?v=1624410627", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301300723901"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332119} -{"stream": "products", "data": {"id": 6796232851645, "title": "Amber Beard Oil Bottle", "body_html": "Back side of beard oil bottle.", "vendor": "Breitenberg - Okuneva", "product_type": "Home", "created_at": "2021-06-22T18:11:12-07:00", "handle": "amber-beard-oil-bottle-1", "updated_at": "2022-10-14T10:16:04-07:00", "published_at": "2021-06-22T18:11:12-07:00", "template_suffix": null, "status": "active", "published_scope": "web", "tags": "developer-tools-generator", "admin_graphql_api_id": "gid://shopify/Product/6796232851645", "variants": [{"id": 40090610663613, "product_id": 6796232851645, "title": "turquoise", "price": 117.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "turquoise", "option2": null, "option3": null, "created_at": "2021-06-22T18:11:12-07:00", "updated_at": "2022-10-14T10:16:04-07:00", "taxable": true, "barcode": null, "grams": 319, "image_id": null, "weight": 319.0, "weight_unit": "g", "inventory_item_id": 42185225371837, "inventory_quantity": 34, "old_inventory_quantity": 34, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090610663613"}, {"id": 40090610696381, "product_id": 6796232851645, "title": "Wooden", "price": 55.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Wooden", "option2": null, "option3": null, "created_at": "2021-06-22T18:11:12-07:00", "updated_at": "2021-06-22T18:11:12-07:00", "taxable": true, "barcode": null, "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "g", "inventory_item_id": 42185225404605, "inventory_quantity": 0, "old_inventory_quantity": 0, "requires_shipping": false, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090610696381"}], "options": [{"id": 8720190308541, "product_id": 6796232851645, "name": "Title", "position": 1, "values": ["turquoise", "Wooden"]}], "images": [{"id": 29301305508029, "product_id": 6796232851645, "position": 1, "created_at": "2021-06-22T18:11:12-07:00", "updated_at": "2021-06-22T18:11:12-07:00", "alt": null, "width": 5572, "height": 3715, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/amber-beard-oil-bottle_776c81ea-07bc-4d6d-8c8b-769035dff699.jpg?v=1624410672", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301305508029"}], "image": {"id": 29301305508029, "product_id": 6796232851645, "position": 1, "created_at": "2021-06-22T18:11:12-07:00", "updated_at": "2021-06-22T18:11:12-07:00", "alt": null, "width": 5572, "height": 3715, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/amber-beard-oil-bottle_776c81ea-07bc-4d6d-8c8b-769035dff699.jpg?v=1624410672", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301305508029"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332120} -{"stream": "products", "data": {"id": 7423139250365, "title": "T-shirt", "body_html": "Just a regular T-shirt", "vendor": "airbyte integration test", "product_type": "Clothing", "created_at": "2023-01-06T10:29:17-08:00", "handle": "t-shirt-white", "updated_at": "2023-01-06T10:39:54-08:00", "published_at": "2023-01-06T10:29:18-08:00", "template_suffix": "", "status": "active", "published_scope": "web", "tags": "", "admin_graphql_api_id": "gid://shopify/Product/7423139250365", "variants": [{"id": 42595863953597, "product_id": 7423139250365, "title": "Small", "price": 14.59, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": 17.0, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Small", "option2": null, "option3": null, "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "taxable": true, "barcode": "", "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "kg", "inventory_item_id": 44688621142205, "inventory_quantity": 50, "old_inventory_quantity": 50, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/42595863953597"}, {"id": 42595863986365, "product_id": 7423139250365, "title": "Medium", "price": 14.99, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": 17.0, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Medium", "option2": null, "option3": null, "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "taxable": true, "barcode": "", "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "kg", "inventory_item_id": 44688621174973, "inventory_quantity": 40, "old_inventory_quantity": 40, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/42595863986365"}, {"id": 42595864019133, "product_id": 7423139250365, "title": "Large", "price": 15.69, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": 17.0, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Large", "option2": null, "option3": null, "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "taxable": true, "barcode": "", "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "kg", "inventory_item_id": 44688621207741, "inventory_quantity": 34, "old_inventory_quantity": 34, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/42595864019133"}], "options": [{"id": 9500768239805, "product_id": 7423139250365, "name": "Size", "position": 1, "values": ["Small", "Medium", "Large"]}], "images": [{"id": 32940458868925, "product_id": 7423139250365, "position": 1, "created_at": "2023-01-06T10:29:19-08:00", "updated_at": "2023-01-06T10:29:19-08:00", "alt": null, "width": 265, "height": 280, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/white-t-shirt.jpg?v=1673029759", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/32940458868925"}], "image": {"id": 32940458868925, "product_id": 7423139250365, "position": 1, "created_at": "2023-01-06T10:29:19-08:00", "updated_at": "2023-01-06T10:29:19-08:00", "alt": null, "width": 265, "height": 280, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/white-t-shirt.jpg?v=1673029759", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/32940458868925"}, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972332121} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796217811133", "title": "Yoga Mat Rolled", "updatedAt": "2022-02-28T07:44:30Z", "createdAt": "2021-06-23T01:09:26Z", "publishedAt": "2021-06-23T01:09:26Z", "status": "ACTIVE", "vendor": "O'Reilly - Grady", "productType": "Shoes", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720175136957", "name": "Title", "position": 1, "values": ["Plastic"]}], "handle": "yoga-mat-rolled", "description": "Rolled up teal yoga mat on its side.", "tracksInventory": true, "totalInventory": 49, "totalVariants": 1, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/yoga-mat-rolled", "descriptionHtml": "Rolled up teal yoga mat on its side.", "isGiftCard": false, "legacyResourceId": "6796217811133", "mediaCount": 0, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333182} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796218138813", "title": "Tin Of Beard Balm", "updatedAt": "2022-10-13T11:01:01Z", "createdAt": "2021-06-23T01:09:28Z", "publishedAt": "2021-06-23T01:09:28Z", "status": "ACTIVE", "vendor": "Daugherty, Feil and Renner", "productType": "Outdoors", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720175431869", "name": "Title", "position": 1, "values": ["Plastic"]}], "handle": "tin-of-beard-balm", "description": "Open tin of mustache wax.", "tracksInventory": true, "totalInventory": 42, "totalVariants": 1, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/tin-of-beard-balm", "descriptionHtml": "Open tin of mustache wax.", "isGiftCard": false, "legacyResourceId": "6796218138813", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333182} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796218302653", "title": "Red & Silver Fishing Lure", "updatedAt": "2022-02-22T08:43:25Z", "createdAt": "2021-06-23T01:09:29Z", "publishedAt": "2021-06-23T01:09:29Z", "status": "ACTIVE", "vendor": "Harris - Hamill", "productType": "Industrial", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720175595709", "name": "Title", "position": 1, "values": ["Plastic"]}], "handle": "red-silver-fishing-lure", "description": "Half red, half silver fishing hook.", "tracksInventory": true, "totalInventory": 4, "totalVariants": 1, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/red-silver-fishing-lure", "descriptionHtml": "Half red, half silver fishing hook.", "isGiftCard": false, "legacyResourceId": "6796218302653", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333182} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796219875517", "title": "Black And White Stripe Tee", "updatedAt": "2022-06-15T13:22:45Z", "createdAt": "2021-06-23T01:09:39Z", "publishedAt": "2021-06-23T01:09:39Z", "status": "ACTIVE", "vendor": "Lehner and Sons", "productType": "Beauty", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720177201341", "name": "Title", "position": 1, "values": ["white", "Soft"]}], "handle": "black-and-white-stripe-tee", "description": "A front view of a woman's black and white striped t-shirt; loose-fitting, with a crew neck. Beach or dinner? This top can do both.", "tracksInventory": true, "totalInventory": 79, "totalVariants": 2, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/black-and-white-stripe-tee", "descriptionHtml": "A front view of a woman's black and white striped t-shirt; loose-fitting, with a crew neck. Beach or dinner? This top can do both.", "isGiftCard": false, "legacyResourceId": "6796219875517", "mediaCount": 0, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333183} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796220989629", "title": "4 Ounce Soy Candle", "updatedAt": "2022-03-17T10:10:35Z", "createdAt": "2021-06-23T01:09:47Z", "publishedAt": "2021-06-23T01:09:47Z", "status": "ACTIVE", "vendor": "Hartmann Group", "productType": "Baby", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720178315453", "name": "Title", "position": 1, "values": ["Metal", "Test Variant 1", "Test Variant 2"]}], "handle": "4-ounce-soy-candle", "description": "Small white soy candle in clear container on wooden table. Updated!", "tracksInventory": true, "totalInventory": 17, "totalVariants": 3, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/4-ounce-soy-candle", "descriptionHtml": "Small white soy candle in clear container on wooden table.
\nUpdated!
", "isGiftCard": false, "legacyResourceId": "6796220989629", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333183} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796222791869", "title": "Black & White Wrist Watches", "updatedAt": "2022-03-17T10:05:48Z", "createdAt": "2021-06-23T01:10:00Z", "publishedAt": "2021-06-23T01:10:00Z", "status": "ACTIVE", "vendor": "Friesen LLC", "productType": "Home", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720180117693", "name": "Title", "position": 1, "values": ["Rubber"]}], "handle": "black-white-wrist-watches", "description": "Black and white wrist watches with lined shadow across the faces.", "tracksInventory": true, "totalInventory": 47, "totalVariants": 1, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/black-white-wrist-watches", "descriptionHtml": "Black and white wrist watches with lined shadow across the faces.", "isGiftCard": false, "legacyResourceId": "6796222791869", "mediaCount": 0, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333183} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796226560189", "title": "All Black Sneaker Right Foot", "updatedAt": "2022-10-14T17:15:39Z", "createdAt": "2021-06-23T01:10:27Z", "publishedAt": "2021-06-23T01:10:27Z", "status": "ACTIVE", "vendor": "Becker - Moore", "productType": "Automotive", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720183951549", "name": "Title", "position": 1, "values": ["ivory", "Rubber"]}], "handle": "all-black-sneaker-right-foot", "description": "The right foot of an all black sneaker on a dark wooden platform in front of a white painted brick wall.", "tracksInventory": true, "totalInventory": 70, "totalVariants": 2, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/all-black-sneaker-right-foot", "descriptionHtml": "The right foot of an all black sneaker on a dark wooden platform in front of a white painted brick wall.", "isGiftCard": false, "legacyResourceId": "6796226560189", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333183} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796229443773", "title": "Anchor Bracelet Leather", "updatedAt": "2022-06-15T12:10:10Z", "createdAt": "2021-06-23T01:10:47Z", "publishedAt": "2021-06-23T01:10:47Z", "status": "ACTIVE", "vendor": "Kohler - Nolan", "productType": "Electronics", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720186835133", "name": "Title", "position": 1, "values": ["Concrete", "Rubber", "maroon"]}], "handle": "anchor-bracelet-leather", "description": "Black leather bracelet with gold anchor.", "tracksInventory": true, "totalInventory": 56, "totalVariants": 3, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/anchor-bracelet-leather", "descriptionHtml": "Black leather bracelet with gold anchor.", "isGiftCard": false, "legacyResourceId": "6796229443773", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333184} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796229509309", "title": "8 Ounce Soy Candle", "updatedAt": "2022-10-10T13:21:56Z", "createdAt": "2021-06-23T01:10:48Z", "publishedAt": "2021-06-23T01:10:48Z", "status": "ACTIVE", "vendor": "Bosco Inc", "productType": "Sports", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720186900669", "name": "Title", "position": 1, "values": ["purple", "Frozen", "Wooden"]}], "handle": "8-ounce-soy-candle", "description": "Close up of white soy candle in clear container on brown wooden table.", "tracksInventory": true, "totalInventory": 74, "totalVariants": 3, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/8-ounce-soy-candle", "descriptionHtml": "Close up of white soy candle in clear container on brown wooden table.", "isGiftCard": false, "legacyResourceId": "6796229509309", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333184} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796229574845", "title": "Amber Beard Oil Bottle", "updatedAt": "2022-06-15T13:19:01Z", "createdAt": "2021-06-23T01:10:48Z", "publishedAt": "2021-06-23T01:10:48Z", "status": "ACTIVE", "vendor": "Lubowitz, Buckridge and Huels", "productType": "Outdoors", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720186966205", "name": "Title", "position": 1, "values": ["Cotton", "turquoise"]}], "handle": "amber-beard-oil-bottle", "description": "Back side of beard oil bottle.", "tracksInventory": true, "totalInventory": 35, "totalVariants": 2, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/amber-beard-oil-bottle", "descriptionHtml": "Back side of beard oil bottle.", "isGiftCard": false, "legacyResourceId": "6796229574845", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333184} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796229935293", "title": "Back Of Watermelon Enamel Pin", "updatedAt": "2022-06-16T08:11:35Z", "createdAt": "2021-06-23T01:10:51Z", "publishedAt": "2021-06-23T01:10:51Z", "status": "ACTIVE", "vendor": "Murazik and Sons", "productType": "Shoes", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720187326653", "name": "Title", "position": 1, "values": ["mint green", "yellow", "Wooden"]}], "handle": "back-of-watermelon-enamel-pin", "description": "Back of watermelon pin.", "tracksInventory": true, "totalInventory": 54, "totalVariants": 3, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/back-of-watermelon-enamel-pin", "descriptionHtml": "Back of watermelon pin.", "isGiftCard": false, "legacyResourceId": "6796229935293", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333184} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796231835837", "title": "Anchor Bracelet Leather", "updatedAt": "2022-06-16T08:11:36Z", "createdAt": "2021-06-23T01:11:05Z", "publishedAt": "2021-06-23T01:11:05Z", "status": "ACTIVE", "vendor": "O'Hara - Gutmann", "productType": "Automotive", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720189227197", "name": "Title", "position": 1, "values": ["Wooden"]}], "handle": "anchor-bracelet-leather-1", "description": "Black leather bracelet with gold anchor.", "tracksInventory": true, "totalInventory": 31, "totalVariants": 1, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/anchor-bracelet-leather-1", "descriptionHtml": "Black leather bracelet with gold anchor.", "isGiftCard": false, "legacyResourceId": "6796231835837", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333184} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796232851645", "title": "Amber Beard Oil Bottle", "updatedAt": "2022-10-14T17:16:04Z", "createdAt": "2021-06-23T01:11:12Z", "publishedAt": "2021-06-23T01:11:12Z", "status": "ACTIVE", "vendor": "Breitenberg - Okuneva", "productType": "Home", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720190308541", "name": "Title", "position": 1, "values": ["turquoise", "Wooden"]}], "handle": "amber-beard-oil-bottle-1", "description": "Back side of beard oil bottle.", "tracksInventory": true, "totalInventory": 34, "totalVariants": 2, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/amber-beard-oil-bottle-1", "descriptionHtml": "Back side of beard oil bottle.", "isGiftCard": false, "legacyResourceId": "6796232851645", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333185} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/6796234555581", "title": "Blue And White Skate Shoes", "updatedAt": "2022-03-17T10:05:48Z", "createdAt": "2021-06-23T01:11:24Z", "publishedAt": "2021-06-23T01:11:24Z", "status": "ACTIVE", "vendor": "Ullrich, Kris and Dicki", "productType": "Books", "tags": ["developer-tools-generator"], "options": [{"id": "gid://shopify/ProductOption/8720192012477", "name": "Title", "position": 1, "values": ["orchid", "Fresh", "lavender"]}], "handle": "blue-and-white-skate-shoes-1", "description": "A pair of navy blue skate shoes on a dark wooden platform in front of a white painted brick wall. Shot from the back.", "tracksInventory": true, "totalInventory": 94, "totalVariants": 3, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/blue-and-white-skate-shoes-1", "descriptionHtml": "A pair of navy blue skate shoes on a dark wooden platform in front of a white painted brick wall. Shot from the back.", "isGiftCard": false, "legacyResourceId": "6796234555581", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333185} -{"stream": "products_graph_ql", "data": {"id": "gid://shopify/Product/7423139250365", "title": "T-shirt", "updatedAt": "2023-01-06T18:39:54Z", "createdAt": "2023-01-06T18:29:17Z", "publishedAt": "2023-01-06T18:29:18Z", "status": "ACTIVE", "vendor": "airbyte integration test", "productType": "Clothing", "tags": [], "options": [{"id": "gid://shopify/ProductOption/9500768239805", "name": "Size", "position": 1, "values": ["Small", "Medium", "Large"]}], "handle": "t-shirt-white", "description": "Just a regular T-shirt", "tracksInventory": true, "totalInventory": 124, "totalVariants": 3, "onlineStoreUrl": null, "onlineStorePreviewUrl": "https://airbyte-integration-test.myshopify.com/products/t-shirt-white", "descriptionHtml": "Just a regular T-shirt", "isGiftCard": false, "legacyResourceId": "7423139250365", "mediaCount": 1, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972333185} -{"stream": "metafield_products", "data": {"id": 21520521724093, "namespace": "inventory", "key": "warehouse", "value": "25", "description": null, "owner_id": 6796226560189, "created_at": "2022-10-08T08:44:49-07:00", "updated_at": "2022-10-08T08:44:49-07:00", "owner_resource": "product", "type": "number_integer", "admin_graphql_api_id": "gid://shopify/Metafield/21520521724093", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972341020} -{"stream": "metafield_products", "data": {"id": 21520521789629, "namespace": "inventory", "key": "warehouse_2", "value": "255", "description": null, "owner_id": 6796226560189, "created_at": "2022-10-08T08:45:01-07:00", "updated_at": "2022-10-08T08:45:01-07:00", "owner_resource": "product", "type": "number_integer", "admin_graphql_api_id": "gid://shopify/Metafield/21520521789629", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972341031} -{"stream": "product_images", "data": {"id": 29301295481021, "product_id": 6796218138813, "position": 1, "created_at": "2021-06-22T18:09:28-07:00", "updated_at": "2022-10-13T04:01:01-07:00", "alt": null, "width": 4393, "height": 2929, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/tin-of-beard-balm.jpg?v=1665658861", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301295481021", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972343231} -{"stream": "product_images", "data": {"id": 29301295546557, "product_id": 6796218302653, "position": 1, "created_at": "2021-06-22T18:09:29-07:00", "updated_at": "2021-06-22T18:09:29-07:00", "alt": null, "width": 3960, "height": 2640, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/red-silver-fishing-lure.jpg?v=1624410569", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301295546557", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972343761} -{"stream": "product_images", "data": {"id": 29301297316029, "product_id": 6796220989629, "position": 1, "created_at": "2021-06-22T18:09:47-07:00", "updated_at": "2021-06-22T18:09:47-07:00", "alt": null, "width": 2200, "height": 1467, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/4-ounce-soy-candle.jpg?v=1624410587", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301297316029", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972344297} -{"stream": "product_images", "data": {"id": 29301300723901, "product_id": 6796226560189, "position": 1, "created_at": "2021-06-22T18:10:27-07:00", "updated_at": "2021-06-22T18:10:27-07:00", "alt": null, "width": 3840, "height": 2560, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/all-black-sneaker-right-foot.jpg?v=1624410627", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301300723901", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972344837} -{"stream": "product_images", "data": {"id": 29301303279805, "product_id": 6796229443773, "position": 1, "created_at": "2021-06-22T18:10:47-07:00", "updated_at": "2021-06-22T18:10:47-07:00", "alt": null, "width": 5241, "height": 3499, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/anchor-bracelet-leather.jpg?v=1624410647", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303279805", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972345399} -{"stream": "product_images", "data": {"id": 29301303345341, "product_id": 6796229509309, "position": 1, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2021-06-22T18:10:48-07:00", "alt": null, "width": 2200, "height": 1467, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/8-ounce-soy-candle.jpg?v=1624410648", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303345341", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972345965} -{"stream": "product_images", "data": {"id": 29301303410877, "product_id": 6796229574845, "position": 1, "created_at": "2021-06-22T18:10:48-07:00", "updated_at": "2021-06-22T18:10:48-07:00", "alt": null, "width": 5572, "height": 3715, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/amber-beard-oil-bottle.jpg?v=1624410648", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303410877", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972346534} -{"stream": "product_images", "data": {"id": 29301303673021, "product_id": 6796229935293, "position": 1, "created_at": "2021-06-22T18:10:51-07:00", "updated_at": "2021-06-22T18:10:51-07:00", "alt": null, "width": 2500, "height": 2500, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/back-of-watermelon-pin__1.jpg?v=1624410651", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301303673021", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972347073} -{"stream": "product_images", "data": {"id": 29301304885437, "product_id": 6796231835837, "position": 1, "created_at": "2021-06-22T18:11:05-07:00", "updated_at": "2021-06-22T18:11:05-07:00", "alt": null, "width": 5241, "height": 3499, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/anchor-bracelet-leather_429381b9-0ea0-43e8-9c3c-15768fe9b68d.jpg?v=1624410665", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301304885437", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972347637} -{"stream": "product_images", "data": {"id": 29301305508029, "product_id": 6796232851645, "position": 1, "created_at": "2021-06-22T18:11:12-07:00", "updated_at": "2021-06-22T18:11:12-07:00", "alt": null, "width": 5572, "height": 3715, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/amber-beard-oil-bottle_776c81ea-07bc-4d6d-8c8b-769035dff699.jpg?v=1624410672", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301305508029", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972348239} -{"stream": "product_images", "data": {"id": 29301307015357, "product_id": 6796234555581, "position": 1, "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-06-22T18:11:24-07:00", "alt": null, "width": 3840, "height": 2560, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/blue-and-white-skate-shoes_6fa6174f-8c5a-454c-92ed-8852a0aa3224.jpg?v=1624410684", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/29301307015357", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972348803} -{"stream": "product_images", "data": {"id": 32940458868925, "product_id": 7423139250365, "position": 1, "created_at": "2023-01-06T10:29:19-08:00", "updated_at": "2023-01-06T10:29:19-08:00", "alt": null, "width": 265, "height": 280, "src": "https://cdn.shopify.com/s/files/1/0580/3317/6765/products/white-t-shirt.jpg?v=1673029759", "variant_ids": [], "admin_graphql_api_id": "gid://shopify/ProductImage/32940458868925", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972349573} -{"stream": "metafield_product_images", "data": {"id": 21526553297085, "namespace": "my_fields", "key": "discount", "value": "50%", "description": null, "owner_id": 29301295481021, "created_at": "2022-10-13T04:01:00-07:00", "updated_at": "2022-10-13T04:01:00-07:00", "owner_resource": "product_image", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21526553297085", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972356103} -{"stream": "product_variants", "data": {"id": 40090579927229, "product_id": 6796217811133, "title": "Plastic", "price": 87.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Plastic", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:26-07:00", "updated_at": "2022-02-27T23:44:30-08:00", "taxable": true, "barcode": null, "grams": 274, "image_id": null, "weight": 274.0, "weight_unit": "g", "inventory_item_id": 42185194635453, "inventory_quantity": 49, "old_inventory_quantity": 49, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090579927229", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972357734} -{"stream": "product_variants", "data": {"id": 40090580353213, "product_id": 6796218138813, "title": "Plastic", "price": 60.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Plastic", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:28-07:00", "updated_at": "2021-06-22T18:09:28-07:00", "taxable": true, "barcode": null, "grams": 470, "image_id": null, "weight": 470.0, "weight_unit": "g", "inventory_item_id": 42185195061437, "inventory_quantity": 42, "old_inventory_quantity": 42, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090580353213", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972358295} -{"stream": "product_variants", "data": {"id": 40090580615357, "product_id": 6796218302653, "title": "Plastic", "price": 51.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Plastic", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:29-07:00", "updated_at": "2022-02-22T00:43:25-08:00", "taxable": true, "barcode": null, "grams": 285, "image_id": null, "weight": 285.0, "weight_unit": "g", "inventory_item_id": 42185195290813, "inventory_quantity": 4, "old_inventory_quantity": 4, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090580615357", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972358875} -{"stream": "product_variants", "data": {"id": 40090583761085, "product_id": 6796219875517, "title": "white", "price": 70.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "white", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:39-07:00", "updated_at": "2022-03-17T03:04:40-07:00", "taxable": true, "barcode": null, "grams": 466, "image_id": null, "weight": 466.0, "weight_unit": "g", "inventory_item_id": 42185198469309, "inventory_quantity": 41, "old_inventory_quantity": 41, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090583761085", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972359496} -{"stream": "product_variants", "data": {"id": 40090583793853, "product_id": 6796219875517, "title": "Soft", "price": 83.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Soft", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:39-07:00", "updated_at": "2022-06-15T06:22:45-07:00", "taxable": true, "barcode": null, "grams": 218, "image_id": null, "weight": 218.0, "weight_unit": "g", "inventory_item_id": 42185198502077, "inventory_quantity": 38, "old_inventory_quantity": 38, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090583793853", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972359505} -{"stream": "product_variants", "data": {"id": 40090585923773, "product_id": 6796220989629, "title": "Metal", "price": 19.0, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Metal", "option2": null, "option3": null, "created_at": "2021-06-22T18:09:47-07:00", "updated_at": "2022-03-17T03:05:10-07:00", "taxable": true, "barcode": null, "grams": 112, "image_id": null, "weight": 112.0, "weight_unit": "g", "inventory_item_id": 42185200631997, "inventory_quantity": 13, "old_inventory_quantity": 13, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/40090585923773", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972360112} -{"stream": "product_variants", "data": {"id": 41561955827901, "product_id": 6796220989629, "title": "Test Variant 1", "price": 19.0, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Test Variant 1", "option2": null, "option3": null, "created_at": "2022-03-06T14:09:20-08:00", "updated_at": "2022-03-06T14:12:40-08:00", "taxable": true, "barcode": "", "grams": 112, "image_id": null, "weight": 112.0, "weight_unit": "g", "inventory_item_id": 43653682495677, "inventory_quantity": 2, "old_inventory_quantity": 2, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/41561955827901", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972360122} -{"stream": "product_variants", "data": {"id": 41561961824445, "product_id": 6796220989629, "title": "Test Variant 2", "price": 19.0, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": null, "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Test Variant 2", "option2": null, "option3": null, "created_at": "2022-03-06T14:12:20-08:00", "updated_at": "2022-03-06T14:12:41-08:00", "taxable": true, "barcode": "", "grams": 112, "image_id": null, "weight": 112.0, "weight_unit": "g", "inventory_item_id": 43653688524989, "inventory_quantity": 2, "old_inventory_quantity": 2, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/41561961824445", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972360132} -{"stream": "product_variants", "data": {"id": 42595863953597, "product_id": 7423139250365, "title": "Small", "price": 14.59, "sku": "", "position": 1, "inventory_policy": "deny", "compare_at_price": "17.00", "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Small", "option2": null, "option3": null, "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "taxable": true, "barcode": "", "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "kg", "inventory_item_id": 44688621142205, "inventory_quantity": 50, "old_inventory_quantity": 50, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/42595863953597", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972366270} -{"stream": "product_variants", "data": {"id": 42595863986365, "product_id": 7423139250365, "title": "Medium", "price": 14.99, "sku": "", "position": 2, "inventory_policy": "deny", "compare_at_price": "17.00", "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Medium", "option2": null, "option3": null, "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "taxable": true, "barcode": "", "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "kg", "inventory_item_id": 44688621174973, "inventory_quantity": 40, "old_inventory_quantity": 40, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/42595863986365", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972366281} -{"stream": "product_variants", "data": {"id": 42595864019133, "product_id": 7423139250365, "title": "Large", "price": 15.69, "sku": "", "position": 3, "inventory_policy": "deny", "compare_at_price": "17.00", "fulfillment_service": "manual", "inventory_management": "shopify", "option1": "Large", "option2": null, "option3": null, "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "taxable": true, "barcode": "", "grams": 0, "image_id": null, "weight": 0.0, "weight_unit": "kg", "inventory_item_id": 44688621207741, "inventory_quantity": 34, "old_inventory_quantity": 34, "requires_shipping": true, "admin_graphql_api_id": "gid://shopify/ProductVariant/42595864019133", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972366291} -{"stream": "metafield_product_variants", "data": {"id": 21529595904189, "namespace": "my_fields", "key": "liner_material", "value": "synthetic leather", "description": null, "owner_id": 40090597884093, "created_at": "2022-10-14T10:15:39-07:00", "updated_at": "2022-10-14T10:15:39-07:00", "owner_resource": "variant", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21529595904189", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972381857} -{"stream": "metafield_product_variants", "data": {"id": 21529596428477, "namespace": "my_fields", "key": "liner_material", "value": "natural leather", "description": null, "owner_id": 40090610663613, "created_at": "2022-10-14T10:16:04-07:00", "updated_at": "2022-10-14T10:16:04-07:00", "owner_resource": "variant", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21529596428477", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972382962} -{"stream": "collects", "data": {"id": 29229083197629, "collection_id": 270889287869, "product_id": 6796217811133, "created_at": "2021-06-22T18:09:26-07:00", "updated_at": "2021-06-22T18:09:57-07:00", "position": 1, "sort_value": "0000000001", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972387637} -{"stream": "collects", "data": {"id": 29427031703741, "collection_id": 270889287869, "product_id": 6796220989629, "created_at": "2021-07-19T07:01:36-07:00", "updated_at": "2022-03-06T14:12:21-08:00", "position": 2, "sort_value": "0000000002", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972387637} -{"stream": "collections", "data": {"id": 270889287869, "handle": "frontpage", "title": "Home page", "updated_at": "2022-10-08T04:44:51-07:00", "body_html": null, "published_at": "2021-06-22T18:00:25-07:00", "sort_order": "best-selling", "template_suffix": null, "products_count": 2, "collection_type": "custom", "published_scope": "web", "admin_graphql_api_id": "gid://shopify/Collection/270889287869", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972389531} -{"stream": "collections", "data": {"id": 270889287869, "handle": "frontpage", "title": "Home page", "updated_at": "2022-10-08T04:44:51-07:00", "body_html": null, "published_at": "2021-06-22T18:00:25-07:00", "sort_order": "best-selling", "template_suffix": null, "products_count": 2, "collection_type": "custom", "published_scope": "web", "admin_graphql_api_id": "gid://shopify/Collection/270889287869", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972390106} -{"stream": "metafield_collections", "data": {"id": 21520343367869, "namespace": "my_fields", "key": "discount", "value": "25%", "description": null, "owner_id": 270889287869, "created_at": "2022-10-08T04:44:51-07:00", "updated_at": "2022-10-08T04:44:51-07:00", "owner_resource": "collection", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21520343367869", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972391720} -{"stream": "metafield_collections", "data": {"id": 21520343367869, "namespace": "my_fields", "key": "discount", "value": "25%", "description": null, "owner_id": 270889287869, "created_at": "2022-10-08T04:44:51-07:00", "updated_at": "2022-10-08T04:44:51-07:00", "owner_resource": "collection", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21520343367869", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972392305} -{"stream": "custom_collections", "data": {"id": 270889287869, "handle": "frontpage", "title": "Home page", "updated_at": "2022-10-08T04:44:51-07:00", "body_html": null, "published_at": "2021-06-22T18:00:25-07:00", "sort_order": "best-selling", "template_suffix": null, "published_scope": "web", "admin_graphql_api_id": "gid://shopify/Collection/270889287869", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972393045} -{"stream": "smart_collections", "data": {"id": 273278566589, "handle": "test-collection", "title": "Test Collection", "updated_at": "2022-10-12T13:36:55-07:00", "body_html": "This is the test collection", "published_at": "2021-07-19T07:02:54-07:00", "sort_order": "best-selling", "template_suffix": "", "disjunctive": false, "rules": ["{'column': 'type', 'relation': 'equals', 'condition': 'Beauty'}"], "published_scope": "web", "admin_graphql_api_id": "gid://shopify/Collection/273278566589", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972393748} -{"stream": "metafield_smart_collections", "data": {"id": 21525604106429, "namespace": "my_fields", "key": "discount", "value": "50%", "description": null, "owner_id": 273278566589, "created_at": "2022-10-12T13:36:55-07:00", "updated_at": "2022-10-12T13:36:55-07:00", "owner_resource": "collection", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21525604106429", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972395227} -{"stream": "order_refunds", "data": {"id": 812618088637, "order_id": 3945529835709, "created_at": "2021-07-19T06:40:57-07:00", "note": "Test Refund", "user_id": 74861019325, "processed_at": "2021-07-19T06:40:57-07:00", "restock": false, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/812618088637", "refund_line_items": [{"id": 305405591741, "quantity": 2, "line_item_id": 10150322077885, "location_id": null, "restock_type": "no_restock", "subtotal": 452.0, "total_tax": 14.6, "subtotal_set": {"shop_money": {"amount": 452.0, "currency_code": "USD"}, "presentment_money": {"amount": 452.0, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 14.6, "currency_code": "USD"}, "presentment_money": {"amount": 14.6, "currency_code": "USD"}}, "line_item": {"id": 10150322077885, "variant_id": null, "title": "Test Order 196", "quantity": 10, "sku": null, "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": null, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Test Order 196", "variant_inventory_management": null, "properties": [], "product_exists": false, "fulfillable_quantity": 0, "grams": 200, "price": 226.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 226.0, "currency_code": "USD"}, "presentment_money": {"amount": 226.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/10150322077885", "tax_lines": [{"title": "State tax", "price": 73.0, "rate": 0.06, "channel_liable": null, "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}}]}}], "transactions": [{"id": 4974344470717, "order_id": 3945529835709, "kind": "refund", "gateway": "", "status": "success", "message": "Refunded 1.00 from manual gateway", "created_at": "2021-07-19T06:40:56-07:00", "test": false, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 4946431934653, "processed_at": "2021-07-19T06:40:56-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": "1.00", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/4974344470717"}], "order_adjustments": [{"id": 180577435837, "order_id": 3945529835709, "refund_id": 812618088637, "amount": "465.60", "tax_amount": "0.00", "kind": "refund_discrepancy", "reason": "Refund discrepancy", "amount_set": {"shop_money": {"amount": "465.60", "currency_code": "USD"}, "presentment_money": {"amount": "465.60", "currency_code": "USD"}}, "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972398368} -{"stream": "order_refunds", "data": {"id": 837898993853, "order_id": 3945529802941, "created_at": "2021-12-07T20:54:37-08:00", "note": "Test order updated_at", "user_id": 74861019325, "processed_at": "2021-12-07T20:54:37-08:00", "restock": false, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/837898993853", "refund_line_items": [{"id": 344055906493, "quantity": 2, "line_item_id": 10150322045117, "location_id": null, "restock_type": "no_restock", "subtotal": 452.0, "total_tax": 14.6, "subtotal_set": {"shop_money": {"amount": 452.0, "currency_code": "USD"}, "presentment_money": {"amount": 452.0, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 14.6, "currency_code": "USD"}, "presentment_money": {"amount": 14.6, "currency_code": "USD"}}, "line_item": {"id": 10150322045117, "variant_id": null, "title": "Test Order 196", "quantity": 10, "sku": null, "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": null, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Test Order 196", "variant_inventory_management": null, "properties": [], "product_exists": false, "fulfillable_quantity": 0, "grams": 200, "price": 226.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 226.0, "currency_code": "USD"}, "presentment_money": {"amount": 226.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/10150322045117", "tax_lines": [{"title": "State tax", "price": 73.0, "rate": 0.06, "channel_liable": null, "price_set": {"shop_money": {"amount": 73.0, "currency_code": "USD"}, "presentment_money": {"amount": 73.0, "currency_code": "USD"}}}]}}], "transactions": [{"id": 5386423009469, "order_id": 3945529802941, "kind": "refund", "gateway": "", "status": "success", "message": "Refunded 1.00 from manual gateway", "created_at": "2021-12-07T20:54:37-08:00", "test": false, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 4946431869117, "processed_at": "2021-12-07T20:54:37-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": "1.00", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5386423009469"}], "order_adjustments": [{"id": 196045734077, "order_id": 3945529802941, "refund_id": 837898993853, "amount": "465.60", "tax_amount": "0.00", "kind": "refund_discrepancy", "reason": "Refund discrepancy", "amount_set": {"shop_money": {"amount": "465.60", "currency_code": "USD"}, "presentment_money": {"amount": "465.60", "currency_code": "USD"}}, "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972399110} -{"stream": "order_refunds", "data": {"id": 838038356157, "order_id": 3944277278909, "created_at": "2021-12-09T04:13:54-08:00", "note": "Reproducing issue", "user_id": 74861019325, "processed_at": "2021-12-09T04:13:54-08:00", "restock": false, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/838038356157", "refund_line_items": [{"id": 344218894525, "quantity": 3, "line_item_id": 10147937845437, "location_id": null, "restock_type": "no_restock", "subtotal": 141.0, "total_tax": 14.4, "subtotal_set": {"shop_money": {"amount": 141.0, "currency_code": "USD"}, "presentment_money": {"amount": 141.0, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 14.4, "currency_code": "USD"}, "presentment_money": {"amount": 14.4, "currency_code": "USD"}}, "line_item": {"id": 10147937845437, "variant_id": null, "title": "Test Order 482", "quantity": 5, "sku": null, "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": null, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Test Order 482", "variant_inventory_management": null, "properties": [], "product_exists": false, "fulfillable_quantity": 0, "grams": 200, "price": 47.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 47.0, "currency_code": "USD"}, "presentment_money": {"amount": 47.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/10147937845437", "tax_lines": [{"title": "State tax", "price": 24.0, "rate": 0.06, "channel_liable": null, "price_set": {"shop_money": {"amount": 24.0, "currency_code": "USD"}, "presentment_money": {"amount": 24.0, "currency_code": "USD"}}}]}}], "transactions": [{"id": 5389681295549, "order_id": 3944277278909, "kind": "refund", "gateway": "", "status": "success", "message": "Refunded 25.00 from manual gateway", "created_at": "2021-12-09T04:13:54-08:00", "test": false, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 4944858644669, "processed_at": "2021-12-09T04:13:54-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": "25.00", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5389681295549"}], "order_adjustments": [{"id": 196150362301, "order_id": 3944277278909, "refund_id": 838038356157, "amount": "130.40", "tax_amount": "0.00", "kind": "refund_discrepancy", "reason": "Refund discrepancy", "amount_set": {"shop_money": {"amount": "130.40", "currency_code": "USD"}, "presentment_money": {"amount": "130.40", "currency_code": "USD"}}, "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972399871} -{"stream": "order_refunds", "data": {"id": 844778471613, "order_id": 4424599437501, "created_at": "2022-03-03T03:47:46-08:00", "note": null, "user_id": 74861019325, "processed_at": "2022-03-03T03:47:46-08:00", "restock": true, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/844778471613", "refund_line_items": [{"id": 352402899133, "quantity": 1, "line_item_id": 11153525276861, "location_id": 63590301885, "restock_type": "return", "subtotal": 35.89, "total_tax": 0.0, "subtotal_set": {"shop_money": {"amount": 35.89, "currency_code": "USD"}, "presentment_money": {"amount": 35.89, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "line_item": {"id": 11153525276861, "variant_id": 40090604110013, "title": "Amber Beard Oil Bottle", "quantity": 1, "sku": "", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "fulfillment_service": "manual", "product_id": 6796229574845, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Amber Beard Oil Bottle - Cotton", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 185, "price": 37.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 37.0, "currency_code": "USD"}, "presentment_money": {"amount": 37.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [{"amount": 1.11, "discount_application_index": 0, "amount_set": {"shop_money": {"amount": 1.11, "currency_code": "USD"}, "presentment_money": {"amount": 1.11, "currency_code": "USD"}}}], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/11153525276861", "tax_lines": []}}, {"id": 352402931901, "quantity": 1, "line_item_id": 11153525342397, "location_id": 63590301885, "restock_type": "return", "subtotal": 109.61, "total_tax": 0.0, "subtotal_set": {"shop_money": {"amount": 109.61, "currency_code": "USD"}, "presentment_money": {"amount": 109.61, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "line_item": {"id": 11153525342397, "variant_id": 40090603946173, "title": "8 Ounce Soy Candle", "quantity": 1, "sku": "", "variant_title": "purple", "vendor": "Bosco Inc", "fulfillment_service": "manual", "product_id": 6796229509309, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "8 Ounce Soy Candle - purple", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 127, "price": 113.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 113.0, "currency_code": "USD"}, "presentment_money": {"amount": 113.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [{"amount": 3.39, "discount_application_index": 0, "amount_set": {"shop_money": {"amount": 3.39, "currency_code": "USD"}, "presentment_money": {"amount": 3.39, "currency_code": "USD"}}}], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/11153525342397", "tax_lines": []}}], "transactions": [{"id": 5541595152573, "order_id": 4424599437501, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-03T03:47:45-08:00", "test": true, "authorization": null, "location_id": null, "user_id": null, "parent_id": 5535958532285, "processed_at": "2022-03-03T03:47:45-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "145.50"}, "amount": "145.50", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5541595152573"}], "order_adjustments": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972400663} -{"stream": "order_refunds", "data": {"id": 845032358077, "order_id": 4147980107965, "created_at": "2022-03-07T02:09:04-08:00", "note": null, "user_id": 74861019325, "processed_at": "2022-03-07T02:09:04-08:00", "restock": true, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/845032358077", "refund_line_items": [{"id": 352716947645, "quantity": 1, "line_item_id": 10576771317949, "location_id": 63590301885, "restock_type": "return", "subtotal": 27.0, "total_tax": 0.0, "subtotal_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "line_item": {"id": 10576771317949, "variant_id": 40090580615357, "title": "Red & Silver Fishing Lure", "quantity": 1, "sku": "", "variant_title": "Plastic", "vendor": "Harris - Hamill", "fulfillment_service": "manual", "product_id": 6796218302653, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Red & Silver Fishing Lure - Plastic", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 285, "price": 27.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 27.0, "currency_code": "USD"}, "presentment_money": {"amount": 27.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/10576771317949", "tax_lines": []}}], "transactions": [], "order_adjustments": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972401377} -{"stream": "order_refunds", "data": {"id": 845032423613, "order_id": 4424598323389, "created_at": "2022-03-07T02:10:15-08:00", "note": "test", "user_id": 74861019325, "processed_at": "2022-03-07T02:10:15-08:00", "restock": false, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/845032423613", "refund_line_items": [], "transactions": [{"id": 5548849955005, "order_id": 4424598323389, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-07T02:10:15-08:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5535956828349, "processed_at": "2022-03-07T02:10:15-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "18.44"}, "amount": "18.44", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5548849955005"}], "order_adjustments": [{"id": 200933408957, "order_id": 4424598323389, "refund_id": 845032423613, "amount": "-18.44", "tax_amount": "0.00", "kind": "shipping_refund", "reason": "Shipping refund", "amount_set": {"shop_money": {"amount": "-18.44", "currency_code": "USD"}, "presentment_money": {"amount": "-18.44", "currency_code": "USD"}}, "tax_amount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}}], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972402197} -{"stream": "order_refunds", "data": {"id": 852809285821, "order_id": 4446360731837, "created_at": "2022-06-15T06:22:37-07:00", "note": "Broken", "user_id": 74861019325, "processed_at": "2022-06-15T06:22:37-07:00", "restock": true, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/852809285821", "refund_line_items": [{"id": 363131076797, "quantity": 1, "line_item_id": 11196019540157, "location_id": 63590301885, "restock_type": "return", "subtotal": 83.0, "total_tax": 13.83, "subtotal_set": {"shop_money": {"amount": 83.0, "currency_code": "USD"}, "presentment_money": {"amount": 83.0, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 13.83, "currency_code": "USD"}, "presentment_money": {"amount": 13.83, "currency_code": "USD"}}, "line_item": {"id": 11196019540157, "variant_id": 40090583793853, "title": "Black And White Stripe Tee", "quantity": 1, "sku": "", "variant_title": "Soft", "vendor": "Lehner and Sons", "fulfillment_service": "manual", "product_id": 6796219875517, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Black And White Stripe Tee - Soft", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 218, "price": 83.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 83.0, "currency_code": "USD"}, "presentment_money": {"amount": 83.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/11196019540157", "tax_lines": [{"title": "PDV", "price": 13.83, "rate": 0.2, "channel_liable": false, "price_set": {"shop_money": {"amount": 13.83, "currency_code": "USD"}, "presentment_money": {"amount": 13.83, "currency_code": "USD"}}}]}}], "transactions": [{"id": 5721168183485, "order_id": 4446360731837, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-15T06:22:36-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5566743314621, "processed_at": "2022-06-15T06:22:36-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "83.00"}, "amount": "83.00", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721168183485"}], "order_adjustments": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972402975} -{"stream": "order_refunds", "data": {"id": 852809646269, "order_id": 4554821468349, "created_at": "2022-06-15T06:25:43-07:00", "note": null, "user_id": 74861019325, "processed_at": "2022-06-15T06:25:43-07:00", "restock": true, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/852809646269", "refund_line_items": [{"id": 363131404477, "quantity": 1, "line_item_id": 11406125564093, "location_id": 63590301885, "restock_type": "return", "subtotal": 57.23, "total_tax": 0.0, "subtotal_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "line_item": {"id": 11406125564093, "variant_id": 40090597884093, "title": "All Black Sneaker Right Foot", "quantity": 1, "sku": "", "variant_title": "ivory", "vendor": "Becker - Moore", "fulfillment_service": "manual", "product_id": 6796226560189, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "All Black Sneaker Right Foot - ivory", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": 59.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [{"amount": 1.77, "discount_application_index": 0, "amount_set": {"shop_money": {"amount": 1.77, "currency_code": "USD"}, "presentment_money": {"amount": 1.77, "currency_code": "USD"}}}], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/11406125564093", "tax_lines": []}}], "transactions": [{"id": 5721170968765, "order_id": 4554821468349, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-15T06:25:42-07:00", "test": true, "authorization": null, "location_id": null, "user_id": null, "parent_id": 5721110872253, "processed_at": "2022-06-15T06:25:42-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "57.23"}, "amount": "57.23", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721170968765"}], "order_adjustments": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972403730} -{"stream": "order_refunds", "data": {"id": 860810903741, "order_id": 4563761987773, "created_at": "2022-10-10T06:05:29-07:00", "note": "TEST", "user_id": 74861019325, "processed_at": "2022-10-10T06:05:29-07:00", "restock": true, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/860810903741", "refund_line_items": [{"id": 373068988605, "quantity": 1, "line_item_id": 11424310362301, "location_id": 63590301885, "restock_type": "return", "subtotal": 57.23, "total_tax": 0.0, "subtotal_set": {"shop_money": {"amount": 57.23, "currency_code": "USD"}, "presentment_money": {"amount": 57.23, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "line_item": {"id": 11424310362301, "variant_id": 40090597884093, "title": "All Black Sneaker Right Foot", "quantity": 1, "sku": "", "variant_title": "ivory", "vendor": "Becker - Moore", "fulfillment_service": "manual", "product_id": 6796226560189, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "All Black Sneaker Right Foot - ivory", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": 59.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 59.0, "currency_code": "USD"}, "presentment_money": {"amount": 59.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [{"amount": 1.77, "discount_application_index": 0, "amount_set": {"shop_money": {"amount": 1.77, "currency_code": "USD"}, "presentment_money": {"amount": 1.77, "currency_code": "USD"}}}], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/11424310362301", "tax_lines": []}}], "transactions": [{"id": 5914025590973, "order_id": 4563761987773, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-10-10T06:05:29-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5731686547645, "processed_at": "2022-10-10T06:05:29-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "57.23"}, "amount": "57.23", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914025590973"}], "order_adjustments": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972404476} -{"stream": "order_refunds", "data": {"id": 860812279997, "order_id": 4554864656573, "created_at": "2022-10-10T06:20:18-07:00", "note": "TEST PARTIAL 1", "user_id": 74861019325, "processed_at": "2022-10-10T06:20:18-07:00", "restock": true, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/860812279997", "refund_line_items": [{"id": 373070823613, "quantity": 1, "line_item_id": 11406209384637, "location_id": 63590301885, "restock_type": "return", "subtotal": 113.49, "total_tax": 0.0, "subtotal_set": {"shop_money": {"amount": 113.49, "currency_code": "USD"}, "presentment_money": {"amount": 113.49, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "line_item": {"id": 11406209384637, "variant_id": 40090610663613, "title": "Amber Beard Oil Bottle", "quantity": 1, "sku": "", "variant_title": "turquoise", "vendor": "Breitenberg - Okuneva", "fulfillment_service": "manual", "product_id": 6796232851645, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Amber Beard Oil Bottle - turquoise", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 319, "price": 117.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 117.0, "currency_code": "USD"}, "presentment_money": {"amount": 117.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [{"amount": 3.51, "discount_application_index": 0, "amount_set": {"shop_money": {"amount": 3.51, "currency_code": "USD"}, "presentment_money": {"amount": 3.51, "currency_code": "USD"}}}], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/11406209384637", "tax_lines": []}}], "transactions": [{"id": 5914041843901, "order_id": 4554864656573, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-10-10T06:20:18-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5721165562045, "processed_at": "2022-10-10T06:20:18-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "113.49"}, "amount": "113.49", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914041843901"}], "order_adjustments": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972405198} -{"stream": "order_refunds", "data": {"id": 860812411069, "order_id": 4554864656573, "created_at": "2022-10-10T06:21:53-07:00", "note": "PARTIAL TEST 2", "user_id": 74861019325, "processed_at": "2022-10-10T06:21:53-07:00", "restock": true, "duties": [], "total_duties_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "admin_graphql_api_id": "gid://shopify/Refund/860812411069", "refund_line_items": [{"id": 373071118525, "quantity": 1, "line_item_id": 11406209417405, "location_id": 63590301885, "restock_type": "return", "subtotal": 98.94, "total_tax": 0.0, "subtotal_set": {"shop_money": {"amount": 98.94, "currency_code": "USD"}, "presentment_money": {"amount": 98.94, "currency_code": "USD"}}, "total_tax_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "line_item": {"id": 11406209417405, "variant_id": 40090604011709, "title": "8 Ounce Soy Candle", "quantity": 1, "sku": "", "variant_title": "Wooden", "vendor": "Bosco Inc", "fulfillment_service": "manual", "product_id": 6796229509309, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "8 Ounce Soy Candle - Wooden", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 63, "price": 102.0, "total_discount": 0.0, "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": 102.0, "currency_code": "USD"}, "presentment_money": {"amount": 102.0, "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": 0.0, "currency_code": "USD"}, "presentment_money": {"amount": 0.0, "currency_code": "USD"}}, "discount_allocations": [{"amount": 3.06, "discount_application_index": 0, "amount_set": {"shop_money": {"amount": 3.06, "currency_code": "USD"}, "presentment_money": {"amount": 3.06, "currency_code": "USD"}}}], "duties": [], "admin_graphql_api_id": "gid://shopify/LineItem/11406209417405", "tax_lines": []}}], "transactions": [{"id": 5914043351229, "order_id": 4554864656573, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-10-10T06:21:52-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5721165562045, "processed_at": "2022-10-10T06:21:52-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "98.94"}, "amount": "98.94", "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914043351229"}], "order_adjustments": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972405248} -{"stream": "order_risks", "data": {"id": 6440646836413, "order_id": 3945529802941, "checkout_id": null, "source": "External", "score": 1.0, "recommendation": "cancel", "display": true, "cause_cancel": true, "message": "This order came from an anonymous proxy", "merchant_message": "This order came from an anonymous proxy", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972407153} -{"stream": "order_risks", "data": {"id": 6446736474301, "order_id": 4147980107965, "checkout_id": null, "source": "External", "score": 1.0, "recommendation": "cancel", "display": true, "cause_cancel": true, "message": "This order came from an anonymous proxy", "merchant_message": "This order came from an anonymous proxy", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972411746} -{"stream": "transactions", "data": {"id": 4946431869117, "order_id": 3945529802941, "kind": "sale", "gateway": "", "status": "success", "message": null, "created_at": "2021-07-08T02:42:38-07:00", "test": false, "authorization": null, "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2021-07-08T02:42:38-07:00", "device_id": null, "error_code": null, "source_name": "5505221", "receipt": {}, "amount": 1.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/4946431869117", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972425412} -{"stream": "transactions", "data": {"id": 5386423009469, "order_id": 3945529802941, "kind": "refund", "gateway": "", "status": "success", "message": "Refunded 1.00 from manual gateway", "created_at": "2021-12-07T20:54:37-08:00", "test": false, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 4946431869117, "processed_at": "2021-12-07T20:54:37-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": 1.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5386423009469", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972425462} -{"stream": "transactions", "data": {"id": 5389681295549, "order_id": 3944277278909, "kind": "refund", "gateway": "", "status": "success", "message": "Refunded 25.00 from manual gateway", "created_at": "2021-12-09T04:13:54-08:00", "test": false, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 4944858644669, "processed_at": "2021-12-09T04:13:54-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": 25.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5389681295549", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972426160} -{"stream": "transactions", "data": {"id": 5526257828029, "order_id": 3942533005501, "kind": "sale", "gateway": "manual", "status": "success", "message": "Marked the manual payment as received", "created_at": "2022-02-22T02:12:27-08:00", "test": false, "authorization": null, "location_id": null, "user_id": null, "parent_id": 4942580023485, "processed_at": "2022-02-22T02:12:27-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": 37.05, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5526257828029", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972427983} -{"stream": "transactions", "data": {"id": 5526257860797, "order_id": 3944114815165, "kind": "sale", "gateway": "manual", "status": "success", "message": "Marked the manual payment as received", "created_at": "2022-02-22T02:12:28-08:00", "test": false, "authorization": null, "location_id": null, "user_id": null, "parent_id": 4944659251389, "processed_at": "2022-02-22T02:12:28-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": 275.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5526257860797", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972428828} -{"stream": "transactions", "data": {"id": 5535958532285, "order_id": 4424599437501, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-02-27T23:47:03-08:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-02-27T23:47:03-08:00", "device_id": null, "error_code": null, "source_name": "web", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "265.79"}, "amount": 265.79, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5535958532285", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972429497} -{"stream": "transactions", "data": {"id": 5541595152573, "order_id": 4424599437501, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-03T03:47:45-08:00", "test": true, "authorization": null, "location_id": null, "user_id": null, "parent_id": 5535958532285, "processed_at": "2022-03-03T03:47:45-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "145.50"}, "amount": 145.5, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5541595152573", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972429551} -{"stream": "transactions", "data": {"id": 5548849955005, "order_id": 4424598323389, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-07T02:10:15-08:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5535956828349, "processed_at": "2022-03-07T02:10:15-08:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "18.44"}, "amount": 18.44, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5548849955005", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972430882} -{"stream": "transactions", "data": {"id": 5566730404029, "order_id": 4446352212157, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-17T02:57:40-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-17T02:57:40-07:00", "device_id": null, "error_code": null, "source_name": "shopify_draft_order", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "120.00"}, "amount": 120.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5566730404029", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972431528} -{"stream": "transactions", "data": {"id": 5566733287613, "order_id": 4446354571453, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-17T02:59:41-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-17T02:59:41-07:00", "device_id": null, "error_code": null, "source_name": "shopify_draft_order", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "19.00"}, "amount": 19.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5566733287613", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972432606} -{"stream": "transactions", "data": {"id": 5566734139581, "order_id": 4446355226813, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-17T03:00:13-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-17T03:00:13-07:00", "device_id": null, "error_code": null, "source_name": "shopify_draft_order", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "23.00"}, "amount": 23.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5566734139581", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972433403} -{"stream": "transactions", "data": {"id": 5566736662717, "order_id": 4446355882173, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-17T03:00:45-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-17T03:00:45-07:00", "device_id": null, "error_code": null, "source_name": "shopify_draft_order", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "65.00"}, "amount": 65.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5566736662717", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972434045} -{"stream": "transactions", "data": {"id": 5566741610685, "order_id": 4446359781565, "kind": "sale", "gateway": "bogus", "status": "failure", "message": "Bogus Gateway: Forced failure", "created_at": "2022-03-17T03:03:34-07:00", "test": true, "authorization": null, "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-17T03:03:34-07:00", "device_id": null, "error_code": "processing_error", "source_name": "shopify_draft_order", "payment_details": {"credit_card_bin": "2", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 2", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "140.50", "error": "Bogus Gateway: Forced failure", "error_code": "processing_error"}, "amount": 140.5, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5566741610685", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972434969} -{"stream": "transactions", "data": {"id": 5566741971133, "order_id": 4446359781565, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-17T03:03:57-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-17T03:03:57-07:00", "device_id": null, "error_code": null, "source_name": "shopify_draft_order", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "140.50"}, "amount": 140.5, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5566741971133", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972435023} -{"stream": "transactions", "data": {"id": 5566744363197, "order_id": 4446361583805, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-03-17T03:05:05-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-17T03:05:05-07:00", "device_id": null, "error_code": null, "source_name": "shopify_draft_order", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "46.00"}, "amount": 46.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5566744363197", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972435718} -{"stream": "transactions", "data": {"id": 5573422121149, "order_id": 4450987802813, "kind": "sale", "gateway": "manual", "status": "success", "message": "Marked the manual payment as received", "created_at": "2022-03-21T05:15:00-07:00", "test": false, "authorization": null, "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-03-21T05:15:00-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "receipt": {}, "amount": 70.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5573422121149", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972436427} -{"stream": "transactions", "data": {"id": 5721088000189, "order_id": 4554804756669, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-15T04:51:03-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-06-15T04:51:03-07:00", "device_id": null, "error_code": null, "source_name": "web", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "52.57"}, "amount": 52.57, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721088000189", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972437175} -{"stream": "transactions", "data": {"id": 5721105498301, "order_id": 4554817142973, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-15T05:09:44-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-06-15T05:09:44-07:00", "device_id": null, "error_code": null, "source_name": "580111", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "52.57"}, "amount": 52.57, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721105498301", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972437940} -{"stream": "transactions", "data": {"id": 5721168183485, "order_id": 4446360731837, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-15T06:22:36-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5566743314621, "processed_at": "2022-06-15T06:22:36-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "83.00"}, "amount": 83.0, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721168183485", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972438723} -{"stream": "transactions", "data": {"id": 5721170968765, "order_id": 4554821468349, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-15T06:25:42-07:00", "test": true, "authorization": null, "location_id": null, "user_id": null, "parent_id": 5721110872253, "processed_at": "2022-06-15T06:25:42-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "57.23"}, "amount": 57.23, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5721170968765", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972440019} -{"stream": "transactions", "data": {"id": 5722805829821, "order_id": 4557016793277, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-16T01:11:32-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-06-16T01:11:32-07:00", "device_id": null, "error_code": null, "source_name": "web", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "202.92"}, "amount": 202.92, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5722805829821", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972440695} -{"stream": "transactions", "data": {"id": 5731619930301, "order_id": 4563707330749, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-22T02:34:34-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-06-22T02:34:34-07:00", "device_id": null, "error_code": null, "source_name": "web", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "57.23"}, "amount": 57.23, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5731619930301", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972441319} -{"stream": "transactions", "data": {"id": 5731686547645, "order_id": 4563761987773, "kind": "sale", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-06-22T03:50:11-07:00", "test": true, "authorization": "53433", "location_id": null, "user_id": null, "parent_id": null, "processed_at": "2022-06-22T03:50:11-07:00", "device_id": null, "error_code": null, "source_name": "580111", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "57.23"}, "amount": 57.23, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5731686547645", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972441977} -{"stream": "transactions", "data": {"id": 5914025590973, "order_id": 4563761987773, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-10-10T06:05:29-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5731686547645, "processed_at": "2022-10-10T06:05:29-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "57.23"}, "amount": 57.23, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914025590973", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972442027} -{"stream": "transactions", "data": {"id": 5914041843901, "order_id": 4554864656573, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-10-10T06:20:18-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5721165562045, "processed_at": "2022-10-10T06:20:18-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "113.49"}, "amount": 113.49, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914041843901", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972443303} -{"stream": "transactions", "data": {"id": 5914043351229, "order_id": 4554864656573, "kind": "refund", "gateway": "bogus", "status": "success", "message": "Bogus Gateway: Forced success", "created_at": "2022-10-10T06:21:52-07:00", "test": true, "authorization": null, "location_id": null, "user_id": 74861019325, "parent_id": 5721165562045, "processed_at": "2022-10-10T06:21:52-07:00", "device_id": null, "error_code": null, "source_name": "1830279", "payment_details": {"credit_card_bin": "1", "avs_result_code": null, "cvv_result_code": null, "credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "receipt": {"paid_amount": "98.94"}, "amount": 98.94, "currency": "USD", "admin_graphql_api_id": "gid://shopify/OrderTransaction/5914043351229", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972443355} -{"stream": "tender_transactions", "data": {"id": 4214463955133, "order_id": 4554864656573, "amount": "-98.94", "currency": "USD", "user_id": 74861019325, "test": true, "processed_at": "2022-10-10T06:21:52-07:00", "remote_reference": null, "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444640} -{"stream": "tender_transactions", "data": {"id": 4214463070397, "order_id": 4554864656573, "amount": "-113.49", "currency": "USD", "user_id": 74861019325, "test": true, "processed_at": "2022-10-10T06:20:18-07:00", "remote_reference": null, "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444640} -{"stream": "tender_transactions", "data": {"id": 4214450618557, "order_id": 4563761987773, "amount": "-57.23", "currency": "USD", "user_id": 74861019325, "test": true, "processed_at": "2022-10-10T06:05:29-07:00", "remote_reference": null, "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444641} -{"stream": "tender_transactions", "data": {"id": 4089764970685, "order_id": 4563761987773, "amount": "57.23", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-22T03:50:11-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444641} -{"stream": "tender_transactions", "data": {"id": 4089725518013, "order_id": 4563717849277, "amount": "128.30", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-22T02:50:28-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444641} -{"stream": "tender_transactions", "data": {"id": 4089716015293, "order_id": 4563707330749, "amount": "57.23", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-22T02:34:34-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444641} -{"stream": "tender_transactions", "data": {"id": 4083314884797, "order_id": 4557016793277, "amount": "202.92", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-16T01:11:32-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444642} -{"stream": "tender_transactions", "data": {"id": 4082081857725, "order_id": 4554821468349, "amount": "-57.23", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-15T06:25:42-07:00", "remote_reference": null, "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444642} -{"stream": "tender_transactions", "data": {"id": 4082080186557, "order_id": 4446360731837, "amount": "-83.00", "currency": "USD", "user_id": 74861019325, "test": true, "processed_at": "2022-06-15T06:22:36-07:00", "remote_reference": null, "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444642} -{"stream": "tender_transactions", "data": {"id": 4082078449853, "order_id": 4554864656573, "amount": "340.66", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-15T06:20:12-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444642} -{"stream": "tender_transactions", "data": {"id": 4082077434045, "order_id": 4554863542461, "amount": "54.51", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-15T06:18:54-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444643} -{"stream": "tender_transactions", "data": {"id": 4082038931645, "order_id": 4554821468349, "amount": "57.23", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-15T05:16:52-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444643} -{"stream": "tender_transactions", "data": {"id": 4082035294397, "order_id": 4554817142973, "amount": "52.57", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-15T05:09:44-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444643} -{"stream": "tender_transactions", "data": {"id": 4082022744253, "order_id": 4554804756669, "amount": "52.57", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-06-15T04:51:03-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444643} -{"stream": "tender_transactions", "data": {"id": 3983912829117, "order_id": 4450987802813, "amount": "70.00", "currency": "USD", "user_id": null, "test": false, "processed_at": "2022-03-21T05:15:00-07:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444644} -{"stream": "tender_transactions", "data": {"id": 3979542855869, "order_id": 4446361583805, "amount": "46.00", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-17T03:05:05-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444644} -{"stream": "tender_transactions", "data": {"id": 3979542200509, "order_id": 4446360731837, "amount": "153.00", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-17T03:04:32-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444644} -{"stream": "tender_transactions", "data": {"id": 3979541315773, "order_id": 4446359781565, "amount": "140.50", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-17T03:03:57-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444645} -{"stream": "tender_transactions", "data": {"id": 3979537580221, "order_id": 4446355882173, "amount": "65.00", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-17T03:00:45-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444645} -{"stream": "tender_transactions", "data": {"id": 3979536957629, "order_id": 4446355226813, "amount": "23.00", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-17T03:00:13-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444645} -{"stream": "tender_transactions", "data": {"id": 3979536335037, "order_id": 4446354571453, "amount": "19.00", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-17T02:59:41-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444645} -{"stream": "tender_transactions", "data": {"id": 3979534237885, "order_id": 4446352212157, "amount": "120.00", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-17T02:57:40-07:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444646} -{"stream": "tender_transactions", "data": {"id": 3967173722301, "order_id": 4424598323389, "amount": "-18.44", "currency": "USD", "user_id": 74861019325, "test": true, "processed_at": "2022-03-07T02:10:15-08:00", "remote_reference": null, "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444646} -{"stream": "tender_transactions", "data": {"id": 3962318782653, "order_id": 4424599437501, "amount": "-145.50", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-03-03T03:47:45-08:00", "remote_reference": null, "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444646} -{"stream": "tender_transactions", "data": {"id": 3958252863677, "order_id": 4424599437501, "amount": "265.79", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-02-27T23:47:03-08:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444647} -{"stream": "tender_transactions", "data": {"id": 3958251815101, "order_id": 4424598323389, "amount": "102.83", "currency": "USD", "user_id": null, "test": true, "processed_at": "2022-02-27T23:44:27-08:00", "remote_reference": "53433", "payment_details": {"credit_card_number": "\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1", "credit_card_company": "Bogus"}, "payment_method": "credit_card", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444647} -{"stream": "tender_transactions", "data": {"id": 3951684255933, "order_id": 3944114815165, "amount": "275.00", "currency": "USD", "user_id": null, "test": false, "processed_at": "2022-02-22T02:12:28-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444647} -{"stream": "tender_transactions", "data": {"id": 3951684223165, "order_id": 3942533005501, "amount": "37.05", "currency": "USD", "user_id": null, "test": false, "processed_at": "2022-02-22T02:12:27-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444647} -{"stream": "tender_transactions", "data": {"id": 3859969409213, "order_id": 4316164554941, "amount": "-27.00", "currency": "USD", "user_id": 74861019325, "test": false, "processed_at": "2021-12-13T20:43:39-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444648} -{"stream": "tender_transactions", "data": {"id": 3859967606973, "order_id": 4316164554941, "amount": "27.00", "currency": "USD", "user_id": null, "test": false, "processed_at": "2021-12-13T20:41:21-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444648} -{"stream": "tender_transactions", "data": {"id": 3854127005885, "order_id": 4308949041341, "amount": "-27.00", "currency": "USD", "user_id": 74861019325, "test": false, "processed_at": "2021-12-09T21:55:28-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444648} -{"stream": "tender_transactions", "data": {"id": 3853094682813, "order_id": 4308949041341, "amount": "-27.00", "currency": "USD", "user_id": 74861019325, "test": false, "processed_at": "2021-12-09T08:36:32-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444648} -{"stream": "tender_transactions", "data": {"id": 3853086359741, "order_id": 4308949041341, "amount": "-81.00", "currency": "USD", "user_id": 74861019325, "test": false, "processed_at": "2021-12-09T08:31:07-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444648} -{"stream": "tender_transactions", "data": {"id": 3853080559805, "order_id": 4308949041341, "amount": "135.00", "currency": "USD", "user_id": null, "test": false, "processed_at": "2021-12-09T08:27:54-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444649} -{"stream": "tender_transactions", "data": {"id": 3852789317821, "order_id": 3944277278909, "amount": "-25.00", "currency": "USD", "user_id": 74861019325, "test": false, "processed_at": "2021-12-09T04:13:54-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444649} -{"stream": "tender_transactions", "data": {"id": 3850570006717, "order_id": 3945529802941, "amount": "-1.00", "currency": "USD", "user_id": 74861019325, "test": false, "processed_at": "2021-12-07T20:54:37-08:00", "remote_reference": null, "payment_details": null, "payment_method": "unknown", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972444649} -{"stream": "pages", "data": {"id": 83074318525, "title": "Contact Us", "shop_id": 58033176765, "handle": "contact-us", "body_html": "integration-test@airbyte.io", "author": null, "created_at": "2021-07-08T05:24:10-07:00", "updated_at": "2022-10-08T08:07:00-07:00", "published_at": "2021-07-08T05:24:10-07:00", "template_suffix": "", "admin_graphql_api_id": "gid://shopify/OnlineStorePage/83074318525", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972445345} -{"stream": "metafield_pages", "data": {"id": 21520489840829, "namespace": "my_fields", "key": "subtitle", "value": "A subtitle for my page 3", "description": null, "owner_id": 83074318525, "created_at": "2022-10-08T08:05:44-07:00", "updated_at": "2022-10-08T08:05:58-07:00", "owner_resource": "page", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21520489840829", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972446853} -{"stream": "metafield_pages", "data": {"id": 21520490070205, "namespace": "my_fields2", "key": "subtitle_2", "value": "A subtitle for my page 3", "description": null, "owner_id": 83074318525, "created_at": "2022-10-08T08:07:00-07:00", "updated_at": "2022-10-08T08:07:00-07:00", "owner_resource": "page", "type": "single_line_text_field", "admin_graphql_api_id": "gid://shopify/Metafield/21520490070205", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972446856} -{"stream": "price_rules", "data": {"id": 945205379261, "value_type": "percentage", "value": "-100.0", "customer_selection": "all", "target_type": "shipping_line", "target_selection": "all", "allocation_method": "each", "allocation_limit": null, "once_per_customer": false, "usage_limit": null, "starts_at": "2021-07-08T05:40:13-07:00", "ends_at": "2021-09-17T23:59:59-07:00", "created_at": "2021-07-08T05:40:37-07:00", "updated_at": "2022-10-14T10:10:04-07:00", "entitled_product_ids": [], "entitled_variant_ids": [], "entitled_collection_ids": [], "entitled_country_ids": [], "prerequisite_product_ids": [], "prerequisite_variant_ids": [], "prerequisite_collection_ids": [], "customer_segment_prerequisite_ids": [], "prerequisite_customer_ids": [], "prerequisite_subtotal_range": {"greater_than_or_equal_to": "1.0"}, "prerequisite_quantity_range": null, "prerequisite_shipping_price_range": null, "prerequisite_to_entitlement_quantity_ratio": {"prerequisite_quantity": null, "entitled_quantity": null}, "prerequisite_to_entitlement_purchase": {"prerequisite_amount": null}, "title": "HZAVNV2487WC", "admin_graphql_api_id": "gid://shopify/PriceRule/945205379261", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972447725} -{"stream": "price_rules", "data": {"id": 945205084349, "value_type": "percentage", "value": "-3.0", "customer_selection": "all", "target_type": "line_item", "target_selection": "entitled", "allocation_method": "across", "allocation_limit": null, "once_per_customer": false, "usage_limit": null, "starts_at": "2021-07-08T05:38:47-07:00", "ends_at": null, "created_at": "2021-07-08T05:39:22-07:00", "updated_at": "2022-10-14T10:10:25-07:00", "entitled_product_ids": [6796220989629], "entitled_variant_ids": [], "entitled_collection_ids": [], "entitled_country_ids": [], "prerequisite_product_ids": [], "prerequisite_variant_ids": [], "prerequisite_collection_ids": [], "customer_segment_prerequisite_ids": [], "prerequisite_customer_ids": [], "prerequisite_subtotal_range": null, "prerequisite_quantity_range": null, "prerequisite_shipping_price_range": null, "prerequisite_to_entitlement_quantity_ratio": {"prerequisite_quantity": null, "entitled_quantity": null}, "prerequisite_to_entitlement_purchase": {"prerequisite_amount": null}, "title": "X10BGR52QXC1", "admin_graphql_api_id": "gid://shopify/PriceRule/945205084349", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972447726} -{"stream": "price_rules", "data": {"id": 1112171741373, "value_type": "fixed_amount", "value": "-10.0", "customer_selection": "all", "target_type": "line_item", "target_selection": "all", "allocation_method": "across", "allocation_limit": null, "once_per_customer": false, "usage_limit": null, "starts_at": "2017-01-19T09:59:10-08:00", "ends_at": null, "created_at": "2022-10-14T10:19:39-07:00", "updated_at": "2022-10-14T10:19:39-07:00", "entitled_product_ids": [], "entitled_variant_ids": [], "entitled_collection_ids": [], "entitled_country_ids": [], "prerequisite_product_ids": [], "prerequisite_variant_ids": [], "prerequisite_collection_ids": [], "customer_segment_prerequisite_ids": [], "prerequisite_customer_ids": [], "prerequisite_subtotal_range": null, "prerequisite_quantity_range": null, "prerequisite_shipping_price_range": null, "prerequisite_to_entitlement_quantity_ratio": {"prerequisite_quantity": null, "entitled_quantity": null}, "prerequisite_to_entitlement_purchase": {"prerequisite_amount": null}, "title": "SUMMERSALE10OFF", "admin_graphql_api_id": "gid://shopify/PriceRule/1112171741373", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972447726} -{"stream": "metafield_shops", "data": {"id": 21218758262973, "namespace": "klaviyo", "key": "company_id", "value": "RjQ4wJ", "description": null, "owner_id": 58033176765, "created_at": "2022-05-30T23:36:45-07:00", "updated_at": "2022-05-30T23:36:45-07:00", "owner_resource": "shop", "type": "string", "admin_graphql_api_id": "gid://shopify/Metafield/21218758262973", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972449519} -{"stream": "metafield_shops", "data": {"id": 21218758295741, "namespace": "klaviyo", "key": "inject_via_app_embed", "value": "True", "description": null, "owner_id": 58033176765, "created_at": "2022-05-30T23:36:45-07:00", "updated_at": "2022-05-30T23:42:02-07:00", "owner_resource": "shop", "type": "boolean", "admin_graphql_api_id": "gid://shopify/Metafield/21218758295741", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972449520} -{"stream": "metafield_shops", "data": {"id": 21218758328509, "namespace": "klaviyo", "key": "viewed_product", "value": "True", "description": null, "owner_id": 58033176765, "created_at": "2022-05-30T23:36:46-07:00", "updated_at": "2022-05-30T23:36:46-07:00", "owner_resource": "shop", "type": "boolean", "admin_graphql_api_id": "gid://shopify/Metafield/21218758328509", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972449520} -{"stream": "discount_codes", "data": {"id": 13175793582269, "price_rule_id": 945205379261, "code": "SUMMERSALE10OFF", "usage_count": 0, "created_at": "2022-10-14T10:10:04-07:00", "updated_at": "2022-10-14T10:10:04-07:00", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972451818} -{"stream": "discount_codes", "data": {"id": 11545139282109, "price_rule_id": 945205379261, "code": "HZAVNV2487WC", "usage_count": 0, "created_at": "2021-07-08T05:40:37-07:00", "updated_at": "2021-07-08T05:40:37-07:00", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972451823} -{"stream": "discount_codes", "data": {"id": 13175793680573, "price_rule_id": 945205084349, "code": "WINTERSALE10OFF", "usage_count": 0, "created_at": "2022-10-14T10:10:25-07:00", "updated_at": "2022-10-14T10:10:25-07:00", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972452585} -{"stream": "locations", "data": {"id": 63590301885, "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "zip": "30100", "province": null, "country": "UA", "phone": "", "created_at": "2021-06-22T18:00:29-07:00", "updated_at": "2022-10-12T02:21:35-07:00", "country_code": "UA", "country_name": "Ukraine", "province_code": null, "legacy": false, "active": true, "admin_graphql_api_id": "gid://shopify/Location/63590301885", "localized_country_name": "Ukraine", "localized_province_name": null, "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972454053} -{"stream": "metafield_locations", "data": {"id": 21524407255229, "namespace": "inventory", "key": "warehouse_2", "value": "234", "description": null, "owner_id": 63590301885, "created_at": "2022-10-12T02:21:27-07:00", "updated_at": "2022-10-12T02:21:27-07:00", "owner_resource": "location", "type": "number_integer", "admin_graphql_api_id": "gid://shopify/Metafield/21524407255229", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972455679} -{"stream": "metafield_locations", "data": {"id": 21524407681213, "namespace": "inventory", "key": "warehouse_233", "value": "564", "description": null, "owner_id": 63590301885, "created_at": "2022-10-12T02:21:35-07:00", "updated_at": "2022-10-12T02:21:35-07:00", "owner_resource": "location", "type": "number_integer", "admin_graphql_api_id": "gid://shopify/Metafield/21524407681213", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972455683} -{"stream": "inventory_items", "data": {"id": 42185195290813, "sku": "", "created_at": "2021-06-22T18:09:29-07:00", "updated_at": "2021-06-22T18:09:29-07:00", "requires_shipping": true, "cost": null, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/42185195290813", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972456635} -{"stream": "inventory_items", "data": {"id": 42185204662461, "sku": "", "created_at": "2021-06-22T18:10:00-07:00", "updated_at": "2021-06-22T18:10:00-07:00", "requires_shipping": true, "cost": null, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/42185204662461", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972457965} -{"stream": "inventory_items", "data": {"id": 42185228681405, "sku": "", "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-06-22T18:11:24-07:00", "requires_shipping": false, "cost": null, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/42185228681405", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972458575} -{"stream": "inventory_items", "data": {"id": 42185228714173, "sku": "", "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-06-22T18:11:24-07:00", "requires_shipping": false, "cost": null, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/42185228714173", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972458594} -{"stream": "inventory_items", "data": {"id": 42185228746941, "sku": "", "created_at": "2021-06-22T18:11:24-07:00", "updated_at": "2021-06-22T18:11:24-07:00", "requires_shipping": true, "cost": null, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/42185228746941", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972458611} -{"stream": "inventory_items", "data": {"id": 42185200631997, "sku": "", "created_at": "2021-06-22T18:09:47-07:00", "updated_at": "2022-02-22T00:40:19-08:00", "requires_shipping": true, "cost": 19.0, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/42185200631997", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972459162} -{"stream": "inventory_items", "data": {"id": 43653682495677, "sku": "", "created_at": "2022-03-06T14:09:20-08:00", "updated_at": "2022-03-06T14:09:20-08:00", "requires_shipping": true, "cost": 19.0, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/43653682495677", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972459172} -{"stream": "inventory_items", "data": {"id": 43653688524989, "sku": "", "created_at": "2022-03-06T14:12:20-08:00", "updated_at": "2022-03-06T14:12:20-08:00", "requires_shipping": true, "cost": 19.0, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/43653688524989", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972459182} -{"stream": "inventory_items", "data": {"id": 44688621142205, "sku": "", "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "requires_shipping": true, "cost": 14.99, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/44688621142205", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972465378} -{"stream": "inventory_items", "data": {"id": 44688621174973, "sku": "", "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "requires_shipping": true, "cost": 14.99, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/44688621174973", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972465388} -{"stream": "inventory_items", "data": {"id": 44688621207741, "sku": "", "created_at": "2023-01-06T10:35:26-08:00", "updated_at": "2023-01-06T10:35:26-08:00", "requires_shipping": true, "cost": 14.99, "country_code_of_origin": null, "province_code_of_origin": null, "harmonized_system_code": null, "tracked": true, "country_harmonized_system_codes": [], "admin_graphql_api_id": "gid://shopify/InventoryItem/44688621207741", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972465397} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194635453, "location_id": 63590301885, "available": 49, "updated_at": "2022-02-27T23:44:30-08:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194635453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194635453"}, "emitted_at": 1673972467062} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194668221, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:09:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194668221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194668221"}, "emitted_at": 1673972467065} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194700989, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:09:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194700989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194700989"}, "emitted_at": 1673972467067} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194733757, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:09:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194733757", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194733757"}, "emitted_at": 1673972467069} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194766525, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194766525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194766525"}, "emitted_at": 1673972467072} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194799293, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194799293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194799293"}, "emitted_at": 1673972467074} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194832061, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194832061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194832061"}, "emitted_at": 1673972467076} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194864829, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194864829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194864829"}, "emitted_at": 1673972467079} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194897597, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194897597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194897597"}, "emitted_at": 1673972467081} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194930365, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194930365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194930365"}, "emitted_at": 1673972467083} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194963133, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194963133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194963133"}, "emitted_at": 1673972467085} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185194995901, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185194995901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185194995901"}, "emitted_at": 1673972467087} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195061437, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195061437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195061437"}, "emitted_at": 1673972467089} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195094205, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195094205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195094205"}, "emitted_at": 1673972467092} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195126973, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:09:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195126973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195126973"}, "emitted_at": 1673972467094} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195159741, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:09:29-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195159741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195159741"}, "emitted_at": 1673972467096} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195192509, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195192509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195192509"}, "emitted_at": 1673972467099} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195290813, "location_id": 63590301885, "available": 4, "updated_at": "2022-02-22T00:43:25-08:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195290813", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195290813"}, "emitted_at": 1673972467101} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195225277, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195225277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195225277"}, "emitted_at": 1673972467103} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195323581, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195323581", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195323581"}, "emitted_at": 1673972467106} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195258045, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195258045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195258045"}, "emitted_at": 1673972467108} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195356349, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195356349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195356349"}, "emitted_at": 1673972467110} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195389117, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195389117", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195389117"}, "emitted_at": 1673972467112} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195421885, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195421885", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195421885"}, "emitted_at": 1673972467115} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195454653, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195454653", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195454653"}, "emitted_at": 1673972467117} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195487421, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195487421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195487421"}, "emitted_at": 1673972467119} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195520189, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195520189", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195520189"}, "emitted_at": 1673972467122} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195552957, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195552957", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195552957"}, "emitted_at": 1673972467124} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195585725, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195585725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195585725"}, "emitted_at": 1673972467126} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195618493, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195618493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195618493"}, "emitted_at": 1673972467128} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195684029, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:09:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195684029", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195684029"}, "emitted_at": 1673972467130} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195716797, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:09:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195716797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195716797"}, "emitted_at": 1673972467132} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195749565, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:09:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195749565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195749565"}, "emitted_at": 1673972467134} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195782333, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:09:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195782333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195782333"}, "emitted_at": 1673972467136} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195815101, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:09:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195815101", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195815101"}, "emitted_at": 1673972467139} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195847869, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:09:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195847869", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195847869"}, "emitted_at": 1673972467141} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195880637, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195880637", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195880637"}, "emitted_at": 1673972467143} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195913405, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195913405", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195913405"}, "emitted_at": 1673972467145} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195946173, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:09:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195946173", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195946173"}, "emitted_at": 1673972467148} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185195978941, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185195978941", "shop_url": "airbyte-integration-test", "id": "63590301885|42185195978941"}, "emitted_at": 1673972467151} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196011709, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196011709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196011709"}, "emitted_at": 1673972467153} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196077245, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:09:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196077245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196077245"}, "emitted_at": 1673972467156} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196110013, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196110013", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196110013"}, "emitted_at": 1673972467158} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196142781, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196142781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196142781"}, "emitted_at": 1673972467160} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196175549, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:09:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196175549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196175549"}, "emitted_at": 1673972467162} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196208317, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196208317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196208317"}, "emitted_at": 1673972467164} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196241085, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196241085", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196241085"}, "emitted_at": 1673972467166} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196273853, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196273853", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196273853"}, "emitted_at": 1673972467169} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196306621, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196306621", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196306621"}, "emitted_at": 1673972467171} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196339389, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196339389", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196339389"}, "emitted_at": 1673972467173} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196372157, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196372157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196372157"}, "emitted_at": 1673972467175} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196404925, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:09:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196404925", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196404925"}, "emitted_at": 1673972467178} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196437693, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196437693", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196437693"}, "emitted_at": 1673972467180} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196470461, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196470461", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196470461"}, "emitted_at": 1673972467182} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196503229, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196503229", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196503229"}, "emitted_at": 1673972467184} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196535997, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196535997", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196535997"}, "emitted_at": 1673972467186} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196568765, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196568765", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196568765"}, "emitted_at": 1673972467188} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196601533, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196601533", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196601533"}, "emitted_at": 1673972467190} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196634301, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196634301", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196634301"}, "emitted_at": 1673972467192} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196667069, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196667069", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196667069"}, "emitted_at": 1673972467194} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196699837, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196699837", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196699837"}, "emitted_at": 1673972467196} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196732605, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196732605", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196732605"}, "emitted_at": 1673972467198} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196765373, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196765373", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196765373"}, "emitted_at": 1673972467201} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196798141, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:09:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196798141", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196798141"}, "emitted_at": 1673972467203} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196830909, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:09:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196830909", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196830909"}, "emitted_at": 1673972467205} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185196896445, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:09:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185196896445", "shop_url": "airbyte-integration-test", "id": "63590301885|42185196896445"}, "emitted_at": 1673972467207} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197256893, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:09:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197256893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197256893"}, "emitted_at": 1673972467210} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197289661, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:09:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197289661", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197289661"}, "emitted_at": 1673972467212} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197322429, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197322429", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197322429"}, "emitted_at": 1673972467214} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197355197, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:09:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197355197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197355197"}, "emitted_at": 1673972467216} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197387965, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197387965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197387965"}, "emitted_at": 1673972467218} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197420733, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197420733", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197420733"}, "emitted_at": 1673972467220} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197453501, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197453501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197453501"}, "emitted_at": 1673972467222} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197486269, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197486269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197486269"}, "emitted_at": 1673972467224} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197519037, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197519037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197519037"}, "emitted_at": 1673972467226} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197551805, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197551805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197551805"}, "emitted_at": 1673972467228} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197584573, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197584573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197584573"}, "emitted_at": 1673972467230} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197617341, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:09:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197617341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197617341"}, "emitted_at": 1673972467232} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197650109, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:09:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197650109", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197650109"}, "emitted_at": 1673972467235} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197715645, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:09:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197715645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197715645"}, "emitted_at": 1673972467237} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197748413, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197748413", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197748413"}, "emitted_at": 1673972467239} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197781181, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:09:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197781181", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197781181"}, "emitted_at": 1673972467242} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197813949, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:09:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197813949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197813949"}, "emitted_at": 1673972467244} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197846717, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:09:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197846717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197846717"}, "emitted_at": 1673972467246} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197879485, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:09:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197879485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197879485"}, "emitted_at": 1673972467248} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197912253, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:09:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197912253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197912253"}, "emitted_at": 1673972467250} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197945021, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197945021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197945021"}, "emitted_at": 1673972467252} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185197977789, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:09:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185197977789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185197977789"}, "emitted_at": 1673972467254} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198043325, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198043325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198043325"}, "emitted_at": 1673972467256} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198076093, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198076093", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198076093"}, "emitted_at": 1673972467259} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198108861, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198108861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198108861"}, "emitted_at": 1673972467261} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198141629, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198141629", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198141629"}, "emitted_at": 1673972467263} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198174397, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198174397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198174397"}, "emitted_at": 1673972467265} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198207165, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198207165", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198207165"}, "emitted_at": 1673972467267} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198239933, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198239933", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198239933"}, "emitted_at": 1673972467269} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198272701, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198272701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198272701"}, "emitted_at": 1673972467271} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198338237, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198338237", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198338237"}, "emitted_at": 1673972467274} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198371005, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198371005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198371005"}, "emitted_at": 1673972467276} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198403773, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:09:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198403773", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198403773"}, "emitted_at": 1673972467278} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198436541, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:09:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198436541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198436541"}, "emitted_at": 1673972467281} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198469309, "location_id": 63590301885, "available": 41, "updated_at": "2022-03-17T03:04:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198469309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198469309"}, "emitted_at": 1673972467283} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198502077, "location_id": 63590301885, "available": 38, "updated_at": "2022-06-15T06:22:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198502077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198502077"}, "emitted_at": 1673972467286} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198534845, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:09:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198534845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198534845"}, "emitted_at": 1673972467288} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198567613, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198567613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198567613"}, "emitted_at": 1673972467291} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198600381, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:09:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198600381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198600381"}, "emitted_at": 1673972467293} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198665917, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:09:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198665917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198665917"}, "emitted_at": 1673972467296} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198698685, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:09:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198698685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198698685"}, "emitted_at": 1673972467298} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198731453, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:09:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198731453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198731453"}, "emitted_at": 1673972467301} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198764221, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:09:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198764221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198764221"}, "emitted_at": 1673972467303} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198796989, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:09:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198796989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198796989"}, "emitted_at": 1673972467306} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198829757, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:09:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198829757", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198829757"}, "emitted_at": 1673972467308} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198862525, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198862525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198862525"}, "emitted_at": 1673972467310} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198895293, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:09:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198895293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198895293"}, "emitted_at": 1673972467313} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198928061, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:09:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198928061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198928061"}, "emitted_at": 1673972467315} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198960829, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:09:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198960829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198960829"}, "emitted_at": 1673972467317} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185198993597, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185198993597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185198993597"}, "emitted_at": 1673972467319} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199026365, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199026365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199026365"}, "emitted_at": 1673972467321} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199059133, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199059133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199059133"}, "emitted_at": 1673972467324} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199091901, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199091901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199091901"}, "emitted_at": 1673972467326} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199124669, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199124669", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199124669"}, "emitted_at": 1673972467328} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199157437, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199157437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199157437"}, "emitted_at": 1673972467330} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199190205, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199190205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199190205"}, "emitted_at": 1673972467332} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199222973, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199222973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199222973"}, "emitted_at": 1673972467335} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199255741, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199255741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199255741"}, "emitted_at": 1673972467337} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199288509, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199288509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199288509"}, "emitted_at": 1673972467339} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199321277, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199321277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199321277"}, "emitted_at": 1673972467341} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199419581, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199419581", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199419581"}, "emitted_at": 1673972467343} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199452349, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199452349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199452349"}, "emitted_at": 1673972467345} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199485117, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:09:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199485117", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199485117"}, "emitted_at": 1673972467347} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199517885, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:09:44-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199517885", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199517885"}, "emitted_at": 1673972467350} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199550653, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:09:44-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199550653", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199550653"}, "emitted_at": 1673972467352} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199583421, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:09:44-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199583421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199583421"}, "emitted_at": 1673972467354} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199616189, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199616189", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199616189"}, "emitted_at": 1673972467356} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199714493, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199714493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199714493"}, "emitted_at": 1673972467359} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199648957, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199648957", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199648957"}, "emitted_at": 1673972467360} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199681725, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199681725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199681725"}, "emitted_at": 1673972467363} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199747261, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199747261", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199747261"}, "emitted_at": 1673972467365} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199780029, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199780029", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199780029"}, "emitted_at": 1673972467367} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199812797, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199812797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199812797"}, "emitted_at": 1673972467369} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199845565, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199845565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199845565"}, "emitted_at": 1673972467371} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199878333, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199878333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199878333"}, "emitted_at": 1673972467373} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199976637, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199976637", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199976637"}, "emitted_at": 1673972467375} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185199911101, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185199911101", "shop_url": "airbyte-integration-test", "id": "63590301885|42185199911101"}, "emitted_at": 1673972467377} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200009405, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200009405", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200009405"}, "emitted_at": 1673972467380} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200042173, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200042173", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200042173"}, "emitted_at": 1673972467382} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200074941, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200074941", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200074941"}, "emitted_at": 1673972467384} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200107709, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:09:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200107709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200107709"}, "emitted_at": 1673972467386} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200140477, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:09:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200140477", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200140477"}, "emitted_at": 1673972467388} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200173245, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200173245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200173245"}, "emitted_at": 1673972467390} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200206013, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:09:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200206013", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200206013"}, "emitted_at": 1673972467393} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200238781, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200238781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200238781"}, "emitted_at": 1673972467395} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200304317, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:09:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200304317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200304317"}, "emitted_at": 1673972467398} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200271549, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:09:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200271549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200271549"}, "emitted_at": 1673972467400} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200337085, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:09:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200337085", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200337085"}, "emitted_at": 1673972467402} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200369853, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:09:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200369853", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200369853"}, "emitted_at": 1673972467404} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200402621, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:09:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200402621", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200402621"}, "emitted_at": 1673972467406} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200435389, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:09:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200435389", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200435389"}, "emitted_at": 1673972467409} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200468157, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:09:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200468157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200468157"}, "emitted_at": 1673972467411} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200500925, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200500925", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200500925"}, "emitted_at": 1673972467414} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200533693, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:09:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200533693", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200533693"}, "emitted_at": 1673972467416} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200566461, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:09:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200566461", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200566461"}, "emitted_at": 1673972467418} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200631997, "location_id": 63590301885, "available": 13, "updated_at": "2022-03-17T03:05:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200631997", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200631997"}, "emitted_at": 1673972467421} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200664765, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:09:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200664765", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200664765"}, "emitted_at": 1673972467423} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200697533, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:09:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200697533", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200697533"}, "emitted_at": 1673972467425} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200730301, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:09:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200730301", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200730301"}, "emitted_at": 1673972467428} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200763069, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200763069", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200763069"}, "emitted_at": 1673972467431} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200894141, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:09:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200894141", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200894141"}, "emitted_at": 1673972467433} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200795837, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200795837", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200795837"}, "emitted_at": 1673972467435} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200926909, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200926909", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200926909"}, "emitted_at": 1673972467438} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200959677, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200959677", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200959677"}, "emitted_at": 1673972467440} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200992445, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200992445", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200992445"}, "emitted_at": 1673972467443} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201025213, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201025213", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201025213"}, "emitted_at": 1673972467445} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201057981, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201057981", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201057981"}, "emitted_at": 1673972467447} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200828605, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200828605", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200828605"}, "emitted_at": 1673972467449} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185200861373, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:09:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185200861373", "shop_url": "airbyte-integration-test", "id": "63590301885|42185200861373"}, "emitted_at": 1673972467451} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201123517, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201123517", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201123517"}, "emitted_at": 1673972467454} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201156285, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201156285", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201156285"}, "emitted_at": 1673972467456} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201189053, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201189053", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201189053"}, "emitted_at": 1673972467459} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201221821, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201221821", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201221821"}, "emitted_at": 1673972467462} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201254589, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201254589", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201254589"}, "emitted_at": 1673972467467} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201287357, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201287357", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201287357"}, "emitted_at": 1673972467469} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201320125, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201320125", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201320125"}, "emitted_at": 1673972467472} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201352893, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201352893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201352893"}, "emitted_at": 1673972467475} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201451197, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201451197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201451197"}, "emitted_at": 1673972467477} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201385661, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201385661", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201385661"}, "emitted_at": 1673972467479} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201483965, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201483965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201483965"}, "emitted_at": 1673972467481} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201418429, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201418429", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201418429"}, "emitted_at": 1673972467484} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201516733, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201516733", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201516733"}, "emitted_at": 1673972467486} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201549501, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201549501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201549501"}, "emitted_at": 1673972467488} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201582269, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201582269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201582269"}, "emitted_at": 1673972467491} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201615037, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201615037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201615037"}, "emitted_at": 1673972467493} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201647805, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201647805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201647805"}, "emitted_at": 1673972467495} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201680573, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:09:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201680573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201680573"}, "emitted_at": 1673972467497} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201713341, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:09:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201713341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201713341"}, "emitted_at": 1673972467499} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201778877, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:09:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201778877", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201778877"}, "emitted_at": 1673972467502} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201811645, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:09:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201811645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201811645"}, "emitted_at": 1673972467504} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201844413, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:09:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201844413", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201844413"}, "emitted_at": 1673972467506} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201877181, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:09:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201877181", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201877181"}, "emitted_at": 1673972467508} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201909949, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:09:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201909949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201909949"}, "emitted_at": 1673972467510} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201942717, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:09:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201942717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201942717"}, "emitted_at": 1673972467512} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185201975485, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:09:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185201975485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185201975485"}, "emitted_at": 1673972467514} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202008253, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:09:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202008253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202008253"}, "emitted_at": 1673972467517} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202041021, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202041021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202041021"}, "emitted_at": 1673972467519} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202106557, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202106557", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202106557"}, "emitted_at": 1673972467521} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202139325, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202139325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202139325"}, "emitted_at": 1673972467523} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202073789, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202073789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202073789"}, "emitted_at": 1673972467526} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202172093, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202172093", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202172093"}, "emitted_at": 1673972467528} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202204861, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202204861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202204861"}, "emitted_at": 1673972467530} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202335933, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202335933", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202335933"}, "emitted_at": 1673972467533} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202237629, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202237629", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202237629"}, "emitted_at": 1673972467535} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202368701, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202368701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202368701"}, "emitted_at": 1673972467537} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202270397, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202270397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202270397"}, "emitted_at": 1673972467539} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202303165, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:09:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202303165", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202303165"}, "emitted_at": 1673972467541} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202434237, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202434237", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202434237"}, "emitted_at": 1673972467543} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202467005, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202467005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202467005"}, "emitted_at": 1673972467545} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202499773, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202499773", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202499773"}, "emitted_at": 1673972467547} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202532541, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202532541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202532541"}, "emitted_at": 1673972467549} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202598077, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202598077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202598077"}, "emitted_at": 1673972467551} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202565309, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202565309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202565309"}, "emitted_at": 1673972467553} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202630845, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202630845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202630845"}, "emitted_at": 1673972467555} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202663613, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202663613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202663613"}, "emitted_at": 1673972467557} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202696381, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202696381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202696381"}, "emitted_at": 1673972467559} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202729149, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202729149", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202729149"}, "emitted_at": 1673972467561} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202827453, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:09:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202827453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202827453"}, "emitted_at": 1673972467563} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202761917, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:09:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202761917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202761917"}, "emitted_at": 1673972467565} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202860221, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:09:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202860221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202860221"}, "emitted_at": 1673972467568} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202794685, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:09:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202794685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202794685"}, "emitted_at": 1673972467570} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202892989, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:09:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202892989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202892989"}, "emitted_at": 1673972467573} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202925757, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202925757", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202925757"}, "emitted_at": 1673972467575} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185202958525, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:09:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185202958525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185202958525"}, "emitted_at": 1673972467577} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203024061, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203024061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203024061"}, "emitted_at": 1673972467580} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203056829, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203056829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203056829"}, "emitted_at": 1673972467582} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203089597, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203089597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203089597"}, "emitted_at": 1673972467584} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203122365, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203122365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203122365"}, "emitted_at": 1673972467586} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203155133, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203155133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203155133"}, "emitted_at": 1673972467588} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203253437, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203253437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203253437"}, "emitted_at": 1673972467590} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203187901, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203187901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203187901"}, "emitted_at": 1673972467592} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203286205, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203286205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203286205"}, "emitted_at": 1673972467594} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203220669, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203220669", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203220669"}, "emitted_at": 1673972467596} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203318973, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203318973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203318973"}, "emitted_at": 1673972467598} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203351741, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203351741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203351741"}, "emitted_at": 1673972467600} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203384509, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:09:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203384509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203384509"}, "emitted_at": 1673972467602} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203417277, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:09:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203417277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203417277"}, "emitted_at": 1673972467604} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203450045, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:09:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203450045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203450045"}, "emitted_at": 1673972467606} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203482813, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:09:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203482813", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203482813"}, "emitted_at": 1673972467608} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203548349, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:09:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203548349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203548349"}, "emitted_at": 1673972467610} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203581117, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203581117", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203581117"}, "emitted_at": 1673972467612} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203613885, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203613885", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203613885"}, "emitted_at": 1673972467614} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203646653, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203646653", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203646653"}, "emitted_at": 1673972467616} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203679421, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203679421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203679421"}, "emitted_at": 1673972467618} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203712189, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203712189", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203712189"}, "emitted_at": 1673972468267} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203744957, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203744957", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203744957"}, "emitted_at": 1673972468269} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203777725, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203777725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203777725"}, "emitted_at": 1673972468271} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203810493, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203810493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203810493"}, "emitted_at": 1673972468273} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203843261, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203843261", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203843261"}, "emitted_at": 1673972468276} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203876029, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203876029", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203876029"}, "emitted_at": 1673972468278} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203908797, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203908797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203908797"}, "emitted_at": 1673972468280} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203941565, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203941565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203941565"}, "emitted_at": 1673972468282} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185203974333, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:09:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185203974333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185203974333"}, "emitted_at": 1673972468284} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204007101, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:09:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204007101", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204007101"}, "emitted_at": 1673972468286} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204039869, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204039869", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204039869"}, "emitted_at": 1673972468288} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204072637, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:09:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204072637", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204072637"}, "emitted_at": 1673972468290} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204105405, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:09:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204105405", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204105405"}, "emitted_at": 1673972468292} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204170941, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204170941", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204170941"}, "emitted_at": 1673972468294} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204269245, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204269245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204269245"}, "emitted_at": 1673972468296} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204203709, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204203709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204203709"}, "emitted_at": 1673972468298} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204302013, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204302013", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204302013"}, "emitted_at": 1673972468300} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204236477, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204236477", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204236477"}, "emitted_at": 1673972468302} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204334781, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204334781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204334781"}, "emitted_at": 1673972468304} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204367549, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204367549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204367549"}, "emitted_at": 1673972468306} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204400317, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204400317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204400317"}, "emitted_at": 1673972468309} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204433085, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204433085", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204433085"}, "emitted_at": 1673972468311} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204465853, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204465853", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204465853"}, "emitted_at": 1673972468313} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204498621, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204498621", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204498621"}, "emitted_at": 1673972468315} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204531389, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204531389", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204531389"}, "emitted_at": 1673972468317} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204564157, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204564157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204564157"}, "emitted_at": 1673972468319} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204596925, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204596925", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204596925"}, "emitted_at": 1673972468321} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204629693, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204629693", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204629693"}, "emitted_at": 1673972468323} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204662461, "location_id": 63590301885, "available": 47, "updated_at": "2022-03-17T03:00:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204662461", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204662461"}, "emitted_at": 1673972468325} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204695229, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:10:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204695229", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204695229"}, "emitted_at": 1673972468327} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204727997, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204727997", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204727997"}, "emitted_at": 1673972468330} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204760765, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204760765", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204760765"}, "emitted_at": 1673972468332} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204826301, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204826301", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204826301"}, "emitted_at": 1673972468334} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204859069, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204859069", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204859069"}, "emitted_at": 1673972468336} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204891837, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204891837", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204891837"}, "emitted_at": 1673972468338} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204924605, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204924605", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204924605"}, "emitted_at": 1673972468340} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204957373, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204957373", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204957373"}, "emitted_at": 1673972468342} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185204990141, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185204990141", "shop_url": "airbyte-integration-test", "id": "63590301885|42185204990141"}, "emitted_at": 1673972468344} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205022909, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205022909", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205022909"}, "emitted_at": 1673972468346} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205055677, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205055677", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205055677"}, "emitted_at": 1673972468348} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205088445, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:10:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205088445", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205088445"}, "emitted_at": 1673972468351} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205121213, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205121213", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205121213"}, "emitted_at": 1673972468353} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205153981, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205153981", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205153981"}, "emitted_at": 1673972468355} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205186749, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205186749", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205186749"}, "emitted_at": 1673972468357} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205252285, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205252285", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205252285"}, "emitted_at": 1673972468359} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205285053, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205285053", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205285053"}, "emitted_at": 1673972468361} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205317821, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205317821", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205317821"}, "emitted_at": 1673972468363} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205350589, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205350589", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205350589"}, "emitted_at": 1673972468365} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205383357, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205383357", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205383357"}, "emitted_at": 1673972468367} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205416125, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205416125", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205416125"}, "emitted_at": 1673972468369} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205448893, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205448893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205448893"}, "emitted_at": 1673972468371} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205481661, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205481661", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205481661"}, "emitted_at": 1673972468373} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205514429, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:10:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205514429", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205514429"}, "emitted_at": 1673972468375} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205547197, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205547197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205547197"}, "emitted_at": 1673972468377} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205579965, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205579965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205579965"}, "emitted_at": 1673972468379} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205612733, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205612733", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205612733"}, "emitted_at": 1673972468381} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205645501, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205645501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205645501"}, "emitted_at": 1673972468383} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205678269, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205678269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205678269"}, "emitted_at": 1673972468385} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205711037, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205711037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205711037"}, "emitted_at": 1673972468387} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205743805, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205743805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205743805"}, "emitted_at": 1673972468388} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205776573, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205776573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205776573"}, "emitted_at": 1673972468390} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205809341, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:10:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205809341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205809341"}, "emitted_at": 1673972468392} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205842109, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205842109", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205842109"}, "emitted_at": 1673972468393} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205874877, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205874877", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205874877"}, "emitted_at": 1673972468395} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205907645, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205907645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205907645"}, "emitted_at": 1673972468396} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185205940413, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185205940413", "shop_url": "airbyte-integration-test", "id": "63590301885|42185205940413"}, "emitted_at": 1673972468398} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206005949, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206005949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206005949"}, "emitted_at": 1673972468399} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206038717, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206038717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206038717"}, "emitted_at": 1673972468401} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206104253, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206104253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206104253"}, "emitted_at": 1673972468402} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206071485, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206071485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206071485"}, "emitted_at": 1673972468404} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206137021, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206137021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206137021"}, "emitted_at": 1673972468405} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206169789, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206169789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206169789"}, "emitted_at": 1673972468407} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206235325, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206235325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206235325"}, "emitted_at": 1673972468409} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206202557, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206202557", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206202557"}, "emitted_at": 1673972468410} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206268093, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206268093", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206268093"}, "emitted_at": 1673972468412} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206300861, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206300861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206300861"}, "emitted_at": 1673972468413} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206333629, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206333629", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206333629"}, "emitted_at": 1673972468415} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206366397, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:10:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206366397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206366397"}, "emitted_at": 1673972468416} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206399165, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206399165", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206399165"}, "emitted_at": 1673972468418} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206431933, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206431933", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206431933"}, "emitted_at": 1673972468419} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206497469, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206497469", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206497469"}, "emitted_at": 1673972468421} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206464701, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:10:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206464701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206464701"}, "emitted_at": 1673972468423} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206563005, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206563005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206563005"}, "emitted_at": 1673972468425} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206595773, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206595773", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206595773"}, "emitted_at": 1673972468427} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206628541, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206628541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206628541"}, "emitted_at": 1673972468429} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206661309, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:10:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206661309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206661309"}, "emitted_at": 1673972468432} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206694077, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206694077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206694077"}, "emitted_at": 1673972468434} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206726845, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206726845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206726845"}, "emitted_at": 1673972468435} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206759613, "location_id": 63590301885, "available": 27, "updated_at": "2021-07-07T00:07:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206759613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206759613"}, "emitted_at": 1673972468437} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206792381, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206792381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206792381"}, "emitted_at": 1673972468439} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206825149, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206825149", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206825149"}, "emitted_at": 1673972468441} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206857917, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206857917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206857917"}, "emitted_at": 1673972468443} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206890685, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206890685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206890685"}, "emitted_at": 1673972468446} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206923453, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206923453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206923453"}, "emitted_at": 1673972468448} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206956221, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206956221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206956221"}, "emitted_at": 1673972468450} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185206988989, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185206988989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185206988989"}, "emitted_at": 1673972468452} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207021757, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207021757", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207021757"}, "emitted_at": 1673972468455} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207054525, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207054525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207054525"}, "emitted_at": 1673972468457} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207087293, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207087293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207087293"}, "emitted_at": 1673972468459} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207152829, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207152829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207152829"}, "emitted_at": 1673972468461} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207185597, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207185597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207185597"}, "emitted_at": 1673972468463} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207218365, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:11-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207218365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207218365"}, "emitted_at": 1673972468466} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207251133, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207251133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207251133"}, "emitted_at": 1673972468468} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207283901, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207283901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207283901"}, "emitted_at": 1673972468470} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207316669, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:10:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207316669", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207316669"}, "emitted_at": 1673972468472} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207382205, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:10:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207382205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207382205"}, "emitted_at": 1673972468474} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207414973, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207414973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207414973"}, "emitted_at": 1673972468476} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207480509, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207480509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207480509"}, "emitted_at": 1673972468478} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207447741, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207447741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207447741"}, "emitted_at": 1673972468480} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207513277, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207513277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207513277"}, "emitted_at": 1673972468482} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185207546045, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185207546045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185207546045"}, "emitted_at": 1673972468484} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208365245, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208365245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208365245"}, "emitted_at": 1673972468486} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208398013, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208398013", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208398013"}, "emitted_at": 1673972468488} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208430781, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208430781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208430781"}, "emitted_at": 1673972468490} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208463549, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208463549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208463549"}, "emitted_at": 1673972468492} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208496317, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208496317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208496317"}, "emitted_at": 1673972468494} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208529085, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208529085", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208529085"}, "emitted_at": 1673972468496} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208561853, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208561853", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208561853"}, "emitted_at": 1673972468498} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208594621, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208594621", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208594621"}, "emitted_at": 1673972468500} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208627389, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208627389", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208627389"}, "emitted_at": 1673972468502} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208660157, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208660157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208660157"}, "emitted_at": 1673972468504} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208692925, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208692925", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208692925"}, "emitted_at": 1673972468506} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208725693, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208725693", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208725693"}, "emitted_at": 1673972468508} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208758461, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208758461", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208758461"}, "emitted_at": 1673972468510} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208791229, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208791229", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208791229"}, "emitted_at": 1673972468513} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208823997, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208823997", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208823997"}, "emitted_at": 1673972468515} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208856765, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208856765", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208856765"}, "emitted_at": 1673972468517} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208889533, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:10:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208889533", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208889533"}, "emitted_at": 1673972468520} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208955069, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208955069", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208955069"}, "emitted_at": 1673972468522} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185208987837, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185208987837", "shop_url": "airbyte-integration-test", "id": "63590301885|42185208987837"}, "emitted_at": 1673972468524} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209020605, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209020605", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209020605"}, "emitted_at": 1673972468526} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209053373, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209053373", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209053373"}, "emitted_at": 1673972468528} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209086141, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209086141", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209086141"}, "emitted_at": 1673972468530} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209118909, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209118909", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209118909"}, "emitted_at": 1673972468532} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209151677, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209151677", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209151677"}, "emitted_at": 1673972468534} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209184445, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209184445", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209184445"}, "emitted_at": 1673972468536} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209249981, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209249981", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209249981"}, "emitted_at": 1673972468538} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209217213, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:10:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209217213", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209217213"}, "emitted_at": 1673972468540} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209282749, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:10:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209282749", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209282749"}, "emitted_at": 1673972468542} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209315517, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209315517", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209315517"}, "emitted_at": 1673972468544} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209348285, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209348285", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209348285"}, "emitted_at": 1673972468545} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209381053, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209381053", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209381053"}, "emitted_at": 1673972468548} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209413821, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209413821", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209413821"}, "emitted_at": 1673972468550} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209446589, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:10:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209446589", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209446589"}, "emitted_at": 1673972468552} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209479357, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:10:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209479357", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209479357"}, "emitted_at": 1673972468554} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209512125, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209512125", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209512125"}, "emitted_at": 1673972468556} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209544893, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209544893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209544893"}, "emitted_at": 1673972468558} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209610429, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209610429", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209610429"}, "emitted_at": 1673972468560} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209675965, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209675965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209675965"}, "emitted_at": 1673972468562} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209643197, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209643197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209643197"}, "emitted_at": 1673972468564} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209708733, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209708733", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209708733"}, "emitted_at": 1673972468566} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209774269, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209774269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209774269"}, "emitted_at": 1673972468568} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209741501, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209741501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209741501"}, "emitted_at": 1673972468570} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209807037, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209807037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209807037"}, "emitted_at": 1673972468572} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209839805, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209839805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209839805"}, "emitted_at": 1673972468575} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209872573, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209872573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209872573"}, "emitted_at": 1673972468577} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209905341, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209905341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209905341"}, "emitted_at": 1673972468579} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209938109, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209938109", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209938109"}, "emitted_at": 1673972468581} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185209970877, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185209970877", "shop_url": "airbyte-integration-test", "id": "63590301885|42185209970877"}, "emitted_at": 1673972468583} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210003645, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210003645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210003645"}, "emitted_at": 1673972468585} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210036413, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210036413", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210036413"}, "emitted_at": 1673972468587} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210069181, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210069181", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210069181"}, "emitted_at": 1673972468589} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210101949, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210101949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210101949"}, "emitted_at": 1673972468591} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210134717, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210134717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210134717"}, "emitted_at": 1673972468593} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210167485, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210167485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210167485"}, "emitted_at": 1673972468595} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210200253, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210200253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210200253"}, "emitted_at": 1673972468597} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210233021, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210233021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210233021"}, "emitted_at": 1673972468600} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210265789, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210265789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210265789"}, "emitted_at": 1673972468602} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210298557, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:10:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210298557", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210298557"}, "emitted_at": 1673972468604} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210331325, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210331325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210331325"}, "emitted_at": 1673972468606} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210396861, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210396861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210396861"}, "emitted_at": 1673972468608} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210429629, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210429629", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210429629"}, "emitted_at": 1673972468610} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210495165, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:10:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210495165", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210495165"}, "emitted_at": 1673972468612} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210462397, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210462397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210462397"}, "emitted_at": 1673972468614} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210527933, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210527933", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210527933"}, "emitted_at": 1673972468616} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210560701, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210560701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210560701"}, "emitted_at": 1673972468618} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210593469, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210593469", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210593469"}, "emitted_at": 1673972468620} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210659005, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210659005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210659005"}, "emitted_at": 1673972468622} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210626237, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210626237", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210626237"}, "emitted_at": 1673972468624} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210691773, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210691773", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210691773"}, "emitted_at": 1673972468626} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210724541, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210724541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210724541"}, "emitted_at": 1673972468628} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210757309, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210757309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210757309"}, "emitted_at": 1673972468630} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210790077, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210790077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210790077"}, "emitted_at": 1673972468632} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210822845, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210822845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210822845"}, "emitted_at": 1673972468634} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210855613, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210855613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210855613"}, "emitted_at": 1673972468636} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210921149, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210921149", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210921149"}, "emitted_at": 1673972468638} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210888381, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210888381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210888381"}, "emitted_at": 1673972468640} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210953917, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:10:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210953917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210953917"}, "emitted_at": 1673972468642} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185210986685, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:10:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185210986685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185210986685"}, "emitted_at": 1673972468644} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211052221, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211052221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211052221"}, "emitted_at": 1673972468646} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211084989, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211084989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211084989"}, "emitted_at": 1673972468648} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211117757, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211117757", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211117757"}, "emitted_at": 1673972468650} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211150525, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211150525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211150525"}, "emitted_at": 1673972468652} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211183293, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211183293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211183293"}, "emitted_at": 1673972468655} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211216061, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:10:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211216061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211216061"}, "emitted_at": 1673972468657} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211248829, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211248829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211248829"}, "emitted_at": 1673972468659} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211281597, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211281597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211281597"}, "emitted_at": 1673972468661} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211314365, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211314365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211314365"}, "emitted_at": 1673972468663} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211347133, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211347133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211347133"}, "emitted_at": 1673972468666} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211379901, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211379901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211379901"}, "emitted_at": 1673972468668} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211412669, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211412669", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211412669"}, "emitted_at": 1673972468670} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211543741, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211543741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211543741"}, "emitted_at": 1673972468672} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211445437, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211445437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211445437"}, "emitted_at": 1673972468674} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211576509, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211576509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211576509"}, "emitted_at": 1673972468676} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211478205, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211478205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211478205"}, "emitted_at": 1673972468678} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211510973, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211510973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211510973"}, "emitted_at": 1673972468680} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211609277, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211609277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211609277"}, "emitted_at": 1673972468682} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211642045, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211642045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211642045"}, "emitted_at": 1673972468684} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211740349, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:24-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211740349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211740349"}, "emitted_at": 1673972468687} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211773117, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:24-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211773117", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211773117"}, "emitted_at": 1673972468689} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211805885, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:24-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211805885", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211805885"}, "emitted_at": 1673972468692} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211838653, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:24-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211838653", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211838653"}, "emitted_at": 1673972468694} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211871421, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:24-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211871421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211871421"}, "emitted_at": 1673972468696} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211904189, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:24-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211904189", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211904189"}, "emitted_at": 1673972468698} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211936957, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:10:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211936957", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211936957"}, "emitted_at": 1673972468700} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185211969725, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:10:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185211969725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185211969725"}, "emitted_at": 1673972468702} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212002493, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212002493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212002493"}, "emitted_at": 1673972468704} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212035261, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212035261", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212035261"}, "emitted_at": 1673972468706} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212100797, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:10:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212100797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212100797"}, "emitted_at": 1673972468708} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212133565, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212133565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212133565"}, "emitted_at": 1673972468710} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212166333, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:26-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212166333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212166333"}, "emitted_at": 1673972468712} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212199101, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:10:26-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212199101", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212199101"}, "emitted_at": 1673972468714} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212231869, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:26-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212231869", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212231869"}, "emitted_at": 1673972468716} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212264637, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:26-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212264637", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212264637"}, "emitted_at": 1673972468718} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212297405, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:10:26-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212297405", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212297405"}, "emitted_at": 1673972468720} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212362941, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:26-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212362941", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212362941"}, "emitted_at": 1673972468722} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212330173, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212330173", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212330173"}, "emitted_at": 1673972468724} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212395709, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212395709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212395709"}, "emitted_at": 1673972468727} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212428477, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212428477", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212428477"}, "emitted_at": 1673972468729} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212461245, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212461245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212461245"}, "emitted_at": 1673972468731} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212526781, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:10:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212526781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212526781"}, "emitted_at": 1673972468734} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212559549, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:10:27-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212559549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212559549"}, "emitted_at": 1673972468736} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212592317, "location_id": 63590301885, "available": 28, "updated_at": "2022-10-10T06:05:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212592317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212592317"}, "emitted_at": 1673972468738} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212625085, "location_id": 63590301885, "available": 42, "updated_at": "2022-03-17T03:05:11-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212625085", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212625085"}, "emitted_at": 1673972468740} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212657853, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212657853", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212657853"}, "emitted_at": 1673972468742} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212690621, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212690621", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212690621"}, "emitted_at": 1673972468745} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212723389, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:10:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212723389", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212723389"}, "emitted_at": 1673972468747} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185212756157, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185212756157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185212756157"}, "emitted_at": 1673972468749} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213575357, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213575357", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213575357"}, "emitted_at": 1673972468751} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213608125, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:10:28-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213608125", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213608125"}, "emitted_at": 1673972468753} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213640893, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:10:29-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213640893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213640893"}, "emitted_at": 1673972468755} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213673661, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:29-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213673661", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213673661"}, "emitted_at": 1673972468757} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213739197, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:29-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213739197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213739197"}, "emitted_at": 1673972468759} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213771965, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:10:29-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213771965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213771965"}, "emitted_at": 1673972468761} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213804733, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213804733", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213804733"}, "emitted_at": 1673972468763} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213837501, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:29-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213837501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213837501"}, "emitted_at": 1673972468766} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213870269, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213870269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213870269"}, "emitted_at": 1673972468768} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213903037, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213903037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213903037"}, "emitted_at": 1673972468770} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213935805, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213935805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213935805"}, "emitted_at": 1673972468772} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185213968573, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185213968573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185213968573"}, "emitted_at": 1673972468774} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214001341, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214001341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214001341"}, "emitted_at": 1673972469473} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214034109, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214034109", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214034109"}, "emitted_at": 1673972469476} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214066877, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214066877", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214066877"}, "emitted_at": 1673972469478} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214099645, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:10:30-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214099645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214099645"}, "emitted_at": 1673972469480} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214165181, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214165181", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214165181"}, "emitted_at": 1673972469482} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214263485, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214263485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214263485"}, "emitted_at": 1673972469484} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214197949, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214197949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214197949"}, "emitted_at": 1673972469486} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214230717, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214230717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214230717"}, "emitted_at": 1673972469489} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214296253, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214296253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214296253"}, "emitted_at": 1673972469491} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214427325, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214427325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214427325"}, "emitted_at": 1673972469492} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214329021, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214329021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214329021"}, "emitted_at": 1673972469495} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214492861, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214492861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214492861"}, "emitted_at": 1673972469496} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214460093, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214460093", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214460093"}, "emitted_at": 1673972469498} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214361789, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214361789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214361789"}, "emitted_at": 1673972469501} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214394557, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214394557", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214394557"}, "emitted_at": 1673972469503} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214525629, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214525629", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214525629"}, "emitted_at": 1673972469504} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214558397, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214558397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214558397"}, "emitted_at": 1673972469507} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214591165, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:10:32-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214591165", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214591165"}, "emitted_at": 1673972469509} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214623933, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214623933", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214623933"}, "emitted_at": 1673972469511} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214656701, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214656701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214656701"}, "emitted_at": 1673972469514} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214722237, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214722237", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214722237"}, "emitted_at": 1673972469516} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214755005, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:33-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214755005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214755005"}, "emitted_at": 1673972469519} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214787773, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214787773", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214787773"}, "emitted_at": 1673972469521} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214820541, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214820541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214820541"}, "emitted_at": 1673972469524} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214853309, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214853309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214853309"}, "emitted_at": 1673972469526} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214918845, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214918845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214918845"}, "emitted_at": 1673972469528} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214951613, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214951613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214951613"}, "emitted_at": 1673972469530} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214886077, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214886077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214886077"}, "emitted_at": 1673972469532} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185214984381, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185214984381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185214984381"}, "emitted_at": 1673972469534} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215017149, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:34-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215017149", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215017149"}, "emitted_at": 1673972469537} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215049917, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215049917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215049917"}, "emitted_at": 1673972469539} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215082685, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215082685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215082685"}, "emitted_at": 1673972469541} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215115453, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215115453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215115453"}, "emitted_at": 1673972469544} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215148221, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215148221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215148221"}, "emitted_at": 1673972469547} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215180989, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215180989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215180989"}, "emitted_at": 1673972469550} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215246525, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:10:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215246525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215246525"}, "emitted_at": 1673972469553} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215279293, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215279293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215279293"}, "emitted_at": 1673972469556} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215312061, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215312061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215312061"}, "emitted_at": 1673972469558} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215344829, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215344829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215344829"}, "emitted_at": 1673972469561} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215377597, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215377597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215377597"}, "emitted_at": 1673972469563} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215410365, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215410365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215410365"}, "emitted_at": 1673972469565} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215443133, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215443133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215443133"}, "emitted_at": 1673972469569} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215475901, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215475901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215475901"}, "emitted_at": 1673972469571} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215508669, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215508669", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215508669"}, "emitted_at": 1673972469574} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215541437, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215541437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215541437"}, "emitted_at": 1673972469577} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215574205, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215574205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215574205"}, "emitted_at": 1673972469580} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215606973, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215606973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215606973"}, "emitted_at": 1673972469582} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215639741, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:10:36-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215639741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215639741"}, "emitted_at": 1673972469585} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215672509, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:10:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215672509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215672509"}, "emitted_at": 1673972469587} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215705277, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215705277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215705277"}, "emitted_at": 1673972469590} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215738045, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215738045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215738045"}, "emitted_at": 1673972469593} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215770813, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215770813", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215770813"}, "emitted_at": 1673972469595} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215803581, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215803581", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215803581"}, "emitted_at": 1673972469598} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215836349, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:37-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215836349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215836349"}, "emitted_at": 1673972469601} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215934653, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215934653", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215934653"}, "emitted_at": 1673972469604} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185215967421, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185215967421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185215967421"}, "emitted_at": 1673972469607} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216000189, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216000189", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216000189"}, "emitted_at": 1673972469609} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216032957, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216032957", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216032957"}, "emitted_at": 1673972469612} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216065725, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216065725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216065725"}, "emitted_at": 1673972469614} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216098493, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216098493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216098493"}, "emitted_at": 1673972469617} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216131261, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216131261", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216131261"}, "emitted_at": 1673972469619} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216164029, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216164029", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216164029"}, "emitted_at": 1673972469622} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216196797, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216196797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216196797"}, "emitted_at": 1673972469624} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216229565, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:38-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216229565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216229565"}, "emitted_at": 1673972469627} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216262333, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:10:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216262333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216262333"}, "emitted_at": 1673972469629} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216295101, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:10:39-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216295101", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216295101"}, "emitted_at": 1673972469631} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216458941, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216458941", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216458941"}, "emitted_at": 1673972469634} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216491709, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216491709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216491709"}, "emitted_at": 1673972469636} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216524477, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216524477", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216524477"}, "emitted_at": 1673972469638} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216557245, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216557245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216557245"}, "emitted_at": 1673972469641} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216753853, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216753853", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216753853"}, "emitted_at": 1673972469643} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216590013, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216590013", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216590013"}, "emitted_at": 1673972469645} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216852157, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216852157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216852157"}, "emitted_at": 1673972469647} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216884925, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216884925", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216884925"}, "emitted_at": 1673972469650} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216786621, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216786621", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216786621"}, "emitted_at": 1673972469652} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216622781, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216622781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216622781"}, "emitted_at": 1673972469654} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216917693, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216917693", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216917693"}, "emitted_at": 1673972469657} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216819389, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216819389", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216819389"}, "emitted_at": 1673972469660} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216655549, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216655549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216655549"}, "emitted_at": 1673972469662} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216688317, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216688317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216688317"}, "emitted_at": 1673972469664} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216950461, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216950461", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216950461"}, "emitted_at": 1673972469666} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216721085, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216721085", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216721085"}, "emitted_at": 1673972469668} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185216983229, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185216983229", "shop_url": "airbyte-integration-test", "id": "63590301885|42185216983229"}, "emitted_at": 1673972469670} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217015997, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:40-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217015997", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217015997"}, "emitted_at": 1673972469673} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217048765, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217048765", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217048765"}, "emitted_at": 1673972469675} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217081533, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:41-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217081533", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217081533"}, "emitted_at": 1673972469697} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217114301, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217114301", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217114301"}, "emitted_at": 1673972469699} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217147069, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217147069", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217147069"}, "emitted_at": 1673972469701} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217179837, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217179837", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217179837"}, "emitted_at": 1673972469703} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217212605, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217212605", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217212605"}, "emitted_at": 1673972469705} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217278141, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217278141", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217278141"}, "emitted_at": 1673972469707} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217310909, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217310909", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217310909"}, "emitted_at": 1673972469709} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217343677, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217343677", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217343677"}, "emitted_at": 1673972469711} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217376445, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:10:42-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217376445", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217376445"}, "emitted_at": 1673972469713} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217409213, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:10:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217409213", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217409213"}, "emitted_at": 1673972469715} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217441981, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217441981", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217441981"}, "emitted_at": 1673972469718} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217474749, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:10:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217474749", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217474749"}, "emitted_at": 1673972469719} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217507517, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:10:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217507517", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217507517"}, "emitted_at": 1673972469721} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217540285, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217540285", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217540285"}, "emitted_at": 1673972469723} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217573053, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:43-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217573053", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217573053"}, "emitted_at": 1673972469725} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217605821, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:44-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217605821", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217605821"}, "emitted_at": 1673972469727} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217671357, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:44-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217671357", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217671357"}, "emitted_at": 1673972469729} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217704125, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217704125", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217704125"}, "emitted_at": 1673972469731} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217736893, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217736893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217736893"}, "emitted_at": 1673972469733} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217802429, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217802429", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217802429"}, "emitted_at": 1673972469735} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217769661, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217769661", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217769661"}, "emitted_at": 1673972469737} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217835197, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217835197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217835197"}, "emitted_at": 1673972469739} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217867965, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217867965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217867965"}, "emitted_at": 1673972469741} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217900733, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217900733", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217900733"}, "emitted_at": 1673972469743} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217933501, "location_id": 63590301885, "available": 37, "updated_at": "2021-06-22T18:10:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217933501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217933501"}, "emitted_at": 1673972469745} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217966269, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217966269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217966269"}, "emitted_at": 1673972469747} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185217999037, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185217999037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185217999037"}, "emitted_at": 1673972469749} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218031805, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218031805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218031805"}, "emitted_at": 1673972469751} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218064573, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218064573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218064573"}, "emitted_at": 1673972469753} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218097341, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218097341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218097341"}, "emitted_at": 1673972469755} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218130109, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218130109", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218130109"}, "emitted_at": 1673972469758} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218195645, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218195645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218195645"}, "emitted_at": 1673972469760} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218228413, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:46-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218228413", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218228413"}, "emitted_at": 1673972469762} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218261181, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218261181", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218261181"}, "emitted_at": 1673972469764} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218293949, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218293949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218293949"}, "emitted_at": 1673972469766} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218326717, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218326717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218326717"}, "emitted_at": 1673972469768} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218359485, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218359485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218359485"}, "emitted_at": 1673972469770} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218392253, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:47-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218392253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218392253"}, "emitted_at": 1673972469772} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218425021, "location_id": 63590301885, "available": 7, "updated_at": "2022-06-15T05:09:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218425021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218425021"}, "emitted_at": 1673972469774} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218457789, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218457789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218457789"}, "emitted_at": 1673972469776} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218490557, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:10:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218490557", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218490557"}, "emitted_at": 1673972469778} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218523325, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218523325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218523325"}, "emitted_at": 1673972469780} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218556093, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218556093", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218556093"}, "emitted_at": 1673972469782} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218588861, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:10:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218588861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218588861"}, "emitted_at": 1673972469784} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218654397, "location_id": 63590301885, "available": 32, "updated_at": "2022-06-22T02:50:31-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218654397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218654397"}, "emitted_at": 1673972469786} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218687165, "location_id": 63590301885, "available": 33, "updated_at": "2022-03-17T02:57:45-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218687165", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218687165"}, "emitted_at": 1673972469788} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218719933, "location_id": 63590301885, "available": 9, "updated_at": "2022-10-10T06:21:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218719933", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218719933"}, "emitted_at": 1673972469790} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218752701, "location_id": 63590301885, "available": 49, "updated_at": "2021-06-22T18:10:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218752701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218752701"}, "emitted_at": 1673972469792} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218785469, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:48-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218785469", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218785469"}, "emitted_at": 1673972469794} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218818237, "location_id": 63590301885, "available": 29, "updated_at": "2022-06-15T06:19:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218818237", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218818237"}, "emitted_at": 1673972469796} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218851005, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218851005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218851005"}, "emitted_at": 1673972469797} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218883773, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218883773", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218883773"}, "emitted_at": 1673972469799} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218916541, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218916541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218916541"}, "emitted_at": 1673972469801} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218949309, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218949309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218949309"}, "emitted_at": 1673972469803} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219047613, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219047613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219047613"}, "emitted_at": 1673972469805} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185218982077, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185218982077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185218982077"}, "emitted_at": 1673972469807} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219080381, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219080381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219080381"}, "emitted_at": 1673972469809} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219014845, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219014845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219014845"}, "emitted_at": 1673972469811} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219113149, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219113149", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219113149"}, "emitted_at": 1673972469813} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219145917, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:10:49-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219145917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219145917"}, "emitted_at": 1673972469815} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219178685, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219178685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219178685"}, "emitted_at": 1673972469817} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219211453, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219211453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219211453"}, "emitted_at": 1673972469819} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219276989, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219276989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219276989"}, "emitted_at": 1673972469821} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219309757, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219309757", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219309757"}, "emitted_at": 1673972469823} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219342525, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219342525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219342525"}, "emitted_at": 1673972469825} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219375293, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219375293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219375293"}, "emitted_at": 1673972469827} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219408061, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219408061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219408061"}, "emitted_at": 1673972469829} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219440829, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219440829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219440829"}, "emitted_at": 1673972469831} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219473597, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:50-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219473597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219473597"}, "emitted_at": 1673972469833} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219506365, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219506365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219506365"}, "emitted_at": 1673972469835} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219539133, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219539133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219539133"}, "emitted_at": 1673972469837} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219604669, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219604669", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219604669"}, "emitted_at": 1673972469839} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219637437, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219637437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219637437"}, "emitted_at": 1673972469841} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219571901, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219571901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219571901"}, "emitted_at": 1673972469843} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219670205, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219670205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219670205"}, "emitted_at": 1673972469845} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219702973, "location_id": 63590301885, "available": 1, "updated_at": "2022-06-16T01:11:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219702973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219702973"}, "emitted_at": 1673972469847} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219735741, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219735741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219735741"}, "emitted_at": 1673972469849} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219768509, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219768509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219768509"}, "emitted_at": 1673972469851} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219801277, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:10:51-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219801277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219801277"}, "emitted_at": 1673972469853} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219834045, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219834045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219834045"}, "emitted_at": 1673972469855} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219866813, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219866813", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219866813"}, "emitted_at": 1673972469857} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219899581, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219899581", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219899581"}, "emitted_at": 1673972469859} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219932349, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219932349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219932349"}, "emitted_at": 1673972469862} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219965117, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219965117", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219965117"}, "emitted_at": 1673972469864} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185219997885, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185219997885", "shop_url": "airbyte-integration-test", "id": "63590301885|42185219997885"}, "emitted_at": 1673972469866} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220030653, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220030653", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220030653"}, "emitted_at": 1673972469868} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220063421, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220063421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220063421"}, "emitted_at": 1673972469870} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220128957, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220128957", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220128957"}, "emitted_at": 1673972469872} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220161725, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220161725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220161725"}, "emitted_at": 1673972469874} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220194493, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:10:52-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220194493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220194493"}, "emitted_at": 1673972469876} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220227261, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220227261", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220227261"}, "emitted_at": 1673972469878} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220260029, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:10:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220260029", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220260029"}, "emitted_at": 1673972469880} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220292797, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220292797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220292797"}, "emitted_at": 1673972469882} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220325565, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220325565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220325565"}, "emitted_at": 1673972469884} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220358333, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:53-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220358333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220358333"}, "emitted_at": 1673972469886} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220391101, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220391101", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220391101"}, "emitted_at": 1673972469888} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220423869, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220423869", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220423869"}, "emitted_at": 1673972469890} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220456637, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220456637", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220456637"}, "emitted_at": 1673972469891} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220489405, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220489405", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220489405"}, "emitted_at": 1673972469893} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220522173, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220522173", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220522173"}, "emitted_at": 1673972469895} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220554941, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220554941", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220554941"}, "emitted_at": 1673972469897} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220587709, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220587709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220587709"}, "emitted_at": 1673972469898} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220653245, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220653245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220653245"}, "emitted_at": 1673972469900} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220686013, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:10:54-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220686013", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220686013"}, "emitted_at": 1673972469901} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220718781, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:10:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220718781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220718781"}, "emitted_at": 1673972469903} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220751549, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:10:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220751549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220751549"}, "emitted_at": 1673972469904} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220784317, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:10:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220784317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220784317"}, "emitted_at": 1673972469906} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220948157, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:10:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220948157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220948157"}, "emitted_at": 1673972469908} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185220980925, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:55-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185220980925", "shop_url": "airbyte-integration-test", "id": "63590301885|42185220980925"}, "emitted_at": 1673972469910} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221013693, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:10:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221013693", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221013693"}, "emitted_at": 1673972469911} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221046461, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:10:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221046461", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221046461"}, "emitted_at": 1673972469914} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221079229, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:10:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221079229", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221079229"}, "emitted_at": 1673972469915} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221111997, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:10:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221111997", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221111997"}, "emitted_at": 1673972469917} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221144765, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:10:56-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221144765", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221144765"}, "emitted_at": 1673972469919} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221210301, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:10:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221210301", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221210301"}, "emitted_at": 1673972469921} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221243069, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:10:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221243069", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221243069"}, "emitted_at": 1673972469923} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221275837, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221275837", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221275837"}, "emitted_at": 1673972469925} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221308605, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:10:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221308605", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221308605"}, "emitted_at": 1673972469927} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221341373, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:10:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221341373", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221341373"}, "emitted_at": 1673972469929} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221374141, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221374141", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221374141"}, "emitted_at": 1673972469931} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221406909, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221406909", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221406909"}, "emitted_at": 1673972469933} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221439677, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221439677", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221439677"}, "emitted_at": 1673972469935} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221472445, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:57-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221472445", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221472445"}, "emitted_at": 1673972469937} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221505213, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221505213", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221505213"}, "emitted_at": 1673972469939} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221537981, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221537981", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221537981"}, "emitted_at": 1673972469942} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221570749, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221570749", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221570749"}, "emitted_at": 1673972469944} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221603517, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221603517", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221603517"}, "emitted_at": 1673972469945} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221636285, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221636285", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221636285"}, "emitted_at": 1673972469948} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221669053, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221669053", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221669053"}, "emitted_at": 1673972469950} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221701821, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221701821", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221701821"}, "emitted_at": 1673972469952} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221734589, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:10:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221734589", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221734589"}, "emitted_at": 1673972469953} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221767357, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:10:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221767357", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221767357"}, "emitted_at": 1673972469956} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221800125, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221800125", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221800125"}, "emitted_at": 1673972469958} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221832893, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221832893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221832893"}, "emitted_at": 1673972469960} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221865661, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:10:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221865661", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221865661"}, "emitted_at": 1673972469962} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221931197, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:10:58-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221931197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221931197"}, "emitted_at": 1673972469964} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221963965, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:10:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221963965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221963965"}, "emitted_at": 1673972469966} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185221996733, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:10:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185221996733", "shop_url": "airbyte-integration-test", "id": "63590301885|42185221996733"}, "emitted_at": 1673972469968} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222029501, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:10:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222029501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222029501"}, "emitted_at": 1673972469970} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222062269, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:11:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222062269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222062269"}, "emitted_at": 1673972469972} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222095037, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:10:59-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222095037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222095037"}, "emitted_at": 1673972469974} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222127805, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:11:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222127805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222127805"}, "emitted_at": 1673972469976} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222160573, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:11:00-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222160573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222160573"}, "emitted_at": 1673972469979} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222193341, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222193341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222193341"}, "emitted_at": 1673972469981} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222258877, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222258877", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222258877"}, "emitted_at": 1673972469982} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222291645, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222291645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222291645"}, "emitted_at": 1673972469984} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222324413, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222324413", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222324413"}, "emitted_at": 1673972469987} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222357181, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222357181", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222357181"}, "emitted_at": 1673972469989} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222389949, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222389949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222389949"}, "emitted_at": 1673972469991} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222422717, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222422717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222422717"}, "emitted_at": 1673972469993} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222455485, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222455485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222455485"}, "emitted_at": 1673972469995} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222488253, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222488253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222488253"}, "emitted_at": 1673972469997} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222619325, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222619325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222619325"}, "emitted_at": 1673972469999} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222521021, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222521021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222521021"}, "emitted_at": 1673972470001} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222652093, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222652093", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222652093"}, "emitted_at": 1673972470003} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222684861, "location_id": 63590301885, "available": 33, "updated_at": "2021-06-22T18:11:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222684861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222684861"}, "emitted_at": 1673972470006} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222553789, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222553789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222553789"}, "emitted_at": 1673972470008} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222586557, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222586557", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222586557"}, "emitted_at": 1673972470010} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222717629, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222717629", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222717629"}, "emitted_at": 1673972470013} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222750397, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222750397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222750397"}, "emitted_at": 1673972470015} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222815933, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222815933", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222815933"}, "emitted_at": 1673972470017} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222848701, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222848701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222848701"}, "emitted_at": 1673972470019} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222881469, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:11:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222881469", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222881469"}, "emitted_at": 1673972470022} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222914237, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222914237", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222914237"}, "emitted_at": 1673972470024} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185222947005, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:11:02-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185222947005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185222947005"}, "emitted_at": 1673972470027} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223012541, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:11:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223012541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223012541"}, "emitted_at": 1673972470680} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223045309, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:11:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223045309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223045309"}, "emitted_at": 1673972470684} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223078077, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:11:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223078077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223078077"}, "emitted_at": 1673972470686} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223110845, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:11:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223110845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223110845"}, "emitted_at": 1673972470688} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223143613, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:11:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223143613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223143613"}, "emitted_at": 1673972470692} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223176381, "location_id": 63590301885, "available": 9, "updated_at": "2021-06-22T18:11:03-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223176381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223176381"}, "emitted_at": 1673972470694} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223241917, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:11:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223241917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223241917"}, "emitted_at": 1673972470696} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223274685, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:11:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223274685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223274685"}, "emitted_at": 1673972470699} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223307453, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:11:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223307453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223307453"}, "emitted_at": 1673972470701} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223340221, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:11:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223340221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223340221"}, "emitted_at": 1673972470703} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223372989, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:11:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223372989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223372989"}, "emitted_at": 1673972470706} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223405757, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:11:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223405757", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223405757"}, "emitted_at": 1673972470708} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223438525, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:11:04-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223438525", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223438525"}, "emitted_at": 1673972470710} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223471293, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223471293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223471293"}, "emitted_at": 1673972470712} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223504061, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223504061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223504061"}, "emitted_at": 1673972470714} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223569597, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223569597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223569597"}, "emitted_at": 1673972470717} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223536829, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223536829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223536829"}, "emitted_at": 1673972470719} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223602365, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223602365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223602365"}, "emitted_at": 1673972470722} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223635133, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223635133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223635133"}, "emitted_at": 1673972470724} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223667901, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223667901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223667901"}, "emitted_at": 1673972470726} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223733437, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223733437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223733437"}, "emitted_at": 1673972470728} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223766205, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223766205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223766205"}, "emitted_at": 1673972470730} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223798973, "location_id": 63590301885, "available": 31, "updated_at": "2022-06-16T01:11:35-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223798973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223798973"}, "emitted_at": 1673972470732} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223831741, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:11:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223831741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223831741"}, "emitted_at": 1673972470734} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223864509, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:11:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223864509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223864509"}, "emitted_at": 1673972470736} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223897277, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:11:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223897277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223897277"}, "emitted_at": 1673972470738} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223930045, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:11:06-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223930045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223930045"}, "emitted_at": 1673972470740} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223962813, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:11:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223962813", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223962813"}, "emitted_at": 1673972470742} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185223995581, "location_id": 63590301885, "available": 14, "updated_at": "2021-06-22T18:11:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185223995581", "shop_url": "airbyte-integration-test", "id": "63590301885|42185223995581"}, "emitted_at": 1673972470744} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224028349, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:11:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224028349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224028349"}, "emitted_at": 1673972470746} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224061117, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224061117", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224061117"}, "emitted_at": 1673972470748} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224093885, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:11:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224093885", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224093885"}, "emitted_at": 1673972470750} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224159421, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:11:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224159421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224159421"}, "emitted_at": 1673972470752} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224192189, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:11:07-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224192189", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224192189"}, "emitted_at": 1673972470755} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224224957, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:11:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224224957", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224224957"}, "emitted_at": 1673972470757} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224257725, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:11:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224257725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224257725"}, "emitted_at": 1673972470759} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224290493, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:11:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224290493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224290493"}, "emitted_at": 1673972470761} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224323261, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:11:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224323261", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224323261"}, "emitted_at": 1673972470763} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224356029, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:11:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224356029", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224356029"}, "emitted_at": 1673972470766} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224388797, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224388797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224388797"}, "emitted_at": 1673972470768} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224421565, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224421565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224421565"}, "emitted_at": 1673972470771} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224454333, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224454333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224454333"}, "emitted_at": 1673972470773} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224519869, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224519869", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224519869"}, "emitted_at": 1673972470775} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224487101, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224487101", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224487101"}, "emitted_at": 1673972470778} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224552637, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224552637", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224552637"}, "emitted_at": 1673972470781} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224585405, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224585405", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224585405"}, "emitted_at": 1673972470783} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224618173, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224618173", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224618173"}, "emitted_at": 1673972470785} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224683709, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:11:09-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224683709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224683709"}, "emitted_at": 1673972470787} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224716477, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:11:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224716477", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224716477"}, "emitted_at": 1673972470790} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224749245, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:11:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224749245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224749245"}, "emitted_at": 1673972470792} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224782013, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:11:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224782013", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224782013"}, "emitted_at": 1673972470795} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224814781, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:11:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224814781", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224814781"}, "emitted_at": 1673972470797} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224847549, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:11:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224847549", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224847549"}, "emitted_at": 1673972470799} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224880317, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:11:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224880317", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224880317"}, "emitted_at": 1673972470801} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224913085, "location_id": 63590301885, "available": 20, "updated_at": "2021-06-22T18:11:10-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224913085", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224913085"}, "emitted_at": 1673972470804} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224945853, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:11-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224945853", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224945853"}, "emitted_at": 1673972470806} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185224978621, "location_id": 63590301885, "available": 17, "updated_at": "2021-06-22T18:11:11-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185224978621", "shop_url": "airbyte-integration-test", "id": "63590301885|42185224978621"}, "emitted_at": 1673972470808} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225011389, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:11:11-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225011389", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225011389"}, "emitted_at": 1673972470810} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225044157, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:11-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225044157", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225044157"}, "emitted_at": 1673972470813} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225109693, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:11:11-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225109693", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225109693"}, "emitted_at": 1673972470815} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225142461, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:11:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225142461", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225142461"}, "emitted_at": 1673972470817} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225175229, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:11:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225175229", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225175229"}, "emitted_at": 1673972470819} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225207997, "location_id": 63590301885, "available": 11, "updated_at": "2021-06-22T18:11:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225207997", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225207997"}, "emitted_at": 1673972470821} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225240765, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:11:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225240765", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225240765"}, "emitted_at": 1673972470824} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225273533, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:11:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225273533", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225273533"}, "emitted_at": 1673972470826} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225306301, "location_id": 63590301885, "available": 1, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225306301", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225306301"}, "emitted_at": 1673972470828} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225339069, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225339069", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225339069"}, "emitted_at": 1673972470830} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225371837, "location_id": 63590301885, "available": 34, "updated_at": "2022-10-10T06:20:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225371837", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225371837"}, "emitted_at": 1673972470832} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225404605, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:11:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225404605", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225404605"}, "emitted_at": 1673972470834} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225437373, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225437373", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225437373"}, "emitted_at": 1673972470837} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225470141, "location_id": 63590301885, "available": 47, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225470141", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225470141"}, "emitted_at": 1673972470839} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225502909, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225502909", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225502909"}, "emitted_at": 1673972470841} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225568445, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225568445", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225568445"}, "emitted_at": 1673972470843} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225535677, "location_id": 63590301885, "available": 13, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225535677", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225535677"}, "emitted_at": 1673972470845} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225601213, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225601213", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225601213"}, "emitted_at": 1673972470847} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225633981, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225633981", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225633981"}, "emitted_at": 1673972470849} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225666749, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225666749", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225666749"}, "emitted_at": 1673972470851} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225699517, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225699517", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225699517"}, "emitted_at": 1673972470853} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225732285, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:11:13-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225732285", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225732285"}, "emitted_at": 1673972470855} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225797821, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:11:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225797821", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225797821"}, "emitted_at": 1673972470858} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225830589, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:11:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225830589", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225830589"}, "emitted_at": 1673972470860} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225863357, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:11:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225863357", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225863357"}, "emitted_at": 1673972470862} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225896125, "location_id": 63590301885, "available": 28, "updated_at": "2021-06-22T18:11:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225896125", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225896125"}, "emitted_at": 1673972470864} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225928893, "location_id": 63590301885, "available": 40, "updated_at": "2021-06-22T18:11:14-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225928893", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225928893"}, "emitted_at": 1673972470866} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225961661, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:11:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225961661", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225961661"}, "emitted_at": 1673972470868} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185225994429, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185225994429", "shop_url": "airbyte-integration-test", "id": "63590301885|42185225994429"}, "emitted_at": 1673972470872} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226027197, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226027197", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226027197"}, "emitted_at": 1673972470874} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226059965, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:11:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226059965", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226059965"}, "emitted_at": 1673972470876} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226125501, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:11:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226125501", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226125501"}, "emitted_at": 1673972470878} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226223805, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:11:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226223805", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226223805"}, "emitted_at": 1673972470881} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226256573, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226256573", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226256573"}, "emitted_at": 1673972470883} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226289341, "location_id": 63590301885, "available": 8, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226289341", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226289341"}, "emitted_at": 1673972470885} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226158269, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:11:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226158269", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226158269"}, "emitted_at": 1673972470888} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226191037, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226191037", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226191037"}, "emitted_at": 1673972470890} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226453181, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226453181", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226453181"}, "emitted_at": 1673972470893} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226354877, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:11:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226354877", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226354877"}, "emitted_at": 1673972470895} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226485949, "location_id": 63590301885, "available": 15, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226485949", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226485949"}, "emitted_at": 1673972470897} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226518717, "location_id": 63590301885, "available": 36, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226518717", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226518717"}, "emitted_at": 1673972470899} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226551485, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226551485", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226551485"}, "emitted_at": 1673972470901} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226584253, "location_id": 63590301885, "available": 39, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226584253", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226584253"}, "emitted_at": 1673972470904} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226387645, "location_id": 63590301885, "available": 21, "updated_at": "2021-06-22T18:11:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226387645", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226387645"}, "emitted_at": 1673972470906} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226420413, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:11:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226420413", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226420413"}, "emitted_at": 1673972470909} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226617021, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226617021", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226617021"}, "emitted_at": 1673972470911} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226649789, "location_id": 63590301885, "available": 43, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226649789", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226649789"}, "emitted_at": 1673972470914} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226715325, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226715325", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226715325"}, "emitted_at": 1673972470916} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226682557, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:11:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226682557", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226682557"}, "emitted_at": 1673972470918} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226780861, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:11:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226780861", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226780861"}, "emitted_at": 1673972470921} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226748093, "location_id": 63590301885, "available": 25, "updated_at": "2021-06-22T18:11:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226748093", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226748093"}, "emitted_at": 1673972470923} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226813629, "location_id": 63590301885, "available": 7, "updated_at": "2021-06-22T18:11:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226813629", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226813629"}, "emitted_at": 1673972470926} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226846397, "location_id": 63590301885, "available": 12, "updated_at": "2021-06-22T18:11:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226846397", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226846397"}, "emitted_at": 1673972470928} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226879165, "location_id": 63590301885, "available": 29, "updated_at": "2021-06-22T18:11:17-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226879165", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226879165"}, "emitted_at": 1673972470931} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226944701, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:18-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226944701", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226944701"}, "emitted_at": 1673972470933} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185226977469, "location_id": 63590301885, "available": 27, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185226977469", "shop_url": "airbyte-integration-test", "id": "63590301885|42185226977469"}, "emitted_at": 1673972470935} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227010237, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227010237", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227010237"}, "emitted_at": 1673972470937} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227043005, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227043005", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227043005"}, "emitted_at": 1673972470940} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227075773, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227075773", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227075773"}, "emitted_at": 1673972470942} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227108541, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227108541", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227108541"}, "emitted_at": 1673972470944} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227141309, "location_id": 63590301885, "available": 0, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227141309", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227141309"}, "emitted_at": 1673972470946} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227206845, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227206845", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227206845"}, "emitted_at": 1673972470948} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227174077, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227174077", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227174077"}, "emitted_at": 1673972470951} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227239613, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227239613", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227239613"}, "emitted_at": 1673972470953} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227272381, "location_id": 63590301885, "available": 44, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227272381", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227272381"}, "emitted_at": 1673972470955} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227305149, "location_id": 63590301885, "available": 46, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227305149", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227305149"}, "emitted_at": 1673972470958} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227337917, "location_id": 63590301885, "available": 41, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227337917", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227337917"}, "emitted_at": 1673972470961} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227370685, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227370685", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227370685"}, "emitted_at": 1673972470964} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227403453, "location_id": 63590301885, "available": 26, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227403453", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227403453"}, "emitted_at": 1673972470967} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227436221, "location_id": 63590301885, "available": 30, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227436221", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227436221"}, "emitted_at": 1673972470970} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227468989, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:11:19-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227468989", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227468989"}, "emitted_at": 1673972470973} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227567293, "location_id": 63590301885, "available": 22, "updated_at": "2021-06-22T18:11:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227567293", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227567293"}, "emitted_at": 1673972470977} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227600061, "location_id": 63590301885, "available": 18, "updated_at": "2021-06-22T18:11:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227600061", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227600061"}, "emitted_at": 1673972470980} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227632829, "location_id": 63590301885, "available": 35, "updated_at": "2021-06-22T18:11:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227632829", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227632829"}, "emitted_at": 1673972470985} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227665597, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:11:20-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227665597", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227665597"}, "emitted_at": 1673972470987} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227698365, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227698365", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227698365"}, "emitted_at": 1673972470990} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227731133, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227731133", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227731133"}, "emitted_at": 1673972470993} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227796669, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227796669", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227796669"}, "emitted_at": 1673972470995} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227763901, "location_id": 63590301885, "available": 19, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227763901", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227763901"}, "emitted_at": 1673972470998} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227829437, "location_id": 63590301885, "available": 2, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227829437", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227829437"}, "emitted_at": 1673972471001} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227862205, "location_id": 63590301885, "available": 45, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227862205", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227862205"}, "emitted_at": 1673972471003} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227894973, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227894973", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227894973"}, "emitted_at": 1673972471005} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227927741, "location_id": 63590301885, "available": 6, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227927741", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227927741"}, "emitted_at": 1673972471007} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227960509, "location_id": 63590301885, "available": 50, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227960509", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227960509"}, "emitted_at": 1673972471010} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185227993277, "location_id": 63590301885, "available": 42, "updated_at": "2021-06-22T18:11:21-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185227993277", "shop_url": "airbyte-integration-test", "id": "63590301885|42185227993277"}, "emitted_at": 1673972471012} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228026045, "location_id": 63590301885, "available": 23, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228026045", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228026045"}, "emitted_at": 1673972471015} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228058813, "location_id": 63590301885, "available": 32, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228058813", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228058813"}, "emitted_at": 1673972471019} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228091581, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228091581", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228091581"}, "emitted_at": 1673972471021} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228124349, "location_id": 63590301885, "available": 34, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228124349", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228124349"}, "emitted_at": 1673972471024} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228157117, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228157117", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228157117"}, "emitted_at": 1673972471026} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228255421, "location_id": 63590301885, "available": 16, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228255421", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228255421"}, "emitted_at": 1673972471028} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228189885, "location_id": 63590301885, "available": 10, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228189885", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228189885"}, "emitted_at": 1673972471030} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228288189, "location_id": 63590301885, "available": 5, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228288189", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228288189"}, "emitted_at": 1673972471032} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228222653, "location_id": 63590301885, "available": 38, "updated_at": "2021-06-22T18:11:22-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228222653", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228222653"}, "emitted_at": 1673972471034} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228353725, "location_id": 63590301885, "available": 31, "updated_at": "2021-06-22T18:11:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228353725", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228353725"}, "emitted_at": 1673972471037} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228386493, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:11:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228386493", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228386493"}, "emitted_at": 1673972471039} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228452029, "location_id": 63590301885, "available": 48, "updated_at": "2021-06-22T18:11:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228452029", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228452029"}, "emitted_at": 1673972471041} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228484797, "location_id": 63590301885, "available": 20, "updated_at": "2021-07-07T08:19:01-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228484797", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228484797"}, "emitted_at": 1673972471043} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228517565, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:11:23-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228517565", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228517565"}, "emitted_at": 1673972471045} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228550333, "location_id": 63590301885, "available": 45, "updated_at": "2021-07-07T06:05:12-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228550333", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228550333"}, "emitted_at": 1673972471048} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228615869, "location_id": 63590301885, "available": 32, "updated_at": "2021-07-07T06:05:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228615869", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228615869"}, "emitted_at": 1673972471050} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228648637, "location_id": 63590301885, "available": 6, "updated_at": "2021-07-07T06:05:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228648637", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228648637"}, "emitted_at": 1673972471052} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228681405, "location_id": 63590301885, "available": 42, "updated_at": "2022-03-17T03:04:05-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228681405", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228681405"}, "emitted_at": 1673972471054} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228714173, "location_id": 63590301885, "available": 15, "updated_at": "2021-07-07T06:05:15-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228714173", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228714173"}, "emitted_at": 1673972471056} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228746941, "location_id": 63590301885, "available": 37, "updated_at": "2021-07-07T06:05:08-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228746941", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228746941"}, "emitted_at": 1673972471058} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228779709, "location_id": 63590301885, "available": 4, "updated_at": "2021-06-22T18:11:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228779709", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228779709"}, "emitted_at": 1673972471061} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228812477, "location_id": 63590301885, "available": 3, "updated_at": "2021-06-22T18:11:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228812477", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228812477"}, "emitted_at": 1673972471063} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42185228845245, "location_id": 63590301885, "available": 24, "updated_at": "2021-06-22T18:11:25-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42185228845245", "shop_url": "airbyte-integration-test", "id": "63590301885|42185228845245"}, "emitted_at": 1673972471065} -{"stream": "inventory_levels", "data": {"inventory_item_id": 42186366255293, "location_id": 63590301885, "available": 6, "updated_at": "2021-07-07T06:05:16-07:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=42186366255293", "shop_url": "airbyte-integration-test", "id": "63590301885|42186366255293"}, "emitted_at": 1673972471067} -{"stream": "inventory_levels", "data": {"inventory_item_id": 43653682495677, "location_id": 63590301885, "available": 2, "updated_at": "2022-03-06T14:12:40-08:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=43653682495677", "shop_url": "airbyte-integration-test", "id": "63590301885|43653682495677"}, "emitted_at": 1673972471069} -{"stream": "inventory_levels", "data": {"inventory_item_id": 43653688524989, "location_id": 63590301885, "available": 2, "updated_at": "2022-03-06T14:12:41-08:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=43653688524989", "shop_url": "airbyte-integration-test", "id": "63590301885|43653688524989"}, "emitted_at": 1673972471072} -{"stream": "inventory_levels", "data": {"inventory_item_id": 44688621142205, "location_id": 63590301885, "available": 50, "updated_at": "2023-01-06T10:35:26-08:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=44688621142205", "shop_url": "airbyte-integration-test", "id": "63590301885|44688621142205"}, "emitted_at": 1673972471074} -{"stream": "inventory_levels", "data": {"inventory_item_id": 44688621174973, "location_id": 63590301885, "available": 40, "updated_at": "2023-01-06T10:35:27-08:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=44688621174973", "shop_url": "airbyte-integration-test", "id": "63590301885|44688621174973"}, "emitted_at": 1673972471077} -{"stream": "inventory_levels", "data": {"inventory_item_id": 44688621207741, "location_id": 63590301885, "available": 34, "updated_at": "2023-01-06T10:35:27-08:00", "admin_graphql_api_id": "gid://shopify/InventoryLevel/97912455357?inventory_item_id=44688621207741", "shop_url": "airbyte-integration-test", "id": "63590301885|44688621207741"}, "emitted_at": 1673972471079} -{"stream": "fulfillment_orders", "data": {"id": 4930841870525, "shop_id": 58033176765, "order_id": 3945529802941, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 10274619228349, "shop_id": 58033176765, "fulfillment_order_id": 4930841870525, "quantity": 10, "line_item_id": 10150322045117, "inventory_item_id": null, "fulfillable_quantity": 0, "variant_id": null}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972472965} -{"stream": "fulfillment_orders", "data": {"id": 5138281988285, "shop_id": 58033176765, "order_id": 4147971555517, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 10713741918397, "shop_id": 58033176765, "fulfillment_order_id": 5138281988285, "quantity": 1, "line_item_id": 10576754868413, "inventory_item_id": 42185195290813, "fulfillable_quantity": 0, "variant_id": 40090580615357}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972474735} -{"stream": "fulfillment_orders", "data": {"id": 5424260808893, "shop_id": 58033176765, "order_id": 4424599437501, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5190668222653, "address1": "San", "address2": "10", "city": "San Francisco", "company": null, "country": "United States", "email": "integration-test@airbyte.io", "first_name": "Iryna", "last_name": "Grankova", "phone": null, "province": "California", "zip": "94101"}, "line_items": [{"id": 11310230569149, "shop_id": 58033176765, "fulfillment_order_id": 5424260808893, "quantity": 1, "line_item_id": 11153525276861, "inventory_item_id": 42185218818237, "fulfillable_quantity": 0, "variant_id": 40090604110013}, {"id": 11310230601917, "shop_id": 58033176765, "fulfillment_order_id": 5424260808893, "quantity": 3, "line_item_id": 11153525309629, "inventory_item_id": 42185218425021, "fulfillable_quantity": 0, "variant_id": 40090603716797}, {"id": 11310230634685, "shop_id": 58033176765, "fulfillment_order_id": 5424260808893, "quantity": 1, "line_item_id": 11153525342397, "inventory_item_id": 42185218654397, "fulfillable_quantity": 0, "variant_id": 40090603946173}], "fulfill_at": null, "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972477570} -{"stream": "fulfillment_orders", "data": {"id": 5446598885565, "shop_id": 58033176765, "order_id": 4446352212157, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11352842862781, "shop_id": 58033176765, "fulfillment_order_id": 5446598885565, "quantity": 2, "line_item_id": 11196005777597, "inventory_item_id": 42185218687165, "fulfillable_quantity": 0, "variant_id": 40090603978941}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972479606} -{"stream": "fulfillment_orders", "data": {"id": 5446601212093, "shop_id": 58033176765, "order_id": 4446354571453, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11352846958781, "shop_id": 58033176765, "fulfillment_order_id": 5446601212093, "quantity": 1, "line_item_id": 11196009873597, "inventory_item_id": 42185200631997, "fulfillable_quantity": 0, "variant_id": 40090585923773}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972480394} -{"stream": "fulfillment_orders", "data": {"id": 5446601965757, "shop_id": 58033176765, "order_id": 4446355226813, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5212172550333, "address1": "San Francisco", "address2": "123", "city": "San Francisco", "company": "Test Company", "country": null, "email": "airbyte-test@airbyte.com", "first_name": "Test", "last_name": "Customer", "phone": null, "province": null, "zip": "92345"}, "line_items": [{"id": 11352847941821, "shop_id": 58033176765, "fulfillment_order_id": 5446601965757, "quantity": 1, "line_item_id": 11196010823869, "inventory_item_id": 42185200631997, "fulfillable_quantity": 0, "variant_id": 40090585923773}], "fulfill_at": null, "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972481174} -{"stream": "fulfillment_orders", "data": {"id": 5446602588349, "shop_id": 58033176765, "order_id": 4446355882173, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5212173205693, "address1": "82644 Mayert Green", "address2": null, "city": null, "company": null, "country": "Canada", "email": "jasmin.schiller@developer-tools.shopifyapps.com", "first_name": "Jasmin", "last_name": "Schiller", "phone": "522.452.8289 x71583", "province": null, "zip": null}, "line_items": [{"id": 11352848629949, "shop_id": 58033176765, "fulfillment_order_id": 5446602588349, "quantity": 1, "line_item_id": 11196011544765, "inventory_item_id": 42185204662461, "fulfillable_quantity": 0, "variant_id": 40090590019773}], "fulfill_at": null, "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972481855} -{"stream": "fulfillment_orders", "data": {"id": 5446606618813, "shop_id": 58033176765, "order_id": 4446359781565, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11352854364349, "shop_id": 58033176765, "fulfillment_order_id": 5446606618813, "quantity": 1, "line_item_id": 11196017180861, "inventory_item_id": 42185218719933, "fulfillable_quantity": 0, "variant_id": 40090604011709}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972482645} -{"stream": "fulfillment_orders", "data": {"id": 5446606651581, "shop_id": 58033176765, "order_id": 4446359781565, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11352854397117, "shop_id": 58033176765, "fulfillment_order_id": 5446606651581, "quantity": 1, "line_item_id": 11196017246397, "inventory_item_id": 42185228681405, "fulfillable_quantity": 0, "variant_id": 40090614005949}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972482696} -{"stream": "fulfillment_orders", "data": {"id": 5446608453821, "shop_id": 58033176765, "order_id": 4446361583805, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11352858099901, "shop_id": 58033176765, "fulfillment_order_id": 5446608453821, "quantity": 1, "line_item_id": 11196020981949, "inventory_item_id": 42185200631997, "fulfillable_quantity": 0, "variant_id": 40090585923773}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972483393} -{"stream": "fulfillment_orders", "data": {"id": 5446608486589, "shop_id": 58033176765, "order_id": 4446361583805, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11352858132669, "shop_id": 58033176765, "fulfillment_order_id": 5446608486589, "quantity": 1, "line_item_id": 11196020949181, "inventory_item_id": 42185212625085, "fulfillable_quantity": 0, "variant_id": 40090597916861}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972483443} -{"stream": "fulfillment_orders", "data": {"id": 5451371872445, "shop_id": 58033176765, "order_id": 4450987802813, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11362191048893, "shop_id": 58033176765, "fulfillment_order_id": 5451371872445, "quantity": 2, "line_item_id": 11205344002237, "inventory_item_id": 42185218425021, "fulfillable_quantity": 0, "variant_id": 40090603716797}], "fulfill_at": null, "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": null, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972484106} -{"stream": "fulfillment_orders", "data": {"id": 5558571270333, "shop_id": 58033176765, "order_id": 4554804756669, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5319070089405, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "company": null, "country": "United States", "email": "integration-test@airbyte.io", "first_name": "Airbyte", "last_name": "Team", "phone": null, "province": "California", "zip": "94114"}, "line_items": [{"id": 11564200198333, "shop_id": 58033176765, "fulfillment_order_id": 5558571270333, "quantity": 1, "line_item_id": 11406093779133, "inventory_item_id": 42185218425021, "fulfillable_quantity": 0, "variant_id": 40090603716797}], "fulfill_at": "2022-06-15T04:00:00-07:00", "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": {"id": 119720149181, "method_type": "shipping", "min_delivery_date_time": null, "max_delivery_date_time": null}, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972484864} -{"stream": "fulfillment_orders", "data": {"id": 5558583951549, "shop_id": 58033176765, "order_id": 4554817142973, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5319086899389, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "company": null, "country": "United States", "email": "integration-test@airbyte.io", "first_name": "Airbyte", "last_name": "Team", "phone": null, "province": "California", "zip": "94114"}, "line_items": [{"id": 11564224381117, "shop_id": 58033176765, "fulfillment_order_id": 5558583951549, "quantity": 1, "line_item_id": 11406117896381, "inventory_item_id": 42185218425021, "fulfillable_quantity": 0, "variant_id": 40090603716797}], "fulfill_at": "2022-06-15T05:00:00-07:00", "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": {"id": 119729422525, "method_type": "shipping", "min_delivery_date_time": null, "max_delivery_date_time": null}, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972485597} -{"stream": "fulfillment_orders", "data": {"id": 5558632054973, "shop_id": 58033176765, "order_id": 4554863542461, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5319150338237, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "company": null, "country": "United States", "email": "integration-test@airbyte.io", "first_name": "Airbyte", "last_name": "Team", "phone": null, "province": "California", "zip": "94114"}, "line_items": [{"id": 11564313706685, "shop_id": 58033176765, "fulfillment_order_id": 5558632054973, "quantity": 1, "line_item_id": 11406207156413, "inventory_item_id": 42185218818237, "fulfillable_quantity": 0, "variant_id": 40090604110013}], "fulfill_at": "2022-06-15T06:00:00-07:00", "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": {"id": 119760322749, "method_type": "shipping", "min_delivery_date_time": null, "max_delivery_date_time": null}, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972487165} -{"stream": "fulfillment_orders", "data": {"id": 5560814895293, "shop_id": 58033176765, "order_id": 4557016793277, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5321478275261, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "company": null, "country": "United States", "email": "integration-test@airbyte.io", "first_name": "Airbyte", "last_name": "Team", "phone": null, "province": "California", "zip": "94114"}, "line_items": [{"id": 11568382542013, "shop_id": 58033176765, "fulfillment_order_id": 5560814895293, "quantity": 1, "line_item_id": 11410270453949, "inventory_item_id": 42185223798973, "fulfillable_quantity": 0, "variant_id": 40090609090749}], "fulfill_at": "2022-06-16T01:00:00-07:00", "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": {"id": 121174098109, "method_type": "shipping", "min_delivery_date_time": null, "max_delivery_date_time": null}, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972488605} -{"stream": "fulfillment_orders", "data": {"id": 5560814928061, "shop_id": 58033176765, "order_id": 4557016793277, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": {"id": 5321478308029, "address1": "2261 Market Street", "address2": "4381", "city": "San Francisco", "company": null, "country": "United States", "email": "integration-test@airbyte.io", "first_name": "Airbyte", "last_name": "Team", "phone": null, "province": "California", "zip": "94114"}, "line_items": [{"id": 11568382574781, "shop_id": 58033176765, "fulfillment_order_id": 5560814928061, "quantity": 1, "line_item_id": 11410270421181, "inventory_item_id": 42185219702973, "fulfillable_quantity": 0, "variant_id": 40090604994749}], "fulfill_at": "2022-06-16T01:00:00-07:00", "fulfill_by": null, "international_duties": {"incoterm": "DAP"}, "fulfillment_holds": [], "delivery_method": {"id": 121174130877, "method_type": "none", "min_delivery_date_time": null, "max_delivery_date_time": null}, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972488657} -{"stream": "fulfillment_orders", "data": {"id": 5567668781245, "shop_id": 58033176765, "order_id": 4563707330749, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11582314283197, "shop_id": 58033176765, "fulfillment_order_id": 5567668781245, "quantity": 1, "line_item_id": 11424204849341, "inventory_item_id": 42185212592317, "fulfillable_quantity": 0, "variant_id": 40090597884093}], "fulfill_at": "2022-06-22T02:00:00-07:00", "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": {"id": 125199351997, "method_type": "none", "min_delivery_date_time": null, "max_delivery_date_time": null}, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972489377} -{"stream": "fulfillment_orders", "data": {"id": 5567724486845, "shop_id": 58033176765, "order_id": 4563761987773, "assigned_location_id": 63590301885, "request_status": "unsubmitted", "status": "closed", "supported_actions": [], "destination": null, "line_items": [{"id": 11582419861693, "shop_id": 58033176765, "fulfillment_order_id": 5567724486845, "quantity": 1, "line_item_id": 11424310362301, "inventory_item_id": 42185212592317, "fulfillable_quantity": 0, "variant_id": 40090597884093}], "fulfill_at": "2022-06-22T03:00:00-07:00", "fulfill_by": null, "international_duties": null, "fulfillment_holds": [], "delivery_method": {"id": 125227172029, "method_type": "none", "min_delivery_date_time": null, "max_delivery_date_time": null}, "assigned_location": {"address1": "Heroiv UPA 72", "address2": null, "city": "Lviv", "country_code": "UA", "location_id": 63590301885, "name": "Heroiv UPA 72", "phone": "", "province": null, "zip": "30100"}, "merchant_requests": [], "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972490112} -{"stream": "fulfillments", "data": {"id": 3506837356733, "order_id": 3945529802941, "status": "success", "created_at": "2021-07-08T02:42:38-07:00", "service": "manual", "updated_at": "2021-07-08T02:42:38-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 10150322045117, "variant_id": null, "title": "Test Order 196", "quantity": 10, "sku": null, "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": null, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Test Order 196", "variant_inventory_management": null, "properties": [], "product_exists": false, "fulfillable_quantity": 0, "grams": 200, "price": "226.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "226.00", "currency_code": "USD"}, "presentment_money": {"amount": "226.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "admin_graphql_api_id": "gid://shopify/LineItem/10150322045117", "duties": [], "tax_lines": [{"price": 73.0, "rate": 0.06, "title": "State tax", "price_set": {"shop_money": {"amount": "73.00", "currency_code": "USD"}, "presentment_money": {"amount": "73.00", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 8460419596477}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1025.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3506837356733", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972493383} -{"stream": "fulfillments", "data": {"id": 3693411107005, "order_id": 4147971555517, "status": "success", "created_at": "2021-09-19T09:02:36-07:00", "service": "manual", "updated_at": "2021-09-19T09:02:36-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 10576754868413, "variant_id": 40090580615357, "title": "Red & Silver Fishing Lure", "quantity": 1, "sku": "", "variant_title": "Plastic", "vendor": "Harris - Hamill", "fulfillment_service": "manual", "product_id": 6796218302653, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Red & Silver Fishing Lure - Plastic", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 285, "price": "27.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "27.00", "currency_code": "USD"}, "presentment_money": {"amount": "27.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "admin_graphql_api_id": "gid://shopify/LineItem/10576754868413", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 8852372684989}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1099.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3693411107005", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972494975} -{"stream": "fulfillments", "data": {"id": 3506837422269, "order_id": 3945529835709, "status": "success", "created_at": "2021-07-08T02:42:40-07:00", "service": "manual", "updated_at": "2022-02-22T01:04:24-08:00", "tracking_company": "Amazon Logistics UK", "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 10150322077885, "variant_id": null, "title": "Test Order 196", "quantity": 10, "sku": null, "variant_title": null, "vendor": null, "fulfillment_service": "manual", "product_id": null, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Test Order 196", "variant_inventory_management": null, "properties": [], "product_exists": false, "fulfillable_quantity": 0, "grams": 200, "price": "226.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "226.00", "currency_code": "USD"}, "presentment_money": {"amount": "226.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "admin_graphql_api_id": "gid://shopify/LineItem/10150322077885", "duties": [], "tax_lines": [{"price": 73.0, "rate": 0.06, "title": "State tax", "price_set": {"shop_money": {"amount": "73.00", "currency_code": "USD"}, "presentment_money": {"amount": "73.00", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 8460419662013}], "tracking_number": "1243557", "tracking_numbers": ["1243557"], "tracking_url": "https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201910530", "tracking_urls": ["https://www.amazon.co.uk/gp/help/customer/display.html?nodeId=201910530"], "receipt": {}, "name": "#1026.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3506837422269", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972495755} -{"stream": "fulfillments", "data": {"id": 3953697358013, "order_id": 4424599437501, "status": "success", "created_at": "2022-02-27T23:47:07-08:00", "service": "manual", "updated_at": "2022-02-27T23:49:13-08:00", "tracking_company": "Amazon Logistics US", "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11153525276861, "variant_id": 40090604110013, "title": "Amber Beard Oil Bottle", "quantity": 1, "sku": "", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "fulfillment_service": "manual", "product_id": 6796229574845, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Amber Beard Oil Bottle - Cotton", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 185, "price": "37.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "37.00", "currency_code": "USD"}, "presentment_money": {"amount": "37.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "1.11", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "1.11", "currency_code": "USD"}, "presentment_money": {"amount": "1.11", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11153525276861", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9396584939709}, {"id": 11153525309629, "variant_id": 40090603716797, "title": "Anchor Bracelet Leather", "quantity": 3, "sku": "", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "fulfillment_service": "manual", "product_id": 6796229443773, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Anchor Bracelet Leather - Concrete", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 116, "price": "35.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "35.00", "currency_code": "USD"}, "presentment_money": {"amount": "35.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "3.15", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "3.15", "currency_code": "USD"}, "presentment_money": {"amount": "3.15", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11153525309629", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9396584972477}, {"id": 11153525342397, "variant_id": 40090603946173, "title": "8 Ounce Soy Candle", "quantity": 1, "sku": "", "variant_title": "purple", "vendor": "Bosco Inc", "fulfillment_service": "manual", "product_id": 6796229509309, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "8 Ounce Soy Candle - purple", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 127, "price": "113.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "113.00", "currency_code": "USD"}, "presentment_money": {"amount": "113.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "3.39", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "3.39", "currency_code": "USD"}, "presentment_money": {"amount": "3.39", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11153525342397", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9396585005245}], "tracking_number": "12345", "tracking_numbers": ["12345"], "tracking_url": "https://track.amazon.com/tracking/12345", "tracking_urls": ["https://track.amazon.com/tracking/12345"], "receipt": {}, "name": "#1125.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3953697358013", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972498338} -{"stream": "fulfillments", "data": {"id": 3953692311741, "order_id": 4424598323389, "status": "success", "created_at": "2022-02-27T23:44:29-08:00", "service": "manual", "updated_at": "2022-02-27T23:55:29-08:00", "tracking_company": "TNT", "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11153523081405, "variant_id": 40090579927229, "title": "Yoga Mat Rolled", "quantity": 1, "sku": "", "variant_title": "Plastic", "vendor": "O'Reilly - Grady", "fulfillment_service": "manual", "product_id": 6796217811133, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Yoga Mat Rolled - Plastic", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 274, "price": "87.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "87.00", "currency_code": "USD"}, "presentment_money": {"amount": "87.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "2.61", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "2.61", "currency_code": "USD"}, "presentment_money": {"amount": "2.61", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11153523081405", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9396574814397}], "tracking_number": "36457736", "tracking_numbers": ["36457736"], "tracking_url": "https://www.tnt.com/express/en_us/site/tracking.html?searchType=con&cons=36457736", "tracking_urls": ["https://www.tnt.com/express/en_us/site/tracking.html?searchType=con&cons=36457736"], "receipt": {}, "name": "#1124.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3953692311741", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972500191} -{"stream": "fulfillments", "data": {"id": 3974518440125, "order_id": 4446352212157, "status": "success", "created_at": "2022-03-17T02:57:42-07:00", "service": "manual", "updated_at": "2022-03-17T02:57:42-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196005777597, "variant_id": 40090603978941, "title": "8 Ounce Soy Candle", "quantity": 2, "sku": "", "variant_title": "Frozen", "vendor": "Bosco Inc", "fulfillment_service": "manual", "product_id": 6796229509309, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "8 Ounce Soy Candle - Frozen", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": "60.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "60.00", "currency_code": "USD"}, "presentment_money": {"amount": "60.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "origin_location": {"id": 3000230707389, "country_code": "UA", "province_code": "", "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196005777597", "duties": [], "tax_lines": [{"price": 20.0, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": "20.00", "currency_code": "USD"}, "presentment_money": {"amount": "20.00", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 9437153886397}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1126.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974518440125", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972501099} -{"stream": "fulfillments", "data": {"id": 3974518997181, "order_id": 4446354571453, "status": "success", "created_at": "2022-03-17T02:59:44-07:00", "service": "manual", "updated_at": "2022-03-17T02:59:44-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196009873597, "variant_id": 40090585923773, "title": "4 Ounce Soy Candle", "quantity": 1, "sku": "", "variant_title": "Metal", "vendor": "Hartmann Group", "fulfillment_service": "manual", "product_id": 6796220989629, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "4 Ounce Soy Candle - Metal", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 112, "price": "19.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "19.00", "currency_code": "USD"}, "presentment_money": {"amount": "19.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "origin_location": {"id": 3000230707389, "country_code": "UA", "province_code": "", "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196009873597", "duties": [], "tax_lines": [{"price": 3.17, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": "3.17", "currency_code": "USD"}, "presentment_money": {"amount": "3.17", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 9437155164349}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1127.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974518997181", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972501904} -{"stream": "fulfillments", "data": {"id": 3974519390397, "order_id": 4446355226813, "status": "success", "created_at": "2022-03-17T03:00:16-07:00", "service": "manual", "updated_at": "2022-03-17T03:00:16-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196010823869, "variant_id": 40090585923773, "title": "4 Ounce Soy Candle", "quantity": 1, "sku": "", "variant_title": "Metal", "vendor": "Hartmann Group", "fulfillment_service": "manual", "product_id": 6796220989629, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "4 Ounce Soy Candle - Metal", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 112, "price": "19.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "19.00", "currency_code": "USD"}, "presentment_money": {"amount": "19.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196010823869", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9437155852477}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1128.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974519390397", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972502664} -{"stream": "fulfillments", "data": {"id": 3974519619773, "order_id": 4446355882173, "status": "success", "created_at": "2022-03-17T03:00:47-07:00", "service": "manual", "updated_at": "2022-03-17T03:00:47-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196011544765, "variant_id": 40090590019773, "title": "Black & White Wrist Watches", "quantity": 1, "sku": "", "variant_title": "Rubber", "vendor": "Friesen LLC", "fulfillment_service": "manual", "product_id": 6796222791869, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Black & White Wrist Watches - Rubber", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 490, "price": "65.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "65.00", "currency_code": "USD"}, "presentment_money": {"amount": "65.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196011544765", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9437156442301}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1129.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974519619773", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972503607} -{"stream": "fulfillments", "data": {"id": 3974520537277, "order_id": 4446359781565, "status": "success", "created_at": "2022-03-17T03:04:04-07:00", "service": "manual", "updated_at": "2022-03-17T03:04:04-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196017180861, "variant_id": 40090604011709, "title": "8 Ounce Soy Candle", "quantity": 1, "sku": "", "variant_title": "Wooden", "vendor": "Bosco Inc", "fulfillment_service": "manual", "product_id": 6796229509309, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "8 Ounce Soy Candle - Wooden", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 63, "price": "102.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "102.00", "currency_code": "USD"}, "presentment_money": {"amount": "102.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "0.37", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "0.37", "currency_code": "USD"}, "presentment_money": {"amount": "0.37", "currency_code": "USD"}}}], "origin_location": {"id": 3000230707389, "country_code": "UA", "province_code": "", "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196017180861", "duties": [], "tax_lines": [{"price": 16.94, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": "16.94", "currency_code": "USD"}, "presentment_money": {"amount": "16.94", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 9437157851325}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1130.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974520537277", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972504492} -{"stream": "fulfillments", "data": {"id": 3974520570045, "order_id": 4446359781565, "status": "success", "created_at": "2022-03-17T03:04:04-07:00", "service": "manual", "updated_at": "2022-03-17T03:04:04-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196017246397, "variant_id": 40090614005949, "title": "Blue And White Skate Shoes", "quantity": 1, "sku": "", "variant_title": "orchid", "vendor": "Ullrich, Kris and Dicki", "fulfillment_service": "manual", "product_id": 6796234555581, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "Blue And White Skate Shoes - orchid", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": "39.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "39.00", "currency_code": "USD"}, "presentment_money": {"amount": "39.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "0.13", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "0.13", "currency_code": "USD"}, "presentment_money": {"amount": "0.13", "currency_code": "USD"}}}], "origin_location": {"id": 3000230707389, "country_code": "UA", "province_code": "", "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196017246397", "duties": [], "tax_lines": [{"price": 6.48, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": "6.48", "currency_code": "USD"}, "presentment_money": {"amount": "6.48", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 9437157884093}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1130.2", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974520570045", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972504540} -{"stream": "fulfillments", "data": {"id": 3974521323709, "order_id": 4446361583805, "status": "success", "created_at": "2022-03-17T03:05:08-07:00", "service": "manual", "updated_at": "2022-03-17T03:05:08-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196020981949, "variant_id": 40090585923773, "title": "4 Ounce Soy Candle", "quantity": 1, "sku": "", "variant_title": "Metal", "vendor": "Hartmann Group", "fulfillment_service": "manual", "product_id": 6796220989629, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "4 Ounce Soy Candle - Metal", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 112, "price": "19.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "19.00", "currency_code": "USD"}, "presentment_money": {"amount": "19.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "origin_location": {"id": 3000230707389, "country_code": "UA", "province_code": "", "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196020981949", "duties": [], "tax_lines": [{"price": 3.17, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": "3.17", "currency_code": "USD"}, "presentment_money": {"amount": "3.17", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 9437158801597}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1132.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974521323709", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972505379} -{"stream": "fulfillments", "data": {"id": 3974521389245, "order_id": 4446361583805, "status": "success", "created_at": "2022-03-17T03:05:08-07:00", "service": "manual", "updated_at": "2022-03-17T03:05:08-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11196020949181, "variant_id": 40090597916861, "title": "All Black Sneaker Right Foot", "quantity": 1, "sku": "", "variant_title": "Rubber", "vendor": "Becker - Moore", "fulfillment_service": "manual", "product_id": 6796226560189, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "All Black Sneaker Right Foot - Rubber", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": "27.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "27.00", "currency_code": "USD"}, "presentment_money": {"amount": "27.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "origin_location": {"id": 3000230707389, "country_code": "UA", "province_code": "", "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11196020949181", "duties": [], "tax_lines": [{"price": 4.5, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": "4.50", "currency_code": "USD"}, "presentment_money": {"amount": "4.50", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 9437158867133}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1132.2", "admin_graphql_api_id": "gid://shopify/Fulfillment/3974521389245", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972505430} -{"stream": "fulfillments", "data": {"id": 3977936273597, "order_id": 4450987802813, "status": "success", "created_at": "2022-03-21T05:15:02-07:00", "service": "manual", "updated_at": "2022-03-21T05:15:02-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11205344002237, "variant_id": 40090603716797, "title": "Anchor Bracelet Leather", "quantity": 2, "sku": "", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "fulfillment_service": "manual", "product_id": 6796229443773, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Anchor Bracelet Leather - Concrete", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 116, "price": "35.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "35.00", "currency_code": "USD"}, "presentment_money": {"amount": "35.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [], "origin_location": {"id": 3000230707389, "country_code": "UA", "province_code": "", "name": "Heroiv UPA 72", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11205344002237", "duties": [], "tax_lines": [{"price": 11.67, "rate": 0.2, "title": "PDV", "price_set": {"shop_money": {"amount": "11.67", "currency_code": "USD"}, "presentment_money": {"amount": "11.67", "currency_code": "USD"}}, "channel_liable": null}], "fulfillment_line_item_id": 9443962454205}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1133.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/3977936273597", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972506346} -{"stream": "fulfillments", "data": {"id": 4075774935229, "order_id": 4554804756669, "status": "success", "created_at": "2022-06-15T04:51:07-07:00", "service": "manual", "updated_at": "2022-06-15T04:51:07-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11406093779133, "variant_id": 40090603716797, "title": "Anchor Bracelet Leather", "quantity": 1, "sku": "", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "fulfillment_service": "manual", "product_id": 6796229443773, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Anchor Bracelet Leather - Concrete", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 116, "price": "35.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "35.00", "currency_code": "USD"}, "presentment_money": {"amount": "35.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "1.05", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "1.05", "currency_code": "USD"}, "presentment_money": {"amount": "1.05", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11406093779133", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9633684357309}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1134.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/4075774935229", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972507131} -{"stream": "fulfillments", "data": {"id": 4075785814205, "order_id": 4554817142973, "status": "success", "created_at": "2022-06-15T05:09:46-07:00", "service": "manual", "updated_at": "2022-06-15T05:09:46-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11406117896381, "variant_id": 40090603716797, "title": "Anchor Bracelet Leather", "quantity": 1, "sku": "", "variant_title": "Concrete", "vendor": "Kohler - Nolan", "fulfillment_service": "manual", "product_id": 6796229443773, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Anchor Bracelet Leather - Concrete", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 116, "price": "35.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "35.00", "currency_code": "USD"}, "presentment_money": {"amount": "35.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "1.05", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "1.05", "currency_code": "USD"}, "presentment_money": {"amount": "1.05", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11406117896381", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9633704935613}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1135.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/4075785814205", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972507876} -{"stream": "fulfillments", "data": {"id": 4075842371773, "order_id": 4554863542461, "status": "success", "created_at": "2022-06-15T06:18:57-07:00", "service": "manual", "updated_at": "2022-06-15T06:18:57-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11406207156413, "variant_id": 40090604110013, "title": "Amber Beard Oil Bottle", "quantity": 1, "sku": "", "variant_title": "Cotton", "vendor": "Lubowitz, Buckridge and Huels", "fulfillment_service": "manual", "product_id": 6796229574845, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Amber Beard Oil Bottle - Cotton", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 185, "price": "37.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "37.00", "currency_code": "USD"}, "presentment_money": {"amount": "37.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "1.11", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "1.11", "currency_code": "USD"}, "presentment_money": {"amount": "1.11", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11406207156413", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9633802780861}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1137.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/4075842371773", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972509432} -{"stream": "fulfillments", "data": {"id": 4076916179133, "order_id": 4557016793277, "status": "success", "created_at": "2022-06-16T01:11:35-07:00", "service": "manual", "updated_at": "2022-06-16T01:11:35-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11410270453949, "variant_id": 40090609090749, "title": "Anchor Bracelet Leather", "quantity": 1, "sku": "", "variant_title": "Wooden", "vendor": "O'Hara - Gutmann", "fulfillment_service": "manual", "product_id": 6796231835837, "requires_shipping": true, "taxable": true, "gift_card": false, "name": "Anchor Bracelet Leather - Wooden", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 367, "price": "90.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "90.00", "currency_code": "USD"}, "presentment_money": {"amount": "90.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "2.70", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "2.70", "currency_code": "USD"}, "presentment_money": {"amount": "2.70", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11410270453949", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9636041949373}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1139.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/4076916179133", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972511348} -{"stream": "fulfillments", "data": {"id": 4076916211901, "order_id": 4557016793277, "status": "success", "created_at": "2022-06-16T01:11:35-07:00", "service": "manual", "updated_at": "2022-06-16T01:11:35-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11410270421181, "variant_id": 40090604994749, "title": "Back Of Watermelon Enamel Pin", "quantity": 1, "sku": "", "variant_title": "mint green", "vendor": "Murazik and Sons", "fulfillment_service": "manual", "product_id": 6796229935293, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "Back Of Watermelon Enamel Pin - mint green", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": "100.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "100.00", "currency_code": "USD"}, "presentment_money": {"amount": "100.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "3.00", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "3.00", "currency_code": "USD"}, "presentment_money": {"amount": "3.00", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11410270421181", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9636041982141}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1139.2", "admin_graphql_api_id": "gid://shopify/Fulfillment/4076916211901", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972511401} -{"stream": "fulfillments", "data": {"id": 4083217170621, "order_id": 4563707330749, "status": "success", "created_at": "2022-06-22T02:34:38-07:00", "service": "manual", "updated_at": "2022-06-22T02:34:38-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11424204849341, "variant_id": 40090597884093, "title": "All Black Sneaker Right Foot", "quantity": 1, "sku": "", "variant_title": "ivory", "vendor": "Becker - Moore", "fulfillment_service": "manual", "product_id": 6796226560189, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "All Black Sneaker Right Foot - ivory", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": "59.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "59.00", "currency_code": "USD"}, "presentment_money": {"amount": "59.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "1.77", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11424204849341", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9648939925693}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1140.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/4083217170621", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972512247} -{"stream": "fulfillments", "data": {"id": 4083246596285, "order_id": 4563761987773, "status": "success", "created_at": "2022-06-22T03:50:14-07:00", "service": "manual", "updated_at": "2022-06-22T03:50:14-07:00", "tracking_company": null, "shipment_status": null, "location_id": 63590301885, "origin_address": null, "line_items": [{"id": 11424310362301, "variant_id": 40090597884093, "title": "All Black Sneaker Right Foot", "quantity": 1, "sku": "", "variant_title": "ivory", "vendor": "Becker - Moore", "fulfillment_service": "manual", "product_id": 6796226560189, "requires_shipping": false, "taxable": true, "gift_card": false, "name": "All Black Sneaker Right Foot - ivory", "variant_inventory_management": "shopify", "properties": [], "product_exists": true, "fulfillable_quantity": 0, "grams": 0, "price": "59.00", "total_discount": "0.00", "fulfillment_status": "fulfilled", "price_set": {"shop_money": {"amount": "59.00", "currency_code": "USD"}, "presentment_money": {"amount": "59.00", "currency_code": "USD"}}, "total_discount_set": {"shop_money": {"amount": "0.00", "currency_code": "USD"}, "presentment_money": {"amount": "0.00", "currency_code": "USD"}}, "discount_allocations": [{"amount": "1.77", "discount_application_index": 0, "amount_set": {"shop_money": {"amount": "1.77", "currency_code": "USD"}, "presentment_money": {"amount": "1.77", "currency_code": "USD"}}}], "origin_location": {"id": 3007664259261, "country_code": "UA", "province_code": "", "name": "airbyte integration test", "address1": "Heroiv UPA 72", "address2": "", "city": "Lviv", "zip": "30100"}, "admin_graphql_api_id": "gid://shopify/LineItem/11424310362301", "duties": [], "tax_lines": [], "fulfillment_line_item_id": 9648991535293}], "tracking_number": null, "tracking_numbers": [], "tracking_url": null, "tracking_urls": [], "receipt": {}, "name": "#1142.1", "admin_graphql_api_id": "gid://shopify/Fulfillment/4083246596285", "shop_url": "airbyte-integration-test"}, "emitted_at": 1673972513274}