@flowio/api-internal-sdk 0.0.164 → 0.0.166

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.
@@ -840,10 +840,6 @@ export interface CourthouseProductSummariesGetSearchAndItemsByItemNumberParamete
840
840
  headers?: $HttpHeaders;
841
841
  item_number: string;
842
842
  }
843
- export interface CustomerSecretsGetParameters {
844
- headers?: $HttpHeaders;
845
- organization: string;
846
- }
847
843
  export interface CustomsDetailsPostParameters {
848
844
  body: io.flow.internal.v0.models.CustomsDetailsForm;
849
845
  headers?: $HttpHeaders;
@@ -1891,37 +1887,6 @@ export interface KnowYourBusinessesGetParameters {
1891
1887
  offset?: number;
1892
1888
  sort?: string;
1893
1889
  }
1894
- export interface ShopifyCartsPutShopifyAndCartsAndPromotionByIdParameters {
1895
- body: io.flow.internal.v0.models.ShopifyPromotionForm;
1896
- headers?: $HttpHeaders;
1897
- id: string;
1898
- expand?: string[];
1899
- }
1900
- export interface ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdParameters {
1901
- headers?: $HttpHeaders;
1902
- id: string;
1903
- expand?: string[];
1904
- }
1905
- export interface ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationParameters {
1906
- body: io.flow.experience.v0.models.Order;
1907
- headers?: $HttpHeaders;
1908
- organization: string;
1909
- }
1910
- export interface ShopifyCartConversionsPostCheckoutsParameters {
1911
- body: io.flow.shopify.external.v0.models.ShopifyExternalCart;
1912
- headers?: $HttpHeaders;
1913
- organization: string;
1914
- experience_key: string;
1915
- }
1916
- export interface ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyParameters {
1917
- headers?: $HttpHeaders;
1918
- organization: string;
1919
- experience_key: string;
1920
- variant_id?: number[];
1921
- handle?: string[];
1922
- country?: string;
1923
- currency?: string;
1924
- }
1925
1890
  export interface ShopifyPaymentStripeEventsPostParameters {
1926
1891
  body: any;
1927
1892
  headers?: $HttpHeaders;
@@ -3386,12 +3351,6 @@ export interface RescreenRestrictionsProductsPostParameters {
3386
3351
  headers?: $HttpHeaders;
3387
3352
  organization: string;
3388
3353
  }
3389
- export interface RestrictionCategoriesGetParameters {
3390
- headers?: $HttpHeaders;
3391
- organization: string;
3392
- limit?: number;
3393
- offset?: number;
3394
- }
3395
3354
  export interface RestrictionFiltersGetParameters {
3396
3355
  headers?: $HttpHeaders;
3397
3356
  organization: string;
@@ -3416,6 +3375,7 @@ export interface RestrictionItemsGetParameters {
3416
3375
  status?: io.flow.internal.v0.enums.RestrictionStatus;
3417
3376
  statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
3418
3377
  rule_ids?: string[];
3378
+ category?: string;
3419
3379
  categories?: string[];
3420
3380
  user_ids?: string[];
3421
3381
  product_name_query?: string;
@@ -3488,6 +3448,7 @@ export interface RestrictionProductsGetParameters {
3488
3448
  positive_keywords?: string[];
3489
3449
  negative_keywords?: string[];
3490
3450
  user_ids?: string[];
3451
+ category?: string;
3491
3452
  categories?: string[];
3492
3453
  product_name_query?: string;
3493
3454
  hs6?: string;
@@ -3583,6 +3544,23 @@ export interface RestrictionRuleOverridesGetByOrganizationIdParameters {
3583
3544
  headers?: $HttpHeaders;
3584
3545
  organization_id: string;
3585
3546
  }
3547
+ export interface RohanItemsPostParameters {
3548
+ body: io.flow.internal.v0.models.RohanItemForm;
3549
+ headers?: $HttpHeaders;
3550
+ }
3551
+ export interface RohanItemsGetByIdParameters {
3552
+ headers?: $HttpHeaders;
3553
+ id: string;
3554
+ }
3555
+ export interface RohanItemsPutByIdParameters {
3556
+ body: io.flow.internal.v0.models.RohanItemForm;
3557
+ headers?: $HttpHeaders;
3558
+ id: string;
3559
+ }
3560
+ export interface RohanItemsDeleteByIdParameters {
3561
+ headers?: $HttpHeaders;
3562
+ id: string;
3563
+ }
3586
3564
  export interface RoutingEntitiesGetParameters {
3587
3565
  headers?: $HttpHeaders;
3588
3566
  id?: string[];
@@ -3614,80 +3592,14 @@ export interface SearchProviderExportsPostExperienceByExperienceKeyParameters {
3614
3592
  organization: string;
3615
3593
  experience_key: string;
3616
3594
  }
3617
- export interface SessionCountriesGetParameters {
3618
- headers?: $HttpHeaders;
3619
- organization: string;
3620
- }
3621
- export interface SessionCountriesPutByCountryParameters {
3622
- body: io.flow.internal.v0.models.SessionCountryForm;
3623
- headers?: $HttpHeaders;
3624
- organization: string;
3625
- country: string;
3626
- }
3627
3595
  export interface SessionOrderDataGetBySessionIdParameters {
3628
3596
  headers?: $HttpHeaders;
3629
3597
  session_id: string;
3630
3598
  }
3631
- export interface SessionRolloutsGetParameters {
3632
- headers?: $HttpHeaders;
3633
- organization: string;
3634
- }
3635
- export interface SessionRolloutsPutParameters {
3636
- body: io.flow.internal.v0.models.SessionRolloutForm;
3637
- headers?: $HttpHeaders;
3638
- organization: string;
3639
- }
3640
3599
  export interface ShippingLanesGetParameters {
3641
3600
  headers?: $HttpHeaders;
3642
3601
  ship_from_country?: string[];
3643
3602
  }
3644
- export interface ShopsGetRedirectsAndOrderByAppParameters {
3645
- headers?: $HttpHeaders;
3646
- app: io.flow.internal.v0.enums.FlowApp;
3647
- shop: string;
3648
- id: number;
3649
- }
3650
- export interface ShopsGetByMyshopifyDomainParameters {
3651
- headers?: $HttpHeaders;
3652
- myshopify_domain: string;
3653
- }
3654
- export interface ShopsPutByMyshopifyDomainParameters {
3655
- body: io.flow.internal.v0.models.ShopForm;
3656
- headers?: $HttpHeaders;
3657
- myshopify_domain: string;
3658
- }
3659
- export interface ShopsDeleteByMyshopifyDomainParameters {
3660
- headers?: $HttpHeaders;
3661
- myshopify_domain: string;
3662
- }
3663
- export interface ShopsPostInstallByMyshopifyDomainParameters {
3664
- body: io.flow.internal.v0.models.InstallForm;
3665
- headers?: $HttpHeaders;
3666
- myshopify_domain: string;
3667
- }
3668
- export interface ShopsPostSessionsByMyshopifyDomainParameters {
3669
- body: io.flow.session.v0.models.SessionForm;
3670
- headers?: $HttpHeaders;
3671
- myshopify_domain: string;
3672
- }
3673
- export interface ShopifyGiftCardBalancesPostParameters {
3674
- body: io.flow.internal.v0.models.ShopifyGiftCardBalanceForm;
3675
- headers?: $HttpHeaders;
3676
- organization: string;
3677
- }
3678
- export interface ShopifyGiftCardRedemptionsPostParameters {
3679
- body: io.flow.internal.v0.models.ShopifyGiftCardRedemptionForm;
3680
- headers?: $HttpHeaders;
3681
- organization: string;
3682
- }
3683
- export interface ShopifyGiftCardReversalsPostParameters {
3684
- body: io.flow.internal.v0.models.ShopifyGiftCardReversalForm;
3685
- headers?: $HttpHeaders;
3686
- organization: string;
3687
- }
3688
- export interface ShopifyGrantsChecksGetCheckHtmlParameters {
3689
- headers?: $HttpHeaders;
3690
- }
3691
3603
  export interface ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberParameters {
3692
3604
  headers?: $HttpHeaders;
3693
3605
  organization: string;
@@ -3766,122 +3678,13 @@ export interface ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusParam
3766
3678
  id: string;
3767
3679
  status: io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus;
3768
3680
  }
3769
- export interface ShopifyOrderDetailsPostChecksAndInventoryParameters {
3770
- body: io.flow.internal.v0.models.ShopifyOrderInventoryCheck[];
3771
- headers?: $HttpHeaders;
3772
- organization: string;
3773
- }
3774
- export interface ShopifyOrderDetailsPostEnsureParameters {
3775
- body: io.flow.internal.v0.models.InternalOrder;
3776
- headers?: $HttpHeaders;
3777
- organization: string;
3778
- }
3779
- export interface ShopifyOrderDetailsGetChecksAndInventoryByNumberParameters {
3780
- headers?: $HttpHeaders;
3781
- organization: string;
3782
- number: string;
3783
- }
3784
- export interface ShopifyOrderDetailsPostCodesByNumberParameters {
3785
- body: io.flow.internal.v0.models.ShopifyCodeForm;
3786
- headers?: $HttpHeaders;
3787
- organization: string;
3788
- number: string;
3789
- expand?: string[];
3790
- }
3791
- export interface ShopifyOrderDetailsGetContentsByNumberParameters {
3792
- headers?: $HttpHeaders;
3793
- organization: string;
3794
- number: string;
3795
- }
3796
- export interface ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberParameters {
3797
- body: io.flow.internal.v0.models.ShopifyGiftCardPaymentForm;
3798
- headers?: $HttpHeaders;
3799
- organization: string;
3800
- number: string;
3801
- expand?: string[];
3802
- }
3803
- export interface ShopifyOrderDetailsPutPromotionByNumberParameters {
3804
- body: io.flow.internal.v0.models.ShopifyPromotionForm;
3805
- headers?: $HttpHeaders;
3806
- organization: string;
3807
- number: string;
3808
- expand?: string[];
3809
- }
3810
- export interface ShopifyOrderDetailsDeletePromotionByNumberParameters {
3811
- headers?: $HttpHeaders;
3812
- organization: string;
3813
- number: string;
3814
- expand?: string[];
3815
- }
3816
- export interface ShopifyOrderDetailsDeletePromotionAndDeleteByNumberParameters {
3817
- headers?: $HttpHeaders;
3818
- organization: string;
3819
- number: string;
3820
- expand?: string[];
3821
- }
3822
- export interface ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberParameters {
3823
- headers?: $HttpHeaders;
3824
- organization: string;
3825
- number: string;
3826
- expand?: string[];
3827
- }
3828
- export interface ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyParameters {
3829
- headers?: $HttpHeaders;
3830
- organization: string;
3831
- number: string;
3832
- authorization_key: string;
3833
- expand?: string[];
3834
- }
3835
3681
  export interface ShopifyOrderFulfillmentsSnapshotsPostParameters {
3836
3682
  headers?: $HttpHeaders;
3837
3683
  }
3838
- export interface ShopifyOrganizationSettingsGetParameters {
3839
- headers?: $HttpHeaders;
3840
- organization: string;
3841
- }
3842
- export interface ShopifyOrganizationSettingsPostParameters {
3843
- body: io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
3844
- headers?: $HttpHeaders;
3845
- organization: string;
3846
- }
3847
- export interface ShopifyOrganizationSettingsPutParameters {
3848
- body: io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
3849
- headers?: $HttpHeaders;
3850
- organization: string;
3851
- }
3852
- export interface ShopifyOrganizationSettingsDeleteParameters {
3853
- headers?: $HttpHeaders;
3854
- organization: string;
3855
- }
3856
3684
  export interface ShopifyPartnerWebhooksPostParameters {
3857
3685
  body: any;
3858
3686
  headers?: $HttpHeaders;
3859
3687
  }
3860
- export interface ShopifyPromotionsGetParameters {
3861
- headers?: $HttpHeaders;
3862
- organization: string;
3863
- id?: string[];
3864
- limit?: number;
3865
- offset?: number;
3866
- status?: io.flow.internal.v0.enums.ShopifyPromotionStatus;
3867
- sort?: string;
3868
- }
3869
- export interface ShopifyPromotionsPostParameters {
3870
- body: io.flow.internal.v0.models.ShopifyPromoForm;
3871
- headers?: $HttpHeaders;
3872
- organization: string;
3873
- }
3874
- export interface ShopifyPromotionsGetByIdParameters {
3875
- headers?: $HttpHeaders;
3876
- organization: string;
3877
- id: string;
3878
- }
3879
- export interface ShopifyPromotionsPutByIdParameters {
3880
- body: io.flow.internal.v0.models.ShopifyPromoForm;
3881
- headers?: $HttpHeaders;
3882
- organization: string;
3883
- id: string;
3884
- }
3885
3688
  export interface ShopifyStoreDetailsGetParameters {
3886
3689
  headers?: $HttpHeaders;
3887
3690
  organization: string;
@@ -3890,19 +3693,6 @@ export interface ShopifyStripeEventsPostParameters {
3890
3693
  body: any;
3891
3694
  headers?: $HttpHeaders;
3892
3695
  }
3893
- export interface ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionParameters {
3894
- body: any;
3895
- headers?: $HttpHeaders;
3896
- shopify_shop_id: string;
3897
- topic: string;
3898
- action: string;
3899
- }
3900
- export interface ShopifyWebhookEventsPostByTopicAndActionParameters {
3901
- body: any;
3902
- headers?: $HttpHeaders;
3903
- topic: string;
3904
- action: string;
3905
- }
3906
3696
  export interface SmpTaxCalculationFormsPostParameters {
3907
3697
  body: io.flow.internal.v0.models.SmpTaxCalculationForm;
3908
3698
  headers?: $HttpHeaders;
@@ -4047,10 +3837,6 @@ export interface TrackingDebugLabelsPostForceAndTransitByLabelIdParameters {
4047
3837
  headers?: $HttpHeaders;
4048
3838
  label_id: string;
4049
3839
  }
4050
- export interface TrackingResyncsPostParameters {
4051
- body: any;
4052
- headers?: $HttpHeaders;
4053
- }
4054
3840
  export interface TrackingWebhooksGetParameters {
4055
3841
  headers?: $HttpHeaders;
4056
3842
  carrier_id: string;
@@ -4292,7 +4078,6 @@ export declare type ConsumerOptinActivitiesPostResponse = $HttpOk<undefined> | $
4292
4078
  export declare type ContentSchemasGetResponse = $HttpOk<io.flow.internal.v0.models.ContentSchemaSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4293
4079
  export declare type ContentSchemasGetBySchemaKeyResponse = $HttpOk<io.flow.internal.v0.models.ContentSchema> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4294
4080
  export declare type CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse = $HttpOk<io.flow.internal.v0.models.CourthouseProductSummary[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4295
- export declare type CustomerSecretsGetResponse = $HttpOk<io.flow.internal.v0.models.CustomerSecret> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4296
4081
  export declare type CustomsDetailsPostResponse = $HttpOk<io.flow.internal.v0.models.CustomsDetails> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4297
4082
  export declare type DebugOrdersPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrder> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4298
4083
  export declare type DebugOrderTransactionsPostResponse = $HttpCreated<io.flow.internal.v0.models.DebugOrderTransaction> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4469,11 +4254,6 @@ export declare type OrganizationSessionsPutOrganizationsBySessionAndOrganization
4469
4254
  export declare type OrganizationSessionsPutResetBySessionResponse = $HttpOk<io.flow.session.v0.unions.Session> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4470
4255
  export declare type ShopifyOrdersGetTraceByShopifyOrderIdResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4471
4256
  export declare type KnowYourBusinessesGetResponse = $HttpOk<io.flow.shopify.merchant.config.v0.unions.KnowYourBusiness[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4472
- export declare type ShopifyCartsPutShopifyAndCartsAndPromotionByIdResponse = $HttpOk<io.flow.shopify.v0.models.ShopifyCart> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4473
- export declare type ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdResponse = $HttpOk<io.flow.shopify.v0.models.ShopifyCart> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4474
- export declare type ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationResponse = $HttpCreated<io.flow.shopify.v0.models.ShopifyCart> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4475
- export declare type ShopifyCartConversionsPostCheckoutsResponse = $HttpCreated<io.flow.internal.v0.models.V1Checkout> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4476
- export declare type ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyResponse = $HttpOk<Record<string, io.flow.shopify.v0.models.ShopifyLocalizedVariant>> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4477
4257
  export declare type ShopifyPaymentStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4478
4258
  export declare type StripeDisputeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4479
4259
  export declare type StripeEventsPostStripeResponse = $HttpOk<any>;
@@ -4718,7 +4498,6 @@ export declare type ReportsPostResponse = $HttpOk<io.flow.internal.v0.models.Rep
4718
4498
  export declare type ReportsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.Report> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4719
4499
  export declare type ReportSummaryGetResponse = $HttpOk<io.flow.internal.v0.models.ReportSummary> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4720
4500
  export declare type RescreenRestrictionsProductsPostResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4721
- export declare type RestrictionCategoriesGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionCategory[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4722
4501
  export declare type RestrictionFiltersGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4723
4502
  export declare type RestrictionFiltersGetCatalogResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4724
4503
  export declare type RestrictionFiltersGetPendingReviewsResponse = $HttpOk<io.flow.internal.v0.models.RestrictionFilter> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4747,27 +4526,17 @@ export declare type RestrictionRuleEffectsPutByIdResponse = $HttpOk<io.flow.inte
4747
4526
  export declare type RestrictionRuleEffectsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4748
4527
  export declare type RestrictionRuleOverridesGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionRuleOverride[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4749
4528
  export declare type RestrictionRuleOverridesGetByOrganizationIdResponse = $HttpOk<io.flow.internal.v0.models.RestrictionRuleOverride[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4529
+ export declare type RohanItemsPostResponse = $HttpCreated<io.flow.internal.v0.models.RohanItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4530
+ export declare type RohanItemsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.RohanItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4531
+ export declare type RohanItemsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.RohanItem> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4532
+ export declare type RohanItemsDeleteByIdResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4750
4533
  export declare type RoutingEntitiesGetResponse = $HttpOk<io.flow.internal.v0.unions.RoutingEntity[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4751
4534
  export declare type SandboxSetupsPutResponse = $HttpOk<io.flow.internal.v0.models.SandboxSetup> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4752
4535
  export declare type ScreensPutByKeyResponse = $HttpCreated<io.flow.internal.v0.models.Screen[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4753
4536
  export declare type SearchProviderExportsPostResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4754
4537
  export declare type SearchProviderExportsPostExperienceByExperienceKeyResponse = $HttpAccepted<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4755
- export declare type SessionCountriesGetResponse = $HttpOk<io.flow.internal.v0.models.SessionCountries> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4756
- export declare type SessionCountriesPutByCountryResponse = $HttpOk<io.flow.internal.v0.models.SessionCountries> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4757
4538
  export declare type SessionOrderDataGetBySessionIdResponse = $HttpOk<io.flow.internal.v0.models.SessionOrderData> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4758
- export declare type SessionRolloutsGetResponse = $HttpOk<io.flow.internal.v0.models.SessionRollout> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4759
- export declare type SessionRolloutsPutResponse = $HttpOk<io.flow.internal.v0.models.SessionRollout> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4760
4539
  export declare type ShippingLanesGetResponse = $HttpOk<io.flow.internal.v0.models.ShippingLane[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4761
- export declare type ShopsGetRedirectsAndOrderByAppResponse = $HttpSeeOther<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4762
- export declare type ShopsGetByMyshopifyDomainResponse = $HttpOk<io.flow.internal.v0.models.Shop> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4763
- export declare type ShopsPutByMyshopifyDomainResponse = $HttpOk<io.flow.internal.v0.models.Shop> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4764
- export declare type ShopsDeleteByMyshopifyDomainResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4765
- export declare type ShopsPostInstallByMyshopifyDomainResponse = $HttpOk<io.flow.internal.v0.models.Shop> | $HttpCreated<io.flow.internal.v0.models.Shop> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4766
- export declare type ShopsPostSessionsByMyshopifyDomainResponse = $HttpCreated<io.flow.session.v0.models.OrganizationSession> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4767
- export declare type ShopifyGiftCardBalancesPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyGiftCardBalance> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4768
- export declare type ShopifyGiftCardRedemptionsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyGiftCardRedemption> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4769
- export declare type ShopifyGiftCardReversalsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyGiftCardReversal> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4770
- export declare type ShopifyGrantsChecksGetCheckHtmlResponse = $HttpOk<string> | $HttpUnauthorized<undefined>;
4771
4540
  export declare type ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4772
4541
  export declare type ShopifyMarketsQueuedRecordsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4773
4542
  export declare type ShopifyMarketsQueuedRecordsPutRequeueAndNowByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpCreated<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4781,31 +4550,10 @@ export declare type ShopifyMarketsWebhookRegistrationsGetResponse = $HttpOk<io.f
4781
4550
  export declare type ShopifyMonitoringOrderMonitorsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4782
4551
  export declare type ShopifyMonitoringOrderMonitorReviewsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4783
4552
  export declare type ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusResponse = $HttpOk<io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4784
- export declare type ShopifyOrderDetailsPostChecksAndInventoryResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderInventoryCheck[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.ShopifyCheckInventoryError>;
4785
- export declare type ShopifyOrderDetailsPostEnsureResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4786
- export declare type ShopifyOrderDetailsGetChecksAndInventoryByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderInventoryCheck[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4787
- export declare type ShopifyOrderDetailsPostCodesByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderDetail> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4788
- export declare type ShopifyOrderDetailsGetContentsByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderContent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4789
- export declare type ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderDetail> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4790
- export declare type ShopifyOrderDetailsPutPromotionByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4791
- export declare type ShopifyOrderDetailsDeletePromotionByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.experience.v0.models.OrderError>;
4792
- export declare type ShopifyOrderDetailsDeletePromotionAndDeleteByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.experience.v0.models.OrderError>;
4793
- export declare type ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberResponse = $HttpOk<io.flow.experience.v0.models.Order> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4794
- export declare type ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrderAuthorization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4795
4553
  export declare type ShopifyOrderFulfillmentsSnapshotsPostResponse = $HttpCreated<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4796
- export declare type ShopifyOrganizationSettingsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4797
- export declare type ShopifyOrganizationSettingsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4798
- export declare type ShopifyOrganizationSettingsPutResponse = $HttpOk<io.flow.internal.v0.models.ShopifyOrganizationSettings> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4799
- export declare type ShopifyOrganizationSettingsDeleteResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4800
4554
  export declare type ShopifyPartnerWebhooksPostResponse = $HttpOk<string> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4801
- export declare type ShopifyPromotionsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4802
- export declare type ShopifyPromotionsPostResponse = $HttpCreated<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4803
- export declare type ShopifyPromotionsGetByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4804
- export declare type ShopifyPromotionsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.ShopifyPromotion> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4805
4555
  export declare type ShopifyStoreDetailsGetResponse = $HttpOk<io.flow.internal.v0.models.ShopifyStoreDetail> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4806
4556
  export declare type ShopifyStripeEventsPostResponse = $HttpCreated<any> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4807
- export declare type ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionResponse = $HttpNoContent<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4808
- export declare type ShopifyWebhookEventsPostByTopicAndActionResponse = $HttpNoContent<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4809
4557
  export declare type SmpTaxCalculationFormsPostResponse = $HttpOk<io.flow.internal.v0.models.SmpTaxCalculation> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.internal.v0.models.TaxCalculationError>;
4810
4558
  export declare type SnoozesGetResponse = $HttpOk<io.flow.internal.v0.models.Snooze[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4811
4559
  export declare type SnoozesPostResponse = $HttpCreated<io.flow.internal.v0.models.Snooze> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -4831,7 +4579,6 @@ export declare type TestsPutByIdResponse = $HttpOk<io.flow.internal.v0.models.Te
4831
4579
  export declare type TestsDeleteByIdResponse = $HttpNoContent<undefined> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4832
4580
  export declare type TrackingDebugLabelsGetByLabelIdResponse = $HttpOk<io.flow.internal.v0.models.TrackingDebugLabel> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined>;
4833
4581
  export declare type TrackingDebugLabelsPostForceAndTransitByLabelIdResponse = $HttpOk<io.flow.tracking.v0.models.TrackingEvent> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4834
- export declare type TrackingResyncsPostResponse = $HttpOk<undefined> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4835
4582
  export declare type TrackingWebhooksGetResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4836
4583
  export declare type TrackingWebhooksPostResponse = $HttpOk<any> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
4837
4584
  export declare type TransactionsGetOrdersByOrderNumberResponse = $HttpOk<io.flow.internal.v0.unions.Transaction[]> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
@@ -5086,9 +4833,6 @@ export declare class ContentSchemasResource extends $Resource {
5086
4833
  export declare class CourthouseProductSummariesResource extends $Resource {
5087
4834
  getSearchAndItemsByItemNumber(params: CourthouseProductSummariesGetSearchAndItemsByItemNumberParameters): Promise<CourthouseProductSummariesGetSearchAndItemsByItemNumberResponse>;
5088
4835
  }
5089
- export declare class CustomerSecretsResource extends $Resource {
5090
- get(params: CustomerSecretsGetParameters): Promise<CustomerSecretsGetResponse>;
5091
- }
5092
4836
  export declare class CustomsDetailsResource extends $Resource {
5093
4837
  post(params: CustomsDetailsPostParameters): Promise<CustomsDetailsPostResponse>;
5094
4838
  }
@@ -5409,17 +5153,6 @@ export declare class ShopifyOrdersResource extends $Resource {
5409
5153
  export declare class KnowYourBusinessesResource extends $Resource {
5410
5154
  get(params: KnowYourBusinessesGetParameters): Promise<KnowYourBusinessesGetResponse>;
5411
5155
  }
5412
- export declare class ShopifyCartsResource extends $Resource {
5413
- putShopifyAndCartsAndPromotionById(params: ShopifyCartsPutShopifyAndCartsAndPromotionByIdParameters): Promise<ShopifyCartsPutShopifyAndCartsAndPromotionByIdResponse>;
5414
- deleteShopifyAndCartsAndPromotionById(params: ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdParameters): Promise<ShopifyCartsDeleteShopifyAndCartsAndPromotionByIdResponse>;
5415
- postShopifyAndCartsAndFlowAndOrderByOrganization(params: ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationParameters): Promise<ShopifyCartsPostShopifyAndCartsAndFlowAndOrderByOrganizationResponse>;
5416
- }
5417
- export declare class ShopifyCartConversionsResource extends $Resource {
5418
- postCheckouts(params: ShopifyCartConversionsPostCheckoutsParameters): Promise<ShopifyCartConversionsPostCheckoutsResponse>;
5419
- }
5420
- export declare class ShopifyLocalizedVariantsResource extends $Resource {
5421
- getExperienceAndMapByExperienceKey(params: ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyParameters): Promise<ShopifyLocalizedVariantsGetExperienceAndMapByExperienceKeyResponse>;
5422
- }
5423
5156
  export declare class ShopifyPaymentStripeEventsResource extends $Resource {
5424
5157
  post(params: ShopifyPaymentStripeEventsPostParameters): Promise<ShopifyPaymentStripeEventsPostResponse>;
5425
5158
  }
@@ -5846,9 +5579,6 @@ export declare class ReportSummaryResource extends $Resource {
5846
5579
  export declare class RescreenRestrictionsProductsResource extends $Resource {
5847
5580
  post(params: RescreenRestrictionsProductsPostParameters): Promise<RescreenRestrictionsProductsPostResponse>;
5848
5581
  }
5849
- export declare class RestrictionCategoriesResource extends $Resource {
5850
- get(params: RestrictionCategoriesGetParameters): Promise<RestrictionCategoriesGetResponse>;
5851
- }
5852
5582
  export declare class RestrictionFiltersResource extends $Resource {
5853
5583
  get(params: RestrictionFiltersGetParameters): Promise<RestrictionFiltersGetResponse>;
5854
5584
  getCatalog(params: RestrictionFiltersGetCatalogParameters): Promise<RestrictionFiltersGetCatalogResponse>;
@@ -5895,6 +5625,12 @@ export declare class RestrictionRuleOverridesResource extends $Resource {
5895
5625
  get(params: RestrictionRuleOverridesGetParameters): Promise<RestrictionRuleOverridesGetResponse>;
5896
5626
  getByOrganizationId(params: RestrictionRuleOverridesGetByOrganizationIdParameters): Promise<RestrictionRuleOverridesGetByOrganizationIdResponse>;
5897
5627
  }
5628
+ export declare class RohanItemsResource extends $Resource {
5629
+ post(params: RohanItemsPostParameters): Promise<RohanItemsPostResponse>;
5630
+ getById(params: RohanItemsGetByIdParameters): Promise<RohanItemsGetByIdResponse>;
5631
+ putById(params: RohanItemsPutByIdParameters): Promise<RohanItemsPutByIdResponse>;
5632
+ deleteById(params: RohanItemsDeleteByIdParameters): Promise<RohanItemsDeleteByIdResponse>;
5633
+ }
5898
5634
  export declare class RoutingEntitiesResource extends $Resource {
5899
5635
  get(params: RoutingEntitiesGetParameters): Promise<RoutingEntitiesGetResponse>;
5900
5636
  }
@@ -5908,40 +5644,12 @@ export declare class SearchProviderExportsResource extends $Resource {
5908
5644
  post(params: SearchProviderExportsPostParameters): Promise<SearchProviderExportsPostResponse>;
5909
5645
  postExperienceByExperienceKey(params: SearchProviderExportsPostExperienceByExperienceKeyParameters): Promise<SearchProviderExportsPostExperienceByExperienceKeyResponse>;
5910
5646
  }
5911
- export declare class SessionCountriesResource extends $Resource {
5912
- get(params: SessionCountriesGetParameters): Promise<SessionCountriesGetResponse>;
5913
- putByCountry(params: SessionCountriesPutByCountryParameters): Promise<SessionCountriesPutByCountryResponse>;
5914
- }
5915
5647
  export declare class SessionOrderDataResource extends $Resource {
5916
5648
  getBySessionId(params: SessionOrderDataGetBySessionIdParameters): Promise<SessionOrderDataGetBySessionIdResponse>;
5917
5649
  }
5918
- export declare class SessionRolloutsResource extends $Resource {
5919
- get(params: SessionRolloutsGetParameters): Promise<SessionRolloutsGetResponse>;
5920
- put(params: SessionRolloutsPutParameters): Promise<SessionRolloutsPutResponse>;
5921
- }
5922
5650
  export declare class ShippingLanesResource extends $Resource {
5923
5651
  get(params?: ShippingLanesGetParameters): Promise<ShippingLanesGetResponse>;
5924
5652
  }
5925
- export declare class ShopsResource extends $Resource {
5926
- getRedirectsAndOrderByApp(params: ShopsGetRedirectsAndOrderByAppParameters): Promise<ShopsGetRedirectsAndOrderByAppResponse>;
5927
- getByMyshopifyDomain(params: ShopsGetByMyshopifyDomainParameters): Promise<ShopsGetByMyshopifyDomainResponse>;
5928
- putByMyshopifyDomain(params: ShopsPutByMyshopifyDomainParameters): Promise<ShopsPutByMyshopifyDomainResponse>;
5929
- deleteByMyshopifyDomain(params: ShopsDeleteByMyshopifyDomainParameters): Promise<ShopsDeleteByMyshopifyDomainResponse>;
5930
- postInstallByMyshopifyDomain(params: ShopsPostInstallByMyshopifyDomainParameters): Promise<ShopsPostInstallByMyshopifyDomainResponse>;
5931
- postSessionsByMyshopifyDomain(params: ShopsPostSessionsByMyshopifyDomainParameters): Promise<ShopsPostSessionsByMyshopifyDomainResponse>;
5932
- }
5933
- export declare class ShopifyGiftCardBalancesResource extends $Resource {
5934
- post(params: ShopifyGiftCardBalancesPostParameters): Promise<ShopifyGiftCardBalancesPostResponse>;
5935
- }
5936
- export declare class ShopifyGiftCardRedemptionsResource extends $Resource {
5937
- post(params: ShopifyGiftCardRedemptionsPostParameters): Promise<ShopifyGiftCardRedemptionsPostResponse>;
5938
- }
5939
- export declare class ShopifyGiftCardReversalsResource extends $Resource {
5940
- post(params: ShopifyGiftCardReversalsPostParameters): Promise<ShopifyGiftCardReversalsPostResponse>;
5941
- }
5942
- export declare class ShopifyGrantsChecksResource extends $Resource {
5943
- getCheckHtml(params?: ShopifyGrantsChecksGetCheckHtmlParameters): Promise<ShopifyGrantsChecksGetCheckHtmlResponse>;
5944
- }
5945
5653
  export declare class ShopifyMarketsOrderVersionWithShopIdsResource extends $Resource {
5946
5654
  getVersionsByNumber(params: ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberParameters): Promise<ShopifyMarketsOrderVersionWithShopIdsGetVersionsByNumberResponse>;
5947
5655
  }
@@ -5971,47 +5679,18 @@ export declare class ShopifyMonitoringOrderMonitorReviewsResource extends $Resou
5971
5679
  get(params: ShopifyMonitoringOrderMonitorReviewsGetParameters): Promise<ShopifyMonitoringOrderMonitorReviewsGetResponse>;
5972
5680
  putStatusByIdAndStatus(params: ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusParameters): Promise<ShopifyMonitoringOrderMonitorReviewsPutStatusByIdAndStatusResponse>;
5973
5681
  }
5974
- export declare class ShopifyOrderDetailsResource extends $Resource {
5975
- postChecksAndInventory(params: ShopifyOrderDetailsPostChecksAndInventoryParameters): Promise<ShopifyOrderDetailsPostChecksAndInventoryResponse>;
5976
- postEnsure(params: ShopifyOrderDetailsPostEnsureParameters): Promise<ShopifyOrderDetailsPostEnsureResponse>;
5977
- getChecksAndInventoryByNumber(params: ShopifyOrderDetailsGetChecksAndInventoryByNumberParameters): Promise<ShopifyOrderDetailsGetChecksAndInventoryByNumberResponse>;
5978
- postCodesByNumber(params: ShopifyOrderDetailsPostCodesByNumberParameters): Promise<ShopifyOrderDetailsPostCodesByNumberResponse>;
5979
- getContentsByNumber(params: ShopifyOrderDetailsGetContentsByNumberParameters): Promise<ShopifyOrderDetailsGetContentsByNumberResponse>;
5980
- postPaymentsAndGiftCardByNumber(params: ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberParameters): Promise<ShopifyOrderDetailsPostPaymentsAndGiftCardByNumberResponse>;
5981
- putPromotionByNumber(params: ShopifyOrderDetailsPutPromotionByNumberParameters): Promise<ShopifyOrderDetailsPutPromotionByNumberResponse>;
5982
- deletePromotionByNumber(params: ShopifyOrderDetailsDeletePromotionByNumberParameters): Promise<ShopifyOrderDetailsDeletePromotionByNumberResponse>;
5983
- deletePromotionAndDeleteByNumber(params: ShopifyOrderDetailsDeletePromotionAndDeleteByNumberParameters): Promise<ShopifyOrderDetailsDeletePromotionAndDeleteByNumberResponse>;
5984
- putPromotionsAndAutoAndApplyByNumber(params: ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberParameters): Promise<ShopifyOrderDetailsPutPromotionsAndAutoAndApplyByNumberResponse>;
5985
- getSubmissionsByNumberAndAuthorizationKey(params: ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyParameters): Promise<ShopifyOrderDetailsGetSubmissionsByNumberAndAuthorizationKeyResponse>;
5986
- }
5987
5682
  export declare class ShopifyOrderFulfillmentsSnapshotsResource extends $Resource {
5988
5683
  post(params?: ShopifyOrderFulfillmentsSnapshotsPostParameters): Promise<ShopifyOrderFulfillmentsSnapshotsPostResponse>;
5989
5684
  }
5990
- export declare class ShopifyOrganizationSettingsResource extends $Resource {
5991
- get(params: ShopifyOrganizationSettingsGetParameters): Promise<ShopifyOrganizationSettingsGetResponse>;
5992
- post(params: ShopifyOrganizationSettingsPostParameters): Promise<ShopifyOrganizationSettingsPostResponse>;
5993
- put(params: ShopifyOrganizationSettingsPutParameters): Promise<ShopifyOrganizationSettingsPutResponse>;
5994
- delete(params: ShopifyOrganizationSettingsDeleteParameters): Promise<ShopifyOrganizationSettingsDeleteResponse>;
5995
- }
5996
5685
  export declare class ShopifyPartnerWebhooksResource extends $Resource {
5997
5686
  post(params: ShopifyPartnerWebhooksPostParameters): Promise<ShopifyPartnerWebhooksPostResponse>;
5998
5687
  }
5999
- export declare class ShopifyPromotionsResource extends $Resource {
6000
- get(params: ShopifyPromotionsGetParameters): Promise<ShopifyPromotionsGetResponse>;
6001
- post(params: ShopifyPromotionsPostParameters): Promise<ShopifyPromotionsPostResponse>;
6002
- getById(params: ShopifyPromotionsGetByIdParameters): Promise<ShopifyPromotionsGetByIdResponse>;
6003
- putById(params: ShopifyPromotionsPutByIdParameters): Promise<ShopifyPromotionsPutByIdResponse>;
6004
- }
6005
5688
  export declare class ShopifyStoreDetailsResource extends $Resource {
6006
5689
  get(params: ShopifyStoreDetailsGetParameters): Promise<ShopifyStoreDetailsGetResponse>;
6007
5690
  }
6008
5691
  export declare class ShopifyStripeEventsResource extends $Resource {
6009
5692
  post(params: ShopifyStripeEventsPostParameters): Promise<ShopifyStripeEventsPostResponse>;
6010
5693
  }
6011
- export declare class ShopifyWebhookEventsResource extends $Resource {
6012
- postShopsByShopifyShopIdAndTopicAndAction(params: ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionParameters): Promise<ShopifyWebhookEventsPostShopsByShopifyShopIdAndTopicAndActionResponse>;
6013
- postByTopicAndAction(params: ShopifyWebhookEventsPostByTopicAndActionParameters): Promise<ShopifyWebhookEventsPostByTopicAndActionResponse>;
6014
- }
6015
5694
  export declare class SmpTaxCalculationFormsResource extends $Resource {
6016
5695
  post(params: SmpTaxCalculationFormsPostParameters): Promise<SmpTaxCalculationFormsPostResponse>;
6017
5696
  }
@@ -6057,9 +5736,6 @@ export declare class TrackingDebugLabelsResource extends $Resource {
6057
5736
  getByLabelId(params: TrackingDebugLabelsGetByLabelIdParameters): Promise<TrackingDebugLabelsGetByLabelIdResponse>;
6058
5737
  postForceAndTransitByLabelId(params: TrackingDebugLabelsPostForceAndTransitByLabelIdParameters): Promise<TrackingDebugLabelsPostForceAndTransitByLabelIdResponse>;
6059
5738
  }
6060
- export declare class TrackingResyncsResource extends $Resource {
6061
- post(params: TrackingResyncsPostParameters): Promise<TrackingResyncsPostResponse>;
6062
- }
6063
5739
  export declare class TrackingWebhooksResource extends $Resource {
6064
5740
  get(params: TrackingWebhooksGetParameters): Promise<TrackingWebhooksGetResponse>;
6065
5741
  post(params: TrackingWebhooksPostParameters): Promise<TrackingWebhooksPostResponse>;
@@ -6162,7 +5838,6 @@ export interface ClientInstance {
6162
5838
  consumerOptinActivities: ConsumerOptinActivitiesResource;
6163
5839
  contentSchemas: ContentSchemasResource;
6164
5840
  courthouseProductSummaries: CourthouseProductSummariesResource;
6165
- customerSecrets: CustomerSecretsResource;
6166
5841
  customsDetails: CustomsDetailsResource;
6167
5842
  debugOrders: DebugOrdersResource;
6168
5843
  debugOrderTransactions: DebugOrderTransactionsResource;
@@ -6235,9 +5910,6 @@ export interface ClientInstance {
6235
5910
  organizationSessions: OrganizationSessionsResource;
6236
5911
  shopifyOrders: ShopifyOrdersResource;
6237
5912
  knowYourBusinesses: KnowYourBusinessesResource;
6238
- shopifyCarts: ShopifyCartsResource;
6239
- shopifyCartConversions: ShopifyCartConversionsResource;
6240
- shopifyLocalizedVariants: ShopifyLocalizedVariantsResource;
6241
5913
  shopifyPaymentStripeEvents: ShopifyPaymentStripeEventsResource;
6242
5914
  stripeDisputeEvents: StripeDisputeEventsResource;
6243
5915
  stripeEvents: StripeEventsResource;
@@ -6329,7 +6001,6 @@ export interface ClientInstance {
6329
6001
  reports: ReportsResource;
6330
6002
  reportSummary: ReportSummaryResource;
6331
6003
  rescreenRestrictionsProducts: RescreenRestrictionsProductsResource;
6332
- restrictionCategories: RestrictionCategoriesResource;
6333
6004
  restrictionFilters: RestrictionFiltersResource;
6334
6005
  restrictionItems: RestrictionItemsResource;
6335
6006
  restrictionOrganizations: RestrictionOrganizationsResource;
@@ -6339,19 +6010,13 @@ export interface ClientInstance {
6339
6010
  restrictionRules: RestrictionRulesResource;
6340
6011
  restrictionRuleEffects: RestrictionRuleEffectsResource;
6341
6012
  restrictionRuleOverrides: RestrictionRuleOverridesResource;
6013
+ rohanItems: RohanItemsResource;
6342
6014
  routingEntities: RoutingEntitiesResource;
6343
6015
  sandboxSetups: SandboxSetupsResource;
6344
6016
  screens: ScreensResource;
6345
6017
  searchProviderExports: SearchProviderExportsResource;
6346
- sessionCountries: SessionCountriesResource;
6347
6018
  sessionOrderData: SessionOrderDataResource;
6348
- sessionRollouts: SessionRolloutsResource;
6349
6019
  shippingLanes: ShippingLanesResource;
6350
- shops: ShopsResource;
6351
- shopifyGiftCardBalances: ShopifyGiftCardBalancesResource;
6352
- shopifyGiftCardRedemptions: ShopifyGiftCardRedemptionsResource;
6353
- shopifyGiftCardReversals: ShopifyGiftCardReversalsResource;
6354
- shopifyGrantsChecks: ShopifyGrantsChecksResource;
6355
6020
  shopifyMarketsOrderVersionWithShopIds: ShopifyMarketsOrderVersionWithShopIdsResource;
6356
6021
  shopifyMarketsQueuedRecords: ShopifyMarketsQueuedRecordsResource;
6357
6022
  shopifyMarketsShops: ShopifyMarketsShopsResource;
@@ -6360,14 +6025,10 @@ export interface ClientInstance {
6360
6025
  shopifyMarketsWebhookRegistrations: ShopifyMarketsWebhookRegistrationsResource;
6361
6026
  shopifyMonitoringOrderMonitors: ShopifyMonitoringOrderMonitorsResource;
6362
6027
  shopifyMonitoringOrderMonitorReviews: ShopifyMonitoringOrderMonitorReviewsResource;
6363
- shopifyOrderDetails: ShopifyOrderDetailsResource;
6364
6028
  shopifyOrderFulfillmentsSnapshots: ShopifyOrderFulfillmentsSnapshotsResource;
6365
- shopifyOrganizationSettings: ShopifyOrganizationSettingsResource;
6366
6029
  shopifyPartnerWebhooks: ShopifyPartnerWebhooksResource;
6367
- shopifyPromotions: ShopifyPromotionsResource;
6368
6030
  shopifyStoreDetails: ShopifyStoreDetailsResource;
6369
6031
  shopifyStripeEvents: ShopifyStripeEventsResource;
6370
- shopifyWebhookEvents: ShopifyWebhookEventsResource;
6371
6032
  smpTaxCalculationForms: SmpTaxCalculationFormsResource;
6372
6033
  snoozes: SnoozesResource;
6373
6034
  spotRates: SpotRatesResource;
@@ -6378,7 +6039,6 @@ export interface ClientInstance {
6378
6039
  techOnboardingDescriptions: TechOnboardingDescriptionsResource;
6379
6040
  tests: TestsResource;
6380
6041
  trackingDebugLabels: TrackingDebugLabelsResource;
6381
- trackingResyncs: TrackingResyncsResource;
6382
6042
  trackingWebhooks: TrackingWebhooksResource;
6383
6043
  transactions: TransactionsResource;
6384
6044
  transactionAdjustments: TransactionAdjustmentsResource;