shopify_api 10.0.2 → 11.0.0
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.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +0 -1
- data/.rubocop.yml +1 -1
- data/BREAKING_CHANGES_FOR_OLDER_VERSIONS.md +110 -0
- data/CHANGELOG.md +21 -0
- data/Gemfile.lock +23 -20
- data/README.md +3 -106
- data/RELEASING.md +19 -0
- data/Rakefile +1 -1
- data/docs/usage/graphql.md +1 -1
- data/lib/shopify_api/admin_versions.rb +2 -3
- data/lib/shopify_api/auth/jwt_payload.rb +22 -8
- data/lib/shopify_api/context.rb +6 -2
- data/lib/shopify_api/rest/base.rb +33 -6
- data/lib/shopify_api/rest/resources/2021_10/abandoned_checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/access_scope.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/android_pay_key.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/apple_pay_certificate.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/application_credit.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/article.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/asset.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/assigned_fulfillment_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/balance.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/blog.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/cancellation_request.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/carrier_service.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/collect.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/collection_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/comment.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/country.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/currency.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/custom_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/customer.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/customer_address.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/customer_saved_search.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/deprecated_api_call.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/discount_code.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/dispute.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/draft_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/event.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/fulfillment.rb +75 -1
- data/lib/shopify_api/rest/resources/2021_10/fulfillment_event.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/fulfillment_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/fulfillment_request.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/fulfillment_service.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/gift_card.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/gift_card_adjustment.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/image.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/inventory_item.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/inventory_level.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/location.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/locations_for_move.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/marketing_event.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/metafield.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/mobile_platform_application.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/order.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/order_risk.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/page.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/payment.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/payment_gateway.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/payment_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/payout.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/policy.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/price_rule.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/product.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/product_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/product_resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/province.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/recurring_application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/redirect.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/refund.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/report.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/script_tag.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/shipping_zone.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/shop.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/smart_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/storefront_access_token.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/tender_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/theme.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/usage_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/user.rb +4 -0
- data/lib/shopify_api/rest/resources/2021_10/variant.rb +6 -2
- data/lib/shopify_api/rest/resources/2021_10/webhook.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/abandoned_checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/access_scope.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/android_pay_key.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/apple_pay_certificate.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/application_credit.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/article.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/asset.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/assigned_fulfillment_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/balance.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/blog.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/cancellation_request.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/carrier_service.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/collect.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/collection_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/comment.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/country.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/currency.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/custom_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/customer.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/customer_address.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/customer_saved_search.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/deprecated_api_call.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/discount_code.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/dispute.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/draft_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/event.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/fulfillment.rb +75 -1
- data/lib/shopify_api/rest/resources/2022_01/fulfillment_event.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/fulfillment_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/fulfillment_request.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/fulfillment_service.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/gift_card.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/gift_card_adjustment.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/image.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/inventory_item.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/inventory_level.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/location.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/locations_for_move.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/marketing_event.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/metafield.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/mobile_platform_application.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/order.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/order_risk.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/page.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/payment.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/payment_gateway.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/payment_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/payout.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/policy.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/price_rule.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/product.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/product_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/product_resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/province.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/recurring_application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/redirect.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/refund.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/report.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/script_tag.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/shipping_zone.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/shop.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/smart_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/storefront_access_token.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/tender_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/theme.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/usage_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/user.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_01/variant.rb +6 -2
- data/lib/shopify_api/rest/resources/2022_01/webhook.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/abandoned_checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/access_scope.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/android_pay_key.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/apple_pay_certificate.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/application_credit.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/article.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/asset.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/assigned_fulfillment_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/balance.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/blog.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/cancellation_request.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/carrier_service.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/collect.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/collection_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/comment.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/country.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/currency.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/custom_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/customer.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/customer_address.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/customer_saved_search.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/deprecated_api_call.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/discount_code.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/dispute.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/draft_order.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/event.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/fulfillment.rb +75 -1
- data/lib/shopify_api/rest/resources/2022_04/fulfillment_event.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/fulfillment_order.rb +7 -0
- data/lib/shopify_api/rest/resources/2022_04/fulfillment_request.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/fulfillment_service.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/gift_card.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/gift_card_adjustment.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/image.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/inventory_item.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/inventory_level.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/location.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/locations_for_move.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/marketing_event.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/metafield.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/mobile_platform_application.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/order.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/order_risk.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/page.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/payment.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/payment_gateway.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/payment_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/payout.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/policy.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/price_rule.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/product.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/product_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/product_resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/province.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/recurring_application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/redirect.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/refund.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/report.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/script_tag.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/shipping_zone.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/shop.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/smart_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/storefront_access_token.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/tender_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/theme.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/usage_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/user.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_04/variant.rb +6 -2
- data/lib/shopify_api/rest/resources/2022_04/webhook.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/abandoned_checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/access_scope.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/android_pay_key.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/apple_pay_certificate.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/application_credit.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/article.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/asset.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/assigned_fulfillment_order.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/balance.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/blog.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/cancellation_request.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/carrier_service.rb +4 -3
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/checkout.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/collect.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/collection.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/collection_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/comment.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/country.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/currency.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/custom_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/customer.rb +16 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/customer_address.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/customer_saved_search.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/deprecated_api_call.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/discount_code.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/dispute.rb +4 -0
- data/lib/shopify_api/rest/resources/2022_07/dispute_evidence.rb +117 -0
- data/lib/shopify_api/rest/resources/2022_07/dispute_file_upload.rb +81 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/draft_order.rb +10 -1
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/event.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/fulfillment.rb +30 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/fulfillment_event.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/fulfillment_order.rb +87 -1
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/fulfillment_request.rb +9 -1
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/fulfillment_service.rb +7 -3
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/gift_card.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/gift_card_adjustment.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/image.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/inventory_item.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/inventory_level.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/location.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/locations_for_move.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/marketing_event.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/metafield.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/mobile_platform_application.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/order.rb +7 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/order_risk.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/page.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/payment.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/payment_gateway.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/payment_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/payout.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/policy.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/price_rule.rb +7 -3
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/product.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/product_listing.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/product_resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/province.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/recurring_application_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/redirect.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/refund.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/report.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/resource_feedback.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/script_tag.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/shipping_zone.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/shop.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/smart_collection.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/storefront_access_token.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/tender_transaction.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/theme.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/transaction.rb +7 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/usage_charge.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/user.rb +4 -0
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/variant.rb +6 -2
- data/lib/shopify_api/rest/resources/{2021_07 → 2022_07}/webhook.rb +4 -0
- data/lib/shopify_api/version.rb +1 -1
- data/lib/shopify_api/webhooks/registry.rb +0 -1
- data/lib/shopify_api/webhooks/request.rb +1 -1
- data/sorbet/rbi/todo.rbi +0 -1
- metadata +81 -78
- data/RELEASING +0 -17
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class PaymentTransaction < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Payout < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Policy < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class PriceRule < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Product < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ProductListing < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ProductResourceFeedback < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Province < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class RecurringApplicationCharge < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Redirect < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Refund < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Report < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ResourceFeedback < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ScriptTag < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ShippingZone < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Shop < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class SmartCollection < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class StorefrontAccessToken < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class TenderTransaction < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Theme < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Transaction < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class UsageCharge < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class User < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Variant < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -36,7 +40,7 @@ module ShopifyAPI
|
|
|
36
40
|
@taxable = T.let(nil, T.nilable(T::Boolean))
|
|
37
41
|
@title = T.let(nil, T.nilable(String))
|
|
38
42
|
@updated_at = T.let(nil, T.nilable(String))
|
|
39
|
-
@weight = T.let(nil, T.nilable(
|
|
43
|
+
@weight = T.let(nil, T.nilable(Float))
|
|
40
44
|
@weight_unit = T.let(nil, T.nilable(String))
|
|
41
45
|
end
|
|
42
46
|
|
|
@@ -103,7 +107,7 @@ module ShopifyAPI
|
|
|
103
107
|
attr_reader :title
|
|
104
108
|
sig { returns(T.nilable(String)) }
|
|
105
109
|
attr_reader :updated_at
|
|
106
|
-
sig { returns(T.nilable(
|
|
110
|
+
sig { returns(T.nilable(Float)) }
|
|
107
111
|
attr_reader :weight
|
|
108
112
|
sig { returns(T.nilable(String)) }
|
|
109
113
|
attr_reader :weight_unit
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Webhook < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class AbandonedCheckout < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class AccessScope < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class AndroidPayKey < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ApplePayCertificate < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ApplicationCharge < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class ApplicationCredit < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Article < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Asset < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class AssignedFulfillmentOrder < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Balance < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Blog < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class CancellationRequest < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class CarrierService < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Checkout < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Collect < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Collection < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class CollectionListing < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Comment < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Country < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Currency < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class CustomCollection < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class Customer < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class CustomerAddress < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class CustomerSavedSearch < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class DeprecatedApiCall < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# typed: false
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
+
########################################################################################################################
|
|
5
|
+
# This file is auto-generated. If you have an issue, please create a GitHub issue. #
|
|
6
|
+
########################################################################################################################
|
|
7
|
+
|
|
4
8
|
module ShopifyAPI
|
|
5
9
|
class DiscountCode < ShopifyAPI::Rest::Base
|
|
6
10
|
extend T::Sig
|