shopify-webhook-schemas 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/infer-schema.d.ts +1 -1
- package/dist/src/infer-schema.js +29 -3
- package/dist/src/scrape.js +3 -2
- package/metadatas/2024-04/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-04/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-04/app_subscriptions/update.json +2 -5
- package/metadatas/2024-04/bulk_operations/finish.json +1 -1
- package/metadatas/2024-04/checkouts/create.json +17 -7
- package/metadatas/2024-04/checkouts/delete.json +1 -2
- package/metadatas/2024-04/checkouts/update.json +17 -7
- package/metadatas/2024-04/company_contact_roles/assign.json +0 -8
- package/metadatas/2024-04/company_contact_roles/revoke.json +0 -8
- package/metadatas/2024-04/company_locations/create.json +0 -8
- package/metadatas/2024-04/company_locations/delete.json +0 -8
- package/metadatas/2024-04/company_locations/update.json +0 -8
- package/metadatas/2024-04/customer.tags_added.json +1 -1
- package/metadatas/2024-04/customer.tags_removed.json +1 -1
- package/metadatas/2024-04/customers/create.json +7 -0
- package/metadatas/2024-04/customers/delete.json +2 -0
- package/metadatas/2024-04/customers/disable.json +7 -0
- package/metadatas/2024-04/customers/enable.json +7 -0
- package/metadatas/2024-04/customers/update.json +7 -0
- package/metadatas/2024-04/discounts/create.json +2 -2
- package/metadatas/2024-04/discounts/delete.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-04/discounts/update.json +2 -2
- package/metadatas/2024-04/draft_orders/create.json +37 -26
- package/metadatas/2024-04/draft_orders/update.json +36 -25
- package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +2 -28
- package/metadatas/2024-04/fulfillments/create.json +24 -71
- package/metadatas/2024-04/fulfillments/update.json +24 -71
- package/metadatas/2024-04/inventory_items/create.json +1 -2
- package/metadatas/2024-04/inventory_items/delete.json +1 -2
- package/metadatas/2024-04/inventory_items/update.json +1 -2
- package/metadatas/2024-04/inventory_levels/connect.json +7 -1
- package/metadatas/2024-04/inventory_levels/update.json +7 -1
- package/metadatas/2024-04/markets/create.json +6 -2
- package/metadatas/2024-04/markets/update.json +6 -2
- package/metadatas/2024-04/order_transactions/create.json +3 -4
- package/metadatas/2024-04/orders/cancelled.json +51 -139
- package/metadatas/2024-04/orders/create.json +51 -139
- package/metadatas/2024-04/orders/edited.json +1 -2
- package/metadatas/2024-04/orders/fulfilled.json +51 -139
- package/metadatas/2024-04/orders/paid.json +51 -139
- package/metadatas/2024-04/orders/partially_fulfilled.json +51 -139
- package/metadatas/2024-04/orders/risk_assessment_changed.json +1 -1
- package/metadatas/2024-04/orders/updated.json +51 -139
- package/metadatas/2024-04/products/create.json +15 -6
- package/metadatas/2024-04/products/update.json +15 -6
- package/metadatas/2024-04/refunds/create.json +34 -112
- package/metadatas/2024-04/returns/approve.json +1 -1
- package/metadatas/2024-04/returns/decline.json +0 -4
- package/metadatas/2024-04/returns/request.json +1 -1
- package/metadatas/2024-04/segments/update.json +1 -1
- package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-04/subscription_contracts/activate.json +4 -4
- package/metadatas/2024-04/subscription_contracts/cancel.json +4 -4
- package/metadatas/2024-04/subscription_contracts/create.json +4 -4
- package/metadatas/2024-04/subscription_contracts/expire.json +4 -4
- package/metadatas/2024-04/subscription_contracts/fail.json +4 -4
- package/metadatas/2024-04/subscription_contracts/pause.json +4 -4
- package/metadatas/2024-04/subscription_contracts/update.json +4 -4
- package/metadatas/2024-04/tender_transactions/create.json +1 -1
- package/metadatas/2024-04/variants/in_stock.json +7 -1
- package/metadatas/2024-04/variants/out_of_stock.json +7 -1
- package/package.json +1 -1
- package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +0 -15
- package/schemas/2024-04/app_subscriptions/update.json +0 -12
- package/schemas/2024-04/carts/create.json +1 -4
- package/schemas/2024-04/carts/update.json +1 -4
- package/schemas/2024-04/checkouts/create.json +31 -35
- package/schemas/2024-04/checkouts/delete.json +0 -10
- package/schemas/2024-04/checkouts/update.json +31 -35
- package/schemas/2024-04/collections/create.json +0 -20
- package/schemas/2024-04/collections/update.json +0 -20
- package/schemas/2024-04/company_contact_roles/assign.json +0 -23
- package/schemas/2024-04/company_contact_roles/revoke.json +0 -23
- package/schemas/2024-04/company_locations/create.json +4 -58
- package/schemas/2024-04/company_locations/delete.json +4 -58
- package/schemas/2024-04/company_locations/update.json +4 -58
- package/schemas/2024-04/customer_payment_methods/create.json +1 -1
- package/schemas/2024-04/customer_payment_methods/revoke.json +1 -1
- package/schemas/2024-04/customer_payment_methods/update.json +1 -1
- package/schemas/2024-04/customers/create.json +38 -86
- package/schemas/2024-04/customers/delete.json +16 -78
- package/schemas/2024-04/customers/disable.json +38 -86
- package/schemas/2024-04/customers/enable.json +38 -86
- package/schemas/2024-04/customers/update.json +38 -86
- package/schemas/2024-04/customers_email_marketing_consent/update.json +3 -13
- package/schemas/2024-04/customers_marketing_consent/update.json +3 -13
- package/schemas/2024-04/disputes/create.json +1 -0
- package/schemas/2024-04/disputes/update.json +1 -0
- package/schemas/2024-04/domains/create.json +2 -4
- package/schemas/2024-04/domains/destroy.json +2 -4
- package/schemas/2024-04/domains/update.json +2 -4
- package/schemas/2024-04/draft_orders/create.json +26 -409
- package/schemas/2024-04/draft_orders/update.json +26 -409
- package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +0 -80
- package/schemas/2024-04/fulfillment_orders/split.json +0 -12
- package/schemas/2024-04/fulfillments/create.json +66 -196
- package/schemas/2024-04/fulfillments/update.json +66 -196
- package/schemas/2024-04/inventory_items/create.json +3 -7
- package/schemas/2024-04/inventory_items/update.json +3 -7
- package/schemas/2024-04/inventory_levels/connect.json +29 -0
- package/schemas/2024-04/inventory_levels/update.json +29 -0
- package/schemas/2024-04/markets/create.json +18 -7
- package/schemas/2024-04/markets/update.json +18 -7
- package/schemas/2024-04/order_transactions/create.json +4 -18
- package/schemas/2024-04/orders/cancelled.json +10 -252
- package/schemas/2024-04/orders/create.json +10 -252
- package/schemas/2024-04/orders/edited.json +2 -13
- package/schemas/2024-04/orders/fulfilled.json +10 -252
- package/schemas/2024-04/orders/paid.json +10 -252
- package/schemas/2024-04/orders/partially_fulfilled.json +10 -252
- package/schemas/2024-04/orders/risk_assessment_changed.json +2 -9
- package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +1 -11
- package/schemas/2024-04/orders/updated.json +10 -252
- package/schemas/2024-04/payment_terms/create.json +1 -4
- package/schemas/2024-04/payment_terms/update.json +1 -4
- package/schemas/2024-04/products/create.json +73 -173
- package/schemas/2024-04/products/update.json +73 -173
- package/schemas/2024-04/refunds/create.json +16 -767
- package/schemas/2024-04/returns/decline.json +0 -17
- package/schemas/2024-04/selling_plan_groups/create.json +10 -66
- package/schemas/2024-04/selling_plan_groups/update.json +10 -66
- package/schemas/2024-04/shop/update.json +3 -4
- package/schemas/2024-04/subscription_billing_attempts/challenged.json +1 -0
- package/schemas/2024-04/subscription_billing_attempts/failure.json +1 -0
- package/schemas/2024-04/subscription_billing_attempts/success.json +1 -0
- package/schemas/2024-04/subscription_contracts/activate.json +2 -8
- package/schemas/2024-04/subscription_contracts/cancel.json +2 -8
- package/schemas/2024-04/subscription_contracts/create.json +2 -8
- package/schemas/2024-04/subscription_contracts/expire.json +2 -8
- package/schemas/2024-04/subscription_contracts/fail.json +2 -8
- package/schemas/2024-04/subscription_contracts/pause.json +2 -8
- package/schemas/2024-04/subscription_contracts/update.json +2 -8
- package/schemas/2024-04/tender_transactions/create.json +4 -6
- package/schemas/2024-04/themes/create.json +1 -4
- package/schemas/2024-04/themes/publish.json +1 -4
- package/schemas/2024-04/themes/update.json +1 -4
- package/schemas/2024-04/variants/in_stock.json +25 -1
- package/schemas/2024-04/variants/out_of_stock.json +25 -1
- package/metadatas/2024-04/app/scopes_update.json +0 -23
- package/metadatas/2024-04/checkout_and_accounts_configurations/update.json +0 -22
- package/metadatas/2024-04/customer.joined_segment.json +0 -18
- package/metadatas/2024-04/customer.left_segment.json +0 -18
- package/metadatas/2024-04/customer_account_settings/update.json +0 -17
- package/metadatas/2024-04/customers/purchasing_summary.json +0 -27
- package/metadatas/2024-04/delivery_promise_settings/update.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/delete.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/grant.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/revoke.json +0 -19
- package/metadatas/2024-04/finance_app_staff_member/update.json +0 -19
- package/metadatas/2024-04/finance_kyc_information/update.json +0 -19
- package/metadatas/2024-04/fulfillment_holds/added.json +0 -32
- package/metadatas/2024-04/fulfillment_holds/released.json +0 -32
- package/metadatas/2024-04/markets_backup_region/update.json +0 -18
- package/metadatas/2024-04/metafield_definitions/create.json +0 -47
- package/metadatas/2024-04/metafield_definitions/delete.json +0 -19
- package/metadatas/2024-04/metafield_definitions/update.json +0 -47
- package/metadatas/2024-04/product_feeds/full_sync_finish.json +0 -37
- package/schemas/2024-04/app/scopes_update.json +0 -31
- package/schemas/2024-04/checkout_and_accounts_configurations/update.json +0 -48
- package/schemas/2024-04/customer.joined_segment.json +0 -23
- package/schemas/2024-04/customer.left_segment.json +0 -23
- package/schemas/2024-04/customer_account_settings/update.json +0 -28
- package/schemas/2024-04/customers/purchasing_summary.json +0 -43
- package/schemas/2024-04/delivery_promise_settings/update.json +0 -21
- package/schemas/2024-04/finance_app_staff_member/delete.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/grant.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/revoke.json +0 -4
- package/schemas/2024-04/finance_app_staff_member/update.json +0 -4
- package/schemas/2024-04/finance_kyc_information/update.json +0 -4
- package/schemas/2024-04/fulfillment_holds/added.json +0 -63
- package/schemas/2024-04/fulfillment_holds/released.json +0 -63
- package/schemas/2024-04/markets_backup_region/update.json +0 -17
- package/schemas/2024-04/metafield_definitions/create.json +0 -141
- package/schemas/2024-04/metafield_definitions/delete.json +0 -21
- package/schemas/2024-04/metafield_definitions/update.json +0 -141
- package/schemas/2024-04/product_feeds/full_sync_finish.json +0 -97
|
@@ -46,34 +46,34 @@
|
|
|
46
46
|
},
|
|
47
47
|
"line_items": [
|
|
48
48
|
{
|
|
49
|
-
"id":
|
|
50
|
-
"variant_id":
|
|
51
|
-
"title": "
|
|
49
|
+
"id": 866550311766439000,
|
|
50
|
+
"variant_id": 808950810,
|
|
51
|
+
"title": "IPod Nano - 8GB",
|
|
52
52
|
"quantity": 1,
|
|
53
|
-
"sku": "
|
|
53
|
+
"sku": "IPOD2008PINK",
|
|
54
54
|
"variant_title": null,
|
|
55
55
|
"vendor": null,
|
|
56
56
|
"fulfillment_service": "manual",
|
|
57
|
-
"product_id":
|
|
57
|
+
"product_id": 632910392,
|
|
58
58
|
"requires_shipping": true,
|
|
59
59
|
"taxable": true,
|
|
60
60
|
"gift_card": false,
|
|
61
|
-
"name": "
|
|
62
|
-
"variant_inventory_management":
|
|
61
|
+
"name": "IPod Nano - 8GB",
|
|
62
|
+
"variant_inventory_management": "shopify",
|
|
63
63
|
"properties": [],
|
|
64
64
|
"product_exists": true,
|
|
65
65
|
"fulfillable_quantity": 1,
|
|
66
|
-
"grams":
|
|
67
|
-
"price": "
|
|
66
|
+
"grams": 567,
|
|
67
|
+
"price": "199.00",
|
|
68
68
|
"total_discount": "0.00",
|
|
69
69
|
"fulfillment_status": null,
|
|
70
70
|
"price_set": {
|
|
71
71
|
"shop_money": {
|
|
72
|
-
"amount": "
|
|
72
|
+
"amount": "199.00",
|
|
73
73
|
"currency_code": "USD"
|
|
74
74
|
},
|
|
75
75
|
"presentment_money": {
|
|
76
|
-
"amount": "
|
|
76
|
+
"amount": "199.00",
|
|
77
77
|
"currency_code": "USD"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
@@ -89,38 +89,38 @@
|
|
|
89
89
|
},
|
|
90
90
|
"discount_allocations": [],
|
|
91
91
|
"duties": [],
|
|
92
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
92
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/866550311766439020",
|
|
93
93
|
"tax_lines": []
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"id":
|
|
97
|
-
"variant_id":
|
|
98
|
-
"title": "
|
|
96
|
+
"id": 141249953214522980,
|
|
97
|
+
"variant_id": 808950810,
|
|
98
|
+
"title": "IPod Nano - 8GB",
|
|
99
99
|
"quantity": 1,
|
|
100
|
-
"sku": "
|
|
100
|
+
"sku": "IPOD2008PINK",
|
|
101
101
|
"variant_title": null,
|
|
102
102
|
"vendor": null,
|
|
103
103
|
"fulfillment_service": "manual",
|
|
104
|
-
"product_id":
|
|
104
|
+
"product_id": 632910392,
|
|
105
105
|
"requires_shipping": true,
|
|
106
106
|
"taxable": true,
|
|
107
107
|
"gift_card": false,
|
|
108
|
-
"name": "
|
|
109
|
-
"variant_inventory_management":
|
|
108
|
+
"name": "IPod Nano - 8GB",
|
|
109
|
+
"variant_inventory_management": "shopify",
|
|
110
110
|
"properties": [],
|
|
111
111
|
"product_exists": true,
|
|
112
112
|
"fulfillable_quantity": 1,
|
|
113
|
-
"grams":
|
|
114
|
-
"price": "
|
|
113
|
+
"grams": 567,
|
|
114
|
+
"price": "199.00",
|
|
115
115
|
"total_discount": "5.00",
|
|
116
116
|
"fulfillment_status": null,
|
|
117
117
|
"price_set": {
|
|
118
118
|
"shop_money": {
|
|
119
|
-
"amount": "
|
|
119
|
+
"amount": "199.00",
|
|
120
120
|
"currency_code": "USD"
|
|
121
121
|
},
|
|
122
122
|
"presentment_money": {
|
|
123
|
-
"amount": "
|
|
123
|
+
"amount": "199.00",
|
|
124
124
|
"currency_code": "USD"
|
|
125
125
|
}
|
|
126
126
|
},
|
|
@@ -165,54 +165,7 @@
|
|
|
165
165
|
}
|
|
166
166
|
],
|
|
167
167
|
"duties": [],
|
|
168
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
169
|
-
"tax_lines": []
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"id": 315789986012684400,
|
|
173
|
-
"variant_id": null,
|
|
174
|
-
"title": "Coffee table",
|
|
175
|
-
"quantity": 1,
|
|
176
|
-
"sku": "SKU2006-035",
|
|
177
|
-
"variant_title": null,
|
|
178
|
-
"vendor": null,
|
|
179
|
-
"fulfillment_service": "manual",
|
|
180
|
-
"product_id": 788032119674292900,
|
|
181
|
-
"requires_shipping": true,
|
|
182
|
-
"taxable": true,
|
|
183
|
-
"gift_card": false,
|
|
184
|
-
"name": "Coffee table",
|
|
185
|
-
"variant_inventory_management": null,
|
|
186
|
-
"properties": [],
|
|
187
|
-
"product_exists": true,
|
|
188
|
-
"fulfillable_quantity": 1,
|
|
189
|
-
"grams": 500,
|
|
190
|
-
"price": "119.99",
|
|
191
|
-
"total_discount": "0.00",
|
|
192
|
-
"fulfillment_status": null,
|
|
193
|
-
"price_set": {
|
|
194
|
-
"shop_money": {
|
|
195
|
-
"amount": "119.99",
|
|
196
|
-
"currency_code": "USD"
|
|
197
|
-
},
|
|
198
|
-
"presentment_money": {
|
|
199
|
-
"amount": "119.99",
|
|
200
|
-
"currency_code": "USD"
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
"total_discount_set": {
|
|
204
|
-
"shop_money": {
|
|
205
|
-
"amount": "0.00",
|
|
206
|
-
"currency_code": "USD"
|
|
207
|
-
},
|
|
208
|
-
"presentment_money": {
|
|
209
|
-
"amount": "0.00",
|
|
210
|
-
"currency_code": "USD"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
"discount_allocations": [],
|
|
214
|
-
"duties": [],
|
|
215
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/315789986012684393",
|
|
168
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/141249953214522974",
|
|
216
169
|
"tax_lines": []
|
|
217
170
|
}
|
|
218
171
|
],
|
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
"description": "Occurs whenever an inventory level is connected.",
|
|
12
12
|
"name": "inventory_levels/connect",
|
|
13
13
|
"related_resource": "InventoryLevel",
|
|
14
|
-
"response": {
|
|
14
|
+
"response": {
|
|
15
|
+
"inventory_item_id": 271878346596884000,
|
|
16
|
+
"location_id": 24826418,
|
|
17
|
+
"available": null,
|
|
18
|
+
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
19
|
+
"admin_graphql_api_id": "gid://shopify/InventoryLevel/24826418?inventory_item_id=271878346596884015"
|
|
20
|
+
},
|
|
15
21
|
"shop_feature": false
|
|
16
22
|
}
|
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
"description": "Occurs whenever an inventory level is updated.",
|
|
12
12
|
"name": "inventory_levels/update",
|
|
13
13
|
"related_resource": "InventoryLevel",
|
|
14
|
-
"response": {
|
|
14
|
+
"response": {
|
|
15
|
+
"inventory_item_id": 271878346596884000,
|
|
16
|
+
"location_id": 24826418,
|
|
17
|
+
"available": null,
|
|
18
|
+
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
19
|
+
"admin_graphql_api_id": "gid://shopify/InventoryLevel/24826418?inventory_item_id=271878346596884015"
|
|
20
|
+
},
|
|
15
21
|
"shop_feature": false
|
|
16
22
|
}
|
|
@@ -47,21 +47,20 @@
|
|
|
47
47
|
"payment_method_name": "visa"
|
|
48
48
|
},
|
|
49
49
|
"receipt": {},
|
|
50
|
-
"amount": "
|
|
50
|
+
"amount": "403.00",
|
|
51
51
|
"currency": "USD",
|
|
52
52
|
"payment_id": "#9999.1",
|
|
53
53
|
"total_unsettled_set": {
|
|
54
54
|
"presentment_money": {
|
|
55
|
-
"amount": "
|
|
55
|
+
"amount": "403.0",
|
|
56
56
|
"currency": "USD"
|
|
57
57
|
},
|
|
58
58
|
"shop_money": {
|
|
59
|
-
"amount": "
|
|
59
|
+
"amount": "403.0",
|
|
60
60
|
"currency": "USD"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"manual_payment_gateway": true,
|
|
64
|
-
"amount_rounding": null,
|
|
65
64
|
"admin_graphql_api_id": "gid://shopify/OrderTransaction/120560818172775265"
|
|
66
65
|
},
|
|
67
66
|
"shop_feature": false
|
|
@@ -34,24 +34,14 @@
|
|
|
34
34
|
"contact_email": "jon@example.com",
|
|
35
35
|
"created_at": "2021-12-31T19:00:00-05:00",
|
|
36
36
|
"currency": "USD",
|
|
37
|
-
"
|
|
38
|
-
"shop_money": {
|
|
39
|
-
"amount": "0.00",
|
|
40
|
-
"currency_code": "USD"
|
|
41
|
-
},
|
|
42
|
-
"presentment_money": {
|
|
43
|
-
"amount": "0.00",
|
|
44
|
-
"currency_code": "USD"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"current_subtotal_price": "369.97",
|
|
37
|
+
"current_subtotal_price": "398.00",
|
|
48
38
|
"current_subtotal_price_set": {
|
|
49
39
|
"shop_money": {
|
|
50
|
-
"amount": "
|
|
40
|
+
"amount": "398.00",
|
|
51
41
|
"currency_code": "USD"
|
|
52
42
|
},
|
|
53
43
|
"presentment_money": {
|
|
54
|
-
"amount": "
|
|
44
|
+
"amount": "398.00",
|
|
55
45
|
"currency_code": "USD"
|
|
56
46
|
}
|
|
57
47
|
},
|
|
@@ -68,14 +58,14 @@
|
|
|
68
58
|
}
|
|
69
59
|
},
|
|
70
60
|
"current_total_duties_set": null,
|
|
71
|
-
"current_total_price": "
|
|
61
|
+
"current_total_price": "398.00",
|
|
72
62
|
"current_total_price_set": {
|
|
73
63
|
"shop_money": {
|
|
74
|
-
"amount": "
|
|
64
|
+
"amount": "398.00",
|
|
75
65
|
"currency_code": "USD"
|
|
76
66
|
},
|
|
77
67
|
"presentment_money": {
|
|
78
|
-
"amount": "
|
|
68
|
+
"amount": "398.00",
|
|
79
69
|
"currency_code": "USD"
|
|
80
70
|
}
|
|
81
71
|
},
|
|
@@ -93,7 +83,6 @@
|
|
|
93
83
|
"customer_locale": "en",
|
|
94
84
|
"device_id": null,
|
|
95
85
|
"discount_codes": [],
|
|
96
|
-
"duties_included": false,
|
|
97
86
|
"email": "jon@example.com",
|
|
98
87
|
"estimated_taxes": false,
|
|
99
88
|
"financial_status": "voided",
|
|
@@ -101,7 +90,6 @@
|
|
|
101
90
|
"landing_site": null,
|
|
102
91
|
"landing_site_ref": null,
|
|
103
92
|
"location_id": null,
|
|
104
|
-
"merchant_business_entity_id": "MTU0ODM4MDAwOQ",
|
|
105
93
|
"merchant_of_record_app_id": null,
|
|
106
94
|
"name": "#9999",
|
|
107
95
|
"note": null,
|
|
@@ -124,14 +112,14 @@
|
|
|
124
112
|
"source_identifier": null,
|
|
125
113
|
"source_name": "web",
|
|
126
114
|
"source_url": null,
|
|
127
|
-
"subtotal_price": "
|
|
115
|
+
"subtotal_price": "388.00",
|
|
128
116
|
"subtotal_price_set": {
|
|
129
117
|
"shop_money": {
|
|
130
|
-
"amount": "
|
|
118
|
+
"amount": "388.00",
|
|
131
119
|
"currency_code": "USD"
|
|
132
120
|
},
|
|
133
121
|
"presentment_money": {
|
|
134
|
-
"amount": "
|
|
122
|
+
"amount": "388.00",
|
|
135
123
|
"currency_code": "USD"
|
|
136
124
|
}
|
|
137
125
|
},
|
|
@@ -141,26 +129,6 @@
|
|
|
141
129
|
"taxes_included": false,
|
|
142
130
|
"test": true,
|
|
143
131
|
"token": "123456abcd",
|
|
144
|
-
"total_cash_rounding_payment_adjustment_set": {
|
|
145
|
-
"shop_money": {
|
|
146
|
-
"amount": "0.00",
|
|
147
|
-
"currency_code": "USD"
|
|
148
|
-
},
|
|
149
|
-
"presentment_money": {
|
|
150
|
-
"amount": "0.00",
|
|
151
|
-
"currency_code": "USD"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"total_cash_rounding_refund_adjustment_set": {
|
|
155
|
-
"shop_money": {
|
|
156
|
-
"amount": "0.00",
|
|
157
|
-
"currency_code": "USD"
|
|
158
|
-
},
|
|
159
|
-
"presentment_money": {
|
|
160
|
-
"amount": "0.00",
|
|
161
|
-
"currency_code": "USD"
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
132
|
"total_discounts": "20.00",
|
|
165
133
|
"total_discounts_set": {
|
|
166
134
|
"shop_money": {
|
|
@@ -172,26 +140,26 @@
|
|
|
172
140
|
"currency_code": "USD"
|
|
173
141
|
}
|
|
174
142
|
},
|
|
175
|
-
"total_line_items_price": "
|
|
143
|
+
"total_line_items_price": "398.00",
|
|
176
144
|
"total_line_items_price_set": {
|
|
177
145
|
"shop_money": {
|
|
178
|
-
"amount": "
|
|
146
|
+
"amount": "398.00",
|
|
179
147
|
"currency_code": "USD"
|
|
180
148
|
},
|
|
181
149
|
"presentment_money": {
|
|
182
|
-
"amount": "
|
|
150
|
+
"amount": "398.00",
|
|
183
151
|
"currency_code": "USD"
|
|
184
152
|
}
|
|
185
153
|
},
|
|
186
|
-
"total_outstanding": "
|
|
187
|
-
"total_price": "
|
|
154
|
+
"total_outstanding": "398.00",
|
|
155
|
+
"total_price": "388.00",
|
|
188
156
|
"total_price_set": {
|
|
189
157
|
"shop_money": {
|
|
190
|
-
"amount": "
|
|
158
|
+
"amount": "388.00",
|
|
191
159
|
"currency_code": "USD"
|
|
192
160
|
},
|
|
193
161
|
"presentment_money": {
|
|
194
|
-
"amount": "
|
|
162
|
+
"amount": "388.00",
|
|
195
163
|
"currency_code": "USD"
|
|
196
164
|
}
|
|
197
165
|
},
|
|
@@ -250,6 +218,13 @@
|
|
|
250
218
|
"multipass_identifier": null,
|
|
251
219
|
"tax_exempt": false,
|
|
252
220
|
"phone": null,
|
|
221
|
+
"email_marketing_consent": {
|
|
222
|
+
"state": "not_subscribed",
|
|
223
|
+
"opt_in_level": null,
|
|
224
|
+
"consent_updated_at": null
|
|
225
|
+
},
|
|
226
|
+
"sms_marketing_consent": null,
|
|
227
|
+
"tags": "",
|
|
253
228
|
"currency": "USD",
|
|
254
229
|
"tax_exemptions": [],
|
|
255
230
|
"admin_graphql_api_id": "gid://shopify/Customer/115310627314723954",
|
|
@@ -277,8 +252,8 @@
|
|
|
277
252
|
"fulfillments": [],
|
|
278
253
|
"line_items": [
|
|
279
254
|
{
|
|
280
|
-
"id":
|
|
281
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
255
|
+
"id": 866550311766439000,
|
|
256
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/866550311766439020",
|
|
282
257
|
"attributed_staffs": [
|
|
283
258
|
{
|
|
284
259
|
"id": "gid://shopify/StaffMember/902541635",
|
|
@@ -290,28 +265,27 @@
|
|
|
290
265
|
"fulfillment_service": "manual",
|
|
291
266
|
"fulfillment_status": null,
|
|
292
267
|
"gift_card": false,
|
|
293
|
-
"grams":
|
|
294
|
-
"name": "
|
|
295
|
-
"price": "
|
|
268
|
+
"grams": 567,
|
|
269
|
+
"name": "IPod Nano - 8GB",
|
|
270
|
+
"price": "199.00",
|
|
296
271
|
"price_set": {
|
|
297
272
|
"shop_money": {
|
|
298
|
-
"amount": "
|
|
273
|
+
"amount": "199.00",
|
|
299
274
|
"currency_code": "USD"
|
|
300
275
|
},
|
|
301
276
|
"presentment_money": {
|
|
302
|
-
"amount": "
|
|
277
|
+
"amount": "199.00",
|
|
303
278
|
"currency_code": "USD"
|
|
304
279
|
}
|
|
305
280
|
},
|
|
306
281
|
"product_exists": true,
|
|
307
|
-
"product_id":
|
|
282
|
+
"product_id": 632910392,
|
|
308
283
|
"properties": [],
|
|
309
284
|
"quantity": 1,
|
|
310
285
|
"requires_shipping": true,
|
|
311
|
-
"
|
|
312
|
-
"sku": "SKU2006-001",
|
|
286
|
+
"sku": "IPOD2008PINK",
|
|
313
287
|
"taxable": true,
|
|
314
|
-
"title": "
|
|
288
|
+
"title": "IPod Nano - 8GB",
|
|
315
289
|
"total_discount": "0.00",
|
|
316
290
|
"total_discount_set": {
|
|
317
291
|
"shop_money": {
|
|
@@ -323,8 +297,8 @@
|
|
|
323
297
|
"currency_code": "USD"
|
|
324
298
|
}
|
|
325
299
|
},
|
|
326
|
-
"variant_id":
|
|
327
|
-
"variant_inventory_management":
|
|
300
|
+
"variant_id": 808950810,
|
|
301
|
+
"variant_inventory_management": "shopify",
|
|
328
302
|
"variant_title": null,
|
|
329
303
|
"vendor": null,
|
|
330
304
|
"tax_lines": [],
|
|
@@ -332,36 +306,35 @@
|
|
|
332
306
|
"discount_allocations": []
|
|
333
307
|
},
|
|
334
308
|
{
|
|
335
|
-
"id":
|
|
336
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/
|
|
309
|
+
"id": 141249953214522980,
|
|
310
|
+
"admin_graphql_api_id": "gid://shopify/LineItem/141249953214522974",
|
|
337
311
|
"attributed_staffs": [],
|
|
338
312
|
"current_quantity": 1,
|
|
339
313
|
"fulfillable_quantity": 1,
|
|
340
314
|
"fulfillment_service": "manual",
|
|
341
315
|
"fulfillment_status": null,
|
|
342
316
|
"gift_card": false,
|
|
343
|
-
"grams":
|
|
344
|
-
"name": "
|
|
345
|
-
"price": "
|
|
317
|
+
"grams": 567,
|
|
318
|
+
"name": "IPod Nano - 8GB",
|
|
319
|
+
"price": "199.00",
|
|
346
320
|
"price_set": {
|
|
347
321
|
"shop_money": {
|
|
348
|
-
"amount": "
|
|
322
|
+
"amount": "199.00",
|
|
349
323
|
"currency_code": "USD"
|
|
350
324
|
},
|
|
351
325
|
"presentment_money": {
|
|
352
|
-
"amount": "
|
|
326
|
+
"amount": "199.00",
|
|
353
327
|
"currency_code": "USD"
|
|
354
328
|
}
|
|
355
329
|
},
|
|
356
330
|
"product_exists": true,
|
|
357
|
-
"product_id":
|
|
331
|
+
"product_id": 632910392,
|
|
358
332
|
"properties": [],
|
|
359
333
|
"quantity": 1,
|
|
360
334
|
"requires_shipping": true,
|
|
361
|
-
"
|
|
362
|
-
"sku": "SKU2006-020",
|
|
335
|
+
"sku": "IPOD2008PINK",
|
|
363
336
|
"taxable": true,
|
|
364
|
-
"title": "
|
|
337
|
+
"title": "IPod Nano - 8GB",
|
|
365
338
|
"total_discount": "0.00",
|
|
366
339
|
"total_discount_set": {
|
|
367
340
|
"shop_money": {
|
|
@@ -373,58 +346,8 @@
|
|
|
373
346
|
"currency_code": "USD"
|
|
374
347
|
}
|
|
375
348
|
},
|
|
376
|
-
"variant_id":
|
|
377
|
-
"variant_inventory_management":
|
|
378
|
-
"variant_title": null,
|
|
379
|
-
"vendor": null,
|
|
380
|
-
"tax_lines": [],
|
|
381
|
-
"duties": [],
|
|
382
|
-
"discount_allocations": []
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"id": 315789986012684400,
|
|
386
|
-
"admin_graphql_api_id": "gid://shopify/LineItem/315789986012684393",
|
|
387
|
-
"attributed_staffs": [],
|
|
388
|
-
"current_quantity": 1,
|
|
389
|
-
"fulfillable_quantity": 1,
|
|
390
|
-
"fulfillment_service": "manual",
|
|
391
|
-
"fulfillment_status": null,
|
|
392
|
-
"gift_card": false,
|
|
393
|
-
"grams": 500,
|
|
394
|
-
"name": "Coffee table",
|
|
395
|
-
"price": "119.99",
|
|
396
|
-
"price_set": {
|
|
397
|
-
"shop_money": {
|
|
398
|
-
"amount": "119.99",
|
|
399
|
-
"currency_code": "USD"
|
|
400
|
-
},
|
|
401
|
-
"presentment_money": {
|
|
402
|
-
"amount": "119.99",
|
|
403
|
-
"currency_code": "USD"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"product_exists": true,
|
|
407
|
-
"product_id": 788032119674292900,
|
|
408
|
-
"properties": [],
|
|
409
|
-
"quantity": 1,
|
|
410
|
-
"requires_shipping": true,
|
|
411
|
-
"sales_line_item_group_id": 142831562,
|
|
412
|
-
"sku": "SKU2006-035",
|
|
413
|
-
"taxable": true,
|
|
414
|
-
"title": "Coffee table",
|
|
415
|
-
"total_discount": "0.00",
|
|
416
|
-
"total_discount_set": {
|
|
417
|
-
"shop_money": {
|
|
418
|
-
"amount": "0.00",
|
|
419
|
-
"currency_code": "USD"
|
|
420
|
-
},
|
|
421
|
-
"presentment_money": {
|
|
422
|
-
"amount": "0.00",
|
|
423
|
-
"currency_code": "USD"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"variant_id": null,
|
|
427
|
-
"variant_inventory_management": null,
|
|
349
|
+
"variant_id": 808950810,
|
|
350
|
+
"variant_inventory_management": "shopify",
|
|
428
351
|
"variant_title": null,
|
|
429
352
|
"vendor": null,
|
|
430
353
|
"tax_lines": [],
|
|
@@ -456,24 +379,14 @@
|
|
|
456
379
|
"id": 271878346596884000,
|
|
457
380
|
"carrier_identifier": null,
|
|
458
381
|
"code": null,
|
|
459
|
-
"
|
|
460
|
-
"shop_money": {
|
|
461
|
-
"amount": "0.00",
|
|
462
|
-
"currency_code": "USD"
|
|
463
|
-
},
|
|
464
|
-
"presentment_money": {
|
|
465
|
-
"amount": "0.00",
|
|
466
|
-
"currency_code": "USD"
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
"discounted_price": "0.00",
|
|
382
|
+
"discounted_price": "10.00",
|
|
470
383
|
"discounted_price_set": {
|
|
471
384
|
"shop_money": {
|
|
472
|
-
"amount": "
|
|
385
|
+
"amount": "10.00",
|
|
473
386
|
"currency_code": "USD"
|
|
474
387
|
},
|
|
475
388
|
"presentment_money": {
|
|
476
|
-
"amount": "
|
|
389
|
+
"amount": "10.00",
|
|
477
390
|
"currency_code": "USD"
|
|
478
391
|
}
|
|
479
392
|
},
|
|
@@ -496,8 +409,7 @@
|
|
|
496
409
|
"tax_lines": [],
|
|
497
410
|
"discount_allocations": []
|
|
498
411
|
}
|
|
499
|
-
]
|
|
500
|
-
"returns": []
|
|
412
|
+
]
|
|
501
413
|
},
|
|
502
414
|
"shop_feature": false
|
|
503
415
|
}
|