@commercengine/storefront-sdk 0.9.4 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -756,33 +756,6 @@ interface paths {
756
756
  patch?: never;
757
757
  trace?: never;
758
758
  };
759
- "/carts/{id}/gift-card": {
760
- parameters: {
761
- query?: never;
762
- header?: never;
763
- path: {
764
- /** @description Cart ID */
765
- id: string;
766
- };
767
- cookie?: never;
768
- };
769
- get?: never;
770
- put?: never;
771
- /**
772
- * Redeem gift card
773
- * @description Redeem a gift card
774
- */
775
- post: operations["redeem-gift-card"];
776
- /**
777
- * Remove gift card
778
- * @description Remove gift card
779
- */
780
- delete: operations["remove-gift-card"];
781
- options?: never;
782
- head?: never;
783
- patch?: never;
784
- trace?: never;
785
- };
786
759
  "/carts/{id}/items": {
787
760
  parameters: {
788
761
  query?: never;
@@ -1728,6 +1701,26 @@ interface paths {
1728
1701
  patch?: never;
1729
1702
  trace?: never;
1730
1703
  };
1704
+ "/payments/payment-options": {
1705
+ parameters: {
1706
+ query?: never;
1707
+ header?: never;
1708
+ path?: never;
1709
+ cookie?: never;
1710
+ };
1711
+ /**
1712
+ * List all payment options
1713
+ * @description List all payment options
1714
+ */
1715
+ get: operations["list-payment-options"];
1716
+ put?: never;
1717
+ post?: never;
1718
+ delete?: never;
1719
+ options?: never;
1720
+ head?: never;
1721
+ patch?: never;
1722
+ trace?: never;
1723
+ };
1731
1724
  "/payments/verify-vpa": {
1732
1725
  parameters: {
1733
1726
  query?: never;
@@ -1949,6 +1942,26 @@ interface paths {
1949
1942
  patch?: never;
1950
1943
  trace?: never;
1951
1944
  };
1945
+ "/pos/carts/users/{user_id}": {
1946
+ parameters: {
1947
+ query?: never;
1948
+ header?: never;
1949
+ path?: never;
1950
+ cookie?: never;
1951
+ };
1952
+ /**
1953
+ * Retrieve cart using user id
1954
+ * @description Retrieve cart detail using user id
1955
+ */
1956
+ get: operations["pos-get-user-cart"];
1957
+ put?: never;
1958
+ post?: never;
1959
+ delete?: never;
1960
+ options?: never;
1961
+ head?: never;
1962
+ patch?: never;
1963
+ trace?: never;
1964
+ };
1952
1965
  "/pos/carts/{id}": {
1953
1966
  parameters: {
1954
1967
  query?: never;
@@ -2101,30 +2114,6 @@ interface paths {
2101
2114
  patch?: never;
2102
2115
  trace?: never;
2103
2116
  };
2104
- "/pos/carts/{id}/gift-card": {
2105
- parameters: {
2106
- query?: never;
2107
- header?: never;
2108
- path?: never;
2109
- cookie?: never;
2110
- };
2111
- get?: never;
2112
- put?: never;
2113
- /**
2114
- * Redeem gift card
2115
- * @description Redeem a gift card
2116
- */
2117
- post: operations["pos-redeem-gift-card"];
2118
- /**
2119
- * Remove gift card
2120
- * @description Remove gift card
2121
- */
2122
- delete: operations["pos-remove-gift-card"];
2123
- options?: never;
2124
- head?: never;
2125
- patch?: never;
2126
- trace?: never;
2127
- };
2128
2117
  "/pos/carts/{id}/items": {
2129
2118
  parameters: {
2130
2119
  query?: never;
@@ -2409,6 +2398,66 @@ interface paths {
2409
2398
  patch?: never;
2410
2399
  trace?: never;
2411
2400
  };
2401
+ "/pos/devices": {
2402
+ parameters: {
2403
+ query?: never;
2404
+ header?: never;
2405
+ path?: never;
2406
+ cookie?: never;
2407
+ };
2408
+ /**
2409
+ * List all available devices
2410
+ * @description List all available devices.
2411
+ */
2412
+ get: operations["list-pos-devices"];
2413
+ put?: never;
2414
+ post?: never;
2415
+ delete?: never;
2416
+ options?: never;
2417
+ head?: never;
2418
+ patch?: never;
2419
+ trace?: never;
2420
+ };
2421
+ "/pos/devices/{id}/claim": {
2422
+ parameters: {
2423
+ query?: never;
2424
+ header?: never;
2425
+ path?: never;
2426
+ cookie?: never;
2427
+ };
2428
+ get?: never;
2429
+ put?: never;
2430
+ /**
2431
+ * Claim device
2432
+ * @description Claim device
2433
+ */
2434
+ post: operations["claim-pos-device"];
2435
+ delete?: never;
2436
+ options?: never;
2437
+ head?: never;
2438
+ patch?: never;
2439
+ trace?: never;
2440
+ };
2441
+ "/pos/devices/{id}/unclaim": {
2442
+ parameters: {
2443
+ query?: never;
2444
+ header?: never;
2445
+ path?: never;
2446
+ cookie?: never;
2447
+ };
2448
+ get?: never;
2449
+ put?: never;
2450
+ /**
2451
+ * Unclaim device
2452
+ * @description Unclaim device
2453
+ */
2454
+ post: operations["unclaim-pos-device"];
2455
+ delete?: never;
2456
+ options?: never;
2457
+ head?: never;
2458
+ patch?: never;
2459
+ trace?: never;
2460
+ };
2412
2461
  "/pos/fulfillment-options": {
2413
2462
  parameters: {
2414
2463
  query?: never;
@@ -2429,6 +2478,26 @@ interface paths {
2429
2478
  patch?: never;
2430
2479
  trace?: never;
2431
2480
  };
2481
+ "/pos/locations": {
2482
+ parameters: {
2483
+ query?: never;
2484
+ header?: never;
2485
+ path?: never;
2486
+ cookie?: never;
2487
+ };
2488
+ /**
2489
+ * List all locations
2490
+ * @description List all locations.
2491
+ */
2492
+ get: operations["list-pos-locations"];
2493
+ put?: never;
2494
+ post?: never;
2495
+ delete?: never;
2496
+ options?: never;
2497
+ head?: never;
2498
+ patch?: never;
2499
+ trace?: never;
2500
+ };
2432
2501
  "/pos/orders": {
2433
2502
  parameters: {
2434
2503
  query?: never;
@@ -2449,6 +2518,66 @@ interface paths {
2449
2518
  patch?: never;
2450
2519
  trace?: never;
2451
2520
  };
2521
+ "/pos/orders/{order_number}/payment-status": {
2522
+ parameters: {
2523
+ query?: never;
2524
+ header?: never;
2525
+ path?: never;
2526
+ cookie?: never;
2527
+ };
2528
+ /**
2529
+ * Retrieve payment status
2530
+ * @description Retrieve payment status of a paricular order.
2531
+ */
2532
+ get: operations["pos-get-payment-status"];
2533
+ put?: never;
2534
+ post?: never;
2535
+ delete?: never;
2536
+ options?: never;
2537
+ head?: never;
2538
+ patch?: never;
2539
+ trace?: never;
2540
+ };
2541
+ "/pos/payments/payment-options": {
2542
+ parameters: {
2543
+ query?: never;
2544
+ header?: never;
2545
+ path?: never;
2546
+ cookie?: never;
2547
+ };
2548
+ /**
2549
+ * List all payment options
2550
+ * @description List all payment options
2551
+ */
2552
+ get: operations["pos-list-payment-options"];
2553
+ put?: never;
2554
+ post?: never;
2555
+ delete?: never;
2556
+ options?: never;
2557
+ head?: never;
2558
+ patch?: never;
2559
+ trace?: never;
2560
+ };
2561
+ "/pos/users/{id}": {
2562
+ parameters: {
2563
+ query?: never;
2564
+ header?: never;
2565
+ path?: never;
2566
+ cookie?: never;
2567
+ };
2568
+ /**
2569
+ * Get POS User
2570
+ * @description Get POS User
2571
+ */
2572
+ get: operations["get-pos-user"];
2573
+ put?: never;
2574
+ post?: never;
2575
+ delete?: never;
2576
+ options?: never;
2577
+ head?: never;
2578
+ patch?: never;
2579
+ trace?: never;
2580
+ };
2452
2581
  "/shipping/fulfillment-options": {
2453
2582
  parameters: {
2454
2583
  query?: never;
@@ -3022,10 +3151,7 @@ interface components {
3022
3151
  shipping_tax_amount: number | null;
3023
3152
  /** @description Shipping amount including shipping tax. */
3024
3153
  shipping_amount_including_tax: number | null;
3025
- shipping_provider_id: string | null;
3026
- shipping_provider_name: string | null;
3027
- courier_company_id: string | null;
3028
- courier_company_name: string | null;
3154
+ fulfillment_preference?: components["schemas"]["FulfillmentPreference"];
3029
3155
  estimated_delivery_days: number | null;
3030
3156
  /**
3031
3157
  * Format: double
@@ -3122,8 +3248,6 @@ interface components {
3122
3248
  stock_available: boolean;
3123
3249
  /** @description Indicates whether the item is being fulfilled as a backorder. When true, the item is not currently in stock and will ship later once inventory is available. This may result in the order being split into multiple shipments, with delays for the backordered portion. */
3124
3250
  backorder: boolean;
3125
- /** @description Indicates whether the product is currently on offer. */
3126
- on_offer: boolean;
3127
3251
  /** @description Indicates whether the product is currently on a subscription. */
3128
3252
  on_subscription: boolean;
3129
3253
  /** @description Indicates whether the product is part of a promotion. */
@@ -3212,7 +3336,10 @@ interface components {
3212
3336
  };
3213
3337
  /** CollectInStoreFulfillment */
3214
3338
  CollectInStoreFulfillment: {
3215
- /** @constant */
3339
+ /**
3340
+ * @description discriminator enum property added by openapi-typescript
3341
+ * @enum {string}
3342
+ */
3216
3343
  fulfillment_type: "collect-in-store";
3217
3344
  pickup_location_id: string;
3218
3345
  };
@@ -3571,8 +3698,15 @@ interface components {
3571
3698
  };
3572
3699
  /** DeliveryFulfillment */
3573
3700
  DeliveryFulfillment: {
3574
- /** @constant */
3701
+ /**
3702
+ * @description discriminator enum property added by openapi-typescript
3703
+ * @enum {string}
3704
+ */
3575
3705
  fulfillment_type: "delivery";
3706
+ shipping_provider_id: string | null;
3707
+ readonly shipping_provider_name?: string | null;
3708
+ courier_company_id?: string | null;
3709
+ readonly courier_company_name?: string | null;
3576
3710
  };
3577
3711
  /** DiscountBasedPromotion */
3578
3712
  DiscountBasedPromotion: {
@@ -3709,8 +3843,16 @@ interface components {
3709
3843
  FreeGoodsRule: components["schemas"]["AutoScaleBasedOnQuantity"] | components["schemas"]["AutoScaleBasedOnAmount"] | components["schemas"]["CustomSlabsBasedOnQuantity"] | components["schemas"]["CustomSlabsBasedOnAmount"];
3710
3844
  /** FreeShipingCouponPromotion */
3711
3845
  FreeShipingCouponPromotion: components["schemas"]["CouponPromotionCommonDetail"];
3712
- /** @enum {unknown} */
3713
- FulfillmentPreference: "collect-in-store" | "delivery";
3846
+ /** FulfillmentItem */
3847
+ FulfillmentItem: {
3848
+ product_id: string;
3849
+ readonly product_name: string;
3850
+ variant_id: string | null;
3851
+ readonly variant_name: string | null;
3852
+ quantity: number;
3853
+ };
3854
+ /** FulfillmentPreference */
3855
+ FulfillmentPreference: components["schemas"]["CollectInStoreFulfillment"] | components["schemas"]["DeliveryFulfillment"] | components["schemas"]["PartialCollectAndDelivery"];
3714
3856
  /** GenerateOtpWithEmail */
3715
3857
  GenerateOtpWithEmail: {
3716
3858
  /** @constant */
@@ -3767,8 +3909,6 @@ interface components {
3767
3909
  stock_available: boolean;
3768
3910
  /** @description Indicates whether the item is being fulfilled as a backorder. When true, the item is not currently in stock and will ship later once inventory is available. This may result in the order being split into multiple shipments, with delays for the backordered portion. */
3769
3911
  backorder?: boolean;
3770
- /** @description Indicates whether this item is associated with any active (product-specific) coupons */
3771
- on_offer: boolean;
3772
3912
  on_subscription: boolean;
3773
3913
  on_promotion: boolean;
3774
3914
  category_ids: string[];
@@ -3782,6 +3922,7 @@ interface components {
3782
3922
  subscription: components["schemas"]["ProductSubscription"][];
3783
3923
  associated_options: components["schemas"]["AssociatedOption"] | null;
3784
3924
  shipping?: components["schemas"]["ProductShipping"];
3925
+ inventory?: components["schemas"]["LotBatchDetail"][];
3785
3926
  };
3786
3927
  /** JuspayCardPayload */
3787
3928
  JuspayCardPayload: {
@@ -3988,6 +4129,16 @@ interface components {
3988
4129
  /** @enum {unknown} */
3989
4130
  verification_type: "auto" | "manual";
3990
4131
  };
4132
+ /** LotBatchDetail */
4133
+ LotBatchDetail: {
4134
+ lot_batch: string;
4135
+ /** Format: date */
4136
+ mfg_date: string | null;
4137
+ /** Format: date */
4138
+ exp_date: string | null;
4139
+ manufacturer: string | null;
4140
+ stock_quantity: number;
4141
+ };
3991
4142
  /**
3992
4143
  * LoyaltyPointActivity
3993
4144
  * @description Loyalty Point Activity
@@ -4132,10 +4283,7 @@ interface components {
4132
4283
  shipping_tax_amount?: number;
4133
4284
  /** Format: double */
4134
4285
  shipping_amount_including_tax?: number;
4135
- shipping_provider_id?: string | null;
4136
- shipping_provider_name?: string | null;
4137
- courier_company_id?: string | null;
4138
- courier_company_name?: string | null;
4286
+ fulfillment_preference?: components["schemas"]["FulfillmentPreference"];
4139
4287
  estimated_delivery_days?: number | null;
4140
4288
  /** Format: double */
4141
4289
  handling_charge_excluding_tax?: number;
@@ -4199,12 +4347,10 @@ interface components {
4199
4347
  slug: string;
4200
4348
  variant_id: string | null;
4201
4349
  variant_name: string | null;
4202
- /** @description
4203
- * backorder
4350
+ /** @description backorder
4204
4351
  *
4205
4352
  * Indicates whether the item is being fulfilled as a backorder. When true, the item is not currently in stock and will ship later once inventory is available. This may result in the order being split into multiple shipments, with delays for the backordered portion. */
4206
4353
  backorder: boolean;
4207
- on_offer: boolean;
4208
4354
  on_promotion: boolean;
4209
4355
  on_subscription: boolean;
4210
4356
  subscription_plan: string | null;
@@ -4429,6 +4575,25 @@ interface components {
4429
4575
  PanDetail: {
4430
4576
  id?: string;
4431
4577
  };
4578
+ /** PartialCollectAndDelivery */
4579
+ PartialCollectAndDelivery: {
4580
+ /**
4581
+ * @description discriminator enum property added by openapi-typescript
4582
+ * @enum {string}
4583
+ */
4584
+ fulfillment_type: "partial-collect-and-delivery";
4585
+ "collect-in-store": {
4586
+ pickup_location_id?: string;
4587
+ items?: components["schemas"]["FulfillmentItem"][];
4588
+ };
4589
+ delivery: {
4590
+ shipping_provider_id: string | null;
4591
+ readonly shipping_provider_name?: string | null;
4592
+ courier_company_id?: string | null;
4593
+ readonly courier_company_name?: string | null;
4594
+ items: components["schemas"]["FulfillmentItem"][];
4595
+ };
4596
+ };
4432
4597
  /** PauseSubscription */
4433
4598
  PauseSubscription: {
4434
4599
  /**
@@ -4579,6 +4744,28 @@ interface components {
4579
4744
  PayuSavedCard: {
4580
4745
  id?: string;
4581
4746
  };
4747
+ /** PayWithCard */
4748
+ PayWithCard: {
4749
+ /** @constant */
4750
+ payment_mode: "CARD";
4751
+ };
4752
+ /** PayWithCash */
4753
+ PayWithCash: {
4754
+ /** @constant */
4755
+ payment_mode: "CASH";
4756
+ };
4757
+ /** PayWithPaymentGateway */
4758
+ PayWithPaymentGateway: {
4759
+ /** @constant */
4760
+ payment_mode: "PG";
4761
+ payment_gateway: components["schemas"]["PaymentGateway"];
4762
+ payment_gateway_params: components["schemas"]["PaymentGatewayParams"];
4763
+ };
4764
+ /** PayWithUPI */
4765
+ PayWithUpi: {
4766
+ /** @constant */
4767
+ payment_mode: "UPI";
4768
+ };
4582
4769
  /** PercentageDiscountRule */
4583
4770
  PercentageDiscountRule: {
4584
4771
  /** @constant */
@@ -4634,17 +4821,65 @@ interface components {
4634
4821
  };
4635
4822
  /** PosDevice */
4636
4823
  PosDevice: {
4824
+ readonly id: string;
4825
+ name: string;
4826
+ /** @enum {string} */
4827
+ device_type: "pos-terminal";
4828
+ /** @description A Device ID shared by POS device provider. */
4829
+ readonly external_device_id: string;
4830
+ vendor: string;
4831
+ model_number: string;
4832
+ mac_address: string | null;
4833
+ location_id: string;
4834
+ readonly location_name: string;
4835
+ /** @description Returns a user object if the device is claimed, otherwise returns null. */
4836
+ claimed_by: components["schemas"]["PosDeviceClaimedUser"] | null;
4837
+ /** @enum {string} */
4838
+ readonly status: "available" | "claimed" | "offline";
4839
+ readonly is_busy: boolean;
4840
+ };
4841
+ /** PosDeviceClaimedUser */
4842
+ PosDeviceClaimedUser: {
4843
+ readonly id: string;
4844
+ first_name: string;
4845
+ last_name: string | null;
4846
+ phone: string;
4847
+ /** Format: email */
4848
+ email: string;
4849
+ };
4850
+ /** PosLocation */
4851
+ PosLocation: {
4852
+ /** @description warehouse id */
4637
4853
  readonly id?: string;
4638
- name?: string;
4854
+ /** @description legal name */
4855
+ name: string;
4639
4856
  /** @enum {unknown} */
4640
- device_type?: "POS Terminal";
4641
- /** @description A Device ID for an app. */
4642
- readonly external_device_id?: string;
4643
- manufacturer?: string;
4644
- model_number?: string;
4645
- mac_address?: string | null;
4646
- location_id?: string;
4647
- readonly location_name?: string;
4857
+ warehouse_type: "retail-store" | "distribution-center";
4858
+ /** @default true */
4859
+ active: boolean;
4860
+ gstin?: string | null;
4861
+ city: string;
4862
+ address_line1: string;
4863
+ address_line2?: string | null;
4864
+ landmark?: string | null;
4865
+ pincode: string;
4866
+ state: string;
4867
+ country: string;
4868
+ /** @default +91 */
4869
+ country_code: string;
4870
+ /** @description 10 digit number without country code. */
4871
+ contact_phone: number;
4872
+ contact_email: string;
4873
+ is_default?: boolean;
4874
+ image_url?: string | null;
4875
+ seller_warehouse_id?: string | null;
4876
+ can_receive_stock: boolean;
4877
+ can_ship_parcel: boolean;
4878
+ can_collect: boolean;
4879
+ /** @description this field will be always true for warehouse_type = retail-store. */
4880
+ is_checkout_point: boolean;
4881
+ accepts_returns: boolean;
4882
+ opening_hours?: string | null;
4648
4883
  };
4649
4884
  /** UpdateCustomerWithEmail */
4650
4885
  PosUpdateCustomerWithEmail: {
@@ -4680,28 +4915,30 @@ interface components {
4680
4915
  };
4681
4916
  /** PosUser */
4682
4917
  PosUser: {
4683
- id?: string;
4684
- first_name?: string;
4685
- last_name?: string | null;
4686
- phone?: string;
4918
+ id: string;
4919
+ first_name: string;
4920
+ last_name: string | null;
4921
+ phone: string;
4687
4922
  /** Format: email */
4688
- email?: string;
4689
- channel?: {
4690
- id?: string;
4691
- name?: string;
4692
- };
4693
- device?: {
4694
- id?: string;
4695
- name?: string;
4696
- };
4697
- location?: {
4698
- id?: string;
4699
- name?: string;
4923
+ email: string;
4924
+ channel: {
4925
+ id: string;
4926
+ name: string;
4700
4927
  };
4701
- role?: {
4702
- id?: string;
4703
- name?: string;
4928
+ device: {
4929
+ id: string;
4930
+ name: string;
4931
+ } | null;
4932
+ location: {
4933
+ id: string;
4934
+ name: string;
4704
4935
  };
4936
+ roles: {
4937
+ location_id: string;
4938
+ location_name: string;
4939
+ role_id?: string;
4940
+ role_name?: string;
4941
+ }[];
4705
4942
  };
4706
4943
  /** Product */
4707
4944
  Product: {
@@ -4721,8 +4958,6 @@ interface components {
4721
4958
  readonly stock_available: boolean;
4722
4959
  /** @description Indicates whether the item is being fulfilled as a backorder. When true, the item is not currently in stock and will ship later once inventory is available. This may result in the order being split into multiple shipments, with delays for the backordered portion. */
4723
4960
  backorder?: boolean;
4724
- /** @description Indicates whether this item is associated with any active (product-specific) coupons */
4725
- readonly on_offer: boolean;
4726
4961
  /** @description Indicates whether the product has any subscription plans avaialble */
4727
4962
  readonly on_subscription: boolean;
4728
4963
  /** @description Indicates whether the product is currently on promotion. When true, the `ProductPromotion` object will contain details of the promotion */
@@ -4744,6 +4979,7 @@ interface components {
4744
4979
  subscription: components["schemas"]["ProductSubscription"][];
4745
4980
  variants: components["schemas"]["Variant"][];
4746
4981
  bundle_items: components["schemas"]["ProductBundleItem"];
4982
+ inventory?: components["schemas"]["LotBatchDetail"][];
4747
4983
  };
4748
4984
  ProductAttribute: components["schemas"]["ColorAttribute"] | components["schemas"]["SingleSelectAttribute"] | components["schemas"]["MultiSelectAttribute"] | components["schemas"]["TextAttribute"] | components["schemas"]["DateAttribute"] | components["schemas"]["NumberAttribute"] | components["schemas"]["BooleanAttribute"];
4749
4985
  ProductBundleItem: ({
@@ -5366,8 +5602,6 @@ interface components {
5366
5602
  readonly stock_available: boolean;
5367
5603
  /** @description Indicates whether the item is being fulfilled as a backorder. When true, the item is not currently in stock and will ship later once inventory is available. This may result in the order being split into multiple shipments, with delays for the backordered portion. */
5368
5604
  backorder?: boolean;
5369
- /** @description Indicates whether this item is associated with any active (product-specific) coupons */
5370
- readonly on_offer: boolean;
5371
5605
  readonly on_promotion: boolean;
5372
5606
  readonly on_subscription: boolean;
5373
5607
  /** @description Indicates whether a variant is marked as the default variant for a product */
@@ -5378,6 +5612,7 @@ interface components {
5378
5612
  pricing: components["schemas"]["ProductPricing"];
5379
5613
  subscription: components["schemas"]["ProductSubscription"][];
5380
5614
  promotion: components["schemas"]["ProductPromotion"];
5615
+ inventory?: components["schemas"]["LotBatchDetail"][];
5381
5616
  };
5382
5617
  /** VariantDetail */
5383
5618
  VariantDetail: components["schemas"]["Variant"] & {
@@ -5533,6 +5768,8 @@ interface components {
5533
5768
  parameters: {
5534
5769
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
5535
5770
  CustomerGroupId: string;
5771
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
5772
+ DebugMode: boolean;
5536
5773
  /** @description no of rows per page */
5537
5774
  pageLimitParam: number;
5538
5775
  /** @description page number of pagination list */
@@ -5705,7 +5942,10 @@ interface operations {
5705
5942
  "generate-otp": {
5706
5943
  parameters: {
5707
5944
  query?: never;
5708
- header?: never;
5945
+ header?: {
5946
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
5947
+ "x-debug-mode"?: components["parameters"]["DebugMode"];
5948
+ };
5709
5949
  path?: never;
5710
5950
  cookie?: never;
5711
5951
  };
@@ -5743,7 +5983,10 @@ interface operations {
5743
5983
  "login-with-email": {
5744
5984
  parameters: {
5745
5985
  query?: never;
5746
- header?: never;
5986
+ header?: {
5987
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
5988
+ "x-debug-mode"?: components["parameters"]["DebugMode"];
5989
+ };
5747
5990
  path?: never;
5748
5991
  cookie?: never;
5749
5992
  };
@@ -5847,7 +6090,10 @@ interface operations {
5847
6090
  "login-with-phone": {
5848
6091
  parameters: {
5849
6092
  query?: never;
5850
- header?: never;
6093
+ header?: {
6094
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
6095
+ "x-debug-mode"?: components["parameters"]["DebugMode"];
6096
+ };
5851
6097
  path?: never;
5852
6098
  cookie?: never;
5853
6099
  };
@@ -5899,7 +6145,10 @@ interface operations {
5899
6145
  "login-with-whatsapp": {
5900
6146
  parameters: {
5901
6147
  query?: never;
5902
- header?: never;
6148
+ header?: {
6149
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
6150
+ "x-debug-mode"?: components["parameters"]["DebugMode"];
6151
+ };
5903
6152
  path?: never;
5904
6153
  cookie?: never;
5905
6154
  };
@@ -7267,7 +7516,7 @@ interface operations {
7267
7516
  };
7268
7517
  requestBody: {
7269
7518
  content: {
7270
- "application/json": components["schemas"]["CollectInStoreFulfillment"] | components["schemas"]["DeliveryFulfillment"];
7519
+ "application/json": components["schemas"]["FulfillmentPreference"];
7271
7520
  };
7272
7521
  };
7273
7522
  responses: {
@@ -7280,72 +7529,9 @@ interface operations {
7280
7529
  "application/json": {
7281
7530
  message: string;
7282
7531
  success: boolean;
7283
- };
7284
- };
7285
- };
7286
- 400: components["responses"]["BadRequest"];
7287
- 401: components["responses"]["Unauthorized"];
7288
- 404: components["responses"]["NotFound"];
7289
- };
7290
- };
7291
- "redeem-gift-card": {
7292
- parameters: {
7293
- query?: never;
7294
- header?: never;
7295
- path: {
7296
- /** @description Cart ID */
7297
- id: string;
7298
- };
7299
- cookie?: never;
7300
- };
7301
- requestBody: {
7302
- content: {
7303
- "application/json": {
7304
- gift_card_code: string;
7305
- };
7306
- };
7307
- };
7308
- responses: {
7309
- /** @description OK */
7310
- 200: {
7311
- headers: {
7312
- [name: string]: unknown;
7313
- };
7314
- content: {
7315
- "application/json": {
7316
- message: string;
7317
- success: boolean;
7318
- content: components["schemas"]["Cart"];
7319
- };
7320
- };
7321
- };
7322
- 400: components["responses"]["BadRequest"];
7323
- 401: components["responses"]["Unauthorized"];
7324
- 404: components["responses"]["NotFound"];
7325
- };
7326
- };
7327
- "remove-gift-card": {
7328
- parameters: {
7329
- query?: never;
7330
- header?: never;
7331
- path: {
7332
- /** @description Cart ID */
7333
- id: string;
7334
- };
7335
- cookie?: never;
7336
- };
7337
- requestBody?: never;
7338
- responses: {
7339
- /** @description OK */
7340
- 200: {
7341
- headers: {
7342
- [name: string]: unknown;
7343
- };
7344
- content: {
7345
- "application/json": {
7346
- message: string;
7347
- success: boolean;
7348
- content: components["schemas"]["Cart"];
7532
+ content: {
7533
+ cart?: components["schemas"]["Cart"];
7534
+ };
7349
7535
  };
7350
7536
  };
7351
7537
  };
@@ -7560,6 +7746,8 @@ interface operations {
7560
7746
  category_id?: string[];
7561
7747
  /** @description filter products by categories slugs */
7562
7748
  category_slug?: string[];
7749
+ /** @description Determines whether to include or exlude inventory details in response json */
7750
+ inventory?: boolean;
7563
7751
  };
7564
7752
  header?: {
7565
7753
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
@@ -7763,7 +7951,10 @@ interface operations {
7763
7951
  };
7764
7952
  "get-product-detail": {
7765
7953
  parameters: {
7766
- query?: never;
7954
+ query?: {
7955
+ /** @description Determines whether to include or exlude inventory details in response json */
7956
+ inventory?: boolean;
7957
+ };
7767
7958
  header?: {
7768
7959
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
7769
7960
  "x-customer-group-id"?: components["parameters"]["CustomerGroupId"];
@@ -7876,7 +8067,10 @@ interface operations {
7876
8067
  };
7877
8068
  "list-product-variants": {
7878
8069
  parameters: {
7879
- query?: never;
8070
+ query?: {
8071
+ /** @description Determines whether to include or exlude inventory details in response json */
8072
+ inventory?: boolean;
8073
+ };
7880
8074
  header?: {
7881
8075
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
7882
8076
  "x-customer-group-id"?: components["parameters"]["CustomerGroupId"];
@@ -7911,7 +8105,10 @@ interface operations {
7911
8105
  };
7912
8106
  "get-variant-detail": {
7913
8107
  parameters: {
7914
- query?: never;
8108
+ query?: {
8109
+ /** @description Determines whether to include or exlude inventory details in response json */
8110
+ inventory?: boolean;
8111
+ };
7915
8112
  header?: {
7916
8113
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
7917
8114
  "x-customer-group-id"?: components["parameters"]["CustomerGroupId"];
@@ -7957,6 +8154,8 @@ interface operations {
7957
8154
  sort_by?: components["parameters"]["sortingParam"];
7958
8155
  /** @description filter sku by categories */
7959
8156
  category_id?: string[];
8157
+ /** @description Determines whether to include or exlude inventory details in response json */
8158
+ inventory?: boolean;
7960
8159
  /** @description array of sku */
7961
8160
  sku?: string[];
7962
8161
  };
@@ -8231,7 +8430,7 @@ interface operations {
8231
8430
  };
8232
8431
  cookie?: never;
8233
8432
  };
8234
- requestBody?: {
8433
+ requestBody: {
8235
8434
  content: {
8236
8435
  "multipart/form-data": components["schemas"]["Document"];
8237
8436
  };
@@ -8267,7 +8466,7 @@ interface operations {
8267
8466
  };
8268
8467
  cookie?: never;
8269
8468
  };
8270
- requestBody?: {
8469
+ requestBody: {
8271
8470
  content: {
8272
8471
  "application/json": {
8273
8472
  document_number: string;
@@ -8354,7 +8553,7 @@ interface operations {
8354
8553
  };
8355
8554
  cookie?: never;
8356
8555
  };
8357
- requestBody?: {
8556
+ requestBody: {
8358
8557
  content: {
8359
8558
  "multipart/form-data": components["schemas"]["UpdateDocument"];
8360
8559
  };
@@ -8926,7 +9125,6 @@ interface operations {
8926
9125
  };
8927
9126
  };
8928
9127
  };
8929
- 400: components["responses"]["BadRequest"];
8930
9128
  401: components["responses"]["Unauthorized"];
8931
9129
  404: components["responses"]["NotFound"];
8932
9130
  };
@@ -9377,6 +9575,33 @@ interface operations {
9377
9575
  404: components["responses"]["NotFound"];
9378
9576
  };
9379
9577
  };
9578
+ "list-payment-options": {
9579
+ parameters: {
9580
+ query?: never;
9581
+ header?: never;
9582
+ path?: never;
9583
+ cookie?: never;
9584
+ };
9585
+ requestBody?: never;
9586
+ responses: {
9587
+ /** @description OK */
9588
+ 200: {
9589
+ headers: {
9590
+ [name: string]: unknown;
9591
+ };
9592
+ content: {
9593
+ "application/json": {
9594
+ message?: string;
9595
+ success?: boolean;
9596
+ content?: {
9597
+ payment_options?: ("CASH" | "UPI" | "CARD" | "PG")[];
9598
+ };
9599
+ };
9600
+ };
9601
+ };
9602
+ 401: components["responses"]["Unauthorized"];
9603
+ };
9604
+ };
9380
9605
  "verify-vpa": {
9381
9606
  parameters: {
9382
9607
  query: {
@@ -9415,14 +9640,17 @@ interface operations {
9415
9640
  "login-pos-device-with-email": {
9416
9641
  parameters: {
9417
9642
  query?: never;
9418
- header?: never;
9643
+ header?: {
9644
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
9645
+ "x-debug-mode"?: components["parameters"]["DebugMode"];
9646
+ };
9419
9647
  path?: never;
9420
9648
  cookie?: never;
9421
9649
  };
9422
- requestBody?: {
9650
+ requestBody: {
9423
9651
  content: {
9424
9652
  "application/json": {
9425
- device_id: string;
9653
+ location_id: string;
9426
9654
  email: string;
9427
9655
  };
9428
9656
  };
@@ -9452,14 +9680,17 @@ interface operations {
9452
9680
  "login-pos-device-with-phone": {
9453
9681
  parameters: {
9454
9682
  query?: never;
9455
- header?: never;
9683
+ header?: {
9684
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
9685
+ "x-debug-mode"?: components["parameters"]["DebugMode"];
9686
+ };
9456
9687
  path?: never;
9457
9688
  cookie?: never;
9458
9689
  };
9459
- requestBody?: {
9690
+ requestBody: {
9460
9691
  content: {
9461
9692
  "application/json": {
9462
- device_id: string;
9693
+ location_id: string;
9463
9694
  /** @description 10 digit phone number without country code. */
9464
9695
  phone: string;
9465
9696
  /**
@@ -9495,14 +9726,17 @@ interface operations {
9495
9726
  "login-pos-device-with-whatsapp": {
9496
9727
  parameters: {
9497
9728
  query?: never;
9498
- header?: never;
9729
+ header?: {
9730
+ /** @description This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes. */
9731
+ "x-debug-mode"?: components["parameters"]["DebugMode"];
9732
+ };
9499
9733
  path?: never;
9500
9734
  cookie?: never;
9501
9735
  };
9502
- requestBody?: {
9736
+ requestBody: {
9503
9737
  content: {
9504
9738
  "application/json": {
9505
- device_id: string;
9739
+ location_id: string;
9506
9740
  /** @description 10 digit phone number without country code linked with WhatsApp. */
9507
9741
  phone: string;
9508
9742
  /**
@@ -9566,7 +9800,7 @@ interface operations {
9566
9800
  path?: never;
9567
9801
  cookie?: never;
9568
9802
  };
9569
- requestBody?: {
9803
+ requestBody: {
9570
9804
  content: {
9571
9805
  "application/json": {
9572
9806
  pairing_code: string;
@@ -9600,7 +9834,7 @@ interface operations {
9600
9834
  path?: never;
9601
9835
  cookie?: never;
9602
9836
  };
9603
- requestBody?: {
9837
+ requestBody: {
9604
9838
  content: {
9605
9839
  "application/json": {
9606
9840
  refresh_token: string;
@@ -9634,7 +9868,7 @@ interface operations {
9634
9868
  path?: never;
9635
9869
  cookie?: never;
9636
9870
  };
9637
- requestBody?: {
9871
+ requestBody: {
9638
9872
  content: {
9639
9873
  "application/json": {
9640
9874
  /** @description A string representing the one-time password. */
@@ -9771,6 +10005,38 @@ interface operations {
9771
10005
  401: components["responses"]["Unauthorized"];
9772
10006
  };
9773
10007
  };
10008
+ "pos-get-user-cart": {
10009
+ parameters: {
10010
+ query?: never;
10011
+ header?: never;
10012
+ path: {
10013
+ /** @description User ID */
10014
+ user_id: string;
10015
+ };
10016
+ cookie?: never;
10017
+ };
10018
+ requestBody?: never;
10019
+ responses: {
10020
+ /** @description OK */
10021
+ 200: {
10022
+ headers: {
10023
+ [name: string]: unknown;
10024
+ };
10025
+ content: {
10026
+ "application/json": {
10027
+ /** @example cart details */
10028
+ readonly message: string;
10029
+ readonly success: boolean;
10030
+ content: {
10031
+ cart: components["schemas"]["Cart"];
10032
+ };
10033
+ };
10034
+ };
10035
+ };
10036
+ 401: components["responses"]["Unauthorized"];
10037
+ 404: components["responses"]["NotFound"];
10038
+ };
10039
+ };
9774
10040
  "pos-get-cart": {
9775
10041
  parameters: {
9776
10042
  query?: never;
@@ -10105,75 +10371,10 @@ interface operations {
10105
10371
  cookie?: never;
10106
10372
  };
10107
10373
  requestBody: {
10108
- content: {
10109
- "application/json": components["schemas"]["CollectInStoreFulfillment"] | components["schemas"]["DeliveryFulfillment"];
10110
- };
10111
- };
10112
- responses: {
10113
- /** @description OK */
10114
- 200: {
10115
- headers: {
10116
- [name: string]: unknown;
10117
- };
10118
- content: {
10119
- "application/json": {
10120
- message: string;
10121
- success: boolean;
10122
- };
10123
- };
10124
- };
10125
- 400: components["responses"]["BadRequest"];
10126
- 401: components["responses"]["Unauthorized"];
10127
- 404: components["responses"]["NotFound"];
10128
- };
10129
- };
10130
- "pos-redeem-gift-card": {
10131
- parameters: {
10132
- query?: never;
10133
- header?: never;
10134
- path: {
10135
- /** @description Cart ID */
10136
- id: string;
10137
- };
10138
- cookie?: never;
10139
- };
10140
- requestBody: {
10141
- content: {
10142
- "application/json": {
10143
- gift_card_code: string;
10144
- };
10145
- };
10146
- };
10147
- responses: {
10148
- /** @description OK */
10149
- 200: {
10150
- headers: {
10151
- [name: string]: unknown;
10152
- };
10153
- content: {
10154
- "application/json": {
10155
- message: string;
10156
- success: boolean;
10157
- content: components["schemas"]["Cart"];
10158
- };
10159
- };
10160
- };
10161
- 400: components["responses"]["BadRequest"];
10162
- 401: components["responses"]["Unauthorized"];
10163
- 404: components["responses"]["NotFound"];
10164
- };
10165
- };
10166
- "pos-remove-gift-card": {
10167
- parameters: {
10168
- query?: never;
10169
- header?: never;
10170
- path: {
10171
- /** @description Cart ID */
10172
- id: string;
10374
+ content: {
10375
+ "application/json": components["schemas"]["FulfillmentPreference"];
10173
10376
  };
10174
- cookie?: never;
10175
10377
  };
10176
- requestBody?: never;
10177
10378
  responses: {
10178
10379
  /** @description OK */
10179
10380
  200: {
@@ -10184,7 +10385,9 @@ interface operations {
10184
10385
  "application/json": {
10185
10386
  message: string;
10186
10387
  success: boolean;
10187
- content: components["schemas"]["Cart"];
10388
+ content: {
10389
+ cart?: components["schemas"]["Cart"];
10390
+ };
10188
10391
  };
10189
10392
  };
10190
10393
  };
@@ -10396,6 +10599,8 @@ interface operations {
10396
10599
  category_id?: string[];
10397
10600
  /** @description filter products by categories slugs */
10398
10601
  category_slug?: string[];
10602
+ /** @description Determines whether to include or exlude inventory details in response json */
10603
+ inventory?: boolean;
10399
10604
  };
10400
10605
  header?: {
10401
10606
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
@@ -10599,7 +10804,10 @@ interface operations {
10599
10804
  };
10600
10805
  "pos-get-product-detail": {
10601
10806
  parameters: {
10602
- query?: never;
10807
+ query?: {
10808
+ /** @description Determines whether to include or exlude inventory details in response json */
10809
+ inventory?: boolean;
10810
+ };
10603
10811
  header?: {
10604
10812
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
10605
10813
  "x-customer-group-id"?: components["parameters"]["CustomerGroupId"];
@@ -10678,7 +10886,10 @@ interface operations {
10678
10886
  };
10679
10887
  "pos-list-product-variants": {
10680
10888
  parameters: {
10681
- query?: never;
10889
+ query?: {
10890
+ /** @description Determines whether to include or exlude inventory details in response json */
10891
+ inventory?: boolean;
10892
+ };
10682
10893
  header?: {
10683
10894
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
10684
10895
  "x-customer-group-id"?: components["parameters"]["CustomerGroupId"];
@@ -10713,7 +10924,10 @@ interface operations {
10713
10924
  };
10714
10925
  "pos-get-variant-detail": {
10715
10926
  parameters: {
10716
- query?: never;
10927
+ query?: {
10928
+ /** @description Determines whether to include or exlude inventory details in response json */
10929
+ inventory?: boolean;
10930
+ };
10717
10931
  header?: {
10718
10932
  /** @description This param is used to determine product pricing, promotions, and subscription rates. If a valid customer group id is provided, pricing details will be retrieved accordingly. If no matching data is found for the specified customer group id, the system will fall back to the default customer group id. If no data is found for the default group either, the highest applicable price will be returned. */
10719
10933
  "x-customer-group-id"?: components["parameters"]["CustomerGroupId"];
@@ -10759,6 +10973,8 @@ interface operations {
10759
10973
  sort_by?: components["parameters"]["sortingParam"];
10760
10974
  /** @description filter sku by categories */
10761
10975
  category_id?: string[];
10976
+ /** @description Determines whether to include or exlude inventory details in response json */
10977
+ inventory?: boolean;
10762
10978
  /** @description array of sku */
10763
10979
  sku?: string[];
10764
10980
  };
@@ -10792,6 +11008,95 @@ interface operations {
10792
11008
  404: components["responses"]["NotFound"];
10793
11009
  };
10794
11010
  };
11011
+ "list-pos-devices": {
11012
+ parameters: {
11013
+ query?: never;
11014
+ header?: never;
11015
+ path?: never;
11016
+ cookie?: never;
11017
+ };
11018
+ requestBody?: never;
11019
+ responses: {
11020
+ /** @description OK */
11021
+ 200: {
11022
+ headers: {
11023
+ [name: string]: unknown;
11024
+ };
11025
+ content: {
11026
+ "application/json": {
11027
+ message: string;
11028
+ success: boolean;
11029
+ content: {
11030
+ devices?: components["schemas"]["PosDevice"];
11031
+ };
11032
+ };
11033
+ };
11034
+ };
11035
+ 401: components["responses"]["Unauthorized"];
11036
+ };
11037
+ };
11038
+ "claim-pos-device": {
11039
+ parameters: {
11040
+ query?: never;
11041
+ header?: never;
11042
+ path: {
11043
+ /** @description device id */
11044
+ id: string;
11045
+ };
11046
+ cookie?: never;
11047
+ };
11048
+ requestBody?: never;
11049
+ responses: {
11050
+ /** @description OK */
11051
+ 200: {
11052
+ headers: {
11053
+ [name: string]: unknown;
11054
+ };
11055
+ content: {
11056
+ "application/json": {
11057
+ message: string;
11058
+ success: boolean;
11059
+ content: {
11060
+ user: components["schemas"]["PosUser"];
11061
+ };
11062
+ };
11063
+ };
11064
+ };
11065
+ 401: components["responses"]["Unauthorized"];
11066
+ 404: components["responses"]["NotFound"];
11067
+ };
11068
+ };
11069
+ "unclaim-pos-device": {
11070
+ parameters: {
11071
+ query?: never;
11072
+ header?: never;
11073
+ path: {
11074
+ /** @description device id */
11075
+ id: string;
11076
+ };
11077
+ cookie?: never;
11078
+ };
11079
+ requestBody?: never;
11080
+ responses: {
11081
+ /** @description OK */
11082
+ 200: {
11083
+ headers: {
11084
+ [name: string]: unknown;
11085
+ };
11086
+ content: {
11087
+ "application/json": {
11088
+ message: string;
11089
+ success: boolean;
11090
+ content: {
11091
+ user: components["schemas"]["PosUser"];
11092
+ };
11093
+ };
11094
+ };
11095
+ };
11096
+ 401: components["responses"]["Unauthorized"];
11097
+ 404: components["responses"]["NotFound"];
11098
+ };
11099
+ };
10795
11100
  "get-pos-fulfillment-options": {
10796
11101
  parameters: {
10797
11102
  query?: never;
@@ -10833,6 +11138,33 @@ interface operations {
10833
11138
  404: components["responses"]["NotFound"];
10834
11139
  };
10835
11140
  };
11141
+ "list-pos-locations": {
11142
+ parameters: {
11143
+ query?: never;
11144
+ header?: never;
11145
+ path?: never;
11146
+ cookie?: never;
11147
+ };
11148
+ requestBody?: never;
11149
+ responses: {
11150
+ /** @description OK */
11151
+ 200: {
11152
+ headers: {
11153
+ [name: string]: unknown;
11154
+ };
11155
+ content: {
11156
+ "application/json": {
11157
+ message: string;
11158
+ success: boolean;
11159
+ content: {
11160
+ locations?: components["schemas"]["PosLocation"][];
11161
+ };
11162
+ };
11163
+ };
11164
+ };
11165
+ 401: components["responses"]["Unauthorized"];
11166
+ };
11167
+ };
10836
11168
  "create-pos-order": {
10837
11169
  parameters: {
10838
11170
  query?: never;
@@ -10844,7 +11176,9 @@ interface operations {
10844
11176
  content: {
10845
11177
  "application/json": {
10846
11178
  cart_id: string;
10847
- };
11179
+ /** @description Optional. if provided, this device will be used for the payment of this order. Otherwise, already claimed device will be used for the payment purpose. */
11180
+ device_id?: string;
11181
+ } & (components["schemas"]["PayWithCash"] | components["schemas"]["PayWithUpi"] | components["schemas"]["PayWithCard"] | components["schemas"]["PayWithPaymentGateway"]);
10848
11182
  };
10849
11183
  };
10850
11184
  responses: {
@@ -10869,6 +11203,101 @@ interface operations {
10869
11203
  401: components["responses"]["Unauthorized"];
10870
11204
  };
10871
11205
  };
11206
+ "pos-get-payment-status": {
11207
+ parameters: {
11208
+ query?: never;
11209
+ header?: never;
11210
+ path: {
11211
+ /** @description order number */
11212
+ order_number: string;
11213
+ };
11214
+ cookie?: never;
11215
+ };
11216
+ requestBody?: never;
11217
+ responses: {
11218
+ /** @description OK */
11219
+ 200: {
11220
+ headers: {
11221
+ [name: string]: unknown;
11222
+ };
11223
+ content: {
11224
+ "application/json": {
11225
+ /** @default order details */
11226
+ readonly message: string;
11227
+ readonly success: boolean;
11228
+ content: {
11229
+ /** @enum {string} */
11230
+ status: "pending" | "success" | "failed" | "partially_paid";
11231
+ /** Format: double */
11232
+ amount_paid: number;
11233
+ /** Format: double */
11234
+ amount_unpaid: number;
11235
+ is_retry_available: boolean;
11236
+ };
11237
+ };
11238
+ };
11239
+ };
11240
+ 401: components["responses"]["Unauthorized"];
11241
+ 404: components["responses"]["NotFound"];
11242
+ };
11243
+ };
11244
+ "pos-list-payment-options": {
11245
+ parameters: {
11246
+ query?: never;
11247
+ header?: never;
11248
+ path?: never;
11249
+ cookie?: never;
11250
+ };
11251
+ requestBody?: never;
11252
+ responses: {
11253
+ /** @description OK */
11254
+ 200: {
11255
+ headers: {
11256
+ [name: string]: unknown;
11257
+ };
11258
+ content: {
11259
+ "application/json": {
11260
+ message?: string;
11261
+ success?: boolean;
11262
+ content?: {
11263
+ payment_options?: ("CASH" | "UPI" | "CARD" | "PG")[];
11264
+ };
11265
+ };
11266
+ };
11267
+ };
11268
+ 401: components["responses"]["Unauthorized"];
11269
+ };
11270
+ };
11271
+ "get-pos-user": {
11272
+ parameters: {
11273
+ query?: never;
11274
+ header?: never;
11275
+ path: {
11276
+ /** @description User ID */
11277
+ id: string;
11278
+ };
11279
+ cookie?: never;
11280
+ };
11281
+ requestBody?: never;
11282
+ responses: {
11283
+ /** @description OK */
11284
+ 200: {
11285
+ headers: {
11286
+ [name: string]: unknown;
11287
+ };
11288
+ content: {
11289
+ "application/json": {
11290
+ message: string;
11291
+ success: boolean;
11292
+ content: {
11293
+ user: components["schemas"]["PosUser"];
11294
+ };
11295
+ };
11296
+ };
11297
+ };
11298
+ 401: components["responses"]["Unauthorized"];
11299
+ };
11300
+ };
10872
11301
  "get-fulfillment-options": {
10873
11302
  parameters: {
10874
11303
  query?: never;
@@ -10895,7 +11324,8 @@ interface operations {
10895
11324
  summary: {
10896
11325
  collect_available: boolean;
10897
11326
  deliver_available: boolean;
10898
- recommended_fulfillment_type: components["schemas"]["FulfillmentPreference"];
11327
+ /** @enum {unknown} */
11328
+ recommended_fulfillment_type: "collect-in-store" | "delivery";
10899
11329
  recommended_store?: components["schemas"]["CollectInStore"];
10900
11330
  };
10901
11331
  collect?: components["schemas"]["CollectInStore"][];
@@ -12038,6 +12468,7 @@ type FreeGoodCouponPromotion = components['schemas']['FreeGoodCouponPromotion'];
12038
12468
  type FreeGoodsPromotion = components['schemas']['FreeGoodsPromotion'];
12039
12469
  type FreeGoodsRule = components['schemas']['FreeGoodsRule'];
12040
12470
  type FreeShipingCouponPromotion = components['schemas']['FreeShipingCouponPromotion'];
12471
+ type FulfillmentItem = components['schemas']['FulfillmentItem'];
12041
12472
  type FulfillmentPreference = components['schemas']['FulfillmentPreference'];
12042
12473
  type GenerateOtpWithEmail = components['schemas']['GenerateOtpWithEmail'];
12043
12474
  type GenerateOtpWithPhone = components['schemas']['GenerateOtpWithPhone'];
@@ -12057,6 +12488,7 @@ type JuspayPaymentMethod = components['schemas']['JuspayPaymentMethod'];
12057
12488
  type JuspaySavedCard = components['schemas']['JuspaySavedCard'];
12058
12489
  type KycDocument = components['schemas']['KycDocument'];
12059
12490
  type KycDocumentConfig = components['schemas']['KycDocumentConfig'];
12491
+ type LotBatchDetail = components['schemas']['LotBatchDetail'];
12060
12492
  type LoyaltyPointActivity = components['schemas']['LoyaltyPointActivity'];
12061
12493
  type MeasurementUnit = components['schemas']['MeasurementUnit'];
12062
12494
  type MultiSelectAttribute = components['schemas']['MultiSelectAttribute'];
@@ -12075,7 +12507,12 @@ type OrderReturnItem = components['schemas']['OrderReturnItem'];
12075
12507
  type OrderShipment = components['schemas']['OrderShipment'];
12076
12508
  type Pagination = components['schemas']['Pagination'];
12077
12509
  type PanDetail = components['schemas']['PanDetail'];
12510
+ type PartialCollectAndDelivery = components['schemas']['PartialCollectAndDelivery'];
12078
12511
  type PauseSubscription = components['schemas']['PauseSubscription'];
12512
+ type PayWithCard = components['schemas']['PayWithCard'];
12513
+ type PayWithCash = components['schemas']['PayWithCash'];
12514
+ type PayWithPaymentGateway = components['schemas']['PayWithPaymentGateway'];
12515
+ type PayWithUpi = components['schemas']['PayWithUpi'];
12079
12516
  type PaymentGateway = components['schemas']['PaymentGateway'];
12080
12517
  type PaymentGatewayParams = components['schemas']['PaymentGatewayParams'];
12081
12518
  type PaymentInfo = components['schemas']['PaymentInfo'];
@@ -12089,6 +12526,8 @@ type PercentageDiscountRule = components['schemas']['PercentageDiscountRule'];
12089
12526
  type Pincode = components['schemas']['Pincode'];
12090
12527
  type PincodeServiceability = components['schemas']['PincodeServiceability'];
12091
12528
  type PosDevice = components['schemas']['PosDevice'];
12529
+ type PosDeviceClaimedUser = components['schemas']['PosDeviceClaimedUser'];
12530
+ type PosLocation = components['schemas']['PosLocation'];
12092
12531
  type PosUpdateCustomerWithEmail = components['schemas']['PosUpdateCustomerWithEmail'];
12093
12532
  type PosUpdateCustomerWithId = components['schemas']['PosUpdateCustomerWithId'];
12094
12533
  type PosUpdateCustomerWithPhone = components['schemas']['PosUpdateCustomerWithPhone'];
@@ -12148,18 +12587,22 @@ type ForgotPasswordContent = ForgotPasswordResponse['content'];
12148
12587
  type ForgotPasswordBody = NonNullable<paths['/auth/forgot-password']['post']['requestBody']>['content']['application/json'];
12149
12588
  type GenerateOtpResponse = paths['/auth/generate-otp']['post']['responses'][200]['content']['application/json'];
12150
12589
  type GenerateOtpContent = GenerateOtpResponse['content'];
12590
+ type GenerateOtpHeaderParams = paths['/auth/generate-otp']['post']['parameters']['header'];
12151
12591
  type GenerateOtpBody = NonNullable<paths['/auth/generate-otp']['post']['requestBody']>['content']['application/json'];
12152
12592
  type LoginWithEmailResponse = paths['/auth/login/email']['post']['responses'][200]['content']['application/json'];
12153
12593
  type LoginWithEmailContent = LoginWithEmailResponse['content'];
12594
+ type LoginWithEmailHeaderParams = paths['/auth/login/email']['post']['parameters']['header'];
12154
12595
  type LoginWithEmailBody = NonNullable<paths['/auth/login/email']['post']['requestBody']>['content']['application/json'];
12155
12596
  type LoginWithPasswordResponse = paths['/auth/login/password']['post']['responses'][200]['content']['application/json'];
12156
12597
  type LoginWithPasswordContent = LoginWithPasswordResponse['content'];
12157
12598
  type LoginWithPasswordBody = NonNullable<paths['/auth/login/password']['post']['requestBody']>['content']['application/json'];
12158
12599
  type LoginWithPhoneResponse = paths['/auth/login/phone']['post']['responses'][200]['content']['application/json'];
12159
12600
  type LoginWithPhoneContent = LoginWithPhoneResponse['content'];
12601
+ type LoginWithPhoneHeaderParams = paths['/auth/login/phone']['post']['parameters']['header'];
12160
12602
  type LoginWithPhoneBody = NonNullable<paths['/auth/login/phone']['post']['requestBody']>['content']['application/json'];
12161
12603
  type LoginWithWhatsappResponse = paths['/auth/login/whatsapp']['post']['responses'][200]['content']['application/json'];
12162
12604
  type LoginWithWhatsappContent = LoginWithWhatsappResponse['content'];
12605
+ type LoginWithWhatsappHeaderParams = paths['/auth/login/whatsapp']['post']['parameters']['header'];
12163
12606
  type LoginWithWhatsappBody = NonNullable<paths['/auth/login/whatsapp']['post']['requestBody']>['content']['application/json'];
12164
12607
  type LogoutResponse = paths['/auth/logout']['post']['responses'][200]['content']['application/json'];
12165
12608
  type LogoutContent = LogoutResponse['content'];
@@ -12266,15 +12709,9 @@ type EvaluatePromotionsResponse = paths['/carts/{id}/evaluate-promotions']['get'
12266
12709
  type EvaluatePromotionsContent = EvaluatePromotionsResponse['content'];
12267
12710
  type EvaluatePromotionsPathParams = paths['/carts/{id}/evaluate-promotions']['get']['parameters']['path'];
12268
12711
  type UpdateFulfillmentPreferenceResponse = paths['/carts/{id}/fulfillment-preference']['post']['responses'][200]['content']['application/json'];
12712
+ type UpdateFulfillmentPreferenceContent = UpdateFulfillmentPreferenceResponse['content'];
12269
12713
  type UpdateFulfillmentPreferencePathParams = paths['/carts/{id}/fulfillment-preference']['post']['parameters']['path'];
12270
12714
  type UpdateFulfillmentPreferenceBody = NonNullable<paths['/carts/{id}/fulfillment-preference']['post']['requestBody']>['content']['application/json'];
12271
- type RedeemGiftCardResponse = paths['/carts/{id}/gift-card']['post']['responses'][200]['content']['application/json'];
12272
- type RedeemGiftCardContent = RedeemGiftCardResponse['content'];
12273
- type RedeemGiftCardPathParams = paths['/carts/{id}/gift-card']['post']['parameters']['path'];
12274
- type RedeemGiftCardBody = NonNullable<paths['/carts/{id}/gift-card']['post']['requestBody']>['content']['application/json'];
12275
- type RemoveGiftCardResponse = paths['/carts/{id}/gift-card']['delete']['responses'][200]['content']['application/json'];
12276
- type RemoveGiftCardContent = RemoveGiftCardResponse['content'];
12277
- type RemoveGiftCardPathParams = paths['/carts/{id}/gift-card']['delete']['parameters']['path'];
12278
12715
  type UpdateCartResponse = paths['/carts/{id}/items']['post']['responses'][200]['content']['application/json'];
12279
12716
  type UpdateCartContent = UpdateCartResponse['content'];
12280
12717
  type UpdateCartPathParams = paths['/carts/{id}/items']['post']['parameters']['path'];
@@ -12315,6 +12752,7 @@ type ListUpsellProductsQuery = paths['/catalog/products/up-sell']['get']['parame
12315
12752
  type ListUpsellProductsHeaderParams = paths['/catalog/products/up-sell']['get']['parameters']['header'];
12316
12753
  type GetProductDetailResponse = paths['/catalog/products/{product_id_or_slug}']['get']['responses'][200]['content']['application/json'];
12317
12754
  type GetProductDetailContent = GetProductDetailResponse['content'];
12755
+ type GetProductDetailQuery = paths['/catalog/products/{product_id_or_slug}']['get']['parameters']['query'];
12318
12756
  type GetProductDetailPathParams = paths['/catalog/products/{product_id_or_slug}']['get']['parameters']['path'];
12319
12757
  type GetProductDetailHeaderParams = paths['/catalog/products/{product_id_or_slug}']['get']['parameters']['header'];
12320
12758
  type ListProductReviewsResponse = paths['/catalog/products/{product_id}/reviews']['get']['responses'][200]['content']['application/json'];
@@ -12326,10 +12764,12 @@ type CreateProductReviewPathParams = paths['/catalog/products/{product_id}/revie
12326
12764
  type CreateProductReviewFormData = NonNullable<paths['/catalog/products/{product_id}/reviews']['post']['requestBody']>['content']['multipart/form-data'];
12327
12765
  type ListProductVariantsResponse = paths['/catalog/products/{product_id}/variants']['get']['responses'][200]['content']['application/json'];
12328
12766
  type ListProductVariantsContent = ListProductVariantsResponse['content'];
12767
+ type ListProductVariantsQuery = paths['/catalog/products/{product_id}/variants']['get']['parameters']['query'];
12329
12768
  type ListProductVariantsPathParams = paths['/catalog/products/{product_id}/variants']['get']['parameters']['path'];
12330
12769
  type ListProductVariantsHeaderParams = paths['/catalog/products/{product_id}/variants']['get']['parameters']['header'];
12331
12770
  type GetVariantDetailResponse = paths['/catalog/products/{product_id}/variants/{variant_id}']['get']['responses'][200]['content']['application/json'];
12332
12771
  type GetVariantDetailContent = GetVariantDetailResponse['content'];
12772
+ type GetVariantDetailQuery = paths['/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['query'];
12333
12773
  type GetVariantDetailPathParams = paths['/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['path'];
12334
12774
  type GetVariantDetailHeaderParams = paths['/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['header'];
12335
12775
  type ListSkusResponse = paths['/catalog/skus']['get']['responses'][200]['content']['application/json'];
@@ -12461,17 +12901,22 @@ type GetJuspayCustomerPathParams = paths['/payments/juspay/customers/{user_id}']
12461
12901
  type ListPaymentMethodsResponse = paths['/payments/payment-methods']['get']['responses'][200]['content']['application/json'];
12462
12902
  type ListPaymentMethodsContent = ListPaymentMethodsResponse['content'];
12463
12903
  type ListPaymentMethodsQuery = paths['/payments/payment-methods']['get']['parameters']['query'];
12904
+ type ListPaymentOptionsResponse = paths['/payments/payment-options']['get']['responses'][200]['content']['application/json'];
12905
+ type ListPaymentOptionsContent = ListPaymentOptionsResponse['content'];
12464
12906
  type VerifyVpaResponse = paths['/payments/verify-vpa']['get']['responses'][200]['content']['application/json'];
12465
12907
  type VerifyVpaContent = VerifyVpaResponse['content'];
12466
12908
  type VerifyVpaQuery = paths['/payments/verify-vpa']['get']['parameters']['query'];
12467
12909
  type LoginPosDeviceWithEmailResponse = paths['/pos/auth/login/email']['post']['responses'][200]['content']['application/json'];
12468
12910
  type LoginPosDeviceWithEmailContent = LoginPosDeviceWithEmailResponse['content'];
12911
+ type LoginPosDeviceWithEmailHeaderParams = paths['/pos/auth/login/email']['post']['parameters']['header'];
12469
12912
  type LoginPosDeviceWithEmailBody = NonNullable<paths['/pos/auth/login/email']['post']['requestBody']>['content']['application/json'];
12470
12913
  type LoginPosDeviceWithPhoneResponse = paths['/pos/auth/login/phone']['post']['responses'][200]['content']['application/json'];
12471
12914
  type LoginPosDeviceWithPhoneContent = LoginPosDeviceWithPhoneResponse['content'];
12915
+ type LoginPosDeviceWithPhoneHeaderParams = paths['/pos/auth/login/phone']['post']['parameters']['header'];
12472
12916
  type LoginPosDeviceWithPhoneBody = NonNullable<paths['/pos/auth/login/phone']['post']['requestBody']>['content']['application/json'];
12473
12917
  type LoginPosDeviceWithWhatsappResponse = paths['/pos/auth/login/whatsapp']['post']['responses'][200]['content']['application/json'];
12474
12918
  type LoginPosDeviceWithWhatsappContent = LoginPosDeviceWithWhatsappResponse['content'];
12919
+ type LoginPosDeviceWithWhatsappHeaderParams = paths['/pos/auth/login/whatsapp']['post']['parameters']['header'];
12475
12920
  type LoginPosDeviceWithWhatsappBody = NonNullable<paths['/pos/auth/login/whatsapp']['post']['requestBody']>['content']['application/json'];
12476
12921
  type LogoutFromPosDeviceResponse = paths['/pos/auth/logout']['post']['responses'][200]['content']['application/json'];
12477
12922
  type PairPosDeviceResponse = paths['/pos/auth/pair-device']['post']['responses'][200]['content']['application/json'];
@@ -12492,6 +12937,9 @@ type PosListCouponsHeaderParams = paths['/pos/carts/available-coupons']['get']['
12492
12937
  type PosListPromotionsResponse = paths['/pos/carts/available-promotions']['get']['responses'][200]['content']['application/json'];
12493
12938
  type PosListPromotionsContent = PosListPromotionsResponse['content'];
12494
12939
  type PosListPromotionsHeaderParams = paths['/pos/carts/available-promotions']['get']['parameters']['header'];
12940
+ type PosGetUserCartResponse = paths['/pos/carts/users/{user_id}']['get']['responses'][200]['content']['application/json'];
12941
+ type PosGetUserCartContent = PosGetUserCartResponse['content'];
12942
+ type PosGetUserCartPathParams = paths['/pos/carts/users/{user_id}']['get']['parameters']['path'];
12495
12943
  type PosGetCartResponse = paths['/pos/carts/{id}']['get']['responses'][200]['content']['application/json'];
12496
12944
  type PosGetCartContent = PosGetCartResponse['content'];
12497
12945
  type PosGetCartPathParams = paths['/pos/carts/{id}']['get']['parameters']['path'];
@@ -12522,15 +12970,9 @@ type PosEvaluatePromotionsResponse = paths['/pos/carts/{id}/evaluate-promotions'
12522
12970
  type PosEvaluatePromotionsContent = PosEvaluatePromotionsResponse['content'];
12523
12971
  type PosEvaluatePromotionsPathParams = paths['/pos/carts/{id}/evaluate-promotions']['get']['parameters']['path'];
12524
12972
  type PosUpdateFulfillmentPreferenceResponse = paths['/pos/carts/{id}/fulfillment-preference']['post']['responses'][200]['content']['application/json'];
12973
+ type PosUpdateFulfillmentPreferenceContent = PosUpdateFulfillmentPreferenceResponse['content'];
12525
12974
  type PosUpdateFulfillmentPreferencePathParams = paths['/pos/carts/{id}/fulfillment-preference']['post']['parameters']['path'];
12526
12975
  type PosUpdateFulfillmentPreferenceBody = NonNullable<paths['/pos/carts/{id}/fulfillment-preference']['post']['requestBody']>['content']['application/json'];
12527
- type PosRedeemGiftCardResponse = paths['/pos/carts/{id}/gift-card']['post']['responses'][200]['content']['application/json'];
12528
- type PosRedeemGiftCardContent = PosRedeemGiftCardResponse['content'];
12529
- type PosRedeemGiftCardPathParams = paths['/pos/carts/{id}/gift-card']['post']['parameters']['path'];
12530
- type PosRedeemGiftCardBody = NonNullable<paths['/pos/carts/{id}/gift-card']['post']['requestBody']>['content']['application/json'];
12531
- type PosRemoveGiftCardResponse = paths['/pos/carts/{id}/gift-card']['delete']['responses'][200]['content']['application/json'];
12532
- type PosRemoveGiftCardContent = PosRemoveGiftCardResponse['content'];
12533
- type PosRemoveGiftCardPathParams = paths['/pos/carts/{id}/gift-card']['delete']['parameters']['path'];
12534
12976
  type PosUpdateCartResponse = paths['/pos/carts/{id}/items']['post']['responses'][200]['content']['application/json'];
12535
12977
  type PosUpdateCartContent = PosUpdateCartResponse['content'];
12536
12978
  type PosUpdateCartPathParams = paths['/pos/carts/{id}/items']['post']['parameters']['path'];
@@ -12571,6 +13013,7 @@ type PosListUpsellProductsQuery = paths['/pos/catalog/products/up-sell']['get'][
12571
13013
  type PosListUpsellProductsHeaderParams = paths['/pos/catalog/products/up-sell']['get']['parameters']['header'];
12572
13014
  type PosGetProductDetailResponse = paths['/pos/catalog/products/{product_id_or_slug}']['get']['responses'][200]['content']['application/json'];
12573
13015
  type PosGetProductDetailContent = PosGetProductDetailResponse['content'];
13016
+ type PosGetProductDetailQuery = paths['/pos/catalog/products/{product_id_or_slug}']['get']['parameters']['query'];
12574
13017
  type PosGetProductDetailPathParams = paths['/pos/catalog/products/{product_id_or_slug}']['get']['parameters']['path'];
12575
13018
  type PosGetProductDetailHeaderParams = paths['/pos/catalog/products/{product_id_or_slug}']['get']['parameters']['header'];
12576
13019
  type PosListProductReviewsResponse = paths['/pos/catalog/products/{product_id}/reviews']['get']['responses'][200]['content']['application/json'];
@@ -12579,22 +13022,42 @@ type PosListProductReviewsQuery = paths['/pos/catalog/products/{product_id}/revi
12579
13022
  type PosListProductReviewsPathParams = paths['/pos/catalog/products/{product_id}/reviews']['get']['parameters']['path'];
12580
13023
  type PosListProductVariantsResponse = paths['/pos/catalog/products/{product_id}/variants']['get']['responses'][200]['content']['application/json'];
12581
13024
  type PosListProductVariantsContent = PosListProductVariantsResponse['content'];
13025
+ type PosListProductVariantsQuery = paths['/pos/catalog/products/{product_id}/variants']['get']['parameters']['query'];
12582
13026
  type PosListProductVariantsPathParams = paths['/pos/catalog/products/{product_id}/variants']['get']['parameters']['path'];
12583
13027
  type PosListProductVariantsHeaderParams = paths['/pos/catalog/products/{product_id}/variants']['get']['parameters']['header'];
12584
13028
  type PosGetVariantDetailResponse = paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['responses'][200]['content']['application/json'];
12585
13029
  type PosGetVariantDetailContent = PosGetVariantDetailResponse['content'];
13030
+ type PosGetVariantDetailQuery = paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['query'];
12586
13031
  type PosGetVariantDetailPathParams = paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['path'];
12587
13032
  type PosGetVariantDetailHeaderParams = paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['header'];
12588
13033
  type PosListSkusResponse = paths['/pos/catalog/skus']['get']['responses'][200]['content']['application/json'];
12589
13034
  type PosListSkusContent = PosListSkusResponse['content'];
12590
13035
  type PosListSkusQuery = paths['/pos/catalog/skus']['get']['parameters']['query'];
12591
13036
  type PosListSkusHeaderParams = paths['/pos/catalog/skus']['get']['parameters']['header'];
13037
+ type ListPosDevicesResponse = paths['/pos/devices']['get']['responses'][200]['content']['application/json'];
13038
+ type ListPosDevicesContent = ListPosDevicesResponse['content'];
13039
+ type ClaimPosDeviceResponse = paths['/pos/devices/{id}/claim']['post']['responses'][200]['content']['application/json'];
13040
+ type ClaimPosDeviceContent = ClaimPosDeviceResponse['content'];
13041
+ type ClaimPosDevicePathParams = paths['/pos/devices/{id}/claim']['post']['parameters']['path'];
13042
+ type UnclaimPosDeviceResponse = paths['/pos/devices/{id}/unclaim']['post']['responses'][200]['content']['application/json'];
13043
+ type UnclaimPosDeviceContent = UnclaimPosDeviceResponse['content'];
13044
+ type UnclaimPosDevicePathParams = paths['/pos/devices/{id}/unclaim']['post']['parameters']['path'];
12592
13045
  type GetPosFulfillmentOptionsResponse = paths['/pos/fulfillment-options']['post']['responses'][200]['content']['application/json'];
12593
13046
  type GetPosFulfillmentOptionsContent = GetPosFulfillmentOptionsResponse['content'];
12594
13047
  type GetPosFulfillmentOptionsBody = NonNullable<paths['/pos/fulfillment-options']['post']['requestBody']>['content']['application/json'];
13048
+ type ListPosLocationsResponse = paths['/pos/locations']['get']['responses'][200]['content']['application/json'];
13049
+ type ListPosLocationsContent = ListPosLocationsResponse['content'];
12595
13050
  type CreatePosOrderResponse = paths['/pos/orders']['post']['responses'][200]['content']['application/json'];
12596
13051
  type CreatePosOrderContent = CreatePosOrderResponse['content'];
12597
13052
  type CreatePosOrderBody = NonNullable<paths['/pos/orders']['post']['requestBody']>['content']['application/json'];
13053
+ type PosGetPaymentStatusResponse = paths['/pos/orders/{order_number}/payment-status']['get']['responses'][200]['content']['application/json'];
13054
+ type PosGetPaymentStatusContent = PosGetPaymentStatusResponse['content'];
13055
+ type PosGetPaymentStatusPathParams = paths['/pos/orders/{order_number}/payment-status']['get']['parameters']['path'];
13056
+ type PosListPaymentOptionsResponse = paths['/pos/payments/payment-options']['get']['responses'][200]['content']['application/json'];
13057
+ type PosListPaymentOptionsContent = PosListPaymentOptionsResponse['content'];
13058
+ type GetPosUserResponse = paths['/pos/users/{id}']['get']['responses'][200]['content']['application/json'];
13059
+ type GetPosUserContent = GetPosUserResponse['content'];
13060
+ type GetPosUserPathParams = paths['/pos/users/{id}']['get']['parameters']['path'];
12598
13061
  type GetFulfillmentOptionsResponse = paths['/shipping/fulfillment-options']['post']['responses'][200]['content']['application/json'];
12599
13062
  type GetFulfillmentOptionsContent = GetFulfillmentOptionsResponse['content'];
12600
13063
  type GetFulfillmentOptionsBody = NonNullable<paths['/shipping/fulfillment-options']['post']['requestBody']>['content']['application/json'];
@@ -12781,7 +13244,7 @@ declare class CatalogClient extends StorefrontAPIClient {
12781
13244
  * console.log("Product with custom pricing:", slugData.product.price);
12782
13245
  * ```
12783
13246
  */
12784
- getProductDetail(pathParams: GetProductDetailPathParams, headers?: GetProductDetailHeaderParams): Promise<ApiResult<GetProductDetailContent>>;
13247
+ getProductDetail(pathParams: GetProductDetailPathParams, options?: GetProductDetailQuery, headers?: GetProductDetailHeaderParams): Promise<ApiResult<GetProductDetailContent>>;
12785
13248
  /**
12786
13249
  * List all variants for a specific product
12787
13250
  *
@@ -12815,7 +13278,7 @@ declare class CatalogClient extends StorefrontAPIClient {
12815
13278
  * );
12816
13279
  * ```
12817
13280
  */
12818
- listProductVariants(pathParams: ListProductVariantsPathParams, headers?: ListProductVariantsHeaderParams): Promise<ApiResult<ListProductVariantsContent>>;
13281
+ listProductVariants(pathParams: ListProductVariantsPathParams, options?: ListProductVariantsQuery, headers?: ListProductVariantsHeaderParams): Promise<ApiResult<ListProductVariantsContent>>;
12819
13282
  /**
12820
13283
  * Get details for a specific product variant
12821
13284
  *
@@ -12843,7 +13306,7 @@ declare class CatalogClient extends StorefrontAPIClient {
12843
13306
  * console.log("Stock:", data.variant.stock);
12844
13307
  * ```
12845
13308
  */
12846
- getVariantDetail(pathParams: GetVariantDetailPathParams, headers?: GetVariantDetailHeaderParams): Promise<ApiResult<GetVariantDetailContent>>;
13309
+ getVariantDetail(pathParams: GetVariantDetailPathParams, options?: GetVariantDetailQuery, headers?: GetVariantDetailHeaderParams): Promise<ApiResult<GetVariantDetailContent>>;
12847
13310
  /**
12848
13311
  * List all product categories
12849
13312
  *
@@ -13434,23 +13897,24 @@ declare class CartClient extends StorefrontAPIClient {
13434
13897
  * @returns Promise with updated cart
13435
13898
  * @example
13436
13899
  * ```typescript
13437
- * const { data, error } = await sdk.cart.updateShippingMethod(
13900
+ * const { data, error } = await sdk.cart.updateFulfillmentPreference(
13438
13901
  * { id: "01H9CART12345ABCDE" },
13439
13902
  * {
13440
- * shipping_method_id: "01H9SHIP12345FAST",
13441
- * estimated_delivery_date: "2024-01-15"
13903
+ * fulfillment_type: "delivery",
13904
+ * shipping_provider_id: "01H9SHIP12345FAST",
13905
+ * courier_company_id: "01H9COY12345FAST", // Optional
13442
13906
  * }
13443
13907
  * );
13444
13908
  *
13445
13909
  * if (error) {
13446
- * console.error("Failed to update shipping method:", error.message);
13910
+ * console.error("Failed to update fulfillment preference:", error.message);
13447
13911
  * } else {
13448
- * console.log("Shipping method updated:", data.cart.shipping_method?.name);
13449
- * console.log("Shipping cost:", data.cart.shipping_cost);
13912
+ * console.log("Fulfillment preference updated:", data.cart.fulfillment_preference?.fulfillment_type);
13913
+ * console.log("Shipping cost:", data.cart.shipping_amount);
13450
13914
  * }
13451
13915
  * ```
13452
13916
  */
13453
- updateShippingMethod(cartId: UpdateShippingMethodPathParams, body: UpdateShippingMethodBody): Promise<ApiResult<UpdateShippingMethodContent>>;
13917
+ updateFulfillmentPreference(cartId: UpdateFulfillmentPreferencePathParams, body: UpdateFulfillmentPreferenceBody): Promise<ApiResult<UpdateFulfillmentPreferenceContent>>;
13454
13918
  /**
13455
13919
  * Use credit balance
13456
13920
  *
@@ -13492,50 +13956,6 @@ declare class CartClient extends StorefrontAPIClient {
13492
13956
  * ```
13493
13957
  */
13494
13958
  removeCreditBalance(cartId: RemoveCreditBalancePathParams): Promise<ApiResult<RemoveCreditBalanceContent>>;
13495
- /**
13496
- * Redeem gift card
13497
- *
13498
- * @param cartId - The ID of the cart
13499
- * @param body - The body of the request
13500
- * @returns Promise with updated cart
13501
- * @example
13502
- * ```typescript
13503
- * const { data, error } = await sdk.cart.redeemGiftCard(
13504
- * { id: "01H9CART12345ABCDE" },
13505
- * {
13506
- * gift_card_code: "GIFT2024-ABCD-1234",
13507
- * amount: 100.00
13508
- * }
13509
- * );
13510
- *
13511
- * if (error) {
13512
- * console.error("Failed to redeem gift card:", error.message);
13513
- * } else {
13514
- * console.log("Gift card applied, new total:", data.cart.total_amount);
13515
- * console.log("Gift card discount:", data.cart.gift_card_discount_amount);
13516
- * }
13517
- * ```
13518
- */
13519
- redeemGiftCard(cartId: RedeemGiftCardPathParams, body: RedeemGiftCardBody): Promise<ApiResult<RedeemGiftCardContent>>;
13520
- /**
13521
- * Remove gift card
13522
- *
13523
- * @param cartId - The ID of the cart
13524
- * @returns Promise with updated cart
13525
- * @example
13526
- * ```typescript
13527
- * const { data, error } = await sdk.cart.removeGiftCard({
13528
- * id: "01H9CART12345ABCDE"
13529
- * });
13530
- *
13531
- * if (error) {
13532
- * console.error("Failed to remove gift card:", error.message);
13533
- * } else {
13534
- * console.log("Gift card removed, new total:", data.cart.total_amount);
13535
- * }
13536
- * ```
13537
- */
13538
- removeGiftCard(cartId: RemoveGiftCardPathParams): Promise<ApiResult<RemoveGiftCardContent>>;
13539
13959
  /**
13540
13960
  * Get wishlist items
13541
13961
  *
@@ -13770,7 +14190,7 @@ declare class AuthClient extends StorefrontAPIClient {
13770
14190
  * }
13771
14191
  * ```
13772
14192
  */
13773
- loginWithPhone(body: LoginWithPhoneBody): Promise<ApiResult<LoginWithPhoneContent>>;
14193
+ loginWithPhone(body: LoginWithPhoneBody, headers?: LoginWithPhoneHeaderParams): Promise<ApiResult<LoginWithPhoneContent>>;
13774
14194
  /**
13775
14195
  * Login with WhatsApp
13776
14196
  *
@@ -13793,7 +14213,7 @@ declare class AuthClient extends StorefrontAPIClient {
13793
14213
  * }
13794
14214
  * ```
13795
14215
  */
13796
- loginWithWhatsApp(body: LoginWithWhatsappBody): Promise<ApiResult<LoginWithWhatsappContent>>;
14216
+ loginWithWhatsApp(body: LoginWithWhatsappBody, headers?: LoginWithWhatsappHeaderParams): Promise<ApiResult<LoginWithWhatsappContent>>;
13797
14217
  /**
13798
14218
  * Login with email
13799
14219
  *
@@ -13816,7 +14236,7 @@ declare class AuthClient extends StorefrontAPIClient {
13816
14236
  * }
13817
14237
  * ```
13818
14238
  */
13819
- loginWithEmail(body: LoginWithEmailBody): Promise<ApiResult<LoginWithEmailContent>>;
14239
+ loginWithEmail(body: LoginWithEmailBody, headers?: LoginWithEmailHeaderParams): Promise<ApiResult<LoginWithEmailContent>>;
13820
14240
  /**
13821
14241
  * Login with password
13822
14242
  *
@@ -14276,7 +14696,7 @@ declare class AuthClient extends StorefrontAPIClient {
14276
14696
  * }
14277
14697
  * ```
14278
14698
  */
14279
- generateOtp(body: GenerateOtpBody): Promise<ApiResult<GenerateOtpContent>>;
14699
+ generateOtp(body: GenerateOtpBody, headers?: GenerateOtpHeaderParams): Promise<ApiResult<GenerateOtpContent>>;
14280
14700
  /**
14281
14701
  * Check whether email or phone is already verified
14282
14702
  *
@@ -15150,6 +15570,18 @@ interface CookieTokenStorageOptions {
15150
15570
  */
15151
15571
  //#endregion
15152
15572
  //#region src/lib/jwt-utils.d.ts
15573
+ /**
15574
+ * Channel information from JWT token
15575
+ */
15576
+ interface Channel {
15577
+ id: string;
15578
+ name: string;
15579
+ type: string;
15580
+ }
15581
+ /**
15582
+ * JWT payload structure for storefront tokens
15583
+ */
15584
+
15153
15585
  /**
15154
15586
  * User information extracted from JWT token
15155
15587
  */
@@ -15166,6 +15598,7 @@ interface UserInfo {
15166
15598
  customerId: string | null;
15167
15599
  customerGroupId: string | null;
15168
15600
  anonymousId: string;
15601
+ channel: Channel;
15169
15602
  tokenExpiry: Date;
15170
15603
  tokenIssuedAt: Date;
15171
15604
  }
@@ -15187,6 +15620,10 @@ interface SupportedDefaultHeaders {
15187
15620
  * If not provided, the API will use default pricing
15188
15621
  */
15189
15622
  customer_group_id?: string;
15623
+ /**
15624
+ * Debug mode header
15625
+ */
15626
+ debug_mode?: boolean;
15190
15627
  }
15191
15628
  /**
15192
15629
  * SDK initialization options for the Storefront API
@@ -15367,5 +15804,5 @@ declare class StorefrontSDK {
15367
15804
  getDefaultHeaders(): SupportedDefaultHeaders | undefined;
15368
15805
  }
15369
15806
  //#endregion
15370
- export { AcceleratedRewardCouponPromotion, AcceleratedRewardRule, AddCardBody, AddCardContent, AddCardResponse, AddProfileImageContent, AddProfileImageFormData, AddProfileImagePathParams, AddProfileImageResponse, AddToWishlistBody, AddToWishlistContent, AddToWishlistPathParams, AddToWishlistResponse, AdditionalProductDetails, AnalyticsEvent, AnonymousUser, ApiErrorResponse, ApiResult, ApplicableCoupon, ApplicablePromotion, AppliedCoupon, AppliedPromotion, ApplyCouponBody, ApplyCouponContent, ApplyCouponPathParams, ApplyCouponResponse, AssociatedOption, AuthClient, AutoScaleBasedOnAmount, AutoScaleBasedOnQuantity, BankTransfer, BaseAPIClient, BaseSDKOptions, BooleanAttribute, Brand, BrowserTokenStorage, Business, BuyXGetYCouponPromotion, BuyXGetYRule, BuyXGetYRuleBasedOnAmount, BuyXGetYRuleBasedOnQuantity, CancelOrderBody, CancelOrderContent, CancelOrderPathParams, CancelOrderResponse, CardPayment, Cart, CartBasedServiceabilityCheck, CartClient, CartItem, CatalogClient, Category, ChangePasswordBody, ChangePasswordContent, ChangePasswordResponse, CheckPincodeServiceabilityContent, CheckPincodeServiceabilityPathParams, CheckPincodeServiceabilityResponse, CheckVerificationStatusBody, CheckVerificationStatusContent, CheckVerificationStatusResponse, CollectInStore, CollectInStoreFulfillment, ColorAttribute, ColorOption, CookieTokenStorage, type CookieTokenStorageOptions, Country, CountryState, Coupon, CouponPromotionCommonDetail, CouponType, CreateAddressBody, CreateAddressContent, CreateAddressPathParams, CreateAddressResponse, CreateCartAddressBody, CreateCartAddressContent, CreateCartAddressPathParams, CreateCartAddressResponse, CreateCartBody, CreateCartContent, CreateCartResponse, CreateCustomSubscription, CreateCustomer, CreateCustomerBody, CreateCustomerContent, CreateCustomerResponse, CreateDocumentContent, CreateDocumentFormData, CreateDocumentPathParams, CreateDocumentResponse, CreateJuspayCustomerBody, CreateJuspayCustomerContent, CreateJuspayCustomerResponse, CreateJuspayOrderBody, CreateJuspayOrderContent, CreateJuspayOrderResponse, CreateNotificationPreferencesBody, CreateNotificationPreferencesContent, CreateNotificationPreferencesPathParams, CreateNotificationPreferencesResponse, CreateOrderBody, CreateOrderContent, CreateOrderResponse, CreateOrderReturn, CreateOrderReturnBody, CreateOrderReturnContent, CreateOrderReturnPathParams, CreateOrderReturnResponse, CreatePosOrderBody, CreatePosOrderContent, CreatePosOrderResponse, CreateProductReviewFormData, CreateProductReviewPathParams, CreateProductReviewResponse, CreateReview, CreateStandardSubscription, CreateSubscription, CreateSubscriptionBody, CreateSubscriptionContent, CreateSubscriptionResponse, Currency, CustomSlabsBasedOnAmount, CustomSlabsBasedOnQuantity, CustomerAddress, CustomerClient, CustomerDetail, CustomerGroup, CustomerLoyalty, CustomerReadyForReview, CustomerReview, DateAttribute, DeactivateUserPathParams, DeactivateUserResponse, DebugLogger, DebugLoggerFn, DeleteAddressPathParams, DeleteAddressResponse, DeleteCartPathParams, DeleteCartResponse, DeleteDocumentPathParams, DeleteDocumentResponse, DeleteFromWishlistBody, DeleteFromWishlistContent, DeleteFromWishlistPathParams, DeleteFromWishlistResponse, DeleteUserCartPathParams, DeleteUserCartResponse, DeliveryFulfillment, DiscountBasedPromotion, DiscountCouponPromotion, DiscountRule, Document, Environment, EvaluateCouponsContent, EvaluateCouponsPathParams, EvaluateCouponsResponse, EvaluatePromotionsContent, EvaluatePromotionsPathParams, EvaluatePromotionsResponse, FixedAmountDiscountRule, FixedPriceCouponPromotion, FixedPricePromotion, FixedPriceRule, FixedPriceRuleBasedAmount, FixedPriceRuleBasedQuantity, ForgotPasswordBody, ForgotPasswordContent, ForgotPasswordResponse, FreeGoodCouponPromotion, FreeGoodsPromotion, FreeGoodsRule, FreeShipingCouponPromotion, FulfillmentPreference, GenerateHashBody, GenerateHashContent, GenerateHashResponse, GenerateOtpBody, GenerateOtpContent, GenerateOtpResponse, GenerateOtpWithEmail, GenerateOtpWithPhone, GetAddressDetailContent, GetAddressDetailPathParams, GetAddressDetailResponse, GetAnonymousTokenContent, GetAnonymousTokenResponse, GetCartContent, GetCartPathParams, GetCartResponse, GetConfigContent, GetConfigResponse, GetCustomerDetailContent, GetCustomerDetailPathParams, GetCustomerDetailResponse, GetDocumentContent, GetDocumentPathParams, GetDocumentResponse, GetFulfillmentOptionsBody, GetFulfillmentOptionsContent, GetFulfillmentOptionsResponse, GetJuspayCustomerContent, GetJuspayCustomerPathParams, GetJuspayCustomerResponse, GetLoyaltyDetailsContent, GetLoyaltyDetailsPathParams, GetLoyaltyDetailsResponse, GetNotificationPreferencesContent, GetNotificationPreferencesPathParams, GetNotificationPreferencesResponse, GetOrderDetailContent, GetOrderDetailPathParams, GetOrderDetailResponse, GetOrderReturnDetailContent, GetOrderReturnDetailPathParams, GetOrderReturnDetailResponse, GetPaymentStatusContent, GetPaymentStatusPathParams, GetPaymentStatusResponse, GetPosFulfillmentOptionsBody, GetPosFulfillmentOptionsContent, GetPosFulfillmentOptionsResponse, GetProductDetailContent, GetProductDetailHeaderParams, GetProductDetailPathParams, GetProductDetailResponse, GetProfileImageContent, GetProfileImagePathParams, GetProfileImageResponse, GetShippingMethodsBody, GetShippingMethodsContent, GetShippingMethodsResponse, GetSubscriptionContent, GetSubscriptionPathParams, GetSubscriptionResponse, GetUserCartContent, GetUserCartPathParams, GetUserCartResponse, GetUserDetailContent, GetUserDetailPathParams, GetUserDetailResponse, GetVariantDetailContent, GetVariantDetailHeaderParams, GetVariantDetailPathParams, GetVariantDetailResponse, GetWishlistContent, GetWishlistPathParams, GetWishlistResponse, GstinDetail, HeaderConfig, HelpersClient, InapplicableCoupon, InapplicablePromotion, Item, JuspayCardPayload, JuspayCreateCardResponse, JuspayCreateCustomerPayload, JuspayCreateOrderPayload, JuspayCustomer, JuspayOrder, JuspayPaymentGatewayParams, JuspayPaymentInfo, JuspayPaymentMethod, JuspaySavedCard, KycDocument, KycDocumentConfig, ListAddressesContent, ListAddressesPathParams, ListAddressesQuery, ListAddressesResponse, ListCategoriesContent, ListCategoriesQuery, ListCategoriesResponse, ListCountriesContent, ListCountriesResponse, ListCountryPincodesContent, ListCountryPincodesPathParams, ListCountryPincodesQuery, ListCountryPincodesResponse, ListCountryStatesContent, ListCountryStatesPathParams, ListCountryStatesResponse, ListCouponsContent, ListCouponsHeaderParams, ListCouponsResponse, ListCrosssellProductsContent, ListCrosssellProductsHeaderParams, ListCrosssellProductsQuery, ListCrosssellProductsResponse, ListDocumentsContent, ListDocumentsPathParams, ListDocumentsResponse, ListKycDocumentContent, ListKycDocumentResponse, ListLoyaltyActivitiesContent, ListLoyaltyActivitiesPathParams, ListLoyaltyActivitiesQuery, ListLoyaltyActivitiesResponse, ListOrderPaymentsContent, ListOrderPaymentsPathParams, ListOrderPaymentsResponse, ListOrderRefundsContent, ListOrderRefundsPathParams, ListOrderRefundsResponse, ListOrderShipmentsContent, ListOrderShipmentsPathParams, ListOrderShipmentsResponse, ListOrdersContent, ListOrdersQuery, ListOrdersResponse, ListPaymentMethodsContent, ListPaymentMethodsQuery, ListPaymentMethodsResponse, ListProductReviewsContent, ListProductReviewsPathParams, ListProductReviewsQuery, ListProductReviewsResponse, ListProductVariantsContent, ListProductVariantsHeaderParams, ListProductVariantsPathParams, ListProductVariantsResponse, ListProductsContent, ListProductsHeaderParams, ListProductsQuery, ListProductsResponse, ListPromotionsContent, ListPromotionsHeaderParams, ListPromotionsResponse, ListReturnsContent, ListReturnsResponse, ListSavedCardsContent, ListSavedCardsQuery, ListSavedCardsResponse, ListSimilarProductsContent, ListSimilarProductsHeaderParams, ListSimilarProductsQuery, ListSimilarProductsResponse, ListSkusContent, ListSkusHeaderParams, ListSkusQuery, ListSkusResponse, ListSubscriptionsContent, ListSubscriptionsResponse, ListUpsellProductsContent, ListUpsellProductsHeaderParams, ListUpsellProductsQuery, ListUpsellProductsResponse, ListUserReviewsContent, ListUserReviewsPathParams, ListUserReviewsResponse, LoginPosDeviceWithEmailBody, LoginPosDeviceWithEmailContent, LoginPosDeviceWithEmailResponse, LoginPosDeviceWithPhoneBody, LoginPosDeviceWithPhoneContent, LoginPosDeviceWithPhoneResponse, LoginPosDeviceWithWhatsappBody, LoginPosDeviceWithWhatsappContent, LoginPosDeviceWithWhatsappResponse, LoginWithEmailBody, LoginWithEmailContent, LoginWithEmailResponse, LoginWithPasswordBody, LoginWithPasswordContent, LoginWithPasswordResponse, LoginWithPhoneBody, LoginWithPhoneContent, LoginWithPhoneResponse, LoginWithWhatsappBody, LoginWithWhatsappContent, LoginWithWhatsappResponse, LogoutContent, LogoutFromPosDeviceResponse, LogoutResponse, LoyaltyPointActivity, MeasurementUnit, MemoryTokenStorage, MultiSelectAttribute, NetbankingPayment, NotificationChannelPreferences, NotificationPreferences, NumberAttribute, Order, OrderClient, OrderDetail, OrderItem, OrderList, OrderPayment, OrderRefund, OrderReturn, OrderReturnItem, OrderShipment, Pagination, PairPosDeviceBody, PairPosDeviceContent, PairPosDeviceResponse, PanDetail, PauseSubscription, PaymentGateway, PaymentGatewayParams, PaymentInfo, PayuCardPayload, PayuCreateCardResponse, PayuPaymentGatewayParams, PayuPaymentInfo, PayuPaymentMethod, PayuSavedCard, PercentageDiscountRule, Pincode, PincodeServiceability, PosApplyCouponBody, PosApplyCouponContent, PosApplyCouponPathParams, PosApplyCouponResponse, PosCreateCartAddressBody, PosCreateCartAddressContent, PosCreateCartAddressPathParams, PosCreateCartAddressResponse, PosCreateCartBody, PosCreateCartContent, PosCreateCartResponse, PosDeleteCartPathParams, PosDeleteCartResponse, PosDevice, PosEvaluateCouponsContent, PosEvaluateCouponsPathParams, PosEvaluateCouponsResponse, PosEvaluatePromotionsContent, PosEvaluatePromotionsPathParams, PosEvaluatePromotionsResponse, PosGetCartContent, PosGetCartPathParams, PosGetCartResponse, PosGetProductDetailContent, PosGetProductDetailHeaderParams, PosGetProductDetailPathParams, PosGetProductDetailResponse, PosGetVariantDetailContent, PosGetVariantDetailHeaderParams, PosGetVariantDetailPathParams, PosGetVariantDetailResponse, PosListCategoriesContent, PosListCategoriesQuery, PosListCategoriesResponse, PosListCouponsContent, PosListCouponsHeaderParams, PosListCouponsResponse, PosListCrosssellProductsContent, PosListCrosssellProductsHeaderParams, PosListCrosssellProductsQuery, PosListCrosssellProductsResponse, PosListProductReviewsContent, PosListProductReviewsPathParams, PosListProductReviewsQuery, PosListProductReviewsResponse, PosListProductVariantsContent, PosListProductVariantsHeaderParams, PosListProductVariantsPathParams, PosListProductVariantsResponse, PosListProductsContent, PosListProductsHeaderParams, PosListProductsQuery, PosListProductsResponse, PosListPromotionsContent, PosListPromotionsHeaderParams, PosListPromotionsResponse, PosListSimilarProductsContent, PosListSimilarProductsHeaderParams, PosListSimilarProductsQuery, PosListSimilarProductsResponse, PosListSkusContent, PosListSkusHeaderParams, PosListSkusQuery, PosListSkusResponse, PosListUpsellProductsContent, PosListUpsellProductsHeaderParams, PosListUpsellProductsQuery, PosListUpsellProductsResponse, PosRedeemCreditBalanceBody, PosRedeemCreditBalanceContent, PosRedeemCreditBalancePathParams, PosRedeemCreditBalanceResponse, PosRedeemGiftCardBody, PosRedeemGiftCardContent, PosRedeemGiftCardPathParams, PosRedeemGiftCardResponse, PosRedeemLoyaltyPointsBody, PosRedeemLoyaltyPointsContent, PosRedeemLoyaltyPointsPathParams, PosRedeemLoyaltyPointsResponse, PosRemoveCouponContent, PosRemoveCouponPathParams, PosRemoveCouponResponse, PosRemoveCreditBalanceContent, PosRemoveCreditBalancePathParams, PosRemoveCreditBalanceResponse, PosRemoveGiftCardContent, PosRemoveGiftCardPathParams, PosRemoveGiftCardResponse, PosRemoveLoyaltyPointsContent, PosRemoveLoyaltyPointsPathParams, PosRemoveLoyaltyPointsResponse, PosSearchProductsBody, PosSearchProductsContent, PosSearchProductsHeaderParams, PosSearchProductsResponse, PosUpdateCartBody, PosUpdateCartContent, PosUpdateCartPathParams, PosUpdateCartResponse, PosUpdateCustomerWithEmail, PosUpdateCustomerWithId, PosUpdateCustomerWithPhone, PosUpdateFulfillmentPreferenceBody, PosUpdateFulfillmentPreferencePathParams, PosUpdateFulfillmentPreferenceResponse, PosUser, Product, ProductAttribute, ProductBundleItem, ProductCategory, ProductDetail, ProductImage, ProductPricing, ProductPromotion, ProductReview, ProductShipping, ProductSubscription, ProductVideo, Promotion, PromotionType, RedeemCreditBalanceBody, RedeemCreditBalanceContent, RedeemCreditBalancePathParams, RedeemCreditBalanceResponse, RedeemGiftCardBody, RedeemGiftCardContent, RedeemGiftCardPathParams, RedeemGiftCardResponse, RedeemLoyaltyPointsBody, RedeemLoyaltyPointsContent, RedeemLoyaltyPointsPathParams, RedeemLoyaltyPointsResponse, RefreshPosAccessTokenBody, RefreshPosAccessTokenContent, RefreshPosAccessTokenResponse, RefreshTokenBody, RefreshTokenContent, RefreshTokenResponse, RegisterWithEmailBody, RegisterWithEmailContent, RegisterWithEmailPassword, RegisterWithEmailResponse, RegisterWithPasswordBody, RegisterWithPasswordContent, RegisterWithPasswordResponse, RegisterWithPhoneBody, RegisterWithPhoneContent, RegisterWithPhonePassword, RegisterWithPhoneResponse, RegisterWithWhatsappBody, RegisterWithWhatsappContent, RegisterWithWhatsappResponse, RemoveCouponContent, RemoveCouponPathParams, RemoveCouponResponse, RemoveCreditBalanceContent, RemoveCreditBalancePathParams, RemoveCreditBalanceResponse, RemoveGiftCardContent, RemoveGiftCardPathParams, RemoveGiftCardResponse, RemoveLoyaltyPointsContent, RemoveLoyaltyPointsPathParams, RemoveLoyaltyPointsResponse, RemoveProfileImagePathParams, RemoveProfileImageResponse, ResetPasswordBody, ResetPasswordContent, ResetPasswordResponse, ResponseUtils, RetryOrderPaymentBody, RetryOrderPaymentContent, RetryOrderPaymentPathParams, RetryOrderPaymentResponse, RevokeSubscription, SearchProduct, SearchProductsBody, SearchProductsContent, SearchProductsHeaderParams, SearchProductsResponse, Seo, ShipmentItem, ShippingClient, SingleSelectAttribute, SingleSelectOption, StoreConfig, StoreConfigClient, StoreTemplate, StorefrontAPIClient, StorefrontSDK, StorefrontSDK as default, StorefrontSDKOptions, SubscribeNewsletterBody, SubscribeNewsletterResponse, Subscription, SubscriptionBehaviour, SubscriptionDetail, SubscriptionInvoiceItem, SupportedDefaultHeaders, TextAttribute, type TokenStorage, TrackAnalyticsEventBody, TrackAnalyticsEventResponse, UpdateAddressDetailBody, UpdateAddressDetailContent, UpdateAddressDetailPathParams, UpdateAddressDetailResponse, UpdateCartBody, UpdateCartContent, UpdateCartItem, UpdateCartPathParams, UpdateCartResponse, UpdateCustomer, UpdateCustomerBody, UpdateCustomerContent, UpdateCustomerPathParams, UpdateCustomerResponse, UpdateDigitalProductSubscription, UpdateDocument, UpdateDocumentContent, UpdateDocumentFormData, UpdateDocumentPathParams, UpdateDocumentResponse, UpdateFulfillmentPreferenceBody, UpdateFulfillmentPreferencePathParams, UpdateFulfillmentPreferenceResponse, UpdateNotificationPreferencesBody, UpdateNotificationPreferencesContent, UpdateNotificationPreferencesPathParams, UpdateNotificationPreferencesResponse, UpdatePhysicalProductSubscription, UpdatePosCartCustomerBody, UpdatePosCartCustomerContent, UpdatePosCartCustomerPathParams, UpdatePosCartCustomerResponse, UpdateProfileImageContent, UpdateProfileImageFormData, UpdateProfileImagePathParams, UpdateProfileImageResponse, UpdateShippingMethodBody, UpdateShippingMethodContent, UpdateShippingMethodPathParams, UpdateShippingMethodResponse, UpdateSubscriptionBody, UpdateSubscriptionContent, UpdateSubscriptionPathParams, UpdateSubscriptionResponse, UpdateUserBody, UpdateUserContent, UpdateUserPathParams, UpdateUserResponse, UpiPayment, User, type UserInfo, Variant, VariantDetail, VariantOption, VerifyDocumentBody, VerifyDocumentContent, VerifyDocumentPathParams, VerifyDocumentResponse, VerifyOtpBody, VerifyOtpContent, VerifyOtpResponse, VerifyPosLoginOtpBody, VerifyPosLoginOtpContent, VerifyPosLoginOtpResponse, VerifyVpaContent, VerifyVpaQuery, VerifyVpaResponse, VolumeBasedCouponPromotion, VolumeBasedPromotion, VolumeBasedRule, WalletPayment, type components, createDebugMiddleware, createTimeoutMiddleware, executeRequest, extractRequestBody, getPathnameFromUrl, mergeAndTransformHeaders, mergeHeaders, type operations, type paths, transformHeaders };
15807
+ export { AcceleratedRewardCouponPromotion, AcceleratedRewardRule, AddCardBody, AddCardContent, AddCardResponse, AddProfileImageContent, AddProfileImageFormData, AddProfileImagePathParams, AddProfileImageResponse, AddToWishlistBody, AddToWishlistContent, AddToWishlistPathParams, AddToWishlistResponse, AdditionalProductDetails, AnalyticsEvent, AnonymousUser, ApiErrorResponse, ApiResult, ApplicableCoupon, ApplicablePromotion, AppliedCoupon, AppliedPromotion, ApplyCouponBody, ApplyCouponContent, ApplyCouponPathParams, ApplyCouponResponse, AssociatedOption, AuthClient, AutoScaleBasedOnAmount, AutoScaleBasedOnQuantity, BankTransfer, BaseAPIClient, BaseSDKOptions, BooleanAttribute, Brand, BrowserTokenStorage, Business, BuyXGetYCouponPromotion, BuyXGetYRule, BuyXGetYRuleBasedOnAmount, BuyXGetYRuleBasedOnQuantity, CancelOrderBody, CancelOrderContent, CancelOrderPathParams, CancelOrderResponse, CardPayment, Cart, CartBasedServiceabilityCheck, CartClient, CartItem, CatalogClient, Category, ChangePasswordBody, ChangePasswordContent, ChangePasswordResponse, type Channel, CheckPincodeServiceabilityContent, CheckPincodeServiceabilityPathParams, CheckPincodeServiceabilityResponse, CheckVerificationStatusBody, CheckVerificationStatusContent, CheckVerificationStatusResponse, ClaimPosDeviceContent, ClaimPosDevicePathParams, ClaimPosDeviceResponse, CollectInStore, CollectInStoreFulfillment, ColorAttribute, ColorOption, CookieTokenStorage, type CookieTokenStorageOptions, Country, CountryState, Coupon, CouponPromotionCommonDetail, CouponType, CreateAddressBody, CreateAddressContent, CreateAddressPathParams, CreateAddressResponse, CreateCartAddressBody, CreateCartAddressContent, CreateCartAddressPathParams, CreateCartAddressResponse, CreateCartBody, CreateCartContent, CreateCartResponse, CreateCustomSubscription, CreateCustomer, CreateCustomerBody, CreateCustomerContent, CreateCustomerResponse, CreateDocumentContent, CreateDocumentFormData, CreateDocumentPathParams, CreateDocumentResponse, CreateJuspayCustomerBody, CreateJuspayCustomerContent, CreateJuspayCustomerResponse, CreateJuspayOrderBody, CreateJuspayOrderContent, CreateJuspayOrderResponse, CreateNotificationPreferencesBody, CreateNotificationPreferencesContent, CreateNotificationPreferencesPathParams, CreateNotificationPreferencesResponse, CreateOrderBody, CreateOrderContent, CreateOrderResponse, CreateOrderReturn, CreateOrderReturnBody, CreateOrderReturnContent, CreateOrderReturnPathParams, CreateOrderReturnResponse, CreatePosOrderBody, CreatePosOrderContent, CreatePosOrderResponse, CreateProductReviewFormData, CreateProductReviewPathParams, CreateProductReviewResponse, CreateReview, CreateStandardSubscription, CreateSubscription, CreateSubscriptionBody, CreateSubscriptionContent, CreateSubscriptionResponse, Currency, CustomSlabsBasedOnAmount, CustomSlabsBasedOnQuantity, CustomerAddress, CustomerClient, CustomerDetail, CustomerGroup, CustomerLoyalty, CustomerReadyForReview, CustomerReview, DateAttribute, DeactivateUserPathParams, DeactivateUserResponse, DebugLogger, DebugLoggerFn, DeleteAddressPathParams, DeleteAddressResponse, DeleteCartPathParams, DeleteCartResponse, DeleteDocumentPathParams, DeleteDocumentResponse, DeleteFromWishlistBody, DeleteFromWishlistContent, DeleteFromWishlistPathParams, DeleteFromWishlistResponse, DeleteUserCartPathParams, DeleteUserCartResponse, DeliveryFulfillment, DiscountBasedPromotion, DiscountCouponPromotion, DiscountRule, Document, Environment, EvaluateCouponsContent, EvaluateCouponsPathParams, EvaluateCouponsResponse, EvaluatePromotionsContent, EvaluatePromotionsPathParams, EvaluatePromotionsResponse, FixedAmountDiscountRule, FixedPriceCouponPromotion, FixedPricePromotion, FixedPriceRule, FixedPriceRuleBasedAmount, FixedPriceRuleBasedQuantity, ForgotPasswordBody, ForgotPasswordContent, ForgotPasswordResponse, FreeGoodCouponPromotion, FreeGoodsPromotion, FreeGoodsRule, FreeShipingCouponPromotion, FulfillmentItem, FulfillmentPreference, GenerateHashBody, GenerateHashContent, GenerateHashResponse, GenerateOtpBody, GenerateOtpContent, GenerateOtpHeaderParams, GenerateOtpResponse, GenerateOtpWithEmail, GenerateOtpWithPhone, GetAddressDetailContent, GetAddressDetailPathParams, GetAddressDetailResponse, GetAnonymousTokenContent, GetAnonymousTokenResponse, GetCartContent, GetCartPathParams, GetCartResponse, GetConfigContent, GetConfigResponse, GetCustomerDetailContent, GetCustomerDetailPathParams, GetCustomerDetailResponse, GetDocumentContent, GetDocumentPathParams, GetDocumentResponse, GetFulfillmentOptionsBody, GetFulfillmentOptionsContent, GetFulfillmentOptionsResponse, GetJuspayCustomerContent, GetJuspayCustomerPathParams, GetJuspayCustomerResponse, GetLoyaltyDetailsContent, GetLoyaltyDetailsPathParams, GetLoyaltyDetailsResponse, GetNotificationPreferencesContent, GetNotificationPreferencesPathParams, GetNotificationPreferencesResponse, GetOrderDetailContent, GetOrderDetailPathParams, GetOrderDetailResponse, GetOrderReturnDetailContent, GetOrderReturnDetailPathParams, GetOrderReturnDetailResponse, GetPaymentStatusContent, GetPaymentStatusPathParams, GetPaymentStatusResponse, GetPosFulfillmentOptionsBody, GetPosFulfillmentOptionsContent, GetPosFulfillmentOptionsResponse, GetPosUserContent, GetPosUserPathParams, GetPosUserResponse, GetProductDetailContent, GetProductDetailHeaderParams, GetProductDetailPathParams, GetProductDetailQuery, GetProductDetailResponse, GetProfileImageContent, GetProfileImagePathParams, GetProfileImageResponse, GetShippingMethodsBody, GetShippingMethodsContent, GetShippingMethodsResponse, GetSubscriptionContent, GetSubscriptionPathParams, GetSubscriptionResponse, GetUserCartContent, GetUserCartPathParams, GetUserCartResponse, GetUserDetailContent, GetUserDetailPathParams, GetUserDetailResponse, GetVariantDetailContent, GetVariantDetailHeaderParams, GetVariantDetailPathParams, GetVariantDetailQuery, GetVariantDetailResponse, GetWishlistContent, GetWishlistPathParams, GetWishlistResponse, GstinDetail, HeaderConfig, HelpersClient, InapplicableCoupon, InapplicablePromotion, Item, JuspayCardPayload, JuspayCreateCardResponse, JuspayCreateCustomerPayload, JuspayCreateOrderPayload, JuspayCustomer, JuspayOrder, JuspayPaymentGatewayParams, JuspayPaymentInfo, JuspayPaymentMethod, JuspaySavedCard, KycDocument, KycDocumentConfig, ListAddressesContent, ListAddressesPathParams, ListAddressesQuery, ListAddressesResponse, ListCategoriesContent, ListCategoriesQuery, ListCategoriesResponse, ListCountriesContent, ListCountriesResponse, ListCountryPincodesContent, ListCountryPincodesPathParams, ListCountryPincodesQuery, ListCountryPincodesResponse, ListCountryStatesContent, ListCountryStatesPathParams, ListCountryStatesResponse, ListCouponsContent, ListCouponsHeaderParams, ListCouponsResponse, ListCrosssellProductsContent, ListCrosssellProductsHeaderParams, ListCrosssellProductsQuery, ListCrosssellProductsResponse, ListDocumentsContent, ListDocumentsPathParams, ListDocumentsResponse, ListKycDocumentContent, ListKycDocumentResponse, ListLoyaltyActivitiesContent, ListLoyaltyActivitiesPathParams, ListLoyaltyActivitiesQuery, ListLoyaltyActivitiesResponse, ListOrderPaymentsContent, ListOrderPaymentsPathParams, ListOrderPaymentsResponse, ListOrderRefundsContent, ListOrderRefundsPathParams, ListOrderRefundsResponse, ListOrderShipmentsContent, ListOrderShipmentsPathParams, ListOrderShipmentsResponse, ListOrdersContent, ListOrdersQuery, ListOrdersResponse, ListPaymentMethodsContent, ListPaymentMethodsQuery, ListPaymentMethodsResponse, ListPaymentOptionsContent, ListPaymentOptionsResponse, ListPosDevicesContent, ListPosDevicesResponse, ListPosLocationsContent, ListPosLocationsResponse, ListProductReviewsContent, ListProductReviewsPathParams, ListProductReviewsQuery, ListProductReviewsResponse, ListProductVariantsContent, ListProductVariantsHeaderParams, ListProductVariantsPathParams, ListProductVariantsQuery, ListProductVariantsResponse, ListProductsContent, ListProductsHeaderParams, ListProductsQuery, ListProductsResponse, ListPromotionsContent, ListPromotionsHeaderParams, ListPromotionsResponse, ListReturnsContent, ListReturnsResponse, ListSavedCardsContent, ListSavedCardsQuery, ListSavedCardsResponse, ListSimilarProductsContent, ListSimilarProductsHeaderParams, ListSimilarProductsQuery, ListSimilarProductsResponse, ListSkusContent, ListSkusHeaderParams, ListSkusQuery, ListSkusResponse, ListSubscriptionsContent, ListSubscriptionsResponse, ListUpsellProductsContent, ListUpsellProductsHeaderParams, ListUpsellProductsQuery, ListUpsellProductsResponse, ListUserReviewsContent, ListUserReviewsPathParams, ListUserReviewsResponse, LoginPosDeviceWithEmailBody, LoginPosDeviceWithEmailContent, LoginPosDeviceWithEmailHeaderParams, LoginPosDeviceWithEmailResponse, LoginPosDeviceWithPhoneBody, LoginPosDeviceWithPhoneContent, LoginPosDeviceWithPhoneHeaderParams, LoginPosDeviceWithPhoneResponse, LoginPosDeviceWithWhatsappBody, LoginPosDeviceWithWhatsappContent, LoginPosDeviceWithWhatsappHeaderParams, LoginPosDeviceWithWhatsappResponse, LoginWithEmailBody, LoginWithEmailContent, LoginWithEmailHeaderParams, LoginWithEmailResponse, LoginWithPasswordBody, LoginWithPasswordContent, LoginWithPasswordResponse, LoginWithPhoneBody, LoginWithPhoneContent, LoginWithPhoneHeaderParams, LoginWithPhoneResponse, LoginWithWhatsappBody, LoginWithWhatsappContent, LoginWithWhatsappHeaderParams, LoginWithWhatsappResponse, LogoutContent, LogoutFromPosDeviceResponse, LogoutResponse, LotBatchDetail, LoyaltyPointActivity, MeasurementUnit, MemoryTokenStorage, MultiSelectAttribute, NetbankingPayment, NotificationChannelPreferences, NotificationPreferences, NumberAttribute, Order, OrderClient, OrderDetail, OrderItem, OrderList, OrderPayment, OrderRefund, OrderReturn, OrderReturnItem, OrderShipment, Pagination, PairPosDeviceBody, PairPosDeviceContent, PairPosDeviceResponse, PanDetail, PartialCollectAndDelivery, PauseSubscription, PayWithCard, PayWithCash, PayWithPaymentGateway, PayWithUpi, PaymentGateway, PaymentGatewayParams, PaymentInfo, PayuCardPayload, PayuCreateCardResponse, PayuPaymentGatewayParams, PayuPaymentInfo, PayuPaymentMethod, PayuSavedCard, PercentageDiscountRule, Pincode, PincodeServiceability, PosApplyCouponBody, PosApplyCouponContent, PosApplyCouponPathParams, PosApplyCouponResponse, PosCreateCartAddressBody, PosCreateCartAddressContent, PosCreateCartAddressPathParams, PosCreateCartAddressResponse, PosCreateCartBody, PosCreateCartContent, PosCreateCartResponse, PosDeleteCartPathParams, PosDeleteCartResponse, PosDevice, PosDeviceClaimedUser, PosEvaluateCouponsContent, PosEvaluateCouponsPathParams, PosEvaluateCouponsResponse, PosEvaluatePromotionsContent, PosEvaluatePromotionsPathParams, PosEvaluatePromotionsResponse, PosGetCartContent, PosGetCartPathParams, PosGetCartResponse, PosGetPaymentStatusContent, PosGetPaymentStatusPathParams, PosGetPaymentStatusResponse, PosGetProductDetailContent, PosGetProductDetailHeaderParams, PosGetProductDetailPathParams, PosGetProductDetailQuery, PosGetProductDetailResponse, PosGetUserCartContent, PosGetUserCartPathParams, PosGetUserCartResponse, PosGetVariantDetailContent, PosGetVariantDetailHeaderParams, PosGetVariantDetailPathParams, PosGetVariantDetailQuery, PosGetVariantDetailResponse, PosListCategoriesContent, PosListCategoriesQuery, PosListCategoriesResponse, PosListCouponsContent, PosListCouponsHeaderParams, PosListCouponsResponse, PosListCrosssellProductsContent, PosListCrosssellProductsHeaderParams, PosListCrosssellProductsQuery, PosListCrosssellProductsResponse, PosListPaymentOptionsContent, PosListPaymentOptionsResponse, PosListProductReviewsContent, PosListProductReviewsPathParams, PosListProductReviewsQuery, PosListProductReviewsResponse, PosListProductVariantsContent, PosListProductVariantsHeaderParams, PosListProductVariantsPathParams, PosListProductVariantsQuery, PosListProductVariantsResponse, PosListProductsContent, PosListProductsHeaderParams, PosListProductsQuery, PosListProductsResponse, PosListPromotionsContent, PosListPromotionsHeaderParams, PosListPromotionsResponse, PosListSimilarProductsContent, PosListSimilarProductsHeaderParams, PosListSimilarProductsQuery, PosListSimilarProductsResponse, PosListSkusContent, PosListSkusHeaderParams, PosListSkusQuery, PosListSkusResponse, PosListUpsellProductsContent, PosListUpsellProductsHeaderParams, PosListUpsellProductsQuery, PosListUpsellProductsResponse, PosLocation, PosRedeemCreditBalanceBody, PosRedeemCreditBalanceContent, PosRedeemCreditBalancePathParams, PosRedeemCreditBalanceResponse, PosRedeemLoyaltyPointsBody, PosRedeemLoyaltyPointsContent, PosRedeemLoyaltyPointsPathParams, PosRedeemLoyaltyPointsResponse, PosRemoveCouponContent, PosRemoveCouponPathParams, PosRemoveCouponResponse, PosRemoveCreditBalanceContent, PosRemoveCreditBalancePathParams, PosRemoveCreditBalanceResponse, PosRemoveLoyaltyPointsContent, PosRemoveLoyaltyPointsPathParams, PosRemoveLoyaltyPointsResponse, PosSearchProductsBody, PosSearchProductsContent, PosSearchProductsHeaderParams, PosSearchProductsResponse, PosUpdateCartBody, PosUpdateCartContent, PosUpdateCartPathParams, PosUpdateCartResponse, PosUpdateCustomerWithEmail, PosUpdateCustomerWithId, PosUpdateCustomerWithPhone, PosUpdateFulfillmentPreferenceBody, PosUpdateFulfillmentPreferenceContent, PosUpdateFulfillmentPreferencePathParams, PosUpdateFulfillmentPreferenceResponse, PosUser, Product, ProductAttribute, ProductBundleItem, ProductCategory, ProductDetail, ProductImage, ProductPricing, ProductPromotion, ProductReview, ProductShipping, ProductSubscription, ProductVideo, Promotion, PromotionType, RedeemCreditBalanceBody, RedeemCreditBalanceContent, RedeemCreditBalancePathParams, RedeemCreditBalanceResponse, RedeemLoyaltyPointsBody, RedeemLoyaltyPointsContent, RedeemLoyaltyPointsPathParams, RedeemLoyaltyPointsResponse, RefreshPosAccessTokenBody, RefreshPosAccessTokenContent, RefreshPosAccessTokenResponse, RefreshTokenBody, RefreshTokenContent, RefreshTokenResponse, RegisterWithEmailBody, RegisterWithEmailContent, RegisterWithEmailPassword, RegisterWithEmailResponse, RegisterWithPasswordBody, RegisterWithPasswordContent, RegisterWithPasswordResponse, RegisterWithPhoneBody, RegisterWithPhoneContent, RegisterWithPhonePassword, RegisterWithPhoneResponse, RegisterWithWhatsappBody, RegisterWithWhatsappContent, RegisterWithWhatsappResponse, RemoveCouponContent, RemoveCouponPathParams, RemoveCouponResponse, RemoveCreditBalanceContent, RemoveCreditBalancePathParams, RemoveCreditBalanceResponse, RemoveLoyaltyPointsContent, RemoveLoyaltyPointsPathParams, RemoveLoyaltyPointsResponse, RemoveProfileImagePathParams, RemoveProfileImageResponse, ResetPasswordBody, ResetPasswordContent, ResetPasswordResponse, ResponseUtils, RetryOrderPaymentBody, RetryOrderPaymentContent, RetryOrderPaymentPathParams, RetryOrderPaymentResponse, RevokeSubscription, SearchProduct, SearchProductsBody, SearchProductsContent, SearchProductsHeaderParams, SearchProductsResponse, Seo, ShipmentItem, ShippingClient, SingleSelectAttribute, SingleSelectOption, StoreConfig, StoreConfigClient, StoreTemplate, StorefrontAPIClient, StorefrontSDK, StorefrontSDK as default, StorefrontSDKOptions, SubscribeNewsletterBody, SubscribeNewsletterResponse, Subscription, SubscriptionBehaviour, SubscriptionDetail, SubscriptionInvoiceItem, SupportedDefaultHeaders, TextAttribute, type TokenStorage, TrackAnalyticsEventBody, TrackAnalyticsEventResponse, UnclaimPosDeviceContent, UnclaimPosDevicePathParams, UnclaimPosDeviceResponse, UpdateAddressDetailBody, UpdateAddressDetailContent, UpdateAddressDetailPathParams, UpdateAddressDetailResponse, UpdateCartBody, UpdateCartContent, UpdateCartItem, UpdateCartPathParams, UpdateCartResponse, UpdateCustomer, UpdateCustomerBody, UpdateCustomerContent, UpdateCustomerPathParams, UpdateCustomerResponse, UpdateDigitalProductSubscription, UpdateDocument, UpdateDocumentContent, UpdateDocumentFormData, UpdateDocumentPathParams, UpdateDocumentResponse, UpdateFulfillmentPreferenceBody, UpdateFulfillmentPreferenceContent, UpdateFulfillmentPreferencePathParams, UpdateFulfillmentPreferenceResponse, UpdateNotificationPreferencesBody, UpdateNotificationPreferencesContent, UpdateNotificationPreferencesPathParams, UpdateNotificationPreferencesResponse, UpdatePhysicalProductSubscription, UpdatePosCartCustomerBody, UpdatePosCartCustomerContent, UpdatePosCartCustomerPathParams, UpdatePosCartCustomerResponse, UpdateProfileImageContent, UpdateProfileImageFormData, UpdateProfileImagePathParams, UpdateProfileImageResponse, UpdateShippingMethodBody, UpdateShippingMethodContent, UpdateShippingMethodPathParams, UpdateShippingMethodResponse, UpdateSubscriptionBody, UpdateSubscriptionContent, UpdateSubscriptionPathParams, UpdateSubscriptionResponse, UpdateUserBody, UpdateUserContent, UpdateUserPathParams, UpdateUserResponse, UpiPayment, User, type UserInfo, Variant, VariantDetail, VariantOption, VerifyDocumentBody, VerifyDocumentContent, VerifyDocumentPathParams, VerifyDocumentResponse, VerifyOtpBody, VerifyOtpContent, VerifyOtpResponse, VerifyPosLoginOtpBody, VerifyPosLoginOtpContent, VerifyPosLoginOtpResponse, VerifyVpaContent, VerifyVpaQuery, VerifyVpaResponse, VolumeBasedCouponPromotion, VolumeBasedPromotion, VolumeBasedRule, WalletPayment, type components, createDebugMiddleware, createTimeoutMiddleware, executeRequest, extractRequestBody, getPathnameFromUrl, mergeAndTransformHeaders, mergeHeaders, type operations, type paths, transformHeaders };
15371
15808
  //# sourceMappingURL=index.d.ts.map