Skip to content

Commit 6420704

Browse files
committed
move to new scrape format
1 parent 6e34da2 commit 6420704

File tree

432 files changed

+52574
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+52574
-68
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"available_on": [
3+
"graphql",
4+
"rest",
5+
"toml"
6+
],
7+
"deprecated": false,
8+
"description": "Occurs whenever the access scopes of any installation are modified. Allows apps to keep track of the granted access scopes of their installations.",
9+
"name": "app/scopes_update",
10+
"related_resource": "Shop",
11+
"response": {
12+
"id": 1,
13+
"shop_id": "gid://shopify/Shop/548380009",
14+
"previous": [
15+
"read_products"
16+
],
17+
"current": [
18+
"read_products",
19+
"write_products"
20+
],
21+
"updated_at": "2024-06-25T00:00:00.000Z"
22+
},
23+
"shop_feature": false
24+
}
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"available_on": [
3+
"graphql",
4+
"rest",
5+
"toml"
6+
],
7+
"deprecated": false,
8+
"description": "Occurs whenever a shop has uninstalled the app.",
9+
"name": "app/uninstalled",
10+
"related_resource": "Shop",
11+
"response": {
12+
"id": 548380009,
13+
"name": "Super Toys",
14+
"email": "[email protected]",
15+
"domain": null,
16+
"province": "Tennessee",
17+
"country": "US",
18+
"address1": "190 MacLaren Street",
19+
"zip": "37178",
20+
"city": "Houston",
21+
"source": null,
22+
"phone": "3213213210",
23+
"latitude": null,
24+
"longitude": null,
25+
"primary_locale": "en",
26+
"address2": null,
27+
"created_at": null,
28+
"updated_at": null,
29+
"country_code": "US",
30+
"country_name": "United States",
31+
"currency": "USD",
32+
"customer_email": "[email protected]",
33+
"timezone": "(GMT-05:00) Eastern Time (US & Canada)",
34+
"iana_timezone": null,
35+
"shop_owner": "John Smith",
36+
"money_format": "${{amount}}",
37+
"money_with_currency_format": "${{amount}} USD",
38+
"weight_unit": "kg",
39+
"province_code": "TN",
40+
"taxes_included": null,
41+
"auto_configure_tax_inclusivity": null,
42+
"tax_shipping": null,
43+
"county_taxes": null,
44+
"plan_display_name": "Shopify Plus",
45+
"plan_name": "enterprise",
46+
"has_discounts": false,
47+
"has_gift_cards": true,
48+
"myshopify_domain": null,
49+
"google_apps_domain": null,
50+
"google_apps_login_enabled": null,
51+
"money_in_emails_format": "${{amount}}",
52+
"money_with_currency_in_emails_format": "${{amount}} USD",
53+
"eligible_for_payments": true,
54+
"requires_extra_payments_agreement": false,
55+
"password_enabled": null,
56+
"has_storefront": true,
57+
"finances": true,
58+
"primary_location_id": 655441491,
59+
"checkout_api_supported": true,
60+
"multi_location_enabled": true,
61+
"setup_required": false,
62+
"pre_launch_enabled": false,
63+
"enabled_presentment_currencies": [
64+
"USD"
65+
],
66+
"marketing_sms_consent_enabled_at_checkout": false,
67+
"transactional_sms_disabled": false
68+
},
69+
"shop_feature": false
70+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"available_on": [
3+
"graphql",
4+
"toml"
5+
],
6+
"deprecated": false,
7+
"description": "Occurs whenever a one-time app charge is updated.",
8+
"name": "app_purchases_one_time/update",
9+
"related_resource": "ApplicationCharge",
10+
"response": {
11+
"app_purchase_one_time": {
12+
"admin_graphql_api_id": "gid://shopify/AppPurchaseOneTime/1017262353",
13+
"name": "Webhook Test",
14+
"status": "PENDING",
15+
"admin_graphql_api_shop_id": "gid://shopify/Shop/548380009",
16+
"created_at": "2021-12-31T19:00:00-05:00",
17+
"updated_at": "2021-12-31T19:00:00-05:00"
18+
}
19+
},
20+
"shop_feature": false
21+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"available_on": [
3+
"graphql",
4+
"toml"
5+
],
6+
"deprecated": false,
7+
"description": "Occurs when the balance used on an app subscription crosses 90% of the capped amount.",
8+
"name": "app_subscriptions/approaching_capped_amount",
9+
"related_resource": "RecurringApplicationCharge",
10+
"response": {
11+
"app_subscription": {
12+
"admin_graphql_api_id": "gid://shopify/AppSubscription/1029266968",
13+
"name": "Webhook Test",
14+
"balance_used": 0,
15+
"capped_amount": "20.0",
16+
"currency_code": "USD",
17+
"admin_graphql_api_shop_id": "gid://shopify/Shop/548380009",
18+
"created_at": "2021-12-31T19:00:00-05:00",
19+
"updated_at": "2021-12-31T19:00:00-05:00"
20+
}
21+
},
22+
"shop_feature": false
23+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"available_on": [
3+
"graphql",
4+
"rest",
5+
"toml"
6+
],
7+
"deprecated": false,
8+
"description": "Occurs whenever an app subscription is updated.",
9+
"name": "app_subscriptions/update",
10+
"related_resource": "RecurringApplicationCharge",
11+
"response": {
12+
"app_subscription": {
13+
"admin_graphql_api_id": "gid://shopify/AppSubscription/1029266962",
14+
"name": "Webhook Test",
15+
"status": "PENDING",
16+
"admin_graphql_api_shop_id": "gid://shopify/Shop/548380009",
17+
"created_at": "2021-12-31T19:00:00-05:00",
18+
"updated_at": "2021-12-31T19:00:00-05:00",
19+
"currency": "USD",
20+
"capped_amount": "20.0",
21+
"price": "10.00",
22+
"interval": "every_30_days",
23+
"plan_handle": "plan-123"
24+
}
25+
},
26+
"shop_feature": false
27+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"access_scopes": [
3+
"audit_events"
4+
],
5+
"available_on": [
6+
"graphql",
7+
"toml"
8+
],
9+
"deprecated": false,
10+
"description": "Triggers for each auditable Admin API request. This topic is limited to one active subscription per Plus store and requires the use of Google Cloud Pub/Sub or AWS EventBridge.",
11+
"name": "audit_events/admin_api_activity",
12+
"pii": [
13+
"customer"
14+
],
15+
"related_resource": "AuditEvent",
16+
"response": {
17+
"events": [
18+
{
19+
"time": 1634678724,
20+
"event": {
21+
"context": {
22+
"context_type": "network_request",
23+
"context_identifier": "13493be9-24f2-4eea-b71d-a8acd7af7917",
24+
"context_metadata": {
25+
"client_ip": "192.168.64.1",
26+
"content_type": "json",
27+
"response_time_ms": 116.47000000812113,
28+
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36",
29+
"api_request_failed": false,
30+
"response_code": 200
31+
}
32+
},
33+
"action": "api_request",
34+
"actor": {
35+
"actor_type": "app",
36+
"actor_identifier": 4,
37+
"actor_metadata": {
38+
"app_name": "Private app",
39+
"api_version_requested": "unstable",
40+
"api_version_served": "unstable",
41+
"ecosystem_category": "private"
42+
},
43+
"on_behalf_of": {
44+
"user_email": "[email protected]"
45+
}
46+
},
47+
"subject": {
48+
"subject_type": "shop",
49+
"subject_identifier": "shop1.myshopify.io",
50+
"subject_metadata": {}
51+
},
52+
"timestamp": "2021-10-19T21:25:24Z",
53+
"additional_metadata": {
54+
"request_type": "GraphQL",
55+
"mutation_names": [],
56+
"query": "query orders {\n orders(first: $first) {\n edges {\n node {\n id\n }\n }\n }\n}",
57+
"variables": {
58+
"first": 10
59+
},
60+
"error_codes": []
61+
}
62+
}
63+
}
64+
]
65+
},
66+
"shop_feature": false
67+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"available_on": [
3+
"graphql",
4+
"rest",
5+
"toml"
6+
],
7+
"deprecated": false,
8+
"description": "Notifies when a Bulk Operation finishes.",
9+
"name": "bulk_operations/finish",
10+
"related_resource": "BulkOperation",
11+
"response": {
12+
"admin_graphql_api_id": "gid://shopify/BulkOperation/147595010",
13+
"completed_at": "2024-01-01T07:34:56-05:00",
14+
"created_at": "2025-09-10T14:39:08-04:00",
15+
"error_code": null,
16+
"status": "completed",
17+
"type": "query"
18+
},
19+
"shop_feature": false
20+
}
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"access_scopes": [
3+
"orders"
4+
],
5+
"available_on": [
6+
"graphql",
7+
"rest",
8+
"toml"
9+
],
10+
"deprecated": false,
11+
"description": "Occurs when a cart is created in the online store. Other types of carts aren't supported. For example, the webhook doesn't support carts that are created in a custom storefront.",
12+
"name": "carts/create",
13+
"pii": [
14+
"customer"
15+
],
16+
"related_resource": "CartNext",
17+
"response": {
18+
"id": "exampleCartId",
19+
"token": "exampleCartId",
20+
"line_items": [
21+
{
22+
"id": 704912205188288500,
23+
"properties": null,
24+
"quantity": 3,
25+
"variant_id": 704912205188288500,
26+
"key": "704912205188288575:3abdf474dce81d0025dd15b9a02ef6bf",
27+
"discounted_price": "19.99",
28+
"discounts": [],
29+
"gift_card": false,
30+
"grams": 200,
31+
"line_price": "59.97",
32+
"original_line_price": "59.97",
33+
"original_price": "19.99",
34+
"price": "19.99",
35+
"product_id": 788032119674292900,
36+
"sku": "example-shirt-s",
37+
"taxable": true,
38+
"title": "Example T-Shirt - Small",
39+
"total_discount": "39.98",
40+
"vendor": "Acme",
41+
"discounted_price_set": {
42+
"shop_money": {
43+
"amount": "19.99",
44+
"currency_code": "USD"
45+
},
46+
"presentment_money": {
47+
"amount": "19.99",
48+
"currency_code": "USD"
49+
}
50+
},
51+
"line_price_set": {
52+
"shop_money": {
53+
"amount": "59.97",
54+
"currency_code": "USD"
55+
},
56+
"presentment_money": {
57+
"amount": "59.97",
58+
"currency_code": "USD"
59+
}
60+
},
61+
"original_line_price_set": {
62+
"shop_money": {
63+
"amount": "59.97",
64+
"currency_code": "USD"
65+
},
66+
"presentment_money": {
67+
"amount": "59.97",
68+
"currency_code": "USD"
69+
}
70+
},
71+
"price_set": {
72+
"shop_money": {
73+
"amount": "19.99",
74+
"currency_code": "USD"
75+
},
76+
"presentment_money": {
77+
"amount": "19.99",
78+
"currency_code": "USD"
79+
}
80+
},
81+
"total_discount_set": {
82+
"shop_money": {
83+
"amount": "39.98",
84+
"currency_code": "USD"
85+
},
86+
"presentment_money": {
87+
"amount": "39.98",
88+
"currency_code": "USD"
89+
}
90+
}
91+
}
92+
],
93+
"note": null,
94+
"updated_at": "2022-01-01T00:00:00.000Z",
95+
"created_at": "2022-01-01T00:00:00.000Z"
96+
},
97+
"shop_feature": false
98+
}

0 commit comments

Comments
 (0)