klaviyo-api-sdk 7.1.0 → 9.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/CHANGELOG.md +260 -0
- data/README.md +645 -217
- data/docs/AccountsApi.md +4 -4
- data/docs/BounceDateFilterFilter.md +2 -2
- data/docs/CampaignsApi.md +50 -50
- data/docs/CatalogsApi.md +166 -166
- data/docs/CouponsApi.md +44 -44
- data/docs/EventProfileCreateQueryResourceObjectAttributes.md +3 -3
- data/docs/EventsApi.md +26 -26
- data/docs/FlowsApi.md +70 -70
- data/docs/FormsApi.md +549 -0
- data/docs/ImagesApi.md +10 -10
- data/docs/ListsApi.md +37 -37
- data/docs/MarketingSubscriptionParameters.md +1 -1
- data/docs/MetricsApi.md +8 -8
- data/docs/ProfileHasGroupMembershipConditionTimeframeFilter.md +3 -3
- data/docs/ProfileMetricConditionTimeframeFilter.md +2 -2
- data/docs/ProfilePropertyConditionFilter.md +2 -2
- data/docs/ProfilesApi.md +48 -48
- data/docs/{RelativeDateFilter.md → RelativeDateOperatorBaseFilter.md} +2 -2
- data/docs/ReportingApi.md +6 -6
- data/docs/SegmentsApi.md +35 -35
- data/docs/StatusDateFilterFilter.md +2 -2
- data/docs/SubscriptionCreateJobCreateQueryResourceObjectAttributes.md +3 -1
- data/docs/TagsApi.md +32 -32
- data/docs/TemplatesApi.md +10 -10
- data/docs/WebhookCreateQuery.md +18 -0
- data/docs/WebhookCreateQueryResourceObject.md +22 -0
- data/docs/WebhookCreateQueryResourceObjectAttributes.md +24 -0
- data/docs/WebhookCreateQueryResourceObjectRelationships.md +18 -0
- data/docs/WebhookCreateQueryResourceObjectRelationshipsWebhookTopics.md +18 -0
- data/docs/WebhookCreateQueryResourceObjectRelationshipsWebhookTopicsDataInner.md +20 -0
- data/docs/WebhookEnum.md +15 -0
- data/docs/WebhookPartialUpdateQuery.md +18 -0
- data/docs/WebhookPartialUpdateQueryResourceObject.md +24 -0
- data/docs/WebhookPartialUpdateQueryResourceObjectAttributes.md +26 -0
- data/docs/WebhookTopicEnum.md +15 -0
- data/docs/WebhooksApi.md +519 -0
- data/klaviyo-api-sdk.gemspec +2 -2
- data/lib/klaviyo-api-sdk/api/accounts_api.rb +7 -7
- data/lib/klaviyo-api-sdk/api/campaigns_api.rb +74 -74
- data/lib/klaviyo-api-sdk/api/catalogs_api.rb +395 -221
- data/lib/klaviyo-api-sdk/api/coupons_api.rb +82 -64
- data/lib/klaviyo-api-sdk/api/data_privacy_api.rb +8 -2
- data/lib/klaviyo-api-sdk/api/events_api.rb +42 -36
- data/lib/klaviyo-api-sdk/api/flows_api.rb +89 -89
- data/lib/klaviyo-api-sdk/api/forms_api.rb +592 -0
- data/lib/klaviyo-api-sdk/api/images_api.rb +28 -16
- data/lib/klaviyo-api-sdk/api/lists_api.rb +65 -53
- data/lib/klaviyo-api-sdk/api/metrics_api.rb +20 -14
- data/lib/klaviyo-api-sdk/api/profiles_api.rb +161 -77
- data/lib/klaviyo-api-sdk/api/reporting_api.rb +28 -10
- data/lib/klaviyo-api-sdk/api/segments_api.rb +47 -47
- data/lib/klaviyo-api-sdk/api/tags_api.rb +83 -59
- data/lib/klaviyo-api-sdk/api/templates_api.rb +18 -18
- data/lib/klaviyo-api-sdk/api/webhooks_api.rb +509 -0
- data/lib/klaviyo-api-sdk/api_client.rb +2 -2
- data/lib/klaviyo-api-sdk/api_error.rb +1 -1
- data/lib/klaviyo-api-sdk/configuration.rb +1 -1
- data/lib/klaviyo-api-sdk/models/alltime_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/anniversary_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/any_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/api_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/api_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/audiences_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/back_in_stock_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/back_in_stock_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/back_in_stock_subscription_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/base_event_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/base_event_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/boolean_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/boolean_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/bounce_date_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/bounce_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/bounce_date_filter_filter.rb +2 -2
- data/lib/klaviyo-api-sdk/models/bulk_remove_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/bulk_remove_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/calendar_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_clone_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_clone_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_clone_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_create_query_resource_object_attributes_campaign_messages.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_create_query_resource_object_attributes_send_options.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_create_query_resource_object_attributes_tracking_options.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_assign_template_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_assign_template_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_assign_template_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_assign_template_query_resource_object_relationships_template.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_assign_template_query_resource_object_relationships_template_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_create_query_resource_object_attributes_content.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_partial_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_partial_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_message_partial_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_partial_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_partial_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_partial_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_recipient_estimation_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_recipient_estimation_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_recipient_estimation_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_send_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_send_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_send_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_send_job_partial_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_send_job_partial_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_send_job_partial_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_values_report_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_values_request_dto.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_values_request_dto_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_values_request_dto_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/campaign_values_request_dto_resource_object_attributes_timeframe.rb +1 -1
- data/lib/klaviyo-api-sdk/models/carrier_deactivation_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/carrier_deactivation_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_bulk_create_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_bulk_delete_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_bulk_update_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_job_create_query_resource_object_attributes_categories.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_query_resource_object_relationships_items.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_create_query_resource_object_relationships_items_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_delete_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_delete_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_delete_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_delete_job_create_query_resource_object_attributes_categories.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_delete_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_item_op.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_update_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_update_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_update_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_update_job_create_query_resource_object_attributes_categories.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_category_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_bulk_create_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_bulk_delete_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_bulk_update_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_category_op.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_job_create_query_resource_object_attributes_items.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_query_resource_object_relationships_categories.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_create_query_resource_object_relationships_categories_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_delete_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_delete_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_delete_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_delete_job_create_query_resource_object_attributes_items.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_delete_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_update_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_update_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_update_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_update_job_create_query_resource_object_attributes_items.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_item_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_bulk_create_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_bulk_delete_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_bulk_update_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_job_create_query_resource_object_attributes_variants.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_query_resource_object_relationships_item.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_create_query_resource_object_relationships_item_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_delete_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_delete_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_delete_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_delete_job_create_query_resource_object_attributes_variants.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_delete_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_update_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_update_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_update_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_update_job_create_query_resource_object_attributes_variants.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/catalog_variant_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/checkout_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/checkout_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/condition_group.rb +1 -1
- data/lib/klaviyo-api-sdk/models/condition_group_conditions_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/constant_contact_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/constant_contact_integration_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/constant_contact_integration_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_bulk_create_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_job_create_query_resource_object_attributes_coupon_codes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_query_resource_object_relationships_coupon.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_create_query_resource_object_relationships_coupon_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_code_update_query_resource_object_attributes.rb +3 -3
- data/lib/klaviyo-api-sdk/models/coupon_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/coupon_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/custom_source_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/custom_source_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/custom_timeframe.rb +1 -1
- data/lib/klaviyo-api-sdk/models/data_privacy_create_deletion_job_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/data_privacy_create_deletion_job_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/data_privacy_create_deletion_job_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/data_privacy_create_deletion_job_query_resource_object_attributes_profile.rb +1 -1
- data/lib/klaviyo-api-sdk/models/data_privacy_deletion_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/data_privacy_profile_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/data_privacy_profile_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/date_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/device_metadata.rb +1 -1
- data/lib/klaviyo-api-sdk/models/double_optin_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/email_content_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/email_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/email_send_options_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/email_subscription_parameters.rb +1 -1
- data/lib/klaviyo-api-sdk/models/email_tracking_options_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/equals_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/equals_string_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_bulk_create_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_bulk_create_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_create_query_v2.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_create_query_v2_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_create_query_v2_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_create_query_v2_resource_object_attributes_metric.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_create_query_v2_resource_object_attributes_profile.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_profile_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/event_profile_create_query_resource_object_attributes.rb +16 -16
- data/lib/klaviyo-api-sdk/models/events_bulk_create_job.rb +1 -1
- data/lib/klaviyo-api-sdk/models/events_bulk_create_job_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/events_bulk_create_job_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/events_bulk_create_job_resource_object_attributes_events_bulk_create.rb +1 -1
- data/lib/klaviyo-api-sdk/models/events_bulk_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/events_bulk_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/events_bulk_create_query_resource_object_attributes_events.rb +1 -1
- data/lib/klaviyo-api-sdk/models/events_bulk_create_query_resource_object_attributes_profile.rb +1 -1
- data/lib/klaviyo-api-sdk/models/existence_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/existence_operator_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/failed_age_gate_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/failed_age_gate_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_series_report_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_series_request_dto.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_series_request_dto_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_series_request_dto_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_values_report_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_values_request_dto.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_values_request_dto_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_values_request_dto_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/form_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/form_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/get_accounts4_xx_response.rb +1 -1
- data/lib/klaviyo-api-sdk/models/get_accounts4_xx_response_errors_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/get_accounts4_xx_response_errors_inner_source.rb +1 -1
- data/lib/klaviyo-api-sdk/models/greater_than_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_email_marketing.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_email_marketing_consent.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_email_marketing_consent_consent_status.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_email_marketing_never_subscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_email_marketing_subscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_email_marketing_subscribed_filters_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_push_marketing.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_push_marketing_consent.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_sms_marketing_consent.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_sms_marketing_subscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/has_sms_marketing_subscribed_filters_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/image_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/image_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/image_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/image_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/image_partial_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/image_partial_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/image_partial_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/in_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/in_string_array_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/inbound_message_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/inbound_message_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/integration_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/invalid_email_date_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/invalid_email_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/is_double_opt_in_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/is_set_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/is_set_existence_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/less_than_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_contains_operator_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_contains_operator_filter_value.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_length_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_members_add_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_members_add_query_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_members_delete_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_partial_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_partial_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/list_set_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/mailbox_provider_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/mailbox_provider_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_add_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_add_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_import_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_import_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_remove_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_remove_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_suppression_date_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/manual_suppression_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/marketing_subscription_parameters.rb +2 -2
- data/lib/klaviyo-api-sdk/models/message_blocked_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/message_blocked_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/method_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/metric_aggregate_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/metric_aggregate_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/metric_aggregate_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/metric_aggregate_query_resource_object_attributes.rb +3 -3
- data/lib/klaviyo-api-sdk/models/metric_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/metric_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/metric_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/never_subscribed_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_consent.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_consent_consent_status.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_filters_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_never_subscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_subscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_unsubscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_unsubscribed_filters.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_email_marketing_unsubscribed_filters_one_of_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_push_marketing.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_push_marketing_consent.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_sms_marketing.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_sms_marketing_consent.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_sms_marketing_consent_consent_status.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_sms_marketing_never_subscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_sms_marketing_unsubscribed.rb +1 -1
- data/lib/klaviyo-api-sdk/models/no_sms_marketing_unsubscribed_filters_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/not_equals_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/numeric_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/numeric_operator_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/numeric_operator_filter_value.rb +1 -1
- data/lib/klaviyo-api-sdk/models/onsite_profile_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/onsite_profile_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/onsite_profile_meta.rb +1 -1
- data/lib/klaviyo-api-sdk/models/preference_page_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/preference_page_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/preference_page_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_bulk_import_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_group_membership_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_has_group_membership_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_has_group_membership_condition_timeframe_filter.rb +2 -2
- data/lib/klaviyo-api-sdk/models/profile_identifier_dto_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_identifier_dto_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_import_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_import_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_import_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_import_job_create_query_resource_object_attributes_profiles.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_import_job_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_import_job_create_query_resource_object_relationships_lists.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_import_job_create_query_resource_object_relationships_lists_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_location.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_location_latitude.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_location_longitude.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_marketing_consent_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_marketing_consent_condition_consent.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_marketing_consent_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_merge_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_merge_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_merge_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_merge_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_merge_query_resource_object_relationships_profiles.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_merge_query_resource_object_relationships_profiles_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_meta.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_meta_patch_properties.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_meta_patch_properties_unset.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_metric_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_metric_condition_timeframe_filter.rb +2 -2
- data/lib/klaviyo-api-sdk/models/profile_metric_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_metric_property_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_metric_property_filter_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_no_group_membership_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_partial_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_partial_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_partial_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_postal_code_distance_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_postal_code_distance_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_numeric_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_string_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_string_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_string_filter_operator.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_property_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_property_condition_filter.rb +2 -2
- data/lib/klaviyo-api-sdk/models/profile_property_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_region_condition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_region_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_subscription_bulk_create_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_subscription_bulk_delete_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_subscription_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_subscription_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_subscription_delete_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_subscription_delete_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_suppression_bulk_create_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_suppression_bulk_delete_job_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_suppression_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_suppression_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_suppression_delete_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_suppression_delete_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_upsert_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_upsert_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/profile_upsert_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/provided_landline_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/provided_landline_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/provided_no_age_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/provided_no_age_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_profile_upsert_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_profile_upsert_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_token_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_token_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_token_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_token_create_query_resource_object_attributes_profile.rb +1 -1
- data/lib/klaviyo-api-sdk/models/push_token_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/relative_anniversary_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/{relative_date_filter.rb → relative_date_operator_base_filter.rb} +4 -4
- data/lib/klaviyo-api-sdk/models/relative_date_range_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/render_options_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_definition.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_partial_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_partial_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/segment_partial_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/send_strategy_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/server_bis_subscription_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/server_bis_subscription_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/server_bis_subscription_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/server_bis_subscription_create_query_resource_object_attributes_profile.rb +1 -1
- data/lib/klaviyo-api-sdk/models/server_bis_subscription_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/server_bis_subscription_create_query_resource_object_relationships_variant.rb +1 -1
- data/lib/klaviyo-api-sdk/models/server_bis_subscription_create_query_resource_object_relationships_variant_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/sftp_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/sftp_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/shopify_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/shopify_integration_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/shopify_integration_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/sms_content_sub_object_create.rb +1 -1
- data/lib/klaviyo-api-sdk/models/sms_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/sms_send_options_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/sms_subscription_parameters.rb +1 -1
- data/lib/klaviyo-api-sdk/models/sms_tracking_options_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/spam_complaint_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/spam_complaint_method_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/static_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/static_date_range_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/static_schedule_options.rb +1 -1
- data/lib/klaviyo-api-sdk/models/status_date_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/status_date_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/status_date_filter_filter.rb +2 -2
- data/lib/klaviyo-api-sdk/models/sto_schedule_options.rb +1 -1
- data/lib/klaviyo-api-sdk/models/string_array_operator_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/string_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/string_operator_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/string_phone_operator_array_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscribed_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_channels.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_create_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_create_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_create_job_create_query_resource_object_attributes.rb +18 -5
- data/lib/klaviyo-api-sdk/models/subscription_create_job_create_query_resource_object_attributes_profiles.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_create_job_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_create_job_create_query_resource_object_relationships_list.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_create_job_create_query_resource_object_relationships_list_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_delete_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_delete_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_delete_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_delete_job_create_query_resource_object_attributes_profiles.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_delete_job_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_delete_job_create_query_resource_object_relationships_list.rb +1 -1
- data/lib/klaviyo-api-sdk/models/subscription_delete_job_create_query_resource_object_relationships_list_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object_attributes_profiles.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object_relationships_list.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object_relationships_list_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object_relationships_segment.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_create_job_create_query_resource_object_relationships_segment_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object_attributes_profiles.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object_relationships_list.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object_relationships_list_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object_relationships_segment.rb +1 -1
- data/lib/klaviyo-api-sdk/models/suppression_delete_job_create_query_resource_object_relationships_segment_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_campaign_op.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_campaign_op_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_create_query_resource_object_relationships.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_create_query_resource_object_relationships_tag_group.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_create_query_resource_object_relationships_tag_group_data.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_flow_op.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_flow_op_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_group_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_group_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_group_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_group_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_group_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_group_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_group_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_list_op.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_list_op_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_segment_op.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_segment_op_data_inner.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/tag_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_clone_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_clone_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_clone_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_create_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_create_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_create_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_render_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_render_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_render_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_update_query.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_update_query_resource_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/template_update_query_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/throttled_schedule_options.rb +1 -1
- data/lib/klaviyo-api-sdk/models/timeframe.rb +1 -1
- data/lib/klaviyo-api-sdk/models/union_positive_numeric_filter.rb +1 -1
- data/lib/klaviyo-api-sdk/models/union_positive_numeric_filter_operator.rb +1 -1
- data/lib/klaviyo-api-sdk/models/unsubscribed_enum.rb +1 -1
- data/lib/klaviyo-api-sdk/models/utm_params_sub_object.rb +1 -1
- data/lib/klaviyo-api-sdk/models/webhook_create_query.rb +224 -0
- data/lib/klaviyo-api-sdk/models/webhook_create_query_resource_object.rb +247 -0
- data/lib/klaviyo-api-sdk/models/webhook_create_query_resource_object_attributes.rb +266 -0
- data/lib/klaviyo-api-sdk/models/webhook_create_query_resource_object_relationships.rb +219 -0
- data/lib/klaviyo-api-sdk/models/webhook_create_query_resource_object_relationships_webhook_topics.rb +221 -0
- data/lib/klaviyo-api-sdk/models/webhook_create_query_resource_object_relationships_webhook_topics_data_inner.rb +239 -0
- data/lib/klaviyo-api-sdk/models/webhook_enum.rb +36 -0
- data/lib/klaviyo-api-sdk/models/webhook_partial_update_query.rb +224 -0
- data/lib/klaviyo-api-sdk/models/webhook_partial_update_query_resource_object.rb +262 -0
- data/lib/klaviyo-api-sdk/models/webhook_partial_update_query_resource_object_attributes.rb +265 -0
- data/lib/klaviyo-api-sdk/models/webhook_topic_enum.rb +36 -0
- data/lib/klaviyo-api-sdk/version.rb +1 -1
- data/lib/klaviyo-api-sdk.rb +15 -2
- data/spec/api/accounts_api_spec.rb +3 -3
- data/spec/api/campaigns_api_spec.rb +26 -26
- data/spec/api/catalogs_api_spec.rb +84 -84
- data/spec/api/coupons_api_spec.rb +23 -23
- data/spec/api/data_privacy_api_spec.rb +1 -1
- data/spec/api/events_api_spec.rb +14 -14
- data/spec/api/flows_api_spec.rb +36 -36
- data/spec/api/forms_api_spec.rb +133 -0
- data/spec/api/images_api_spec.rb +6 -6
- data/spec/api/lists_api_spec.rb +21 -21
- data/spec/api/metrics_api_spec.rb +5 -5
- data/spec/api/profiles_api_spec.rb +26 -26
- data/spec/api/reporting_api_spec.rb +4 -4
- data/spec/api/segments_api_spec.rb +19 -19
- data/spec/api/tags_api_spec.rb +17 -17
- data/spec/api/templates_api_spec.rb +6 -6
- data/spec/api/webhooks_api_spec.rb +122 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/alltime_date_filter_spec.rb +1 -1
- data/spec/models/anniversary_date_filter_spec.rb +1 -1
- data/spec/models/any_enum_spec.rb +1 -1
- data/spec/models/api_enum_spec.rb +1 -1
- data/spec/models/api_method_filter_spec.rb +1 -1
- data/spec/models/audiences_sub_object_spec.rb +1 -1
- data/spec/models/back_in_stock_enum_spec.rb +1 -1
- data/spec/models/back_in_stock_method_filter_spec.rb +1 -1
- data/spec/models/back_in_stock_subscription_enum_spec.rb +1 -1
- data/spec/models/base_event_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/base_event_create_query_resource_object_spec.rb +1 -1
- data/spec/models/boolean_enum_spec.rb +1 -1
- data/spec/models/boolean_filter_spec.rb +1 -1
- data/spec/models/bounce_date_enum_spec.rb +1 -1
- data/spec/models/bounce_date_filter_filter_spec.rb +1 -1
- data/spec/models/bounce_date_filter_spec.rb +1 -1
- data/spec/models/bulk_remove_enum_spec.rb +1 -1
- data/spec/models/bulk_remove_method_filter_spec.rb +1 -1
- data/spec/models/calendar_date_filter_spec.rb +1 -1
- data/spec/models/campaign_clone_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/campaign_clone_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_clone_query_spec.rb +1 -1
- data/spec/models/campaign_create_query_resource_object_attributes_campaign_messages_spec.rb +1 -1
- data/spec/models/campaign_create_query_resource_object_attributes_send_options_spec.rb +1 -1
- data/spec/models/campaign_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/campaign_create_query_resource_object_attributes_tracking_options_spec.rb +1 -1
- data/spec/models/campaign_create_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_create_query_spec.rb +1 -1
- data/spec/models/campaign_enum_spec.rb +1 -1
- data/spec/models/campaign_message_assign_template_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/campaign_message_assign_template_query_resource_object_relationships_template_data_spec.rb +1 -1
- data/spec/models/campaign_message_assign_template_query_resource_object_relationships_template_spec.rb +1 -1
- data/spec/models/campaign_message_assign_template_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_message_assign_template_query_spec.rb +1 -1
- data/spec/models/campaign_message_create_query_resource_object_attributes_content_spec.rb +1 -1
- data/spec/models/campaign_message_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/campaign_message_create_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_message_enum_spec.rb +1 -1
- data/spec/models/campaign_message_partial_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/campaign_message_partial_update_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_message_partial_update_query_spec.rb +1 -1
- data/spec/models/campaign_partial_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/campaign_partial_update_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_partial_update_query_spec.rb +1 -1
- data/spec/models/campaign_recipient_estimation_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_recipient_estimation_job_create_query_spec.rb +1 -1
- data/spec/models/campaign_recipient_estimation_job_enum_spec.rb +1 -1
- data/spec/models/campaign_send_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_send_job_create_query_spec.rb +1 -1
- data/spec/models/campaign_send_job_enum_spec.rb +1 -1
- data/spec/models/campaign_send_job_partial_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/campaign_send_job_partial_update_query_resource_object_spec.rb +1 -1
- data/spec/models/campaign_send_job_partial_update_query_spec.rb +1 -1
- data/spec/models/campaign_values_report_enum_spec.rb +1 -1
- data/spec/models/campaign_values_request_dto_resource_object_attributes_spec.rb +1 -1
- data/spec/models/campaign_values_request_dto_resource_object_attributes_timeframe_spec.rb +1 -1
- data/spec/models/campaign_values_request_dto_resource_object_spec.rb +1 -1
- data/spec/models/campaign_values_request_dto_spec.rb +1 -1
- data/spec/models/carrier_deactivation_enum_spec.rb +1 -1
- data/spec/models/carrier_deactivation_method_filter_spec.rb +1 -1
- data/spec/models/catalog_category_bulk_create_job_enum_spec.rb +1 -1
- data/spec/models/catalog_category_bulk_delete_job_enum_spec.rb +1 -1
- data/spec/models/catalog_category_bulk_update_job_enum_spec.rb +1 -1
- data/spec/models/catalog_category_create_job_create_query_resource_object_attributes_categories_spec.rb +1 -1
- data/spec/models/catalog_category_create_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_category_create_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_category_create_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_category_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_category_create_query_resource_object_relationships_items_data_inner_spec.rb +1 -1
- data/spec/models/catalog_category_create_query_resource_object_relationships_items_spec.rb +1 -1
- data/spec/models/catalog_category_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/catalog_category_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_category_create_query_spec.rb +1 -1
- data/spec/models/catalog_category_delete_job_create_query_resource_object_attributes_categories_spec.rb +1 -1
- data/spec/models/catalog_category_delete_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_category_delete_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_category_delete_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_category_delete_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_category_enum_spec.rb +1 -1
- data/spec/models/catalog_category_item_op_spec.rb +1 -1
- data/spec/models/catalog_category_update_job_create_query_resource_object_attributes_categories_spec.rb +1 -1
- data/spec/models/catalog_category_update_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_category_update_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_category_update_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_category_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_category_update_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_category_update_query_spec.rb +1 -1
- data/spec/models/catalog_item_bulk_create_job_enum_spec.rb +1 -1
- data/spec/models/catalog_item_bulk_delete_job_enum_spec.rb +1 -1
- data/spec/models/catalog_item_bulk_update_job_enum_spec.rb +1 -1
- data/spec/models/catalog_item_category_op_spec.rb +1 -1
- data/spec/models/catalog_item_create_job_create_query_resource_object_attributes_items_spec.rb +1 -1
- data/spec/models/catalog_item_create_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_item_create_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_item_create_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_item_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_item_create_query_resource_object_relationships_categories_data_inner_spec.rb +1 -1
- data/spec/models/catalog_item_create_query_resource_object_relationships_categories_spec.rb +1 -1
- data/spec/models/catalog_item_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/catalog_item_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_item_create_query_spec.rb +1 -1
- data/spec/models/catalog_item_delete_job_create_query_resource_object_attributes_items_spec.rb +1 -1
- data/spec/models/catalog_item_delete_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_item_delete_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_item_delete_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_item_delete_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_item_enum_spec.rb +1 -1
- data/spec/models/catalog_item_update_job_create_query_resource_object_attributes_items_spec.rb +1 -1
- data/spec/models/catalog_item_update_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_item_update_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_item_update_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_item_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_item_update_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_item_update_query_spec.rb +1 -1
- data/spec/models/catalog_variant_bulk_create_job_enum_spec.rb +1 -1
- data/spec/models/catalog_variant_bulk_delete_job_enum_spec.rb +1 -1
- data/spec/models/catalog_variant_bulk_update_job_enum_spec.rb +1 -1
- data/spec/models/catalog_variant_create_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_variant_create_job_create_query_resource_object_attributes_variants_spec.rb +1 -1
- data/spec/models/catalog_variant_create_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_variant_create_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_variant_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_variant_create_query_resource_object_relationships_item_data_spec.rb +1 -1
- data/spec/models/catalog_variant_create_query_resource_object_relationships_item_spec.rb +1 -1
- data/spec/models/catalog_variant_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/catalog_variant_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_variant_create_query_spec.rb +1 -1
- data/spec/models/catalog_variant_delete_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_variant_delete_job_create_query_resource_object_attributes_variants_spec.rb +1 -1
- data/spec/models/catalog_variant_delete_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_variant_delete_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_variant_delete_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_variant_enum_spec.rb +1 -1
- data/spec/models/catalog_variant_update_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_variant_update_job_create_query_resource_object_attributes_variants_spec.rb +1 -1
- data/spec/models/catalog_variant_update_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_variant_update_job_create_query_spec.rb +1 -1
- data/spec/models/catalog_variant_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/catalog_variant_update_query_resource_object_spec.rb +1 -1
- data/spec/models/catalog_variant_update_query_spec.rb +1 -1
- data/spec/models/checkout_enum_spec.rb +1 -1
- data/spec/models/checkout_method_filter_spec.rb +1 -1
- data/spec/models/condition_group_conditions_inner_spec.rb +1 -1
- data/spec/models/condition_group_spec.rb +1 -1
- data/spec/models/constant_contact_enum_spec.rb +1 -1
- data/spec/models/constant_contact_integration_filter_spec.rb +1 -1
- data/spec/models/constant_contact_integration_method_filter_spec.rb +1 -1
- data/spec/models/coupon_code_bulk_create_job_enum_spec.rb +1 -1
- data/spec/models/coupon_code_create_job_create_query_resource_object_attributes_coupon_codes_spec.rb +1 -1
- data/spec/models/coupon_code_create_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/coupon_code_create_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/coupon_code_create_job_create_query_spec.rb +1 -1
- data/spec/models/coupon_code_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/coupon_code_create_query_resource_object_relationships_coupon_data_spec.rb +1 -1
- data/spec/models/coupon_code_create_query_resource_object_relationships_coupon_spec.rb +1 -1
- data/spec/models/coupon_code_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/coupon_code_create_query_resource_object_spec.rb +1 -1
- data/spec/models/coupon_code_create_query_spec.rb +1 -1
- data/spec/models/coupon_code_enum_spec.rb +1 -1
- data/spec/models/coupon_code_update_query_resource_object_attributes_spec.rb +2 -2
- data/spec/models/coupon_code_update_query_resource_object_spec.rb +1 -1
- data/spec/models/coupon_code_update_query_spec.rb +1 -1
- data/spec/models/coupon_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/coupon_create_query_resource_object_spec.rb +1 -1
- data/spec/models/coupon_create_query_spec.rb +1 -1
- data/spec/models/coupon_enum_spec.rb +1 -1
- data/spec/models/coupon_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/coupon_update_query_resource_object_spec.rb +1 -1
- data/spec/models/coupon_update_query_spec.rb +1 -1
- data/spec/models/custom_source_enum_spec.rb +1 -1
- data/spec/models/custom_source_filter_spec.rb +1 -1
- data/spec/models/custom_timeframe_spec.rb +1 -1
- data/spec/models/data_privacy_create_deletion_job_query_resource_object_attributes_profile_spec.rb +1 -1
- data/spec/models/data_privacy_create_deletion_job_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/data_privacy_create_deletion_job_query_resource_object_spec.rb +1 -1
- data/spec/models/data_privacy_create_deletion_job_query_spec.rb +1 -1
- data/spec/models/data_privacy_deletion_job_enum_spec.rb +1 -1
- data/spec/models/data_privacy_profile_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/data_privacy_profile_query_resource_object_spec.rb +1 -1
- data/spec/models/date_enum_spec.rb +1 -1
- data/spec/models/device_metadata_spec.rb +1 -1
- data/spec/models/double_optin_filter_spec.rb +1 -1
- data/spec/models/email_content_sub_object_spec.rb +1 -1
- data/spec/models/email_enum_spec.rb +1 -1
- data/spec/models/email_send_options_sub_object_spec.rb +1 -1
- data/spec/models/email_subscription_parameters_spec.rb +1 -1
- data/spec/models/email_tracking_options_sub_object_spec.rb +1 -1
- data/spec/models/equals_enum_spec.rb +1 -1
- data/spec/models/equals_string_filter_spec.rb +1 -1
- data/spec/models/event_bulk_create_enum_spec.rb +1 -1
- data/spec/models/event_bulk_create_job_enum_spec.rb +1 -1
- data/spec/models/event_create_query_v2_resource_object_attributes_metric_spec.rb +1 -1
- data/spec/models/event_create_query_v2_resource_object_attributes_profile_spec.rb +1 -1
- data/spec/models/event_create_query_v2_resource_object_attributes_spec.rb +1 -1
- data/spec/models/event_create_query_v2_resource_object_spec.rb +1 -1
- data/spec/models/event_create_query_v2_spec.rb +1 -1
- data/spec/models/event_enum_spec.rb +1 -1
- data/spec/models/event_profile_create_query_resource_object_attributes_spec.rb +7 -7
- data/spec/models/event_profile_create_query_resource_object_spec.rb +1 -1
- data/spec/models/events_bulk_create_job_resource_object_attributes_events_bulk_create_spec.rb +1 -1
- data/spec/models/events_bulk_create_job_resource_object_attributes_spec.rb +1 -1
- data/spec/models/events_bulk_create_job_resource_object_spec.rb +1 -1
- data/spec/models/events_bulk_create_job_spec.rb +1 -1
- data/spec/models/events_bulk_create_query_resource_object_attributes_events_spec.rb +1 -1
- data/spec/models/events_bulk_create_query_resource_object_attributes_profile_spec.rb +1 -1
- data/spec/models/events_bulk_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/events_bulk_create_query_resource_object_spec.rb +1 -1
- data/spec/models/existence_enum_spec.rb +1 -1
- data/spec/models/existence_operator_filter_spec.rb +1 -1
- data/spec/models/failed_age_gate_enum_spec.rb +1 -1
- data/spec/models/failed_age_gate_method_filter_spec.rb +1 -1
- data/spec/models/flow_enum_spec.rb +1 -1
- data/spec/models/flow_series_report_enum_spec.rb +1 -1
- data/spec/models/flow_series_request_dto_resource_object_attributes_spec.rb +1 -1
- data/spec/models/flow_series_request_dto_resource_object_spec.rb +1 -1
- data/spec/models/flow_series_request_dto_spec.rb +1 -1
- data/spec/models/flow_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/flow_update_query_resource_object_spec.rb +1 -1
- data/spec/models/flow_update_query_spec.rb +1 -1
- data/spec/models/flow_values_report_enum_spec.rb +1 -1
- data/spec/models/flow_values_request_dto_resource_object_attributes_spec.rb +1 -1
- data/spec/models/flow_values_request_dto_resource_object_spec.rb +1 -1
- data/spec/models/flow_values_request_dto_spec.rb +1 -1
- data/spec/models/form_enum_spec.rb +1 -1
- data/spec/models/form_method_filter_spec.rb +1 -1
- data/spec/models/get_accounts4_xx_response_errors_inner_source_spec.rb +1 -1
- data/spec/models/get_accounts4_xx_response_errors_inner_spec.rb +1 -1
- data/spec/models/get_accounts4_xx_response_spec.rb +1 -1
- data/spec/models/greater_than_enum_spec.rb +1 -1
- data/spec/models/has_email_marketing_consent_consent_status_spec.rb +1 -1
- data/spec/models/has_email_marketing_consent_spec.rb +1 -1
- data/spec/models/has_email_marketing_never_subscribed_spec.rb +1 -1
- data/spec/models/has_email_marketing_spec.rb +1 -1
- data/spec/models/has_email_marketing_subscribed_filters_inner_spec.rb +1 -1
- data/spec/models/has_email_marketing_subscribed_spec.rb +1 -1
- data/spec/models/has_push_marketing_consent_spec.rb +1 -1
- data/spec/models/has_push_marketing_spec.rb +1 -1
- data/spec/models/has_sms_marketing_consent_spec.rb +1 -1
- data/spec/models/has_sms_marketing_subscribed_filters_inner_spec.rb +1 -1
- data/spec/models/has_sms_marketing_subscribed_spec.rb +1 -1
- data/spec/models/image_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/image_create_query_resource_object_spec.rb +1 -1
- data/spec/models/image_create_query_spec.rb +1 -1
- data/spec/models/image_enum_spec.rb +1 -1
- data/spec/models/image_partial_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/image_partial_update_query_resource_object_spec.rb +1 -1
- data/spec/models/image_partial_update_query_spec.rb +1 -1
- data/spec/models/in_enum_spec.rb +1 -1
- data/spec/models/in_string_array_filter_spec.rb +1 -1
- data/spec/models/inbound_message_enum_spec.rb +1 -1
- data/spec/models/inbound_message_method_filter_spec.rb +1 -1
- data/spec/models/integration_enum_spec.rb +1 -1
- data/spec/models/invalid_email_date_enum_spec.rb +1 -1
- data/spec/models/invalid_email_date_filter_spec.rb +1 -1
- data/spec/models/is_double_opt_in_enum_spec.rb +1 -1
- data/spec/models/is_set_enum_spec.rb +1 -1
- data/spec/models/is_set_existence_filter_spec.rb +1 -1
- data/spec/models/less_than_enum_spec.rb +1 -1
- data/spec/models/list_contains_operator_filter_spec.rb +1 -1
- data/spec/models/list_contains_operator_filter_value_spec.rb +1 -1
- data/spec/models/list_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/list_create_query_resource_object_spec.rb +1 -1
- data/spec/models/list_create_query_spec.rb +1 -1
- data/spec/models/list_enum_spec.rb +1 -1
- data/spec/models/list_length_filter_spec.rb +1 -1
- data/spec/models/list_members_add_query_data_inner_spec.rb +1 -1
- data/spec/models/list_members_add_query_spec.rb +1 -1
- data/spec/models/list_members_delete_query_spec.rb +1 -1
- data/spec/models/list_partial_update_query_resource_object_spec.rb +1 -1
- data/spec/models/list_partial_update_query_spec.rb +1 -1
- data/spec/models/list_set_filter_spec.rb +1 -1
- data/spec/models/mailbox_provider_enum_spec.rb +1 -1
- data/spec/models/mailbox_provider_method_filter_spec.rb +1 -1
- data/spec/models/manual_add_enum_spec.rb +1 -1
- data/spec/models/manual_add_method_filter_spec.rb +1 -1
- data/spec/models/manual_import_enum_spec.rb +1 -1
- data/spec/models/manual_import_method_filter_spec.rb +1 -1
- data/spec/models/manual_remove_enum_spec.rb +1 -1
- data/spec/models/manual_remove_method_filter_spec.rb +1 -1
- data/spec/models/manual_suppression_date_enum_spec.rb +1 -1
- data/spec/models/manual_suppression_date_filter_spec.rb +1 -1
- data/spec/models/marketing_subscription_parameters_spec.rb +1 -1
- data/spec/models/message_blocked_enum_spec.rb +1 -1
- data/spec/models/message_blocked_method_filter_spec.rb +1 -1
- data/spec/models/method_enum_spec.rb +1 -1
- data/spec/models/metric_aggregate_enum_spec.rb +1 -1
- data/spec/models/metric_aggregate_query_resource_object_attributes_spec.rb +3 -3
- data/spec/models/metric_aggregate_query_resource_object_spec.rb +1 -1
- data/spec/models/metric_aggregate_query_spec.rb +1 -1
- data/spec/models/metric_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/metric_create_query_resource_object_spec.rb +1 -1
- data/spec/models/metric_enum_spec.rb +1 -1
- data/spec/models/never_subscribed_enum_spec.rb +1 -1
- data/spec/models/no_email_marketing_consent_consent_status_spec.rb +1 -1
- data/spec/models/no_email_marketing_consent_spec.rb +1 -1
- data/spec/models/no_email_marketing_filters_inner_spec.rb +1 -1
- data/spec/models/no_email_marketing_never_subscribed_spec.rb +1 -1
- data/spec/models/no_email_marketing_spec.rb +1 -1
- data/spec/models/no_email_marketing_subscribed_spec.rb +1 -1
- data/spec/models/no_email_marketing_unsubscribed_filters_one_of_inner_spec.rb +1 -1
- data/spec/models/no_email_marketing_unsubscribed_filters_spec.rb +1 -1
- data/spec/models/no_email_marketing_unsubscribed_spec.rb +1 -1
- data/spec/models/no_push_marketing_consent_spec.rb +1 -1
- data/spec/models/no_push_marketing_spec.rb +1 -1
- data/spec/models/no_sms_marketing_consent_consent_status_spec.rb +1 -1
- data/spec/models/no_sms_marketing_consent_spec.rb +1 -1
- data/spec/models/no_sms_marketing_never_subscribed_spec.rb +1 -1
- data/spec/models/no_sms_marketing_spec.rb +1 -1
- data/spec/models/no_sms_marketing_unsubscribed_filters_inner_spec.rb +1 -1
- data/spec/models/no_sms_marketing_unsubscribed_spec.rb +1 -1
- data/spec/models/not_equals_enum_spec.rb +1 -1
- data/spec/models/numeric_enum_spec.rb +1 -1
- data/spec/models/numeric_operator_filter_spec.rb +1 -1
- data/spec/models/numeric_operator_filter_value_spec.rb +1 -1
- data/spec/models/onsite_profile_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/onsite_profile_create_query_resource_object_spec.rb +1 -1
- data/spec/models/onsite_profile_meta_spec.rb +1 -1
- data/spec/models/preference_page_enum_spec.rb +1 -1
- data/spec/models/preference_page_filter_spec.rb +1 -1
- data/spec/models/preference_page_method_filter_spec.rb +1 -1
- data/spec/models/profile_bulk_import_job_enum_spec.rb +1 -1
- data/spec/models/profile_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_create_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_create_query_spec.rb +1 -1
- data/spec/models/profile_enum_spec.rb +1 -1
- data/spec/models/profile_group_membership_enum_spec.rb +1 -1
- data/spec/models/profile_has_group_membership_condition_spec.rb +1 -1
- data/spec/models/profile_has_group_membership_condition_timeframe_filter_spec.rb +1 -1
- data/spec/models/profile_identifier_dto_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_identifier_dto_resource_object_spec.rb +1 -1
- data/spec/models/profile_import_job_create_query_resource_object_attributes_profiles_spec.rb +1 -1
- data/spec/models/profile_import_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_import_job_create_query_resource_object_relationships_lists_data_inner_spec.rb +1 -1
- data/spec/models/profile_import_job_create_query_resource_object_relationships_lists_spec.rb +1 -1
- data/spec/models/profile_import_job_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/profile_import_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_import_job_create_query_spec.rb +1 -1
- data/spec/models/profile_location_latitude_spec.rb +1 -1
- data/spec/models/profile_location_longitude_spec.rb +1 -1
- data/spec/models/profile_location_spec.rb +1 -1
- data/spec/models/profile_marketing_consent_condition_consent_spec.rb +1 -1
- data/spec/models/profile_marketing_consent_condition_spec.rb +1 -1
- data/spec/models/profile_marketing_consent_enum_spec.rb +1 -1
- data/spec/models/profile_merge_enum_spec.rb +1 -1
- data/spec/models/profile_merge_query_resource_object_relationships_profiles_data_inner_spec.rb +1 -1
- data/spec/models/profile_merge_query_resource_object_relationships_profiles_spec.rb +1 -1
- data/spec/models/profile_merge_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/profile_merge_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_merge_query_spec.rb +1 -1
- data/spec/models/profile_meta_patch_properties_spec.rb +1 -1
- data/spec/models/profile_meta_patch_properties_unset_spec.rb +1 -1
- data/spec/models/profile_meta_spec.rb +1 -1
- data/spec/models/profile_metric_condition_spec.rb +1 -1
- data/spec/models/profile_metric_condition_timeframe_filter_spec.rb +1 -1
- data/spec/models/profile_metric_enum_spec.rb +1 -1
- data/spec/models/profile_metric_property_filter_filter_spec.rb +1 -1
- data/spec/models/profile_metric_property_filter_spec.rb +1 -1
- data/spec/models/profile_no_group_membership_condition_spec.rb +1 -1
- data/spec/models/profile_partial_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_partial_update_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_partial_update_query_spec.rb +1 -1
- data/spec/models/profile_postal_code_distance_condition_spec.rb +1 -1
- data/spec/models/profile_postal_code_distance_enum_spec.rb +1 -1
- data/spec/models/profile_predictive_analytics_enum_spec.rb +1 -1
- data/spec/models/profile_predictive_analytics_numeric_condition_spec.rb +1 -1
- data/spec/models/profile_predictive_analytics_string_condition_spec.rb +1 -1
- data/spec/models/profile_predictive_analytics_string_filter_operator_spec.rb +1 -1
- data/spec/models/profile_predictive_analytics_string_filter_spec.rb +1 -1
- data/spec/models/profile_property_condition_filter_spec.rb +1 -1
- data/spec/models/profile_property_condition_spec.rb +1 -1
- data/spec/models/profile_property_enum_spec.rb +1 -1
- data/spec/models/profile_region_condition_spec.rb +1 -1
- data/spec/models/profile_region_enum_spec.rb +1 -1
- data/spec/models/profile_subscription_bulk_create_job_enum_spec.rb +1 -1
- data/spec/models/profile_subscription_bulk_delete_job_enum_spec.rb +1 -1
- data/spec/models/profile_subscription_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_subscription_create_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_subscription_delete_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_subscription_delete_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_suppression_bulk_create_job_enum_spec.rb +1 -1
- data/spec/models/profile_suppression_bulk_delete_job_enum_spec.rb +1 -1
- data/spec/models/profile_suppression_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_suppression_create_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_suppression_delete_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_suppression_delete_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_upsert_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/profile_upsert_query_resource_object_spec.rb +1 -1
- data/spec/models/profile_upsert_query_spec.rb +1 -1
- data/spec/models/provided_landline_enum_spec.rb +1 -1
- data/spec/models/provided_landline_method_filter_spec.rb +1 -1
- data/spec/models/provided_no_age_enum_spec.rb +1 -1
- data/spec/models/provided_no_age_method_filter_spec.rb +1 -1
- data/spec/models/push_enum_spec.rb +1 -1
- data/spec/models/push_profile_upsert_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/push_profile_upsert_query_resource_object_spec.rb +1 -1
- data/spec/models/push_token_create_query_resource_object_attributes_profile_spec.rb +1 -1
- data/spec/models/push_token_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/push_token_create_query_resource_object_spec.rb +1 -1
- data/spec/models/push_token_create_query_spec.rb +1 -1
- data/spec/models/push_token_enum_spec.rb +1 -1
- data/spec/models/relative_anniversary_date_filter_spec.rb +1 -1
- data/spec/models/{relative_date_filter_spec.rb → relative_date_operator_base_filter_spec.rb} +7 -7
- data/spec/models/relative_date_range_filter_spec.rb +1 -1
- data/spec/models/render_options_sub_object_spec.rb +1 -1
- data/spec/models/segment_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/segment_create_query_resource_object_spec.rb +1 -1
- data/spec/models/segment_create_query_spec.rb +1 -1
- data/spec/models/segment_definition_spec.rb +1 -1
- data/spec/models/segment_enum_spec.rb +1 -1
- data/spec/models/segment_partial_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/segment_partial_update_query_resource_object_spec.rb +1 -1
- data/spec/models/segment_partial_update_query_spec.rb +1 -1
- data/spec/models/send_strategy_sub_object_spec.rb +1 -1
- data/spec/models/server_bis_subscription_create_query_resource_object_attributes_profile_spec.rb +1 -1
- data/spec/models/server_bis_subscription_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/server_bis_subscription_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/server_bis_subscription_create_query_resource_object_relationships_variant_data_spec.rb +1 -1
- data/spec/models/server_bis_subscription_create_query_resource_object_relationships_variant_spec.rb +1 -1
- data/spec/models/server_bis_subscription_create_query_resource_object_spec.rb +1 -1
- data/spec/models/server_bis_subscription_create_query_spec.rb +1 -1
- data/spec/models/sftp_enum_spec.rb +1 -1
- data/spec/models/sftp_method_filter_spec.rb +1 -1
- data/spec/models/shopify_enum_spec.rb +1 -1
- data/spec/models/shopify_integration_filter_spec.rb +1 -1
- data/spec/models/shopify_integration_method_filter_spec.rb +1 -1
- data/spec/models/sms_content_sub_object_create_spec.rb +1 -1
- data/spec/models/sms_enum_spec.rb +1 -1
- data/spec/models/sms_send_options_sub_object_spec.rb +1 -1
- data/spec/models/sms_subscription_parameters_spec.rb +1 -1
- data/spec/models/sms_tracking_options_sub_object_spec.rb +1 -1
- data/spec/models/spam_complaint_enum_spec.rb +1 -1
- data/spec/models/spam_complaint_method_filter_spec.rb +1 -1
- data/spec/models/static_date_filter_spec.rb +1 -1
- data/spec/models/static_date_range_filter_spec.rb +1 -1
- data/spec/models/static_schedule_options_spec.rb +1 -1
- data/spec/models/status_date_enum_spec.rb +1 -1
- data/spec/models/status_date_filter_filter_spec.rb +1 -1
- data/spec/models/status_date_filter_spec.rb +1 -1
- data/spec/models/sto_schedule_options_spec.rb +1 -1
- data/spec/models/string_array_operator_filter_spec.rb +1 -1
- data/spec/models/string_enum_spec.rb +1 -1
- data/spec/models/string_operator_filter_spec.rb +1 -1
- data/spec/models/string_phone_operator_array_filter_spec.rb +1 -1
- data/spec/models/subscribed_enum_spec.rb +1 -1
- data/spec/models/subscription_channels_spec.rb +1 -1
- data/spec/models/subscription_create_job_create_query_resource_object_attributes_profiles_spec.rb +1 -1
- data/spec/models/subscription_create_job_create_query_resource_object_attributes_spec.rb +7 -1
- data/spec/models/subscription_create_job_create_query_resource_object_relationships_list_data_spec.rb +1 -1
- data/spec/models/subscription_create_job_create_query_resource_object_relationships_list_spec.rb +1 -1
- data/spec/models/subscription_create_job_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/subscription_create_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/subscription_create_job_create_query_spec.rb +1 -1
- data/spec/models/subscription_delete_job_create_query_resource_object_attributes_profiles_spec.rb +1 -1
- data/spec/models/subscription_delete_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/subscription_delete_job_create_query_resource_object_relationships_list_data_spec.rb +1 -1
- data/spec/models/subscription_delete_job_create_query_resource_object_relationships_list_spec.rb +1 -1
- data/spec/models/subscription_delete_job_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/subscription_delete_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/subscription_delete_job_create_query_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_attributes_profiles_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_relationships_list_data_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_relationships_list_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_relationships_segment_data_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_relationships_segment_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/suppression_create_job_create_query_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_attributes_profiles_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_relationships_list_data_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_relationships_list_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_relationships_segment_data_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_relationships_segment_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_resource_object_spec.rb +1 -1
- data/spec/models/suppression_delete_job_create_query_spec.rb +1 -1
- data/spec/models/tag_campaign_op_data_inner_spec.rb +1 -1
- data/spec/models/tag_campaign_op_spec.rb +1 -1
- data/spec/models/tag_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/tag_create_query_resource_object_relationships_spec.rb +1 -1
- data/spec/models/tag_create_query_resource_object_relationships_tag_group_data_spec.rb +1 -1
- data/spec/models/tag_create_query_resource_object_relationships_tag_group_spec.rb +1 -1
- data/spec/models/tag_create_query_resource_object_spec.rb +1 -1
- data/spec/models/tag_create_query_spec.rb +1 -1
- data/spec/models/tag_enum_spec.rb +1 -1
- data/spec/models/tag_flow_op_data_inner_spec.rb +1 -1
- data/spec/models/tag_flow_op_spec.rb +1 -1
- data/spec/models/tag_group_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/tag_group_create_query_resource_object_spec.rb +1 -1
- data/spec/models/tag_group_create_query_spec.rb +1 -1
- data/spec/models/tag_group_enum_spec.rb +1 -1
- data/spec/models/tag_group_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/tag_group_update_query_resource_object_spec.rb +1 -1
- data/spec/models/tag_group_update_query_spec.rb +1 -1
- data/spec/models/tag_list_op_data_inner_spec.rb +1 -1
- data/spec/models/tag_list_op_spec.rb +1 -1
- data/spec/models/tag_segment_op_data_inner_spec.rb +1 -1
- data/spec/models/tag_segment_op_spec.rb +1 -1
- data/spec/models/tag_update_query_resource_object_spec.rb +1 -1
- data/spec/models/tag_update_query_spec.rb +1 -1
- data/spec/models/template_clone_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/template_clone_query_resource_object_spec.rb +1 -1
- data/spec/models/template_clone_query_spec.rb +1 -1
- data/spec/models/template_create_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/template_create_query_resource_object_spec.rb +1 -1
- data/spec/models/template_create_query_spec.rb +1 -1
- data/spec/models/template_enum_spec.rb +1 -1
- data/spec/models/template_render_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/template_render_query_resource_object_spec.rb +1 -1
- data/spec/models/template_render_query_spec.rb +1 -1
- data/spec/models/template_update_query_resource_object_attributes_spec.rb +1 -1
- data/spec/models/template_update_query_resource_object_spec.rb +1 -1
- data/spec/models/template_update_query_spec.rb +1 -1
- data/spec/models/throttled_schedule_options_spec.rb +1 -1
- data/spec/models/timeframe_spec.rb +1 -1
- data/spec/models/union_positive_numeric_filter_operator_spec.rb +1 -1
- data/spec/models/union_positive_numeric_filter_spec.rb +1 -1
- data/spec/models/unsubscribed_enum_spec.rb +1 -1
- data/spec/models/utm_params_sub_object_spec.rb +1 -1
- data/spec/models/webhook_create_query_resource_object_attributes_spec.rb +52 -0
- data/spec/models/webhook_create_query_resource_object_relationships_spec.rb +34 -0
- data/spec/models/webhook_create_query_resource_object_relationships_webhook_topics_data_inner_spec.rb +40 -0
- data/spec/models/webhook_create_query_resource_object_relationships_webhook_topics_spec.rb +34 -0
- data/spec/models/webhook_create_query_resource_object_spec.rb +46 -0
- data/spec/models/webhook_create_query_spec.rb +34 -0
- data/spec/models/webhook_enum_spec.rb +28 -0
- data/spec/models/webhook_partial_update_query_resource_object_attributes_spec.rb +58 -0
- data/spec/models/webhook_partial_update_query_resource_object_spec.rb +52 -0
- data/spec/models/webhook_partial_update_query_spec.rb +34 -0
- data/spec/models/webhook_topic_enum_spec.rb +28 -0
- data/spec/spec_helper.rb +1 -1
- metadata +49 -10
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Klaviyo REST API. Please visit https://developers.klaviyo.com for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
6
|
+
The version of the OpenAPI document: 2024-07-15
|
7
7
|
Contact: developers@klaviyo.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.2.1
|
@@ -51,7 +51,7 @@ module KlaviyoAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# klaviyo api revision
|
54
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
54
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
55
55
|
# HTTP header 'Accept' (if needed)
|
56
56
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
57
57
|
# HTTP header 'Content-Type'
|
@@ -121,7 +121,7 @@ module KlaviyoAPI
|
|
121
121
|
# header parameters
|
122
122
|
header_params = opts[:header_params] || {}
|
123
123
|
# klaviyo api revision
|
124
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
124
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
125
125
|
# HTTP header 'Accept' (if needed)
|
126
126
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
127
127
|
# HTTP header 'Content-Type'
|
@@ -170,6 +170,9 @@ module KlaviyoAPI
|
|
170
170
|
nil
|
171
171
|
end
|
172
172
|
|
173
|
+
# alias of `create_catalog_category_relationships_items`
|
174
|
+
alias create_catalog_category_relationships_item create_catalog_category_relationships_items
|
175
|
+
|
173
176
|
# Create Catalog Category Relationships Items
|
174
177
|
# Create a new item relationship for the given category ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
175
178
|
# @param id [String]
|
@@ -197,7 +200,7 @@ module KlaviyoAPI
|
|
197
200
|
# header parameters
|
198
201
|
header_params = opts[:header_params] || {}
|
199
202
|
# klaviyo api revision
|
200
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
203
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
201
204
|
# HTTP header 'Accept' (if needed)
|
202
205
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
203
206
|
# HTTP header 'Content-Type'
|
@@ -235,6 +238,9 @@ module KlaviyoAPI
|
|
235
238
|
return data, status_code, headers
|
236
239
|
end
|
237
240
|
|
241
|
+
# alias of `create_catalog_category_relationships_items_with_http_info`
|
242
|
+
alias create_catalog_category_relationships_item_with_http_info create_catalog_category_relationships_items_with_http_info
|
243
|
+
|
238
244
|
# Create Catalog Item
|
239
245
|
# Create a new catalog item.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
240
246
|
# @param catalog_item_create_query [CatalogItemCreateQuery]
|
@@ -267,7 +273,7 @@ module KlaviyoAPI
|
|
267
273
|
# header parameters
|
268
274
|
header_params = opts[:header_params] || {}
|
269
275
|
# klaviyo api revision
|
270
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
276
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
271
277
|
# HTTP header 'Accept' (if needed)
|
272
278
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
273
279
|
# HTTP header 'Content-Type'
|
@@ -316,6 +322,9 @@ module KlaviyoAPI
|
|
316
322
|
nil
|
317
323
|
end
|
318
324
|
|
325
|
+
# alias of `create_catalog_item_relationships_categories`
|
326
|
+
alias create_catalog_item_relationships_category create_catalog_item_relationships_categories
|
327
|
+
|
319
328
|
# Create Catalog Item Relationships Categories
|
320
329
|
# Create a new catalog category relationship for the given item ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
321
330
|
# @param id [String]
|
@@ -343,7 +352,7 @@ module KlaviyoAPI
|
|
343
352
|
# header parameters
|
344
353
|
header_params = opts[:header_params] || {}
|
345
354
|
# klaviyo api revision
|
346
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
355
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
347
356
|
# HTTP header 'Accept' (if needed)
|
348
357
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
349
358
|
# HTTP header 'Content-Type'
|
@@ -381,6 +390,9 @@ module KlaviyoAPI
|
|
381
390
|
return data, status_code, headers
|
382
391
|
end
|
383
392
|
|
393
|
+
# alias of `create_catalog_item_relationships_categories_with_http_info`
|
394
|
+
alias create_catalog_item_relationships_category_with_http_info create_catalog_item_relationships_categories_with_http_info
|
395
|
+
|
384
396
|
# Create Catalog Variant
|
385
397
|
# Create a new variant for a related catalog item.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
386
398
|
# @param catalog_variant_create_query [CatalogVariantCreateQuery]
|
@@ -413,7 +425,7 @@ module KlaviyoAPI
|
|
413
425
|
# header parameters
|
414
426
|
header_params = opts[:header_params] || {}
|
415
427
|
# klaviyo api revision
|
416
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
428
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
417
429
|
# HTTP header 'Accept' (if needed)
|
418
430
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
419
431
|
# HTTP header 'Content-Type'
|
@@ -483,7 +495,7 @@ module KlaviyoAPI
|
|
483
495
|
# header parameters
|
484
496
|
header_params = opts[:header_params] || {}
|
485
497
|
# klaviyo api revision
|
486
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
498
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
487
499
|
# HTTP header 'Accept' (if needed)
|
488
500
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
489
501
|
|
@@ -554,7 +566,7 @@ module KlaviyoAPI
|
|
554
566
|
# header parameters
|
555
567
|
header_params = opts[:header_params] || {}
|
556
568
|
# klaviyo api revision
|
557
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
569
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
558
570
|
# HTTP header 'Accept' (if needed)
|
559
571
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
560
572
|
# HTTP header 'Content-Type'
|
@@ -624,7 +636,7 @@ module KlaviyoAPI
|
|
624
636
|
# header parameters
|
625
637
|
header_params = opts[:header_params] || {}
|
626
638
|
# klaviyo api revision
|
627
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
639
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
628
640
|
# HTTP header 'Accept' (if needed)
|
629
641
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
630
642
|
|
@@ -695,7 +707,7 @@ module KlaviyoAPI
|
|
695
707
|
# header parameters
|
696
708
|
header_params = opts[:header_params] || {}
|
697
709
|
# klaviyo api revision
|
698
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
710
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
699
711
|
# HTTP header 'Accept' (if needed)
|
700
712
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
701
713
|
# HTTP header 'Content-Type'
|
@@ -765,7 +777,7 @@ module KlaviyoAPI
|
|
765
777
|
# header parameters
|
766
778
|
header_params = opts[:header_params] || {}
|
767
779
|
# klaviyo api revision
|
768
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
780
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
769
781
|
# HTTP header 'Accept' (if needed)
|
770
782
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
771
783
|
|
@@ -801,10 +813,10 @@ module KlaviyoAPI
|
|
801
813
|
# Get Catalog Categories
|
802
814
|
# Get all catalog categories in an account. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
803
815
|
# @param [Hash] opts the optional parameters
|
804
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
805
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
806
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
807
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
816
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
817
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
818
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
819
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
808
820
|
# @return [Hash<String, Object>]
|
809
821
|
def get_catalog_categories(opts = {})
|
810
822
|
data, _status_code, _headers = get_catalog_categories_with_http_info(opts)
|
@@ -814,10 +826,10 @@ module KlaviyoAPI
|
|
814
826
|
# Get Catalog Categories
|
815
827
|
# Get all catalog categories in an account. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
816
828
|
# @param [Hash] opts the optional parameters
|
817
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
818
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
819
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
820
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
829
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
830
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
831
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
832
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
821
833
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
822
834
|
def get_catalog_categories_with_http_info(opts = {})
|
823
835
|
if @api_client.config.debugging
|
@@ -844,7 +856,7 @@ module KlaviyoAPI
|
|
844
856
|
# header parameters
|
845
857
|
header_params = opts[:header_params] || {}
|
846
858
|
# klaviyo api revision
|
847
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
859
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
848
860
|
# HTTP header 'Accept' (if needed)
|
849
861
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
850
862
|
|
@@ -881,7 +893,7 @@ module KlaviyoAPI
|
|
881
893
|
# Get a catalog category with the given category ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
882
894
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
883
895
|
# @param [Hash] opts the optional parameters
|
884
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
896
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
885
897
|
# @return [Hash<String, Object>]
|
886
898
|
def get_catalog_category(id, opts = {})
|
887
899
|
data, _status_code, _headers = get_catalog_category_with_http_info(id, opts)
|
@@ -892,7 +904,7 @@ module KlaviyoAPI
|
|
892
904
|
# Get a catalog category with the given category ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
893
905
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
894
906
|
# @param [Hash] opts the optional parameters
|
895
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
907
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
896
908
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
897
909
|
def get_catalog_category_with_http_info(id, opts = {})
|
898
910
|
if @api_client.config.debugging
|
@@ -916,7 +928,7 @@ module KlaviyoAPI
|
|
916
928
|
# header parameters
|
917
929
|
header_params = opts[:header_params] || {}
|
918
930
|
# klaviyo api revision
|
919
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
931
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
920
932
|
# HTTP header 'Accept' (if needed)
|
921
933
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
922
934
|
|
@@ -953,12 +965,12 @@ module KlaviyoAPI
|
|
953
965
|
# Get all items in a category with the given category ID. Items can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
954
966
|
# @param id [String]
|
955
967
|
# @param [Hash] opts the optional parameters
|
956
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
957
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
958
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
959
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
960
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
961
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
968
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
969
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
970
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
971
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
972
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
973
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
962
974
|
# @return [Hash<String, Object>]
|
963
975
|
def get_catalog_category_items(id, opts = {})
|
964
976
|
data, _status_code, _headers = get_catalog_category_items_with_http_info(id, opts)
|
@@ -969,12 +981,12 @@ module KlaviyoAPI
|
|
969
981
|
# Get all items in a category with the given category ID. Items can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
970
982
|
# @param id [String]
|
971
983
|
# @param [Hash] opts the optional parameters
|
972
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
973
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
974
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
975
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
976
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
977
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
984
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
985
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
986
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
987
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
988
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
989
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
978
990
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
979
991
|
def get_catalog_category_items_with_http_info(id, opts = {})
|
980
992
|
if @api_client.config.debugging
|
@@ -1015,7 +1027,7 @@ module KlaviyoAPI
|
|
1015
1027
|
# header parameters
|
1016
1028
|
header_params = opts[:header_params] || {}
|
1017
1029
|
# klaviyo api revision
|
1018
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1030
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1019
1031
|
# HTTP header 'Accept' (if needed)
|
1020
1032
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1021
1033
|
|
@@ -1052,7 +1064,7 @@ module KlaviyoAPI
|
|
1052
1064
|
# Get all items in the given category ID. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1053
1065
|
# @param id [String]
|
1054
1066
|
# @param [Hash] opts the optional parameters
|
1055
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1067
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1056
1068
|
# @return [Hash<String, Object>]
|
1057
1069
|
def get_catalog_category_relationships_items(id, opts = {})
|
1058
1070
|
data, _status_code, _headers = get_catalog_category_relationships_items_with_http_info(id, opts)
|
@@ -1063,7 +1075,7 @@ module KlaviyoAPI
|
|
1063
1075
|
# Get all items in the given category ID. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1064
1076
|
# @param id [String]
|
1065
1077
|
# @param [Hash] opts the optional parameters
|
1066
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1078
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1067
1079
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1068
1080
|
def get_catalog_category_relationships_items_with_http_info(id, opts = {})
|
1069
1081
|
if @api_client.config.debugging
|
@@ -1083,7 +1095,7 @@ module KlaviyoAPI
|
|
1083
1095
|
# header parameters
|
1084
1096
|
header_params = opts[:header_params] || {}
|
1085
1097
|
# klaviyo api revision
|
1086
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1098
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1087
1099
|
# HTTP header 'Accept' (if needed)
|
1088
1100
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1089
1101
|
|
@@ -1120,9 +1132,9 @@ module KlaviyoAPI
|
|
1120
1132
|
# Get a specific catalog item with the given item ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1121
1133
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
1122
1134
|
# @param [Hash] opts the optional parameters
|
1123
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
1124
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1125
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1135
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1136
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1137
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1126
1138
|
# @return [Hash<String, Object>]
|
1127
1139
|
def get_catalog_item(id, opts = {})
|
1128
1140
|
data, _status_code, _headers = get_catalog_item_with_http_info(id, opts)
|
@@ -1133,9 +1145,9 @@ module KlaviyoAPI
|
|
1133
1145
|
# Get a specific catalog item with the given item ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1134
1146
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
1135
1147
|
# @param [Hash] opts the optional parameters
|
1136
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
1137
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1138
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1148
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1149
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1150
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1139
1151
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1140
1152
|
def get_catalog_item_with_http_info(id, opts = {})
|
1141
1153
|
if @api_client.config.debugging
|
@@ -1169,7 +1181,7 @@ module KlaviyoAPI
|
|
1169
1181
|
# header parameters
|
1170
1182
|
header_params = opts[:header_params] || {}
|
1171
1183
|
# klaviyo api revision
|
1172
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1184
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1173
1185
|
# HTTP header 'Accept' (if needed)
|
1174
1186
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1175
1187
|
|
@@ -1206,10 +1218,10 @@ module KlaviyoAPI
|
|
1206
1218
|
# Get all catalog categories that an item with the given item ID is in. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1207
1219
|
# @param id [String]
|
1208
1220
|
# @param [Hash] opts the optional parameters
|
1209
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
1210
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1211
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1212
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1221
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1222
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
1223
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1224
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1213
1225
|
# @return [Hash<String, Object>]
|
1214
1226
|
def get_catalog_item_categories(id, opts = {})
|
1215
1227
|
data, _status_code, _headers = get_catalog_item_categories_with_http_info(id, opts)
|
@@ -1220,10 +1232,10 @@ module KlaviyoAPI
|
|
1220
1232
|
# Get all catalog categories that an item with the given item ID is in. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1221
1233
|
# @param id [String]
|
1222
1234
|
# @param [Hash] opts the optional parameters
|
1223
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
1224
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1225
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1226
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1235
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1236
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
1237
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1238
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1227
1239
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1228
1240
|
def get_catalog_item_categories_with_http_info(id, opts = {})
|
1229
1241
|
if @api_client.config.debugging
|
@@ -1254,7 +1266,7 @@ module KlaviyoAPI
|
|
1254
1266
|
# header parameters
|
1255
1267
|
header_params = opts[:header_params] || {}
|
1256
1268
|
# klaviyo api revision
|
1257
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1269
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1258
1270
|
# HTTP header 'Accept' (if needed)
|
1259
1271
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1260
1272
|
|
@@ -1291,7 +1303,7 @@ module KlaviyoAPI
|
|
1291
1303
|
# Get all catalog categories that a particular item is in. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1292
1304
|
# @param id [String]
|
1293
1305
|
# @param [Hash] opts the optional parameters
|
1294
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1306
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1295
1307
|
# @return [Hash<String, Object>]
|
1296
1308
|
def get_catalog_item_relationships_categories(id, opts = {})
|
1297
1309
|
data, _status_code, _headers = get_catalog_item_relationships_categories_with_http_info(id, opts)
|
@@ -1302,7 +1314,7 @@ module KlaviyoAPI
|
|
1302
1314
|
# Get all catalog categories that a particular item is in. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1303
1315
|
# @param id [String]
|
1304
1316
|
# @param [Hash] opts the optional parameters
|
1305
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1317
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1306
1318
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1307
1319
|
def get_catalog_item_relationships_categories_with_http_info(id, opts = {})
|
1308
1320
|
if @api_client.config.debugging
|
@@ -1322,7 +1334,7 @@ module KlaviyoAPI
|
|
1322
1334
|
# header parameters
|
1323
1335
|
header_params = opts[:header_params] || {}
|
1324
1336
|
# klaviyo api revision
|
1325
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1337
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1326
1338
|
# HTTP header 'Accept' (if needed)
|
1327
1339
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1328
1340
|
|
@@ -1359,10 +1371,10 @@ module KlaviyoAPI
|
|
1359
1371
|
# Get all variants related to the given item ID. Variants can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1360
1372
|
# @param id [String]
|
1361
1373
|
# @param [Hash] opts the optional parameters
|
1362
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1363
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1364
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1365
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1374
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1375
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
1376
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1377
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1366
1378
|
# @return [Hash<String, Object>]
|
1367
1379
|
def get_catalog_item_variants(id, opts = {})
|
1368
1380
|
data, _status_code, _headers = get_catalog_item_variants_with_http_info(id, opts)
|
@@ -1373,10 +1385,10 @@ module KlaviyoAPI
|
|
1373
1385
|
# Get all variants related to the given item ID. Variants can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1374
1386
|
# @param id [String]
|
1375
1387
|
# @param [Hash] opts the optional parameters
|
1376
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1377
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1378
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1379
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1388
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1389
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
1390
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1391
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1380
1392
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1381
1393
|
def get_catalog_item_variants_with_http_info(id, opts = {})
|
1382
1394
|
if @api_client.config.debugging
|
@@ -1407,7 +1419,7 @@ module KlaviyoAPI
|
|
1407
1419
|
# header parameters
|
1408
1420
|
header_params = opts[:header_params] || {}
|
1409
1421
|
# klaviyo api revision
|
1410
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1422
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1411
1423
|
# HTTP header 'Accept' (if needed)
|
1412
1424
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1413
1425
|
|
@@ -1443,12 +1455,12 @@ module KlaviyoAPI
|
|
1443
1455
|
# Get Catalog Items
|
1444
1456
|
# Get all catalog items in an account. Catalog items can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1445
1457
|
# @param [Hash] opts the optional parameters
|
1446
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
1447
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1448
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1449
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1450
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1451
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1458
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1459
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1460
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
1461
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1462
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1463
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1452
1464
|
# @return [Hash<String, Object>]
|
1453
1465
|
def get_catalog_items(opts = {})
|
1454
1466
|
data, _status_code, _headers = get_catalog_items_with_http_info(opts)
|
@@ -1458,12 +1470,12 @@ module KlaviyoAPI
|
|
1458
1470
|
# Get Catalog Items
|
1459
1471
|
# Get all catalog items in an account. Catalog items can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1460
1472
|
# @param [Hash] opts the optional parameters
|
1461
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
1462
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1463
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1464
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1465
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1466
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1473
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1474
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1475
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
1476
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1477
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1478
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1467
1479
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1468
1480
|
def get_catalog_items_with_http_info(opts = {})
|
1469
1481
|
if @api_client.config.debugging
|
@@ -1500,7 +1512,7 @@ module KlaviyoAPI
|
|
1500
1512
|
# header parameters
|
1501
1513
|
header_params = opts[:header_params] || {}
|
1502
1514
|
# klaviyo api revision
|
1503
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1515
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1504
1516
|
# HTTP header 'Accept' (if needed)
|
1505
1517
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1506
1518
|
|
@@ -1537,7 +1549,7 @@ module KlaviyoAPI
|
|
1537
1549
|
# Get a catalog item variant with the given variant ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1538
1550
|
# @param id [String] The catalog variant ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
1539
1551
|
# @param [Hash] opts the optional parameters
|
1540
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1552
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1541
1553
|
# @return [Hash<String, Object>]
|
1542
1554
|
def get_catalog_variant(id, opts = {})
|
1543
1555
|
data, _status_code, _headers = get_catalog_variant_with_http_info(id, opts)
|
@@ -1548,7 +1560,7 @@ module KlaviyoAPI
|
|
1548
1560
|
# Get a catalog item variant with the given variant ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1549
1561
|
# @param id [String] The catalog variant ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
1550
1562
|
# @param [Hash] opts the optional parameters
|
1551
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1563
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1552
1564
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1553
1565
|
def get_catalog_variant_with_http_info(id, opts = {})
|
1554
1566
|
if @api_client.config.debugging
|
@@ -1572,7 +1584,7 @@ module KlaviyoAPI
|
|
1572
1584
|
# header parameters
|
1573
1585
|
header_params = opts[:header_params] || {}
|
1574
1586
|
# klaviyo api revision
|
1575
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1587
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1576
1588
|
# HTTP header 'Accept' (if needed)
|
1577
1589
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1578
1590
|
|
@@ -1608,10 +1620,10 @@ module KlaviyoAPI
|
|
1608
1620
|
# Get Catalog Variants
|
1609
1621
|
# Get all variants in an account. Variants can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1610
1622
|
# @param [Hash] opts the optional parameters
|
1611
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1612
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1613
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1614
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1623
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1624
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
1625
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1626
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1615
1627
|
# @return [Hash<String, Object>]
|
1616
1628
|
def get_catalog_variants(opts = {})
|
1617
1629
|
data, _status_code, _headers = get_catalog_variants_with_http_info(opts)
|
@@ -1621,10 +1633,10 @@ module KlaviyoAPI
|
|
1621
1633
|
# Get Catalog Variants
|
1622
1634
|
# Get all variants in an account. Variants can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1623
1635
|
# @param [Hash] opts the optional parameters
|
1624
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
1625
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1626
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1627
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-
|
1636
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1637
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
1638
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1639
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sorting
|
1628
1640
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1629
1641
|
def get_catalog_variants_with_http_info(opts = {})
|
1630
1642
|
if @api_client.config.debugging
|
@@ -1651,7 +1663,7 @@ module KlaviyoAPI
|
|
1651
1663
|
# header parameters
|
1652
1664
|
header_params = opts[:header_params] || {}
|
1653
1665
|
# klaviyo api revision
|
1654
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1666
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1655
1667
|
# HTTP header 'Accept' (if needed)
|
1656
1668
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1657
1669
|
|
@@ -1688,22 +1700,25 @@ module KlaviyoAPI
|
|
1688
1700
|
# Get a catalog category bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1689
1701
|
# @param job_id [String] ID of the job to retrieve.
|
1690
1702
|
# @param [Hash] opts the optional parameters
|
1691
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1692
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
1693
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1703
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1704
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1705
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1694
1706
|
# @return [Hash<String, Object>]
|
1695
1707
|
def get_create_categories_job(job_id, opts = {})
|
1696
1708
|
data, _status_code, _headers = get_create_categories_job_with_http_info(job_id, opts)
|
1697
1709
|
data
|
1698
1710
|
end
|
1699
1711
|
|
1712
|
+
# alias of `get_create_categories_job`
|
1713
|
+
alias get_catalog_category_bulk_create_job get_create_categories_job
|
1714
|
+
|
1700
1715
|
# Get Create Categories Job
|
1701
1716
|
# Get a catalog category bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1702
1717
|
# @param job_id [String] ID of the job to retrieve.
|
1703
1718
|
# @param [Hash] opts the optional parameters
|
1704
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1705
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
1706
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1719
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1720
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1721
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1707
1722
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1708
1723
|
def get_create_categories_job_with_http_info(job_id, opts = {})
|
1709
1724
|
if @api_client.config.debugging
|
@@ -1737,7 +1752,7 @@ module KlaviyoAPI
|
|
1737
1752
|
# header parameters
|
1738
1753
|
header_params = opts[:header_params] || {}
|
1739
1754
|
# klaviyo api revision
|
1740
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1755
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1741
1756
|
# HTTP header 'Accept' (if needed)
|
1742
1757
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1743
1758
|
|
@@ -1770,24 +1785,30 @@ module KlaviyoAPI
|
|
1770
1785
|
return data, status_code, headers
|
1771
1786
|
end
|
1772
1787
|
|
1788
|
+
# alias of `get_create_categories_job_with_http_info`
|
1789
|
+
alias get_catalog_category_bulk_create_job_with_http_info get_create_categories_job_with_http_info
|
1790
|
+
|
1773
1791
|
# Get Create Categories Jobs
|
1774
1792
|
# Get all catalog category bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1775
1793
|
# @param [Hash] opts the optional parameters
|
1776
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1777
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1778
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1794
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1795
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1796
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1779
1797
|
# @return [Hash<String, Object>]
|
1780
1798
|
def get_create_categories_jobs(opts = {})
|
1781
1799
|
data, _status_code, _headers = get_create_categories_jobs_with_http_info(opts)
|
1782
1800
|
data
|
1783
1801
|
end
|
1784
1802
|
|
1803
|
+
# alias of `get_create_categories_jobs`
|
1804
|
+
alias get_catalog_category_bulk_create_jobs get_create_categories_jobs
|
1805
|
+
|
1785
1806
|
# Get Create Categories Jobs
|
1786
1807
|
# Get all catalog category bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1787
1808
|
# @param [Hash] opts the optional parameters
|
1788
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1789
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1790
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1809
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1810
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1811
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1791
1812
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1792
1813
|
def get_create_categories_jobs_with_http_info(opts = {})
|
1793
1814
|
if @api_client.config.debugging
|
@@ -1809,7 +1830,7 @@ module KlaviyoAPI
|
|
1809
1830
|
# header parameters
|
1810
1831
|
header_params = opts[:header_params] || {}
|
1811
1832
|
# klaviyo api revision
|
1812
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1833
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1813
1834
|
# HTTP header 'Accept' (if needed)
|
1814
1835
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1815
1836
|
|
@@ -1842,26 +1863,32 @@ module KlaviyoAPI
|
|
1842
1863
|
return data, status_code, headers
|
1843
1864
|
end
|
1844
1865
|
|
1866
|
+
# alias of `get_create_categories_jobs_with_http_info`
|
1867
|
+
alias get_catalog_category_bulk_create_jobs_with_http_info get_create_categories_jobs_with_http_info
|
1868
|
+
|
1845
1869
|
# Get Create Items Job
|
1846
1870
|
# Get a catalog item bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1847
1871
|
# @param job_id [String] ID of the job to retrieve.
|
1848
1872
|
# @param [Hash] opts the optional parameters
|
1849
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1850
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
1851
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1873
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1874
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1875
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1852
1876
|
# @return [Hash<String, Object>]
|
1853
1877
|
def get_create_items_job(job_id, opts = {})
|
1854
1878
|
data, _status_code, _headers = get_create_items_job_with_http_info(job_id, opts)
|
1855
1879
|
data
|
1856
1880
|
end
|
1857
1881
|
|
1882
|
+
# alias of `get_create_items_job`
|
1883
|
+
alias get_catalog_item_bulk_create_job get_create_items_job
|
1884
|
+
|
1858
1885
|
# Get Create Items Job
|
1859
1886
|
# Get a catalog item bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1860
1887
|
# @param job_id [String] ID of the job to retrieve.
|
1861
1888
|
# @param [Hash] opts the optional parameters
|
1862
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1863
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
1864
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
1889
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1890
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1891
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
1865
1892
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1866
1893
|
def get_create_items_job_with_http_info(job_id, opts = {})
|
1867
1894
|
if @api_client.config.debugging
|
@@ -1895,7 +1922,7 @@ module KlaviyoAPI
|
|
1895
1922
|
# header parameters
|
1896
1923
|
header_params = opts[:header_params] || {}
|
1897
1924
|
# klaviyo api revision
|
1898
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
1925
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1899
1926
|
# HTTP header 'Accept' (if needed)
|
1900
1927
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1901
1928
|
|
@@ -1928,24 +1955,30 @@ module KlaviyoAPI
|
|
1928
1955
|
return data, status_code, headers
|
1929
1956
|
end
|
1930
1957
|
|
1958
|
+
# alias of `get_create_items_job_with_http_info`
|
1959
|
+
alias get_catalog_item_bulk_create_job_with_http_info get_create_items_job_with_http_info
|
1960
|
+
|
1931
1961
|
# Get Create Items Jobs
|
1932
1962
|
# Get all catalog item bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1933
1963
|
# @param [Hash] opts the optional parameters
|
1934
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1935
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1936
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1964
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1965
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1966
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1937
1967
|
# @return [Hash<String, Object>]
|
1938
1968
|
def get_create_items_jobs(opts = {})
|
1939
1969
|
data, _status_code, _headers = get_create_items_jobs_with_http_info(opts)
|
1940
1970
|
data
|
1941
1971
|
end
|
1942
1972
|
|
1973
|
+
# alias of `get_create_items_jobs`
|
1974
|
+
alias get_catalog_item_bulk_create_jobs get_create_items_jobs
|
1975
|
+
|
1943
1976
|
# Get Create Items Jobs
|
1944
1977
|
# Get all catalog item bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1945
1978
|
# @param [Hash] opts the optional parameters
|
1946
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
1947
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
1948
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
1979
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
1980
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1981
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
1949
1982
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1950
1983
|
def get_create_items_jobs_with_http_info(opts = {})
|
1951
1984
|
if @api_client.config.debugging
|
@@ -1967,7 +2000,7 @@ module KlaviyoAPI
|
|
1967
2000
|
# header parameters
|
1968
2001
|
header_params = opts[:header_params] || {}
|
1969
2002
|
# klaviyo api revision
|
1970
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2003
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
1971
2004
|
# HTTP header 'Accept' (if needed)
|
1972
2005
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1973
2006
|
|
@@ -2000,26 +2033,32 @@ module KlaviyoAPI
|
|
2000
2033
|
return data, status_code, headers
|
2001
2034
|
end
|
2002
2035
|
|
2036
|
+
# alias of `get_create_items_jobs_with_http_info`
|
2037
|
+
alias get_catalog_item_bulk_create_jobs_with_http_info get_create_items_jobs_with_http_info
|
2038
|
+
|
2003
2039
|
# Get Create Variants Job
|
2004
2040
|
# Get a catalog variant bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2005
2041
|
# @param job_id [String] ID of the job to retrieve.
|
2006
2042
|
# @param [Hash] opts the optional parameters
|
2007
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2008
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
2009
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
2043
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2044
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2045
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2010
2046
|
# @return [Hash<String, Object>]
|
2011
2047
|
def get_create_variants_job(job_id, opts = {})
|
2012
2048
|
data, _status_code, _headers = get_create_variants_job_with_http_info(job_id, opts)
|
2013
2049
|
data
|
2014
2050
|
end
|
2015
2051
|
|
2052
|
+
# alias of `get_create_variants_job`
|
2053
|
+
alias get_catalog_variant_bulk_create_job get_create_variants_job
|
2054
|
+
|
2016
2055
|
# Get Create Variants Job
|
2017
2056
|
# Get a catalog variant bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2018
2057
|
# @param job_id [String] ID of the job to retrieve.
|
2019
2058
|
# @param [Hash] opts the optional parameters
|
2020
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2021
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
2022
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
2059
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2060
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2061
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2023
2062
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2024
2063
|
def get_create_variants_job_with_http_info(job_id, opts = {})
|
2025
2064
|
if @api_client.config.debugging
|
@@ -2053,7 +2092,7 @@ module KlaviyoAPI
|
|
2053
2092
|
# header parameters
|
2054
2093
|
header_params = opts[:header_params] || {}
|
2055
2094
|
# klaviyo api revision
|
2056
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2095
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2057
2096
|
# HTTP header 'Accept' (if needed)
|
2058
2097
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2059
2098
|
|
@@ -2086,24 +2125,30 @@ module KlaviyoAPI
|
|
2086
2125
|
return data, status_code, headers
|
2087
2126
|
end
|
2088
2127
|
|
2128
|
+
# alias of `get_create_variants_job_with_http_info`
|
2129
|
+
alias get_catalog_variant_bulk_create_job_with_http_info get_create_variants_job_with_http_info
|
2130
|
+
|
2089
2131
|
# Get Create Variants Jobs
|
2090
2132
|
# Get all catalog variant bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2091
2133
|
# @param [Hash] opts the optional parameters
|
2092
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2093
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2094
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2134
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2135
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2136
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2095
2137
|
# @return [Hash<String, Object>]
|
2096
2138
|
def get_create_variants_jobs(opts = {})
|
2097
2139
|
data, _status_code, _headers = get_create_variants_jobs_with_http_info(opts)
|
2098
2140
|
data
|
2099
2141
|
end
|
2100
2142
|
|
2143
|
+
# alias of `get_create_variants_jobs`
|
2144
|
+
alias get_catalog_variant_bulk_create_jobs get_create_variants_jobs
|
2145
|
+
|
2101
2146
|
# Get Create Variants Jobs
|
2102
2147
|
# Get all catalog variant bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2103
2148
|
# @param [Hash] opts the optional parameters
|
2104
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2105
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2106
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2149
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2150
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2151
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2107
2152
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2108
2153
|
def get_create_variants_jobs_with_http_info(opts = {})
|
2109
2154
|
if @api_client.config.debugging
|
@@ -2125,7 +2170,7 @@ module KlaviyoAPI
|
|
2125
2170
|
# header parameters
|
2126
2171
|
header_params = opts[:header_params] || {}
|
2127
2172
|
# klaviyo api revision
|
2128
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2173
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2129
2174
|
# HTTP header 'Accept' (if needed)
|
2130
2175
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2131
2176
|
|
@@ -2158,22 +2203,28 @@ module KlaviyoAPI
|
|
2158
2203
|
return data, status_code, headers
|
2159
2204
|
end
|
2160
2205
|
|
2206
|
+
# alias of `get_create_variants_jobs_with_http_info`
|
2207
|
+
alias get_catalog_variant_bulk_create_jobs_with_http_info get_create_variants_jobs_with_http_info
|
2208
|
+
|
2161
2209
|
# Get Delete Categories Job
|
2162
2210
|
# Get a catalog category bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2163
2211
|
# @param job_id [String] ID of the job to retrieve.
|
2164
2212
|
# @param [Hash] opts the optional parameters
|
2165
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2213
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2166
2214
|
# @return [Hash<String, Object>]
|
2167
2215
|
def get_delete_categories_job(job_id, opts = {})
|
2168
2216
|
data, _status_code, _headers = get_delete_categories_job_with_http_info(job_id, opts)
|
2169
2217
|
data
|
2170
2218
|
end
|
2171
2219
|
|
2220
|
+
# alias of `get_delete_categories_job`
|
2221
|
+
alias get_catalog_category_bulk_delete_job get_delete_categories_job
|
2222
|
+
|
2172
2223
|
# Get Delete Categories Job
|
2173
2224
|
# Get a catalog category bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2174
2225
|
# @param job_id [String] ID of the job to retrieve.
|
2175
2226
|
# @param [Hash] opts the optional parameters
|
2176
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2227
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2177
2228
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2178
2229
|
def get_delete_categories_job_with_http_info(job_id, opts = {})
|
2179
2230
|
if @api_client.config.debugging
|
@@ -2197,7 +2248,7 @@ module KlaviyoAPI
|
|
2197
2248
|
# header parameters
|
2198
2249
|
header_params = opts[:header_params] || {}
|
2199
2250
|
# klaviyo api revision
|
2200
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2251
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2201
2252
|
# HTTP header 'Accept' (if needed)
|
2202
2253
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2203
2254
|
|
@@ -2230,24 +2281,30 @@ module KlaviyoAPI
|
|
2230
2281
|
return data, status_code, headers
|
2231
2282
|
end
|
2232
2283
|
|
2284
|
+
# alias of `get_delete_categories_job_with_http_info`
|
2285
|
+
alias get_catalog_category_bulk_delete_job_with_http_info get_delete_categories_job_with_http_info
|
2286
|
+
|
2233
2287
|
# Get Delete Categories Jobs
|
2234
2288
|
# Get all catalog category bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2235
2289
|
# @param [Hash] opts the optional parameters
|
2236
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2237
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2238
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2290
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2291
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2292
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2239
2293
|
# @return [Hash<String, Object>]
|
2240
2294
|
def get_delete_categories_jobs(opts = {})
|
2241
2295
|
data, _status_code, _headers = get_delete_categories_jobs_with_http_info(opts)
|
2242
2296
|
data
|
2243
2297
|
end
|
2244
2298
|
|
2299
|
+
# alias of `get_delete_categories_jobs`
|
2300
|
+
alias get_catalog_category_bulk_delete_jobs get_delete_categories_jobs
|
2301
|
+
|
2245
2302
|
# Get Delete Categories Jobs
|
2246
2303
|
# Get all catalog category bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2247
2304
|
# @param [Hash] opts the optional parameters
|
2248
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2249
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2250
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2305
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2306
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2307
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2251
2308
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2252
2309
|
def get_delete_categories_jobs_with_http_info(opts = {})
|
2253
2310
|
if @api_client.config.debugging
|
@@ -2269,7 +2326,7 @@ module KlaviyoAPI
|
|
2269
2326
|
# header parameters
|
2270
2327
|
header_params = opts[:header_params] || {}
|
2271
2328
|
# klaviyo api revision
|
2272
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2329
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2273
2330
|
# HTTP header 'Accept' (if needed)
|
2274
2331
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2275
2332
|
|
@@ -2302,22 +2359,28 @@ module KlaviyoAPI
|
|
2302
2359
|
return data, status_code, headers
|
2303
2360
|
end
|
2304
2361
|
|
2362
|
+
# alias of `get_delete_categories_jobs_with_http_info`
|
2363
|
+
alias get_catalog_category_bulk_delete_jobs_with_http_info get_delete_categories_jobs_with_http_info
|
2364
|
+
|
2305
2365
|
# Get Delete Items Job
|
2306
2366
|
# Get a catalog item bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2307
2367
|
# @param job_id [String] ID of the job to retrieve.
|
2308
2368
|
# @param [Hash] opts the optional parameters
|
2309
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2369
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2310
2370
|
# @return [Hash<String, Object>]
|
2311
2371
|
def get_delete_items_job(job_id, opts = {})
|
2312
2372
|
data, _status_code, _headers = get_delete_items_job_with_http_info(job_id, opts)
|
2313
2373
|
data
|
2314
2374
|
end
|
2315
2375
|
|
2376
|
+
# alias of `get_delete_items_job`
|
2377
|
+
alias get_catalog_item_bulk_delete_job get_delete_items_job
|
2378
|
+
|
2316
2379
|
# Get Delete Items Job
|
2317
2380
|
# Get a catalog item bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2318
2381
|
# @param job_id [String] ID of the job to retrieve.
|
2319
2382
|
# @param [Hash] opts the optional parameters
|
2320
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2383
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2321
2384
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2322
2385
|
def get_delete_items_job_with_http_info(job_id, opts = {})
|
2323
2386
|
if @api_client.config.debugging
|
@@ -2341,7 +2404,7 @@ module KlaviyoAPI
|
|
2341
2404
|
# header parameters
|
2342
2405
|
header_params = opts[:header_params] || {}
|
2343
2406
|
# klaviyo api revision
|
2344
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2407
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2345
2408
|
# HTTP header 'Accept' (if needed)
|
2346
2409
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2347
2410
|
|
@@ -2374,24 +2437,30 @@ module KlaviyoAPI
|
|
2374
2437
|
return data, status_code, headers
|
2375
2438
|
end
|
2376
2439
|
|
2440
|
+
# alias of `get_delete_items_job_with_http_info`
|
2441
|
+
alias get_catalog_item_bulk_delete_job_with_http_info get_delete_items_job_with_http_info
|
2442
|
+
|
2377
2443
|
# Get Delete Items Jobs
|
2378
2444
|
# Get all catalog item bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2379
2445
|
# @param [Hash] opts the optional parameters
|
2380
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2381
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2382
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2446
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2447
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2448
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2383
2449
|
# @return [Hash<String, Object>]
|
2384
2450
|
def get_delete_items_jobs(opts = {})
|
2385
2451
|
data, _status_code, _headers = get_delete_items_jobs_with_http_info(opts)
|
2386
2452
|
data
|
2387
2453
|
end
|
2388
2454
|
|
2455
|
+
# alias of `get_delete_items_jobs`
|
2456
|
+
alias get_catalog_item_bulk_delete_jobs get_delete_items_jobs
|
2457
|
+
|
2389
2458
|
# Get Delete Items Jobs
|
2390
2459
|
# Get all catalog item bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2391
2460
|
# @param [Hash] opts the optional parameters
|
2392
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2393
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2394
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2461
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2462
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2463
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2395
2464
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2396
2465
|
def get_delete_items_jobs_with_http_info(opts = {})
|
2397
2466
|
if @api_client.config.debugging
|
@@ -2413,7 +2482,7 @@ module KlaviyoAPI
|
|
2413
2482
|
# header parameters
|
2414
2483
|
header_params = opts[:header_params] || {}
|
2415
2484
|
# klaviyo api revision
|
2416
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2485
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2417
2486
|
# HTTP header 'Accept' (if needed)
|
2418
2487
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2419
2488
|
|
@@ -2446,22 +2515,28 @@ module KlaviyoAPI
|
|
2446
2515
|
return data, status_code, headers
|
2447
2516
|
end
|
2448
2517
|
|
2518
|
+
# alias of `get_delete_items_jobs_with_http_info`
|
2519
|
+
alias get_catalog_item_bulk_delete_jobs_with_http_info get_delete_items_jobs_with_http_info
|
2520
|
+
|
2449
2521
|
# Get Delete Variants Job
|
2450
2522
|
# Get a catalog variant bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2451
2523
|
# @param job_id [String] ID of the job to retrieve.
|
2452
2524
|
# @param [Hash] opts the optional parameters
|
2453
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2525
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2454
2526
|
# @return [Hash<String, Object>]
|
2455
2527
|
def get_delete_variants_job(job_id, opts = {})
|
2456
2528
|
data, _status_code, _headers = get_delete_variants_job_with_http_info(job_id, opts)
|
2457
2529
|
data
|
2458
2530
|
end
|
2459
2531
|
|
2532
|
+
# alias of `get_delete_variants_job`
|
2533
|
+
alias get_catalog_variant_bulk_delete_job get_delete_variants_job
|
2534
|
+
|
2460
2535
|
# Get Delete Variants Job
|
2461
2536
|
# Get a catalog variant bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2462
2537
|
# @param job_id [String] ID of the job to retrieve.
|
2463
2538
|
# @param [Hash] opts the optional parameters
|
2464
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2539
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2465
2540
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2466
2541
|
def get_delete_variants_job_with_http_info(job_id, opts = {})
|
2467
2542
|
if @api_client.config.debugging
|
@@ -2485,7 +2560,7 @@ module KlaviyoAPI
|
|
2485
2560
|
# header parameters
|
2486
2561
|
header_params = opts[:header_params] || {}
|
2487
2562
|
# klaviyo api revision
|
2488
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2563
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2489
2564
|
# HTTP header 'Accept' (if needed)
|
2490
2565
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2491
2566
|
|
@@ -2518,24 +2593,30 @@ module KlaviyoAPI
|
|
2518
2593
|
return data, status_code, headers
|
2519
2594
|
end
|
2520
2595
|
|
2596
|
+
# alias of `get_delete_variants_job_with_http_info`
|
2597
|
+
alias get_catalog_variant_bulk_delete_job_with_http_info get_delete_variants_job_with_http_info
|
2598
|
+
|
2521
2599
|
# Get Delete Variants Jobs
|
2522
2600
|
# Get all catalog variant bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2523
2601
|
# @param [Hash] opts the optional parameters
|
2524
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2525
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2526
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2602
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2603
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2604
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2527
2605
|
# @return [Hash<String, Object>]
|
2528
2606
|
def get_delete_variants_jobs(opts = {})
|
2529
2607
|
data, _status_code, _headers = get_delete_variants_jobs_with_http_info(opts)
|
2530
2608
|
data
|
2531
2609
|
end
|
2532
2610
|
|
2611
|
+
# alias of `get_delete_variants_jobs`
|
2612
|
+
alias get_catalog_variant_bulk_delete_jobs get_delete_variants_jobs
|
2613
|
+
|
2533
2614
|
# Get Delete Variants Jobs
|
2534
2615
|
# Get all catalog variant bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2535
2616
|
# @param [Hash] opts the optional parameters
|
2536
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2537
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2538
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2617
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2618
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2619
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2539
2620
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2540
2621
|
def get_delete_variants_jobs_with_http_info(opts = {})
|
2541
2622
|
if @api_client.config.debugging
|
@@ -2557,7 +2638,7 @@ module KlaviyoAPI
|
|
2557
2638
|
# header parameters
|
2558
2639
|
header_params = opts[:header_params] || {}
|
2559
2640
|
# klaviyo api revision
|
2560
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2641
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2561
2642
|
# HTTP header 'Accept' (if needed)
|
2562
2643
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2563
2644
|
|
@@ -2590,26 +2671,32 @@ module KlaviyoAPI
|
|
2590
2671
|
return data, status_code, headers
|
2591
2672
|
end
|
2592
2673
|
|
2674
|
+
# alias of `get_delete_variants_jobs_with_http_info`
|
2675
|
+
alias get_catalog_variant_bulk_delete_jobs_with_http_info get_delete_variants_jobs_with_http_info
|
2676
|
+
|
2593
2677
|
# Get Update Categories Job
|
2594
2678
|
# Get a catalog category bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2595
2679
|
# @param job_id [String] ID of the job to retrieve.
|
2596
2680
|
# @param [Hash] opts the optional parameters
|
2597
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2598
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
2599
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
2681
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2682
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2683
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2600
2684
|
# @return [Hash<String, Object>]
|
2601
2685
|
def get_update_categories_job(job_id, opts = {})
|
2602
2686
|
data, _status_code, _headers = get_update_categories_job_with_http_info(job_id, opts)
|
2603
2687
|
data
|
2604
2688
|
end
|
2605
2689
|
|
2690
|
+
# alias of `get_update_categories_job`
|
2691
|
+
alias get_catalog_category_bulk_update_job get_update_categories_job
|
2692
|
+
|
2606
2693
|
# Get Update Categories Job
|
2607
2694
|
# Get a catalog category bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2608
2695
|
# @param job_id [String] ID of the job to retrieve.
|
2609
2696
|
# @param [Hash] opts the optional parameters
|
2610
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2611
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-
|
2612
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
2697
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2698
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2699
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2613
2700
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2614
2701
|
def get_update_categories_job_with_http_info(job_id, opts = {})
|
2615
2702
|
if @api_client.config.debugging
|
@@ -2643,7 +2730,7 @@ module KlaviyoAPI
|
|
2643
2730
|
# header parameters
|
2644
2731
|
header_params = opts[:header_params] || {}
|
2645
2732
|
# klaviyo api revision
|
2646
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2733
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2647
2734
|
# HTTP header 'Accept' (if needed)
|
2648
2735
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2649
2736
|
|
@@ -2676,24 +2763,30 @@ module KlaviyoAPI
|
|
2676
2763
|
return data, status_code, headers
|
2677
2764
|
end
|
2678
2765
|
|
2766
|
+
# alias of `get_update_categories_job_with_http_info`
|
2767
|
+
alias get_catalog_category_bulk_update_job_with_http_info get_update_categories_job_with_http_info
|
2768
|
+
|
2679
2769
|
# Get Update Categories Jobs
|
2680
2770
|
# Get all catalog category bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2681
2771
|
# @param [Hash] opts the optional parameters
|
2682
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2683
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2684
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2772
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2773
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2774
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2685
2775
|
# @return [Hash<String, Object>]
|
2686
2776
|
def get_update_categories_jobs(opts = {})
|
2687
2777
|
data, _status_code, _headers = get_update_categories_jobs_with_http_info(opts)
|
2688
2778
|
data
|
2689
2779
|
end
|
2690
2780
|
|
2781
|
+
# alias of `get_update_categories_jobs`
|
2782
|
+
alias get_catalog_category_bulk_update_jobs get_update_categories_jobs
|
2783
|
+
|
2691
2784
|
# Get Update Categories Jobs
|
2692
2785
|
# Get all catalog category bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2693
2786
|
# @param [Hash] opts the optional parameters
|
2694
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2695
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2696
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2787
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2788
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2789
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2697
2790
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2698
2791
|
def get_update_categories_jobs_with_http_info(opts = {})
|
2699
2792
|
if @api_client.config.debugging
|
@@ -2715,7 +2808,7 @@ module KlaviyoAPI
|
|
2715
2808
|
# header parameters
|
2716
2809
|
header_params = opts[:header_params] || {}
|
2717
2810
|
# klaviyo api revision
|
2718
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2811
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2719
2812
|
# HTTP header 'Accept' (if needed)
|
2720
2813
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2721
2814
|
|
@@ -2748,26 +2841,32 @@ module KlaviyoAPI
|
|
2748
2841
|
return data, status_code, headers
|
2749
2842
|
end
|
2750
2843
|
|
2844
|
+
# alias of `get_update_categories_jobs_with_http_info`
|
2845
|
+
alias get_catalog_category_bulk_update_jobs_with_http_info get_update_categories_jobs_with_http_info
|
2846
|
+
|
2751
2847
|
# Get Update Items Job
|
2752
2848
|
# Get a catalog item bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2753
2849
|
# @param job_id [String] ID of the job to retrieve.
|
2754
2850
|
# @param [Hash] opts the optional parameters
|
2755
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2756
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
2757
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
2851
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2852
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2853
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2758
2854
|
# @return [Hash<String, Object>]
|
2759
2855
|
def get_update_items_job(job_id, opts = {})
|
2760
2856
|
data, _status_code, _headers = get_update_items_job_with_http_info(job_id, opts)
|
2761
2857
|
data
|
2762
2858
|
end
|
2763
2859
|
|
2860
|
+
# alias of `get_update_items_job`
|
2861
|
+
alias get_catalog_item_bulk_update_job get_update_items_job
|
2862
|
+
|
2764
2863
|
# Get Update Items Job
|
2765
2864
|
# Get a catalog item bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2766
2865
|
# @param job_id [String] ID of the job to retrieve.
|
2767
2866
|
# @param [Hash] opts the optional parameters
|
2768
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2769
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-
|
2770
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
2867
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2868
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2869
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2771
2870
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2772
2871
|
def get_update_items_job_with_http_info(job_id, opts = {})
|
2773
2872
|
if @api_client.config.debugging
|
@@ -2801,7 +2900,7 @@ module KlaviyoAPI
|
|
2801
2900
|
# header parameters
|
2802
2901
|
header_params = opts[:header_params] || {}
|
2803
2902
|
# klaviyo api revision
|
2804
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2903
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2805
2904
|
# HTTP header 'Accept' (if needed)
|
2806
2905
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2807
2906
|
|
@@ -2834,24 +2933,30 @@ module KlaviyoAPI
|
|
2834
2933
|
return data, status_code, headers
|
2835
2934
|
end
|
2836
2935
|
|
2936
|
+
# alias of `get_update_items_job_with_http_info`
|
2937
|
+
alias get_catalog_item_bulk_update_job_with_http_info get_update_items_job_with_http_info
|
2938
|
+
|
2837
2939
|
# Get Update Items Jobs
|
2838
2940
|
# Get all catalog item bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2839
2941
|
# @param [Hash] opts the optional parameters
|
2840
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2841
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2842
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2942
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2943
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2944
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2843
2945
|
# @return [Hash<String, Object>]
|
2844
2946
|
def get_update_items_jobs(opts = {})
|
2845
2947
|
data, _status_code, _headers = get_update_items_jobs_with_http_info(opts)
|
2846
2948
|
data
|
2847
2949
|
end
|
2848
2950
|
|
2951
|
+
# alias of `get_update_items_jobs`
|
2952
|
+
alias get_catalog_item_bulk_update_jobs get_update_items_jobs
|
2953
|
+
|
2849
2954
|
# Get Update Items Jobs
|
2850
2955
|
# Get all catalog item bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2851
2956
|
# @param [Hash] opts the optional parameters
|
2852
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2853
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
2854
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
2957
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
2958
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2959
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
2855
2960
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2856
2961
|
def get_update_items_jobs_with_http_info(opts = {})
|
2857
2962
|
if @api_client.config.debugging
|
@@ -2873,7 +2978,7 @@ module KlaviyoAPI
|
|
2873
2978
|
# header parameters
|
2874
2979
|
header_params = opts[:header_params] || {}
|
2875
2980
|
# klaviyo api revision
|
2876
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
2981
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2877
2982
|
# HTTP header 'Accept' (if needed)
|
2878
2983
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2879
2984
|
|
@@ -2906,26 +3011,32 @@ module KlaviyoAPI
|
|
2906
3011
|
return data, status_code, headers
|
2907
3012
|
end
|
2908
3013
|
|
3014
|
+
# alias of `get_update_items_jobs_with_http_info`
|
3015
|
+
alias get_catalog_item_bulk_update_jobs_with_http_info get_update_items_jobs_with_http_info
|
3016
|
+
|
2909
3017
|
# Get Update Variants Job
|
2910
3018
|
# Get a catalog variate bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2911
3019
|
# @param job_id [String] ID of the job to retrieve.
|
2912
3020
|
# @param [Hash] opts the optional parameters
|
2913
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2914
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
2915
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
3021
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
3022
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
3023
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2916
3024
|
# @return [Hash<String, Object>]
|
2917
3025
|
def get_update_variants_job(job_id, opts = {})
|
2918
3026
|
data, _status_code, _headers = get_update_variants_job_with_http_info(job_id, opts)
|
2919
3027
|
data
|
2920
3028
|
end
|
2921
3029
|
|
3030
|
+
# alias of `get_update_variants_job`
|
3031
|
+
alias get_catalog_variant_bulk_update_job get_update_variants_job
|
3032
|
+
|
2922
3033
|
# Get Update Variants Job
|
2923
3034
|
# Get a catalog variate bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2924
3035
|
# @param job_id [String] ID of the job to retrieve.
|
2925
3036
|
# @param [Hash] opts the optional parameters
|
2926
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2927
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-
|
2928
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-
|
3037
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
3038
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
3039
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#relationships
|
2929
3040
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2930
3041
|
def get_update_variants_job_with_http_info(job_id, opts = {})
|
2931
3042
|
if @api_client.config.debugging
|
@@ -2959,7 +3070,7 @@ module KlaviyoAPI
|
|
2959
3070
|
# header parameters
|
2960
3071
|
header_params = opts[:header_params] || {}
|
2961
3072
|
# klaviyo api revision
|
2962
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3073
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
2963
3074
|
# HTTP header 'Accept' (if needed)
|
2964
3075
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2965
3076
|
|
@@ -2992,24 +3103,30 @@ module KlaviyoAPI
|
|
2992
3103
|
return data, status_code, headers
|
2993
3104
|
end
|
2994
3105
|
|
3106
|
+
# alias of `get_update_variants_job_with_http_info`
|
3107
|
+
alias get_catalog_variant_bulk_update_job_with_http_info get_update_variants_job_with_http_info
|
3108
|
+
|
2995
3109
|
# Get Update Variants Jobs
|
2996
3110
|
# Get all catalog variant bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2997
3111
|
# @param [Hash] opts the optional parameters
|
2998
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
2999
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
3000
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
3112
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
3113
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
3114
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
3001
3115
|
# @return [Hash<String, Object>]
|
3002
3116
|
def get_update_variants_jobs(opts = {})
|
3003
3117
|
data, _status_code, _headers = get_update_variants_jobs_with_http_info(opts)
|
3004
3118
|
data
|
3005
3119
|
end
|
3006
3120
|
|
3121
|
+
# alias of `get_update_variants_jobs`
|
3122
|
+
alias get_catalog_variant_bulk_update_jobs get_update_variants_jobs
|
3123
|
+
|
3007
3124
|
# Get Update Variants Jobs
|
3008
3125
|
# Get all catalog variant bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3009
3126
|
# @param [Hash] opts the optional parameters
|
3010
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-
|
3011
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-
|
3012
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-
|
3127
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets
|
3128
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
3129
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#pagination
|
3013
3130
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3014
3131
|
def get_update_variants_jobs_with_http_info(opts = {})
|
3015
3132
|
if @api_client.config.debugging
|
@@ -3031,7 +3148,7 @@ module KlaviyoAPI
|
|
3031
3148
|
# header parameters
|
3032
3149
|
header_params = opts[:header_params] || {}
|
3033
3150
|
# klaviyo api revision
|
3034
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3151
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3035
3152
|
# HTTP header 'Accept' (if needed)
|
3036
3153
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3037
3154
|
|
@@ -3064,6 +3181,9 @@ module KlaviyoAPI
|
|
3064
3181
|
return data, status_code, headers
|
3065
3182
|
end
|
3066
3183
|
|
3184
|
+
# alias of `get_update_variants_jobs_with_http_info`
|
3185
|
+
alias get_catalog_variant_bulk_update_jobs_with_http_info get_update_variants_jobs_with_http_info
|
3186
|
+
|
3067
3187
|
# Spawn Create Categories Job
|
3068
3188
|
# Create a catalog category bulk create job to create a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3069
3189
|
# @param catalog_category_create_job_create_query [CatalogCategoryCreateJobCreateQuery]
|
@@ -3074,6 +3194,9 @@ module KlaviyoAPI
|
|
3074
3194
|
data
|
3075
3195
|
end
|
3076
3196
|
|
3197
|
+
# alias of `spawn_create_categories_job`
|
3198
|
+
alias create_catalog_category_bulk_create_job spawn_create_categories_job
|
3199
|
+
|
3077
3200
|
# Spawn Create Categories Job
|
3078
3201
|
# Create a catalog category bulk create job to create a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3079
3202
|
# @param catalog_category_create_job_create_query [CatalogCategoryCreateJobCreateQuery]
|
@@ -3096,7 +3219,7 @@ module KlaviyoAPI
|
|
3096
3219
|
# header parameters
|
3097
3220
|
header_params = opts[:header_params] || {}
|
3098
3221
|
# klaviyo api revision
|
3099
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3222
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3100
3223
|
# HTTP header 'Accept' (if needed)
|
3101
3224
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3102
3225
|
# HTTP header 'Content-Type'
|
@@ -3134,6 +3257,9 @@ module KlaviyoAPI
|
|
3134
3257
|
return data, status_code, headers
|
3135
3258
|
end
|
3136
3259
|
|
3260
|
+
# alias of `spawn_create_categories_job_with_http_info`
|
3261
|
+
alias create_catalog_category_bulk_create_job_with_http_info spawn_create_categories_job_with_http_info
|
3262
|
+
|
3137
3263
|
# Spawn Create Items Job
|
3138
3264
|
# Create a catalog item bulk create job to create a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3139
3265
|
# @param catalog_item_create_job_create_query [CatalogItemCreateJobCreateQuery]
|
@@ -3144,6 +3270,9 @@ module KlaviyoAPI
|
|
3144
3270
|
data
|
3145
3271
|
end
|
3146
3272
|
|
3273
|
+
# alias of `spawn_create_items_job`
|
3274
|
+
alias create_catalog_item_bulk_create_job spawn_create_items_job
|
3275
|
+
|
3147
3276
|
# Spawn Create Items Job
|
3148
3277
|
# Create a catalog item bulk create job to create a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3149
3278
|
# @param catalog_item_create_job_create_query [CatalogItemCreateJobCreateQuery]
|
@@ -3166,7 +3295,7 @@ module KlaviyoAPI
|
|
3166
3295
|
# header parameters
|
3167
3296
|
header_params = opts[:header_params] || {}
|
3168
3297
|
# klaviyo api revision
|
3169
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3298
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3170
3299
|
# HTTP header 'Accept' (if needed)
|
3171
3300
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3172
3301
|
# HTTP header 'Content-Type'
|
@@ -3204,6 +3333,9 @@ module KlaviyoAPI
|
|
3204
3333
|
return data, status_code, headers
|
3205
3334
|
end
|
3206
3335
|
|
3336
|
+
# alias of `spawn_create_items_job_with_http_info`
|
3337
|
+
alias create_catalog_item_bulk_create_job_with_http_info spawn_create_items_job_with_http_info
|
3338
|
+
|
3207
3339
|
# Spawn Create Variants Job
|
3208
3340
|
# Create a catalog variant bulk create job to create a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3209
3341
|
# @param catalog_variant_create_job_create_query [CatalogVariantCreateJobCreateQuery]
|
@@ -3214,6 +3346,9 @@ module KlaviyoAPI
|
|
3214
3346
|
data
|
3215
3347
|
end
|
3216
3348
|
|
3349
|
+
# alias of `spawn_create_variants_job`
|
3350
|
+
alias create_catalog_variant_bulk_create_job spawn_create_variants_job
|
3351
|
+
|
3217
3352
|
# Spawn Create Variants Job
|
3218
3353
|
# Create a catalog variant bulk create job to create a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3219
3354
|
# @param catalog_variant_create_job_create_query [CatalogVariantCreateJobCreateQuery]
|
@@ -3236,7 +3371,7 @@ module KlaviyoAPI
|
|
3236
3371
|
# header parameters
|
3237
3372
|
header_params = opts[:header_params] || {}
|
3238
3373
|
# klaviyo api revision
|
3239
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3374
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3240
3375
|
# HTTP header 'Accept' (if needed)
|
3241
3376
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3242
3377
|
# HTTP header 'Content-Type'
|
@@ -3274,6 +3409,9 @@ module KlaviyoAPI
|
|
3274
3409
|
return data, status_code, headers
|
3275
3410
|
end
|
3276
3411
|
|
3412
|
+
# alias of `spawn_create_variants_job_with_http_info`
|
3413
|
+
alias create_catalog_variant_bulk_create_job_with_http_info spawn_create_variants_job_with_http_info
|
3414
|
+
|
3277
3415
|
# Spawn Delete Categories Job
|
3278
3416
|
# Create a catalog category bulk delete job to delete a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3279
3417
|
# @param catalog_category_delete_job_create_query [CatalogCategoryDeleteJobCreateQuery]
|
@@ -3284,6 +3422,9 @@ module KlaviyoAPI
|
|
3284
3422
|
data
|
3285
3423
|
end
|
3286
3424
|
|
3425
|
+
# alias of `spawn_delete_categories_job`
|
3426
|
+
alias create_catalog_category_bulk_delete_job spawn_delete_categories_job
|
3427
|
+
|
3287
3428
|
# Spawn Delete Categories Job
|
3288
3429
|
# Create a catalog category bulk delete job to delete a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3289
3430
|
# @param catalog_category_delete_job_create_query [CatalogCategoryDeleteJobCreateQuery]
|
@@ -3306,7 +3447,7 @@ module KlaviyoAPI
|
|
3306
3447
|
# header parameters
|
3307
3448
|
header_params = opts[:header_params] || {}
|
3308
3449
|
# klaviyo api revision
|
3309
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3450
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3310
3451
|
# HTTP header 'Accept' (if needed)
|
3311
3452
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3312
3453
|
# HTTP header 'Content-Type'
|
@@ -3344,6 +3485,9 @@ module KlaviyoAPI
|
|
3344
3485
|
return data, status_code, headers
|
3345
3486
|
end
|
3346
3487
|
|
3488
|
+
# alias of `spawn_delete_categories_job_with_http_info`
|
3489
|
+
alias create_catalog_category_bulk_delete_job_with_http_info spawn_delete_categories_job_with_http_info
|
3490
|
+
|
3347
3491
|
# Spawn Delete Items Job
|
3348
3492
|
# Create a catalog item bulk delete job to delete a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3349
3493
|
# @param catalog_item_delete_job_create_query [CatalogItemDeleteJobCreateQuery]
|
@@ -3354,6 +3498,9 @@ module KlaviyoAPI
|
|
3354
3498
|
data
|
3355
3499
|
end
|
3356
3500
|
|
3501
|
+
# alias of `spawn_delete_items_job`
|
3502
|
+
alias create_catalog_item_bulk_delete_job spawn_delete_items_job
|
3503
|
+
|
3357
3504
|
# Spawn Delete Items Job
|
3358
3505
|
# Create a catalog item bulk delete job to delete a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3359
3506
|
# @param catalog_item_delete_job_create_query [CatalogItemDeleteJobCreateQuery]
|
@@ -3376,7 +3523,7 @@ module KlaviyoAPI
|
|
3376
3523
|
# header parameters
|
3377
3524
|
header_params = opts[:header_params] || {}
|
3378
3525
|
# klaviyo api revision
|
3379
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3526
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3380
3527
|
# HTTP header 'Accept' (if needed)
|
3381
3528
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3382
3529
|
# HTTP header 'Content-Type'
|
@@ -3414,6 +3561,9 @@ module KlaviyoAPI
|
|
3414
3561
|
return data, status_code, headers
|
3415
3562
|
end
|
3416
3563
|
|
3564
|
+
# alias of `spawn_delete_items_job_with_http_info`
|
3565
|
+
alias create_catalog_item_bulk_delete_job_with_http_info spawn_delete_items_job_with_http_info
|
3566
|
+
|
3417
3567
|
# Spawn Delete Variants Job
|
3418
3568
|
# Create a catalog variant bulk delete job to delete a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3419
3569
|
# @param catalog_variant_delete_job_create_query [CatalogVariantDeleteJobCreateQuery]
|
@@ -3424,6 +3574,9 @@ module KlaviyoAPI
|
|
3424
3574
|
data
|
3425
3575
|
end
|
3426
3576
|
|
3577
|
+
# alias of `spawn_delete_variants_job`
|
3578
|
+
alias create_catalog_variant_bulk_delete_job spawn_delete_variants_job
|
3579
|
+
|
3427
3580
|
# Spawn Delete Variants Job
|
3428
3581
|
# Create a catalog variant bulk delete job to delete a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3429
3582
|
# @param catalog_variant_delete_job_create_query [CatalogVariantDeleteJobCreateQuery]
|
@@ -3446,7 +3599,7 @@ module KlaviyoAPI
|
|
3446
3599
|
# header parameters
|
3447
3600
|
header_params = opts[:header_params] || {}
|
3448
3601
|
# klaviyo api revision
|
3449
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3602
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3450
3603
|
# HTTP header 'Accept' (if needed)
|
3451
3604
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3452
3605
|
# HTTP header 'Content-Type'
|
@@ -3484,6 +3637,9 @@ module KlaviyoAPI
|
|
3484
3637
|
return data, status_code, headers
|
3485
3638
|
end
|
3486
3639
|
|
3640
|
+
# alias of `spawn_delete_variants_job_with_http_info`
|
3641
|
+
alias create_catalog_variant_bulk_delete_job_with_http_info spawn_delete_variants_job_with_http_info
|
3642
|
+
|
3487
3643
|
# Spawn Update Categories Job
|
3488
3644
|
# Create a catalog category bulk update job to update a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3489
3645
|
# @param catalog_category_update_job_create_query [CatalogCategoryUpdateJobCreateQuery]
|
@@ -3494,6 +3650,9 @@ module KlaviyoAPI
|
|
3494
3650
|
data
|
3495
3651
|
end
|
3496
3652
|
|
3653
|
+
# alias of `spawn_update_categories_job`
|
3654
|
+
alias create_catalog_category_bulk_update_job spawn_update_categories_job
|
3655
|
+
|
3497
3656
|
# Spawn Update Categories Job
|
3498
3657
|
# Create a catalog category bulk update job to update a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3499
3658
|
# @param catalog_category_update_job_create_query [CatalogCategoryUpdateJobCreateQuery]
|
@@ -3516,7 +3675,7 @@ module KlaviyoAPI
|
|
3516
3675
|
# header parameters
|
3517
3676
|
header_params = opts[:header_params] || {}
|
3518
3677
|
# klaviyo api revision
|
3519
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3678
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3520
3679
|
# HTTP header 'Accept' (if needed)
|
3521
3680
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3522
3681
|
# HTTP header 'Content-Type'
|
@@ -3554,6 +3713,9 @@ module KlaviyoAPI
|
|
3554
3713
|
return data, status_code, headers
|
3555
3714
|
end
|
3556
3715
|
|
3716
|
+
# alias of `spawn_update_categories_job_with_http_info`
|
3717
|
+
alias create_catalog_category_bulk_update_job_with_http_info spawn_update_categories_job_with_http_info
|
3718
|
+
|
3557
3719
|
# Spawn Update Items Job
|
3558
3720
|
# Create a catalog item bulk update job to update a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3559
3721
|
# @param catalog_item_update_job_create_query [CatalogItemUpdateJobCreateQuery]
|
@@ -3564,6 +3726,9 @@ module KlaviyoAPI
|
|
3564
3726
|
data
|
3565
3727
|
end
|
3566
3728
|
|
3729
|
+
# alias of `spawn_update_items_job`
|
3730
|
+
alias create_catalog_item_bulk_update_job spawn_update_items_job
|
3731
|
+
|
3567
3732
|
# Spawn Update Items Job
|
3568
3733
|
# Create a catalog item bulk update job to update a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3569
3734
|
# @param catalog_item_update_job_create_query [CatalogItemUpdateJobCreateQuery]
|
@@ -3586,7 +3751,7 @@ module KlaviyoAPI
|
|
3586
3751
|
# header parameters
|
3587
3752
|
header_params = opts[:header_params] || {}
|
3588
3753
|
# klaviyo api revision
|
3589
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3754
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3590
3755
|
# HTTP header 'Accept' (if needed)
|
3591
3756
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3592
3757
|
# HTTP header 'Content-Type'
|
@@ -3624,6 +3789,9 @@ module KlaviyoAPI
|
|
3624
3789
|
return data, status_code, headers
|
3625
3790
|
end
|
3626
3791
|
|
3792
|
+
# alias of `spawn_update_items_job_with_http_info`
|
3793
|
+
alias create_catalog_item_bulk_update_job_with_http_info spawn_update_items_job_with_http_info
|
3794
|
+
|
3627
3795
|
# Spawn Update Variants Job
|
3628
3796
|
# Create a catalog variant bulk update job to update a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3629
3797
|
# @param catalog_variant_update_job_create_query [CatalogVariantUpdateJobCreateQuery]
|
@@ -3634,6 +3802,9 @@ module KlaviyoAPI
|
|
3634
3802
|
data
|
3635
3803
|
end
|
3636
3804
|
|
3805
|
+
# alias of `spawn_update_variants_job`
|
3806
|
+
alias create_catalog_variant_bulk_update_job spawn_update_variants_job
|
3807
|
+
|
3637
3808
|
# Spawn Update Variants Job
|
3638
3809
|
# Create a catalog variant bulk update job to update a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3639
3810
|
# @param catalog_variant_update_job_create_query [CatalogVariantUpdateJobCreateQuery]
|
@@ -3656,7 +3827,7 @@ module KlaviyoAPI
|
|
3656
3827
|
# header parameters
|
3657
3828
|
header_params = opts[:header_params] || {}
|
3658
3829
|
# klaviyo api revision
|
3659
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3830
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3660
3831
|
# HTTP header 'Accept' (if needed)
|
3661
3832
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3662
3833
|
# HTTP header 'Content-Type'
|
@@ -3694,6 +3865,9 @@ module KlaviyoAPI
|
|
3694
3865
|
return data, status_code, headers
|
3695
3866
|
end
|
3696
3867
|
|
3868
|
+
# alias of `spawn_update_variants_job_with_http_info`
|
3869
|
+
alias create_catalog_variant_bulk_update_job_with_http_info spawn_update_variants_job_with_http_info
|
3870
|
+
|
3697
3871
|
# Update Catalog Category
|
3698
3872
|
# Update a catalog category with the given category ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
|
3699
3873
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
@@ -3732,7 +3906,7 @@ module KlaviyoAPI
|
|
3732
3906
|
# header parameters
|
3733
3907
|
header_params = opts[:header_params] || {}
|
3734
3908
|
# klaviyo api revision
|
3735
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3909
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3736
3910
|
# HTTP header 'Accept' (if needed)
|
3737
3911
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3738
3912
|
# HTTP header 'Content-Type'
|
@@ -3808,7 +3982,7 @@ module KlaviyoAPI
|
|
3808
3982
|
# header parameters
|
3809
3983
|
header_params = opts[:header_params] || {}
|
3810
3984
|
# klaviyo api revision
|
3811
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
3985
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3812
3986
|
# HTTP header 'Accept' (if needed)
|
3813
3987
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3814
3988
|
# HTTP header 'Content-Type'
|
@@ -3884,7 +4058,7 @@ module KlaviyoAPI
|
|
3884
4058
|
# header parameters
|
3885
4059
|
header_params = opts[:header_params] || {}
|
3886
4060
|
# klaviyo api revision
|
3887
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
4061
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3888
4062
|
# HTTP header 'Accept' (if needed)
|
3889
4063
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3890
4064
|
# HTTP header 'Content-Type'
|
@@ -3960,7 +4134,7 @@ module KlaviyoAPI
|
|
3960
4134
|
# header parameters
|
3961
4135
|
header_params = opts[:header_params] || {}
|
3962
4136
|
# klaviyo api revision
|
3963
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
4137
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
3964
4138
|
# HTTP header 'Accept' (if needed)
|
3965
4139
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3966
4140
|
# HTTP header 'Content-Type'
|
@@ -4036,7 +4210,7 @@ module KlaviyoAPI
|
|
4036
4210
|
# header parameters
|
4037
4211
|
header_params = opts[:header_params] || {}
|
4038
4212
|
# klaviyo api revision
|
4039
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-
|
4213
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2024-07-15"
|
4040
4214
|
# HTTP header 'Accept' (if needed)
|
4041
4215
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
4042
4216
|
# HTTP header 'Content-Type'
|