shopify_api 12.4.0 → 12.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/api_update_reminder.md +25 -0
- data/.github/api_update_reminder_on_release.md +19 -0
- data/.github/workflows/api_update_reminder.yml +16 -0
- data/.github/workflows/api_update_reminder_on_release.yml +16 -0
- data/.github/workflows/stale.yml +20 -10
- data/CHANGELOG.md +11 -4
- data/CONTRIBUTING.md +2 -2
- data/Gemfile.lock +6 -6
- data/README.md +10 -10
- data/docs/getting_started.md +2 -2
- data/docs/usage/graphql.md +6 -0
- data/docs/usage/graphql_storefront.md +8 -2
- data/docs/usage/oauth.md +1 -1
- data/docs/usage/rest.md +9 -2
- data/docs/usage/webhooks.md +1 -1
- data/lib/shopify_api/admin_versions.rb +2 -1
- data/lib/shopify_api/clients/graphql/admin.rb +3 -3
- data/lib/shopify_api/clients/graphql/client.rb +13 -3
- data/lib/shopify_api/clients/graphql/storefront.rb +3 -3
- data/lib/shopify_api/clients/http_client.rb +8 -1
- data/lib/shopify_api/clients/rest/admin.rb +14 -3
- data/lib/shopify_api/rest/base.rb +3 -1
- data/lib/shopify_api/rest/resources/2022_07/application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2022_07/application_credit.rb +6 -1
- data/lib/shopify_api/rest/resources/2022_07/gift_card.rb +4 -4
- data/lib/shopify_api/rest/resources/2022_07/metafield.rb +2 -2
- data/lib/shopify_api/rest/resources/2022_07/order.rb +2 -2
- data/lib/shopify_api/rest/resources/2022_07/recurring_application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2022_07/shipping_zone.rb +6 -6
- data/lib/shopify_api/rest/resources/2022_07/usage_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2022_10/application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2022_10/application_credit.rb +6 -1
- data/lib/shopify_api/rest/resources/2022_10/gift_card.rb +4 -4
- data/lib/shopify_api/rest/resources/2022_10/metafield.rb +2 -2
- data/lib/shopify_api/rest/resources/2022_10/order.rb +2 -2
- data/lib/shopify_api/rest/resources/2022_10/recurring_application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2022_10/shipping_zone.rb +6 -6
- data/lib/shopify_api/rest/resources/2022_10/usage_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2023_01/application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2023_01/application_credit.rb +6 -1
- data/lib/shopify_api/rest/resources/2023_01/dispute_evidence.rb +117 -0
- data/lib/shopify_api/rest/resources/{2022_04/storefront_access_token.rb → 2023_01/dispute_file_upload.rb} +27 -33
- data/lib/shopify_api/rest/resources/2023_01/gift_card.rb +4 -4
- data/lib/shopify_api/rest/resources/2023_01/metafield.rb +2 -2
- data/lib/shopify_api/rest/resources/2023_01/order.rb +2 -2
- data/lib/shopify_api/rest/resources/2023_01/recurring_application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/2023_01/shipping_zone.rb +6 -6
- data/lib/shopify_api/rest/resources/2023_01/usage_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/application_credit.rb +6 -1
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/carrier_service.rb +0 -3
- data/lib/shopify_api/rest/resources/2023_04/dispute_evidence.rb +117 -0
- data/lib/shopify_api/rest/resources/{2022_04/android_pay_key.rb → 2023_04/dispute_file_upload.rb} +29 -25
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/fulfillment.rb +2 -49
- data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/fulfillment_order.rb +36 -8
- data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/fulfillment_service.rb +3 -3
- data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/gift_card.rb +4 -4
- data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/metafield.rb +2 -2
- data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/order.rb +14 -2
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/recurring_application_charge.rb +6 -1
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/shipping_zone.rb +6 -6
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/shop.rb +3 -0
- data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/transaction.rb +3 -0
- data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/usage_charge.rb +6 -1
- data/lib/shopify_api/version.rb +1 -1
- data/shopify_api.gemspec +1 -1
- metadata +85 -152
- data/lib/shopify_api/rest/resources/2022_01/android_pay_key.rb +0 -77
- data/lib/shopify_api/rest/resources/2022_01/customer.rb +0 -326
- data/lib/shopify_api/rest/resources/2022_01/fulfillment_order.rb +0 -281
- data/lib/shopify_api/rest/resources/2022_01/fulfillment_service.rb +0 -130
- data/lib/shopify_api/rest/resources/2022_01/gift_card.rb +0 -215
- data/lib/shopify_api/rest/resources/2022_01/metafield.rb +0 -349
- data/lib/shopify_api/rest/resources/2022_01/order.rb +0 -473
- data/lib/shopify_api/rest/resources/2022_01/price_rule.rb +0 -223
- data/lib/shopify_api/rest/resources/2022_01/usage_charge.rb +0 -97
- data/lib/shopify_api/rest/resources/2022_04/abandoned_checkout.rb +0 -190
- data/lib/shopify_api/rest/resources/2022_04/access_scope.rb +0 -58
- data/lib/shopify_api/rest/resources/2022_04/apple_pay_certificate.rb +0 -105
- data/lib/shopify_api/rest/resources/2022_04/application_charge.rb +0 -104
- data/lib/shopify_api/rest/resources/2022_04/application_credit.rb +0 -87
- data/lib/shopify_api/rest/resources/2022_04/article.rb +0 -265
- data/lib/shopify_api/rest/resources/2022_04/asset.rb +0 -118
- data/lib/shopify_api/rest/resources/2022_04/assigned_fulfillment_order.rb +0 -86
- data/lib/shopify_api/rest/resources/2022_04/balance.rb +0 -50
- data/lib/shopify_api/rest/resources/2022_04/blog.rb +0 -162
- data/lib/shopify_api/rest/resources/2022_04/cancellation_request.rb +0 -83
- data/lib/shopify_api/rest/resources/2022_04/carrier_service.rb +0 -116
- data/lib/shopify_api/rest/resources/2022_04/checkout.rb +0 -209
- data/lib/shopify_api/rest/resources/2022_04/collect.rb +0 -142
- data/lib/shopify_api/rest/resources/2022_04/collection.rb +0 -110
- data/lib/shopify_api/rest/resources/2022_04/collection_listing.rb +0 -155
- data/lib/shopify_api/rest/resources/2022_04/comment.rb +0 -283
- data/lib/shopify_api/rest/resources/2022_04/country.rb +0 -137
- data/lib/shopify_api/rest/resources/2022_04/currency.rb +0 -57
- data/lib/shopify_api/rest/resources/2022_04/custom_collection.rb +0 -187
- data/lib/shopify_api/rest/resources/2022_04/customer_address.rb +0 -201
- data/lib/shopify_api/rest/resources/2022_04/customer_saved_search.rb +0 -169
- data/lib/shopify_api/rest/resources/2022_04/deprecated_api_call.rb +0 -57
- data/lib/shopify_api/rest/resources/2022_04/discount_code.rb +0 -219
- data/lib/shopify_api/rest/resources/2022_04/dispute.rb +0 -111
- data/lib/shopify_api/rest/resources/2022_04/draft_order.rb +0 -275
- data/lib/shopify_api/rest/resources/2022_04/event.rb +0 -148
- data/lib/shopify_api/rest/resources/2022_04/fulfillment.rb +0 -272
- data/lib/shopify_api/rest/resources/2022_04/fulfillment_event.rb +0 -166
- data/lib/shopify_api/rest/resources/2022_04/fulfillment_request.rb +0 -87
- data/lib/shopify_api/rest/resources/2022_04/gift_card_adjustment.rb +0 -118
- data/lib/shopify_api/rest/resources/2022_04/image.rb +0 -157
- data/lib/shopify_api/rest/resources/2022_04/inventory_item.rb +0 -108
- data/lib/shopify_api/rest/resources/2022_04/inventory_level.rb +0 -179
- data/lib/shopify_api/rest/resources/2022_04/location.rb +0 -167
- data/lib/shopify_api/rest/resources/2022_04/locations_for_move.rb +0 -56
- data/lib/shopify_api/rest/resources/2022_04/marketing_event.rb +0 -209
- data/lib/shopify_api/rest/resources/2022_04/mobile_platform_application.rb +0 -110
- data/lib/shopify_api/rest/resources/2022_04/order_risk.rb +0 -135
- data/lib/shopify_api/rest/resources/2022_04/page.rb +0 -194
- data/lib/shopify_api/rest/resources/2022_04/payment.rb +0 -140
- data/lib/shopify_api/rest/resources/2022_04/payment_gateway.rb +0 -143
- data/lib/shopify_api/rest/resources/2022_04/payment_transaction.rb +0 -107
- data/lib/shopify_api/rest/resources/2022_04/payout.rb +0 -97
- data/lib/shopify_api/rest/resources/2022_04/policy.rb +0 -69
- data/lib/shopify_api/rest/resources/2022_04/product.rb +0 -223
- data/lib/shopify_api/rest/resources/2022_04/product_listing.rb +0 -196
- data/lib/shopify_api/rest/resources/2022_04/product_resource_feedback.rb +0 -88
- data/lib/shopify_api/rest/resources/2022_04/province.rb +0 -132
- data/lib/shopify_api/rest/resources/2022_04/recurring_application_charge.rb +0 -167
- data/lib/shopify_api/rest/resources/2022_04/redirect.rb +0 -139
- data/lib/shopify_api/rest/resources/2022_04/refund.rb +0 -151
- data/lib/shopify_api/rest/resources/2022_04/report.rb +0 -121
- data/lib/shopify_api/rest/resources/2022_04/resource_feedback.rb +0 -73
- data/lib/shopify_api/rest/resources/2022_04/script_tag.rb +0 -155
- data/lib/shopify_api/rest/resources/2022_04/shipping_zone.rb +0 -83
- data/lib/shopify_api/rest/resources/2022_04/shop.rb +0 -218
- data/lib/shopify_api/rest/resources/2022_04/smart_collection.rb +0 -216
- data/lib/shopify_api/rest/resources/2022_04/tender_transaction.rb +0 -93
- data/lib/shopify_api/rest/resources/2022_04/theme.rb +0 -120
- data/lib/shopify_api/rest/resources/2022_04/transaction.rb +0 -181
- data/lib/shopify_api/rest/resources/2022_04/user.rb +0 -138
- data/lib/shopify_api/rest/resources/2022_04/variant.rb +0 -212
- data/lib/shopify_api/rest/resources/2022_04/webhook.rb +0 -168
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/abandoned_checkout.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/access_scope.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/apple_pay_certificate.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/article.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/asset.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/assigned_fulfillment_order.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/balance.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/blog.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/cancellation_request.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/checkout.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/collect.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/collection.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/collection_listing.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/comment.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/country.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/currency.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/custom_collection.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/customer.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/customer_address.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/customer_saved_search.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/deprecated_api_call.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/discount_code.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/dispute.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/draft_order.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/event.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/fulfillment_event.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/fulfillment_request.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/gift_card_adjustment.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/image.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/inventory_item.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/inventory_level.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/location.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/locations_for_move.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/marketing_event.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/mobile_platform_application.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/order_risk.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/page.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/payment.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/payment_gateway.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/payment_transaction.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/payout.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/policy.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_04 → 2023_04}/price_rule.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/product.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/product_listing.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/product_resource_feedback.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/province.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/redirect.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/refund.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/report.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/resource_feedback.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/script_tag.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/smart_collection.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/storefront_access_token.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/tender_transaction.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/theme.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/user.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/variant.rb +0 -0
- /data/lib/shopify_api/rest/resources/{2022_01 → 2023_04}/webhook.rb +0 -0
@@ -1,212 +0,0 @@
|
|
1
|
-
# typed: false
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
########################################################################################################################
|
5
|
-
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
6
|
-
########################################################################################################################
|
7
|
-
|
8
|
-
module ShopifyAPI
|
9
|
-
class Variant < ShopifyAPI::Rest::Base
|
10
|
-
extend T::Sig
|
11
|
-
|
12
|
-
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
|
13
|
-
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
|
14
|
-
|
15
|
-
sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
|
16
|
-
def initialize(session: ShopifyAPI::Context.active_session)
|
17
|
-
super(session: session)
|
18
|
-
|
19
|
-
@barcode = T.let(nil, T.nilable(String))
|
20
|
-
@compare_at_price = T.let(nil, T.nilable(String))
|
21
|
-
@created_at = T.let(nil, T.nilable(String))
|
22
|
-
@fulfillment_service = T.let(nil, T.nilable(String))
|
23
|
-
@grams = T.let(nil, T.nilable(Integer))
|
24
|
-
@id = T.let(nil, T.nilable(Integer))
|
25
|
-
@image_id = T.let(nil, T.nilable(Integer))
|
26
|
-
@inventory_item_id = T.let(nil, T.nilable(Integer))
|
27
|
-
@inventory_management = T.let(nil, T.nilable(String))
|
28
|
-
@inventory_policy = T.let(nil, T.nilable(String))
|
29
|
-
@inventory_quantity = T.let(nil, T.nilable(Integer))
|
30
|
-
@inventory_quantity_adjustment = T.let(nil, T.nilable(Integer))
|
31
|
-
@old_inventory_quantity = T.let(nil, T.nilable(Integer))
|
32
|
-
@option = T.let(nil, T.nilable(T::Hash[T.untyped, T.untyped]))
|
33
|
-
@position = T.let(nil, T.nilable(Integer))
|
34
|
-
@presentment_prices = T.let(nil, T.nilable(T::Array[T.untyped]))
|
35
|
-
@price = T.let(nil, T.nilable(String))
|
36
|
-
@product_id = T.let(nil, T.nilable(Integer))
|
37
|
-
@requires_shipping = T.let(nil, T.nilable(T::Boolean))
|
38
|
-
@sku = T.let(nil, T.nilable(String))
|
39
|
-
@tax_code = T.let(nil, T.nilable(String))
|
40
|
-
@taxable = T.let(nil, T.nilable(T::Boolean))
|
41
|
-
@title = T.let(nil, T.nilable(String))
|
42
|
-
@updated_at = T.let(nil, T.nilable(String))
|
43
|
-
@weight = T.let(nil, T.nilable(Float))
|
44
|
-
@weight_unit = T.let(nil, T.nilable(String))
|
45
|
-
end
|
46
|
-
|
47
|
-
@has_one = T.let({}, T::Hash[Symbol, Class])
|
48
|
-
@has_many = T.let({}, T::Hash[Symbol, Class])
|
49
|
-
@paths = T.let([
|
50
|
-
{http_method: :delete, operation: :delete, ids: [:product_id, :id], path: "products/<product_id>/variants/<id>.json"},
|
51
|
-
{http_method: :get, operation: :count, ids: [:product_id], path: "products/<product_id>/variants/count.json"},
|
52
|
-
{http_method: :get, operation: :get, ids: [:product_id], path: "products/<product_id>/variants.json"},
|
53
|
-
{http_method: :get, operation: :get, ids: [:id], path: "variants/<id>.json"},
|
54
|
-
{http_method: :post, operation: :post, ids: [:product_id], path: "products/<product_id>/variants.json"},
|
55
|
-
{http_method: :put, operation: :put, ids: [:id], path: "variants/<id>.json"}
|
56
|
-
], T::Array[T::Hash[String, T.any(T::Array[Symbol], String, Symbol)]])
|
57
|
-
@read_only_attributes = T.let([
|
58
|
-
:inventory_quantity,
|
59
|
-
:inventory_quantity_adjustment
|
60
|
-
], T::Array[Symbol])
|
61
|
-
|
62
|
-
sig { returns(T.nilable(String)) }
|
63
|
-
attr_reader :barcode
|
64
|
-
sig { returns(T.nilable(String)) }
|
65
|
-
attr_reader :compare_at_price
|
66
|
-
sig { returns(T.nilable(String)) }
|
67
|
-
attr_reader :created_at
|
68
|
-
sig { returns(T.nilable(String)) }
|
69
|
-
attr_reader :fulfillment_service
|
70
|
-
sig { returns(T.nilable(Integer)) }
|
71
|
-
attr_reader :grams
|
72
|
-
sig { returns(T.nilable(Integer)) }
|
73
|
-
attr_reader :id
|
74
|
-
sig { returns(T.nilable(Integer)) }
|
75
|
-
attr_reader :image_id
|
76
|
-
sig { returns(T.nilable(Integer)) }
|
77
|
-
attr_reader :inventory_item_id
|
78
|
-
sig { returns(T.nilable(String)) }
|
79
|
-
attr_reader :inventory_management
|
80
|
-
sig { returns(T.nilable(String)) }
|
81
|
-
attr_reader :inventory_policy
|
82
|
-
sig { returns(T.nilable(Integer)) }
|
83
|
-
attr_reader :inventory_quantity
|
84
|
-
sig { returns(T.nilable(Integer)) }
|
85
|
-
attr_reader :inventory_quantity_adjustment
|
86
|
-
sig { returns(T.nilable(Integer)) }
|
87
|
-
attr_reader :old_inventory_quantity
|
88
|
-
sig { returns(T.nilable(T::Hash[T.untyped, T.untyped])) }
|
89
|
-
attr_reader :option
|
90
|
-
sig { returns(T.nilable(Integer)) }
|
91
|
-
attr_reader :position
|
92
|
-
sig { returns(T.nilable(T::Array[T::Hash[T.untyped, T.untyped]])) }
|
93
|
-
attr_reader :presentment_prices
|
94
|
-
sig { returns(T.nilable(String)) }
|
95
|
-
attr_reader :price
|
96
|
-
sig { returns(T.nilable(Integer)) }
|
97
|
-
attr_reader :product_id
|
98
|
-
sig { returns(T.nilable(T::Boolean)) }
|
99
|
-
attr_reader :requires_shipping
|
100
|
-
sig { returns(T.nilable(String)) }
|
101
|
-
attr_reader :sku
|
102
|
-
sig { returns(T.nilable(String)) }
|
103
|
-
attr_reader :tax_code
|
104
|
-
sig { returns(T.nilable(T::Boolean)) }
|
105
|
-
attr_reader :taxable
|
106
|
-
sig { returns(T.nilable(String)) }
|
107
|
-
attr_reader :title
|
108
|
-
sig { returns(T.nilable(String)) }
|
109
|
-
attr_reader :updated_at
|
110
|
-
sig { returns(T.nilable(Float)) }
|
111
|
-
attr_reader :weight
|
112
|
-
sig { returns(T.nilable(String)) }
|
113
|
-
attr_reader :weight_unit
|
114
|
-
|
115
|
-
class << self
|
116
|
-
sig do
|
117
|
-
params(
|
118
|
-
id: T.any(Integer, String),
|
119
|
-
fields: T.untyped,
|
120
|
-
session: Auth::Session
|
121
|
-
).returns(T.nilable(Variant))
|
122
|
-
end
|
123
|
-
def find(
|
124
|
-
id:,
|
125
|
-
fields: nil,
|
126
|
-
session: ShopifyAPI::Context.active_session
|
127
|
-
)
|
128
|
-
result = base_find(
|
129
|
-
session: session,
|
130
|
-
ids: {id: id},
|
131
|
-
params: {fields: fields},
|
132
|
-
)
|
133
|
-
T.cast(result[0], T.nilable(Variant))
|
134
|
-
end
|
135
|
-
|
136
|
-
sig do
|
137
|
-
params(
|
138
|
-
id: T.any(Integer, String),
|
139
|
-
product_id: T.nilable(T.any(Integer, String)),
|
140
|
-
session: Auth::Session
|
141
|
-
).returns(T.untyped)
|
142
|
-
end
|
143
|
-
def delete(
|
144
|
-
id:,
|
145
|
-
product_id: nil,
|
146
|
-
session: ShopifyAPI::Context.active_session
|
147
|
-
)
|
148
|
-
request(
|
149
|
-
http_method: :delete,
|
150
|
-
operation: :delete,
|
151
|
-
session: session,
|
152
|
-
ids: {id: id, product_id: product_id},
|
153
|
-
params: {},
|
154
|
-
)
|
155
|
-
end
|
156
|
-
|
157
|
-
sig do
|
158
|
-
params(
|
159
|
-
product_id: T.nilable(T.any(Integer, String)),
|
160
|
-
limit: T.untyped,
|
161
|
-
presentment_currencies: T.untyped,
|
162
|
-
since_id: T.untyped,
|
163
|
-
fields: T.untyped,
|
164
|
-
session: Auth::Session,
|
165
|
-
kwargs: T.untyped
|
166
|
-
).returns(T::Array[Variant])
|
167
|
-
end
|
168
|
-
def all(
|
169
|
-
product_id: nil,
|
170
|
-
limit: nil,
|
171
|
-
presentment_currencies: nil,
|
172
|
-
since_id: nil,
|
173
|
-
fields: nil,
|
174
|
-
session: ShopifyAPI::Context.active_session,
|
175
|
-
**kwargs
|
176
|
-
)
|
177
|
-
response = base_find(
|
178
|
-
session: session,
|
179
|
-
ids: {product_id: product_id},
|
180
|
-
params: {limit: limit, presentment_currencies: presentment_currencies, since_id: since_id, fields: fields}.merge(kwargs).compact,
|
181
|
-
)
|
182
|
-
|
183
|
-
T.cast(response, T::Array[Variant])
|
184
|
-
end
|
185
|
-
|
186
|
-
sig do
|
187
|
-
params(
|
188
|
-
product_id: T.nilable(T.any(Integer, String)),
|
189
|
-
session: Auth::Session,
|
190
|
-
kwargs: T.untyped
|
191
|
-
).returns(T.untyped)
|
192
|
-
end
|
193
|
-
def count(
|
194
|
-
product_id: nil,
|
195
|
-
session: ShopifyAPI::Context.active_session,
|
196
|
-
**kwargs
|
197
|
-
)
|
198
|
-
request(
|
199
|
-
http_method: :get,
|
200
|
-
operation: :count,
|
201
|
-
session: session,
|
202
|
-
ids: {product_id: product_id},
|
203
|
-
params: {}.merge(kwargs).compact,
|
204
|
-
body: {},
|
205
|
-
entity: nil,
|
206
|
-
)
|
207
|
-
end
|
208
|
-
|
209
|
-
end
|
210
|
-
|
211
|
-
end
|
212
|
-
end
|
@@ -1,168 +0,0 @@
|
|
1
|
-
# typed: false
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
########################################################################################################################
|
5
|
-
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
6
|
-
########################################################################################################################
|
7
|
-
|
8
|
-
module ShopifyAPI
|
9
|
-
class Webhook < ShopifyAPI::Rest::Base
|
10
|
-
extend T::Sig
|
11
|
-
|
12
|
-
@prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
|
13
|
-
@next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
|
14
|
-
|
15
|
-
sig { params(session: T.nilable(ShopifyAPI::Auth::Session)).void }
|
16
|
-
def initialize(session: ShopifyAPI::Context.active_session)
|
17
|
-
super(session: session)
|
18
|
-
|
19
|
-
@address = T.let(nil, T.nilable(String))
|
20
|
-
@topic = T.let(nil, T.nilable(String))
|
21
|
-
@api_version = T.let(nil, T.nilable(String))
|
22
|
-
@created_at = T.let(nil, T.nilable(String))
|
23
|
-
@fields = T.let(nil, T.nilable(T::Array[T.untyped]))
|
24
|
-
@format = T.let(nil, T.nilable(String))
|
25
|
-
@id = T.let(nil, T.nilable(Integer))
|
26
|
-
@metafield_namespaces = T.let(nil, T.nilable(T::Array[T.untyped]))
|
27
|
-
@private_metafield_namespaces = T.let(nil, T.nilable(T::Array[T.untyped]))
|
28
|
-
@updated_at = T.let(nil, T.nilable(String))
|
29
|
-
end
|
30
|
-
|
31
|
-
@has_one = T.let({}, T::Hash[Symbol, Class])
|
32
|
-
@has_many = T.let({}, T::Hash[Symbol, Class])
|
33
|
-
@paths = T.let([
|
34
|
-
{http_method: :delete, operation: :delete, ids: [:id], path: "webhooks/<id>.json"},
|
35
|
-
{http_method: :get, operation: :count, ids: [], path: "webhooks/count.json"},
|
36
|
-
{http_method: :get, operation: :get, ids: [], path: "webhooks.json"},
|
37
|
-
{http_method: :get, operation: :get, ids: [:id], path: "webhooks/<id>.json"},
|
38
|
-
{http_method: :post, operation: :post, ids: [], path: "webhooks.json"},
|
39
|
-
{http_method: :put, operation: :put, ids: [:id], path: "webhooks/<id>.json"}
|
40
|
-
], T::Array[T::Hash[String, T.any(T::Array[Symbol], String, Symbol)]])
|
41
|
-
|
42
|
-
sig { returns(T.nilable(String)) }
|
43
|
-
attr_reader :address
|
44
|
-
sig { returns(T.nilable(String)) }
|
45
|
-
attr_reader :topic
|
46
|
-
sig { returns(T.nilable(String)) }
|
47
|
-
attr_reader :api_version
|
48
|
-
sig { returns(T.nilable(String)) }
|
49
|
-
attr_reader :created_at
|
50
|
-
sig { returns(T.nilable(T::Array[String])) }
|
51
|
-
attr_reader :fields
|
52
|
-
sig { returns(T.nilable(String)) }
|
53
|
-
attr_reader :format
|
54
|
-
sig { returns(T.nilable(Integer)) }
|
55
|
-
attr_reader :id
|
56
|
-
sig { returns(T.nilable(T::Array[String])) }
|
57
|
-
attr_reader :metafield_namespaces
|
58
|
-
sig { returns(T.nilable(T::Array[String])) }
|
59
|
-
attr_reader :private_metafield_namespaces
|
60
|
-
sig { returns(T.nilable(String)) }
|
61
|
-
attr_reader :updated_at
|
62
|
-
|
63
|
-
class << self
|
64
|
-
sig do
|
65
|
-
params(
|
66
|
-
id: T.any(Integer, String),
|
67
|
-
fields: T.untyped,
|
68
|
-
session: Auth::Session
|
69
|
-
).returns(T.nilable(Webhook))
|
70
|
-
end
|
71
|
-
def find(
|
72
|
-
id:,
|
73
|
-
fields: nil,
|
74
|
-
session: ShopifyAPI::Context.active_session
|
75
|
-
)
|
76
|
-
result = base_find(
|
77
|
-
session: session,
|
78
|
-
ids: {id: id},
|
79
|
-
params: {fields: fields},
|
80
|
-
)
|
81
|
-
T.cast(result[0], T.nilable(Webhook))
|
82
|
-
end
|
83
|
-
|
84
|
-
sig do
|
85
|
-
params(
|
86
|
-
id: T.any(Integer, String),
|
87
|
-
session: Auth::Session
|
88
|
-
).returns(T.untyped)
|
89
|
-
end
|
90
|
-
def delete(
|
91
|
-
id:,
|
92
|
-
session: ShopifyAPI::Context.active_session
|
93
|
-
)
|
94
|
-
request(
|
95
|
-
http_method: :delete,
|
96
|
-
operation: :delete,
|
97
|
-
session: session,
|
98
|
-
ids: {id: id},
|
99
|
-
params: {},
|
100
|
-
)
|
101
|
-
end
|
102
|
-
|
103
|
-
sig do
|
104
|
-
params(
|
105
|
-
address: T.untyped,
|
106
|
-
created_at_max: T.untyped,
|
107
|
-
created_at_min: T.untyped,
|
108
|
-
fields: T.untyped,
|
109
|
-
limit: T.untyped,
|
110
|
-
since_id: T.untyped,
|
111
|
-
topic: T.untyped,
|
112
|
-
updated_at_min: T.untyped,
|
113
|
-
updated_at_max: T.untyped,
|
114
|
-
session: Auth::Session,
|
115
|
-
kwargs: T.untyped
|
116
|
-
).returns(T::Array[Webhook])
|
117
|
-
end
|
118
|
-
def all(
|
119
|
-
address: nil,
|
120
|
-
created_at_max: nil,
|
121
|
-
created_at_min: nil,
|
122
|
-
fields: nil,
|
123
|
-
limit: nil,
|
124
|
-
since_id: nil,
|
125
|
-
topic: nil,
|
126
|
-
updated_at_min: nil,
|
127
|
-
updated_at_max: nil,
|
128
|
-
session: ShopifyAPI::Context.active_session,
|
129
|
-
**kwargs
|
130
|
-
)
|
131
|
-
response = base_find(
|
132
|
-
session: session,
|
133
|
-
ids: {},
|
134
|
-
params: {address: address, created_at_max: created_at_max, created_at_min: created_at_min, fields: fields, limit: limit, since_id: since_id, topic: topic, updated_at_min: updated_at_min, updated_at_max: updated_at_max}.merge(kwargs).compact,
|
135
|
-
)
|
136
|
-
|
137
|
-
T.cast(response, T::Array[Webhook])
|
138
|
-
end
|
139
|
-
|
140
|
-
sig do
|
141
|
-
params(
|
142
|
-
address: T.untyped,
|
143
|
-
topic: T.untyped,
|
144
|
-
session: Auth::Session,
|
145
|
-
kwargs: T.untyped
|
146
|
-
).returns(T.untyped)
|
147
|
-
end
|
148
|
-
def count(
|
149
|
-
address: nil,
|
150
|
-
topic: nil,
|
151
|
-
session: ShopifyAPI::Context.active_session,
|
152
|
-
**kwargs
|
153
|
-
)
|
154
|
-
request(
|
155
|
-
http_method: :get,
|
156
|
-
operation: :count,
|
157
|
-
session: session,
|
158
|
-
ids: {},
|
159
|
-
params: {address: address, topic: topic}.merge(kwargs).compact,
|
160
|
-
body: {},
|
161
|
-
entity: nil,
|
162
|
-
)
|
163
|
-
end
|
164
|
-
|
165
|
-
end
|
166
|
-
|
167
|
-
end
|
168
|
-
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|