@commercengine/storefront-sdk 0.4.7 → 0.4.8
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.cts +556 -405
- package/dist/index.d.ts +556 -405
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10097,6 +10097,157 @@ interface operations {
|
|
|
10097
10097
|
};
|
|
10098
10098
|
}
|
|
10099
10099
|
|
|
10100
|
+
type AcceleratedRewardCouponPromotion = components["schemas"]["AcceleratedRewardCouponPromotion"];
|
|
10101
|
+
type AcceleratedRewardRule = components["schemas"]["AcceleratedRewardRule"];
|
|
10102
|
+
type AdditionalProductDetails = components["schemas"]["AdditionalProductDetails"];
|
|
10103
|
+
type AnalyticsEvent = components["schemas"]["AnalyticsEvent"];
|
|
10104
|
+
type AnonymousUser = components["schemas"]["AnonymousUser"];
|
|
10105
|
+
type AppliedCoupon = components["schemas"]["AppliedCoupon"];
|
|
10106
|
+
type AppliedPromotion = components["schemas"]["AppliedPromotion"];
|
|
10107
|
+
type AssociatedOption = components["schemas"]["AssociatedOption"];
|
|
10108
|
+
type AutoScaleBasedOnAmount = components["schemas"]["AutoScaleBasedOnAmount"];
|
|
10109
|
+
type AutoScaleBasedOnQuantity = components["schemas"]["AutoScaleBasedOnQuantity"];
|
|
10110
|
+
type BankTransfer = components["schemas"]["BankTransfer"];
|
|
10111
|
+
type BooleanAttribute = components["schemas"]["BooleanAttribute"];
|
|
10112
|
+
type Brand = components["schemas"]["Brand"];
|
|
10113
|
+
type Business = components["schemas"]["Business"];
|
|
10114
|
+
type BuyXGetYCouponPromotion = components["schemas"]["BuyXGetYCouponPromotion"];
|
|
10115
|
+
type BuyXGetYRule = components["schemas"]["BuyXGetYRule"];
|
|
10116
|
+
type BuyXGetYRuleBasedOnAmount = components["schemas"]["BuyXGetYRuleBasedOnAmount"];
|
|
10117
|
+
type BuyXGetYRuleBasedOnQuantity = components["schemas"]["BuyXGetYRuleBasedOnQuantity"];
|
|
10118
|
+
type CardPayment = components["schemas"]["CardPayment"];
|
|
10119
|
+
type Cart = components["schemas"]["Cart"];
|
|
10120
|
+
type CartBasedServiceabilityCheck = components["schemas"]["CartBasedServiceabilityCheck"];
|
|
10121
|
+
type CartItem = components["schemas"]["CartItem"];
|
|
10122
|
+
type Category = components["schemas"]["Category"];
|
|
10123
|
+
type ColorAttribute = components["schemas"]["ColorAttribute"];
|
|
10124
|
+
type ColorOption = components["schemas"]["ColorOption"];
|
|
10125
|
+
type Country = components["schemas"]["Country"];
|
|
10126
|
+
type CountryState = components["schemas"]["CountryState"];
|
|
10127
|
+
type Coupon = components["schemas"]["Coupon"];
|
|
10128
|
+
type CouponPromotionCommonDetail = components["schemas"]["CouponPromotionCommonDetail"];
|
|
10129
|
+
type CreateCustomSubscription = components["schemas"]["CreateCustomSubscription"];
|
|
10130
|
+
type CreateCustomer = components["schemas"]["CreateCustomer"];
|
|
10131
|
+
type CreateOrderReturn = components["schemas"]["CreateOrderReturn"];
|
|
10132
|
+
type CreateReview = components["schemas"]["CreateReview"];
|
|
10133
|
+
type CreateStandardSubscription = components["schemas"]["CreateStandardSubscription"];
|
|
10134
|
+
type CreateSubscription = components["schemas"]["CreateSubscription"];
|
|
10135
|
+
type Currency = components["schemas"]["Currency"];
|
|
10136
|
+
type CustomSlabsBasedOnAmount = components["schemas"]["CustomSlabsBasedOnAmount"];
|
|
10137
|
+
type CustomSlabsBasedOnQuantity = components["schemas"]["CustomSlabsBasedOnQuantity"];
|
|
10138
|
+
type CustomerAddress = components["schemas"]["CustomerAddress"];
|
|
10139
|
+
type CustomerDetail = components["schemas"]["CustomerDetail"];
|
|
10140
|
+
type CustomerGroup = components["schemas"]["CustomerGroup"];
|
|
10141
|
+
type CustomerLoyalty = components["schemas"]["CustomerLoyalty"];
|
|
10142
|
+
type CustomerReadyForReview = components["schemas"]["CustomerReadyForReview"];
|
|
10143
|
+
type CustomerReview = components["schemas"]["CustomerReview"];
|
|
10144
|
+
type DateAttribute = components["schemas"]["DateAttribute"];
|
|
10145
|
+
type DiscountBasedPromotion = components["schemas"]["DiscountBasedPromotion"];
|
|
10146
|
+
type DiscountCouponPromotion = components["schemas"]["DiscountCouponPromotion"];
|
|
10147
|
+
type DiscountRule = components["schemas"]["DiscountRule"];
|
|
10148
|
+
type Document = components["schemas"]["Document"];
|
|
10149
|
+
type FixedAmountDiscountRule = components["schemas"]["FixedAmountDiscountRule"];
|
|
10150
|
+
type FixedPriceCouponPromotion = components["schemas"]["FixedPriceCouponPromotion"];
|
|
10151
|
+
type FixedPricePromotion = components["schemas"]["FixedPricePromotion"];
|
|
10152
|
+
type FixedPriceRule = components["schemas"]["FixedPriceRule"];
|
|
10153
|
+
type FixedPriceRuleBasedAmount = components["schemas"]["FixedPriceRuleBasedAmount"];
|
|
10154
|
+
type FixedPriceRuleBasedQuantity = components["schemas"]["FixedPriceRuleBasedQuantity"];
|
|
10155
|
+
type FreeGoodCouponPromotion = components["schemas"]["FreeGoodCouponPromotion"];
|
|
10156
|
+
type FreeGoodsPromotion = components["schemas"]["FreeGoodsPromotion"];
|
|
10157
|
+
type FreeGoodsRule = components["schemas"]["FreeGoodsRule"];
|
|
10158
|
+
type FreeShipingCouponPromotion = components["schemas"]["FreeShipingCouponPromotion"];
|
|
10159
|
+
type GenerateOtpWithEmail = components["schemas"]["GenerateOtpWithEmail"];
|
|
10160
|
+
type GenerateOtpWithPhone = components["schemas"]["GenerateOtpWithPhone"];
|
|
10161
|
+
type GstinDetail = components["schemas"]["GstinDetail"];
|
|
10162
|
+
type Item = components["schemas"]["Item"];
|
|
10163
|
+
type JuspayCardPayload = components["schemas"]["JuspayCardPayload"];
|
|
10164
|
+
type JuspayCreateCardResponse = components["schemas"]["JuspayCreateCardResponse"];
|
|
10165
|
+
type JuspayCreateCustomerPayload = components["schemas"]["JuspayCreateCustomerPayload"];
|
|
10166
|
+
type JuspayCreateOrderPayload = components["schemas"]["JuspayCreateOrderPayload"];
|
|
10167
|
+
type JuspayCustomer = components["schemas"]["JuspayCustomer"];
|
|
10168
|
+
type JuspayOrder = components["schemas"]["JuspayOrder"];
|
|
10169
|
+
type JuspayPaymentGatewayParams = components["schemas"]["JuspayPaymentGatewayParams"];
|
|
10170
|
+
type JuspayPaymentInfo = components["schemas"]["JuspayPaymentInfo"];
|
|
10171
|
+
type JuspayPaymentMethod = components["schemas"]["JuspayPaymentMethod"];
|
|
10172
|
+
type JuspaySavedCard = components["schemas"]["JuspaySavedCard"];
|
|
10173
|
+
type KycDocument = components["schemas"]["KycDocument"];
|
|
10174
|
+
type KycDocumentConfig = components["schemas"]["KycDocumentConfig"];
|
|
10175
|
+
type LoyaltyPointActivity = components["schemas"]["LoyaltyPointActivity"];
|
|
10176
|
+
type MeasurementUnit = components["schemas"]["MeasurementUnit"];
|
|
10177
|
+
type MultiSelectAttribute = components["schemas"]["MultiSelectAttribute"];
|
|
10178
|
+
type NetbankingPayment = components["schemas"]["NetbankingPayment"];
|
|
10179
|
+
type NotificationChannelPreferences = components["schemas"]["NotificationChannelPreferences"];
|
|
10180
|
+
type NotificationPreferences = components["schemas"]["NotificationPreferences"];
|
|
10181
|
+
type NumberAttribute = components["schemas"]["NumberAttribute"];
|
|
10182
|
+
type Order = components["schemas"]["Order"];
|
|
10183
|
+
type OrderDetail = components["schemas"]["OrderDetail"];
|
|
10184
|
+
type OrderItem = components["schemas"]["OrderItem"];
|
|
10185
|
+
type OrderList = components["schemas"]["OrderList"];
|
|
10186
|
+
type OrderPayment = components["schemas"]["OrderPayment"];
|
|
10187
|
+
type OrderRefund = components["schemas"]["OrderRefund"];
|
|
10188
|
+
type OrderReturn = components["schemas"]["OrderReturn"];
|
|
10189
|
+
type OrderReturnItem = components["schemas"]["OrderReturnItem"];
|
|
10190
|
+
type OrderShipment = components["schemas"]["OrderShipment"];
|
|
10191
|
+
type Pagination = components["schemas"]["Pagination"];
|
|
10192
|
+
type PanDetail = components["schemas"]["PanDetail"];
|
|
10193
|
+
type PauseSubscription = components["schemas"]["PauseSubscription"];
|
|
10194
|
+
type PaymentInfo = components["schemas"]["PaymentInfo"];
|
|
10195
|
+
type PayuCardPayload = components["schemas"]["PayuCardPayload"];
|
|
10196
|
+
type PayuCreateCardResponse = components["schemas"]["PayuCreateCardResponse"];
|
|
10197
|
+
type PayuPaymentGatewayParams = components["schemas"]["PayuPaymentGatewayParams"];
|
|
10198
|
+
type PayuPaymentInfo = components["schemas"]["PayuPaymentInfo"];
|
|
10199
|
+
type PayuPaymentMethod = components["schemas"]["PayuPaymentMethod"];
|
|
10200
|
+
type PayuSavedCard = components["schemas"]["PayuSavedCard"];
|
|
10201
|
+
type PercentageDiscountRule = components["schemas"]["PercentageDiscountRule"];
|
|
10202
|
+
type Pincode = components["schemas"]["Pincode"];
|
|
10203
|
+
type PincodeServiceability = components["schemas"]["PincodeServiceability"];
|
|
10204
|
+
type PosDevice = components["schemas"]["PosDevice"];
|
|
10205
|
+
type PosUpdateCustomerWithEmail = components["schemas"]["PosUpdateCustomerWithEmail"];
|
|
10206
|
+
type PosUpdateCustomerWithId = components["schemas"]["PosUpdateCustomerWithId"];
|
|
10207
|
+
type PosUpdateCustomerWithPhone = components["schemas"]["PosUpdateCustomerWithPhone"];
|
|
10208
|
+
type PosUser = components["schemas"]["PosUser"];
|
|
10209
|
+
type Product = components["schemas"]["Product"];
|
|
10210
|
+
type ProductAttribute = components["schemas"]["ProductAttribute"];
|
|
10211
|
+
type ProductBundleItem = components["schemas"]["ProductBundleItem"];
|
|
10212
|
+
type ProductCategory = components["schemas"]["ProductCategory"];
|
|
10213
|
+
type ProductDetail = components["schemas"]["ProductDetail"];
|
|
10214
|
+
type ProductImage = components["schemas"]["ProductImage"];
|
|
10215
|
+
type ProductPricing = components["schemas"]["ProductPricing"];
|
|
10216
|
+
type ProductPromotion = components["schemas"]["ProductPromotion"];
|
|
10217
|
+
type ProductReview = components["schemas"]["ProductReview"];
|
|
10218
|
+
type ProductShipping = components["schemas"]["ProductShipping"];
|
|
10219
|
+
type ProductSubscription = components["schemas"]["ProductSubscription"];
|
|
10220
|
+
type ProductVideo = components["schemas"]["ProductVideo"];
|
|
10221
|
+
type Promotion = components["schemas"]["Promotion"];
|
|
10222
|
+
type RegisterWithEmailPassword = components["schemas"]["RegisterWithEmailPassword"];
|
|
10223
|
+
type RegisterWithPhonePassword = components["schemas"]["RegisterWithPhonePassword"];
|
|
10224
|
+
type RevokeSubscription = components["schemas"]["RevokeSubscription"];
|
|
10225
|
+
type SearchProduct = components["schemas"]["SearchProduct"];
|
|
10226
|
+
type Seo = components["schemas"]["Seo"];
|
|
10227
|
+
type ShipmentItem = components["schemas"]["ShipmentItem"];
|
|
10228
|
+
type SingleSelectAttribute = components["schemas"]["SingleSelectAttribute"];
|
|
10229
|
+
type SingleSelectOption = components["schemas"]["SingleSelectOption"];
|
|
10230
|
+
type StoreConfig = components["schemas"]["StoreConfig"];
|
|
10231
|
+
type StoreTemplate = components["schemas"]["StoreTemplate"];
|
|
10232
|
+
type Subscription = components["schemas"]["Subscription"];
|
|
10233
|
+
type SubscriptionBehaviour = components["schemas"]["SubscriptionBehaviour"];
|
|
10234
|
+
type SubscriptionDetail = components["schemas"]["SubscriptionDetail"];
|
|
10235
|
+
type SubscriptionInvoiceItem = components["schemas"]["SubscriptionInvoiceItem"];
|
|
10236
|
+
type TextAttribute = components["schemas"]["TextAttribute"];
|
|
10237
|
+
type UpdateCartItem = components["schemas"]["UpdateCartItem"];
|
|
10238
|
+
type UpdateCustomer = components["schemas"]["UpdateCustomer"];
|
|
10239
|
+
type UpdateDigitalProductSubscription = components["schemas"]["UpdateDigitalProductSubscription"];
|
|
10240
|
+
type UpdateDocument = components["schemas"]["UpdateDocument"];
|
|
10241
|
+
type UpdatePhysicalProductSubscription = components["schemas"]["UpdatePhysicalProductSubscription"];
|
|
10242
|
+
type UpiPayment = components["schemas"]["UpiPayment"];
|
|
10243
|
+
type User = components["schemas"]["User"];
|
|
10244
|
+
type Variant = components["schemas"]["Variant"];
|
|
10245
|
+
type VariantDetail = components["schemas"]["VariantDetail"];
|
|
10246
|
+
type VariantOption = components["schemas"]["VariantOption"];
|
|
10247
|
+
type VolumeBasedCouponPromotion = components["schemas"]["VolumeBasedCouponPromotion"];
|
|
10248
|
+
type VolumeBasedPromotion = components["schemas"]["VolumeBasedPromotion"];
|
|
10249
|
+
type VolumeBasedRule = components["schemas"]["VolumeBasedRule"];
|
|
10250
|
+
type WalletPayment = components["schemas"]["WalletPayment"];
|
|
10100
10251
|
type ApiResult<T> = {
|
|
10101
10252
|
data: T;
|
|
10102
10253
|
error: null;
|
|
@@ -10112,410 +10263,410 @@ type ApiErrorResponse = {
|
|
|
10112
10263
|
code?: string;
|
|
10113
10264
|
message?: string;
|
|
10114
10265
|
};
|
|
10115
|
-
type ListProductsResponse = paths[
|
|
10116
|
-
type ListProductsContent = ListProductsResponse[
|
|
10117
|
-
type ListProductsQuery = paths[
|
|
10118
|
-
type ListProductsHeaderParams = paths[
|
|
10119
|
-
type ListSkusResponse = paths[
|
|
10120
|
-
type ListSkusContent = ListSkusResponse[
|
|
10121
|
-
type ListSkusQuery = paths[
|
|
10122
|
-
type ListSkusHeaderParams = paths[
|
|
10123
|
-
type GetProductDetailResponse = paths[
|
|
10124
|
-
type GetProductDetailContent = GetProductDetailResponse[
|
|
10125
|
-
type GetProductDetailPathParams = paths[
|
|
10126
|
-
type GetProductDetailHeaderParams = paths[
|
|
10127
|
-
type ListProductVariantsResponse = paths[
|
|
10128
|
-
type ListProductVariantsContent = ListProductVariantsResponse[
|
|
10129
|
-
type ListProductVariantsPathParams = paths[
|
|
10130
|
-
type ListProductVariantsHeaderParams = paths[
|
|
10131
|
-
type GetVariantDetailResponse = paths[
|
|
10132
|
-
type GetVariantDetailContent = GetVariantDetailResponse[
|
|
10133
|
-
type GetVariantDetailPathParams = paths[
|
|
10134
|
-
type GetVariantDetailHeaderParams = paths[
|
|
10135
|
-
type ListCategoriesResponse = paths[
|
|
10136
|
-
type ListCategoriesContent = ListCategoriesResponse[
|
|
10137
|
-
type ListCategoriesQuery = paths[
|
|
10138
|
-
type ListProductReviewsResponse = paths[
|
|
10139
|
-
type ListProductReviewsContent = ListProductReviewsResponse[
|
|
10140
|
-
type ListProductReviewsQuery = paths[
|
|
10141
|
-
type ListProductReviewsPathParams = paths[
|
|
10142
|
-
type CreateProductReviewResponse = paths[
|
|
10143
|
-
type CreateProductReviewPathParams = paths[
|
|
10144
|
-
type CreateProductReviewFormData = NonNullable<paths[
|
|
10145
|
-
type ListSimilarProductsResponse = paths[
|
|
10146
|
-
type ListSimilarProductsContent = ListSimilarProductsResponse[
|
|
10147
|
-
type ListSimilarProductsQuery = paths[
|
|
10148
|
-
type ListSimilarProductsHeaderParams = paths[
|
|
10149
|
-
type ListUpsellProductsResponse = paths[
|
|
10150
|
-
type ListUpsellProductsContent = ListUpsellProductsResponse[
|
|
10151
|
-
type ListUpsellProductsQuery = paths[
|
|
10152
|
-
type ListUpsellProductsHeaderParams = paths[
|
|
10153
|
-
type ListCrosssellProductsResponse = paths[
|
|
10154
|
-
type ListCrosssellProductsContent = ListCrosssellProductsResponse[
|
|
10155
|
-
type ListCrosssellProductsQuery = paths[
|
|
10156
|
-
type ListCrosssellProductsHeaderParams = paths[
|
|
10157
|
-
type SearchProductsResponse = paths[
|
|
10158
|
-
type SearchProductsContent = SearchProductsResponse[
|
|
10159
|
-
type SearchProductsHeaderParams = paths[
|
|
10160
|
-
type SearchProductsBody = NonNullable<paths[
|
|
10161
|
-
type CreateCartResponse = paths[
|
|
10162
|
-
type CreateCartContent = CreateCartResponse[
|
|
10163
|
-
type CreateCartBody = NonNullable<paths[
|
|
10164
|
-
type GetCartResponse = paths[
|
|
10165
|
-
type GetCartContent = GetCartResponse[
|
|
10166
|
-
type GetCartPathParams = paths[
|
|
10167
|
-
type DeleteCartResponse = paths[
|
|
10168
|
-
type DeleteCartPathParams = paths[
|
|
10169
|
-
type GetUserCartResponse = paths[
|
|
10170
|
-
type GetUserCartContent = GetUserCartResponse[
|
|
10171
|
-
type GetUserCartPathParams = paths[
|
|
10172
|
-
type DeleteUserCartResponse = paths[
|
|
10173
|
-
type DeleteUserCartPathParams = paths[
|
|
10174
|
-
type UpdateCartResponse = paths[
|
|
10175
|
-
type UpdateCartContent = UpdateCartResponse[
|
|
10176
|
-
type UpdateCartPathParams = paths[
|
|
10177
|
-
type UpdateCartBody = NonNullable<paths[
|
|
10178
|
-
type CreateCartAddressResponse = paths[
|
|
10179
|
-
type CreateCartAddressContent = CreateCartAddressResponse[
|
|
10180
|
-
type CreateCartAddressPathParams = paths[
|
|
10181
|
-
type CreateCartAddressBody = NonNullable<paths[
|
|
10182
|
-
type UpdateCartCustomerResponse = paths[
|
|
10183
|
-
type UpdateCartCustomerContent = UpdateCartCustomerResponse[
|
|
10184
|
-
type UpdateCartCustomerPathParams = paths[
|
|
10185
|
-
type UpdateCartCustomerBody = NonNullable<paths[
|
|
10186
|
-
type UpdateShippingMethodResponse = paths[
|
|
10187
|
-
type UpdateShippingMethodContent = UpdateShippingMethodResponse[
|
|
10188
|
-
type UpdateShippingMethodPathParams = paths[
|
|
10189
|
-
type UpdateShippingMethodBody = NonNullable<paths[
|
|
10190
|
-
type ApplyCouponResponse = paths[
|
|
10191
|
-
type ApplyCouponContent = ApplyCouponResponse[
|
|
10192
|
-
type ApplyCouponPathParams = paths[
|
|
10193
|
-
type ApplyCouponBody = NonNullable<paths[
|
|
10194
|
-
type RemoveCouponResponse = paths[
|
|
10195
|
-
type RemoveCouponContent = RemoveCouponResponse[
|
|
10196
|
-
type RemoveCouponPathParams = paths[
|
|
10197
|
-
type RedeemLoyaltyPointsResponse = paths[
|
|
10198
|
-
type RedeemLoyaltyPointsContent = RedeemLoyaltyPointsResponse[
|
|
10199
|
-
type RedeemLoyaltyPointsPathParams = paths[
|
|
10200
|
-
type RedeemLoyaltyPointsBody = NonNullable<paths[
|
|
10201
|
-
type RemoveLoyaltyPointsResponse = paths[
|
|
10202
|
-
type RemoveLoyaltyPointsContent = RemoveLoyaltyPointsResponse[
|
|
10203
|
-
type RemoveLoyaltyPointsPathParams = paths[
|
|
10204
|
-
type RedeemCreditBalanceResponse = paths[
|
|
10205
|
-
type RedeemCreditBalanceContent = RedeemCreditBalanceResponse[
|
|
10206
|
-
type RedeemCreditBalancePathParams = paths[
|
|
10207
|
-
type RedeemCreditBalanceBody = NonNullable<paths[
|
|
10208
|
-
type RemoveCreditBalanceResponse = paths[
|
|
10209
|
-
type RemoveCreditBalanceContent = RemoveCreditBalanceResponse[
|
|
10210
|
-
type RemoveCreditBalancePathParams = paths[
|
|
10211
|
-
type RedeemGiftCardResponse = paths[
|
|
10212
|
-
type RedeemGiftCardContent = RedeemGiftCardResponse[
|
|
10213
|
-
type RedeemGiftCardPathParams = paths[
|
|
10214
|
-
type RedeemGiftCardBody = NonNullable<paths[
|
|
10215
|
-
type RemoveGiftCardResponse = paths[
|
|
10216
|
-
type RemoveGiftCardContent = RemoveGiftCardResponse[
|
|
10217
|
-
type RemoveGiftCardPathParams = paths[
|
|
10218
|
-
type ListCouponsResponse = paths[
|
|
10219
|
-
type ListCouponsContent = ListCouponsResponse[
|
|
10220
|
-
type ListCouponsHeaderParams = paths[
|
|
10221
|
-
type ListPromotionsResponse = paths[
|
|
10222
|
-
type ListPromotionsContent = ListPromotionsResponse[
|
|
10223
|
-
type ListPromotionsHeaderParams = paths[
|
|
10224
|
-
type GetWishlistResponse = paths[
|
|
10225
|
-
type GetWishlistContent = GetWishlistResponse[
|
|
10226
|
-
type GetWishlistPathParams = paths[
|
|
10227
|
-
type AddToWishlistResponse = paths[
|
|
10228
|
-
type AddToWishlistContent = AddToWishlistResponse[
|
|
10229
|
-
type AddToWishlistPathParams = paths[
|
|
10230
|
-
type AddToWishlistBody = NonNullable<paths[
|
|
10231
|
-
type DeleteFromWishlistResponse = paths[
|
|
10232
|
-
type DeleteFromWishlistContent = DeleteFromWishlistResponse[
|
|
10233
|
-
type DeleteFromWishlistPathParams = paths[
|
|
10234
|
-
type DeleteFromWishlistBody = NonNullable<paths[
|
|
10235
|
-
type CreateCustomerResponse = paths[
|
|
10236
|
-
type CreateCustomerContent = CreateCustomerResponse[
|
|
10237
|
-
type CreateCustomerBody = NonNullable<paths[
|
|
10238
|
-
type EvaluatePromotionsResponse = paths[
|
|
10239
|
-
type EvaluatePromotionsContent = EvaluatePromotionsResponse[
|
|
10240
|
-
type EvaluatePromotionsPathParams = paths[
|
|
10241
|
-
type EvaluateCouponsResponse = paths[
|
|
10242
|
-
type EvaluateCouponsContent = EvaluateCouponsResponse[
|
|
10243
|
-
type EvaluateCouponsPathParams = paths[
|
|
10244
|
-
type EvaluatePosPromotionsResponse = paths[
|
|
10245
|
-
type EvaluatePosPromotionsContent = EvaluatePosPromotionsResponse[
|
|
10246
|
-
type EvaluatePosPromotionsPathParams = paths[
|
|
10247
|
-
type EvaluatePosCouponsResponse = paths[
|
|
10248
|
-
type EvaluatePosCouponsContent = EvaluatePosCouponsResponse[
|
|
10249
|
-
type EvaluatePosCouponsPathParams = paths[
|
|
10250
|
-
type GetCustomerDetailResponse = paths[
|
|
10251
|
-
type GetCustomerDetailContent = GetCustomerDetailResponse[
|
|
10252
|
-
type GetCustomerDetailPathParams = paths[
|
|
10253
|
-
type UpdateCustomerResponse = paths[
|
|
10254
|
-
type UpdateCustomerContent = UpdateCustomerResponse[
|
|
10255
|
-
type UpdateCustomerPathParams = paths[
|
|
10256
|
-
type UpdateCustomerBody = NonNullable<paths[
|
|
10257
|
-
type ListAddressesResponse = paths[
|
|
10258
|
-
type ListAddressesContent = ListAddressesResponse[
|
|
10259
|
-
type ListAddressesQuery = paths[
|
|
10260
|
-
type ListAddressesPathParams = paths[
|
|
10261
|
-
type CreateAddressResponse = paths[
|
|
10262
|
-
type CreateAddressContent = CreateAddressResponse[
|
|
10263
|
-
type CreateAddressPathParams = paths[
|
|
10264
|
-
type CreateAddressBody = NonNullable<paths[
|
|
10265
|
-
type GetAddressDetailResponse = paths[
|
|
10266
|
-
type GetAddressDetailContent = GetAddressDetailResponse[
|
|
10267
|
-
type GetAddressDetailPathParams = paths[
|
|
10268
|
-
type UpdateAddressDetailResponse = paths[
|
|
10269
|
-
type UpdateAddressDetailContent = UpdateAddressDetailResponse[
|
|
10270
|
-
type UpdateAddressDetailPathParams = paths[
|
|
10271
|
-
type UpdateAddressDetailBody = NonNullable<paths[
|
|
10272
|
-
type DeleteAddressResponse = paths[
|
|
10273
|
-
type DeleteAddressPathParams = paths[
|
|
10274
|
-
type ListKycDocumentResponse = paths[
|
|
10275
|
-
type ListKycDocumentContent = ListKycDocumentResponse[
|
|
10276
|
-
type GetConfigResponse = paths[
|
|
10277
|
-
type GetConfigContent = GetConfigResponse[
|
|
10278
|
-
type ListDocumentsResponse = paths[
|
|
10279
|
-
type ListDocumentsContent = ListDocumentsResponse[
|
|
10280
|
-
type ListDocumentsPathParams = paths[
|
|
10281
|
-
type CreateDocumentResponse = paths[
|
|
10282
|
-
type CreateDocumentContent = CreateDocumentResponse[
|
|
10283
|
-
type CreateDocumentPathParams = paths[
|
|
10284
|
-
type CreateDocumentFormData = NonNullable<paths[
|
|
10285
|
-
type GetDocumentResponse = paths[
|
|
10286
|
-
type GetDocumentContent = GetDocumentResponse[
|
|
10287
|
-
type GetDocumentPathParams = paths[
|
|
10288
|
-
type UpdateDocumentResponse = paths[
|
|
10289
|
-
type UpdateDocumentContent = UpdateDocumentResponse[
|
|
10290
|
-
type UpdateDocumentPathParams = paths[
|
|
10291
|
-
type UpdateDocumentFormData = NonNullable<paths[
|
|
10292
|
-
type DeleteDocumentResponse = paths[
|
|
10293
|
-
type DeleteDocumentPathParams = paths[
|
|
10294
|
-
type VerifyDocumentResponse = paths[
|
|
10295
|
-
type VerifyDocumentContent = VerifyDocumentResponse[
|
|
10296
|
-
type VerifyDocumentPathParams = paths[
|
|
10297
|
-
type VerifyDocumentBody = NonNullable<paths[
|
|
10298
|
-
type GetLoyaltyDetailsResponse = paths[
|
|
10299
|
-
type GetLoyaltyDetailsContent = GetLoyaltyDetailsResponse[
|
|
10300
|
-
type GetLoyaltyDetailsPathParams = paths[
|
|
10301
|
-
type ListLoyaltyActivitiesResponse = paths[
|
|
10302
|
-
type ListLoyaltyActivitiesContent = ListLoyaltyActivitiesResponse[
|
|
10303
|
-
type ListLoyaltyActivitiesQuery = paths[
|
|
10304
|
-
type ListLoyaltyActivitiesPathParams = paths[
|
|
10305
|
-
type
|
|
10306
|
-
type
|
|
10307
|
-
type
|
|
10308
|
-
type
|
|
10309
|
-
type
|
|
10310
|
-
type
|
|
10311
|
-
type GetOrderDetailResponse = paths[
|
|
10312
|
-
type GetOrderDetailContent = GetOrderDetailResponse[
|
|
10313
|
-
type GetOrderDetailPathParams = paths[
|
|
10314
|
-
type GetPaymentStatusResponse = paths[
|
|
10315
|
-
type GetPaymentStatusContent = GetPaymentStatusResponse[
|
|
10316
|
-
type GetPaymentStatusPathParams = paths[
|
|
10317
|
-
type ListOrderShipmentsResponse = paths[
|
|
10318
|
-
type ListOrderShipmentsContent = ListOrderShipmentsResponse[
|
|
10319
|
-
type ListOrderShipmentsPathParams = paths[
|
|
10320
|
-
type ListOrderRefundsResponse = paths[
|
|
10321
|
-
type ListOrderRefundsContent = ListOrderRefundsResponse[
|
|
10322
|
-
type ListOrderRefundsPathParams = paths[
|
|
10323
|
-
type ListOrderPaymentsResponse = paths[
|
|
10324
|
-
type ListOrderPaymentsContent = ListOrderPaymentsResponse[
|
|
10325
|
-
type ListOrderPaymentsPathParams = paths[
|
|
10326
|
-
type CreateOrderReturnResponse = paths[
|
|
10327
|
-
type CreateOrderReturnContent = CreateOrderReturnResponse[
|
|
10328
|
-
type CreateOrderReturnPathParams = paths[
|
|
10329
|
-
type CreateOrderReturnBody = NonNullable<paths[
|
|
10330
|
-
type GetOrderReturnDetailResponse = paths[
|
|
10331
|
-
type GetOrderReturnDetailContent = GetOrderReturnDetailResponse[
|
|
10332
|
-
type GetOrderReturnDetailPathParams = paths[
|
|
10333
|
-
type CancelOrderResponse = paths[
|
|
10334
|
-
type CancelOrderContent = CancelOrderResponse[
|
|
10335
|
-
type CancelOrderPathParams = paths[
|
|
10336
|
-
type CancelOrderBody = NonNullable<paths[
|
|
10337
|
-
type RetryOrderPaymentResponse = paths[
|
|
10338
|
-
type RetryOrderPaymentContent = RetryOrderPaymentResponse[
|
|
10339
|
-
type RetryOrderPaymentPathParams = paths[
|
|
10340
|
-
type RetryOrderPaymentBody = NonNullable<paths[
|
|
10341
|
-
type GetShippingMethodsResponse = paths[
|
|
10342
|
-
type GetShippingMethodsContent = GetShippingMethodsResponse[
|
|
10343
|
-
type GetShippingMethodsBody = NonNullable<paths[
|
|
10344
|
-
type CheckPincodeServiceabilityResponse = paths[
|
|
10345
|
-
type CheckPincodeServiceabilityContent = CheckPincodeServiceabilityResponse[
|
|
10346
|
-
type CheckPincodeServiceabilityPathParams = paths[
|
|
10347
|
-
type GetAnonymousTokenResponse = paths[
|
|
10348
|
-
type GetAnonymousTokenContent = GetAnonymousTokenResponse[
|
|
10349
|
-
type LoginWithPhoneResponse = paths[
|
|
10350
|
-
type LoginWithPhoneContent = LoginWithPhoneResponse[
|
|
10351
|
-
type LoginWithPhoneBody = NonNullable<paths[
|
|
10352
|
-
type LoginWithEmailResponse = paths[
|
|
10353
|
-
type LoginWithEmailContent = LoginWithEmailResponse[
|
|
10354
|
-
type LoginWithEmailBody = NonNullable<paths[
|
|
10355
|
-
type LoginWithWhatsappResponse = paths[
|
|
10356
|
-
type LoginWithWhatsappContent = LoginWithWhatsappResponse[
|
|
10357
|
-
type LoginWithWhatsappBody = NonNullable<paths[
|
|
10358
|
-
type LoginWithPasswordResponse = paths[
|
|
10359
|
-
type LoginWithPasswordContent = LoginWithPasswordResponse[
|
|
10360
|
-
type LoginWithPasswordBody = NonNullable<paths[
|
|
10361
|
-
type VerifyOtpResponse = paths[
|
|
10362
|
-
type VerifyOtpContent = VerifyOtpResponse[
|
|
10363
|
-
type VerifyOtpBody = NonNullable<paths[
|
|
10364
|
-
type RegisterWithPhoneResponse = paths[
|
|
10365
|
-
type RegisterWithPhoneContent = RegisterWithPhoneResponse[
|
|
10366
|
-
type RegisterWithPhoneBody = NonNullable<paths[
|
|
10367
|
-
type RegisterWithEmailResponse = paths[
|
|
10368
|
-
type RegisterWithEmailContent = RegisterWithEmailResponse[
|
|
10369
|
-
type RegisterWithEmailBody = NonNullable<paths[
|
|
10370
|
-
type RegisterWithWhatsappResponse = paths[
|
|
10371
|
-
type RegisterWithWhatsappContent = RegisterWithWhatsappResponse[
|
|
10372
|
-
type RegisterWithWhatsappBody = NonNullable<paths[
|
|
10373
|
-
type RegisterWithPasswordResponse = paths[
|
|
10374
|
-
type RegisterWithPasswordContent = RegisterWithPasswordResponse[
|
|
10375
|
-
type RegisterWithPasswordBody = NonNullable<paths[
|
|
10376
|
-
type GetUserDetailResponse = paths[
|
|
10377
|
-
type GetUserDetailContent = GetUserDetailResponse[
|
|
10378
|
-
type GetUserDetailPathParams = paths[
|
|
10379
|
-
type UpdateUserResponse = paths[
|
|
10380
|
-
type UpdateUserContent = UpdateUserResponse[
|
|
10381
|
-
type UpdateUserPathParams = paths[
|
|
10382
|
-
type UpdateUserBody = NonNullable<paths[
|
|
10383
|
-
type
|
|
10384
|
-
type
|
|
10385
|
-
type
|
|
10386
|
-
type
|
|
10387
|
-
type
|
|
10388
|
-
type
|
|
10389
|
-
type
|
|
10390
|
-
type
|
|
10391
|
-
type
|
|
10392
|
-
type
|
|
10393
|
-
type
|
|
10394
|
-
type
|
|
10395
|
-
type
|
|
10396
|
-
type DeactivateUserResponse = paths[
|
|
10397
|
-
type DeactivateUserPathParams = paths[
|
|
10398
|
-
type RefreshTokenResponse = paths[
|
|
10399
|
-
type RefreshTokenContent = RefreshTokenResponse[
|
|
10400
|
-
type RefreshTokenBody = NonNullable<paths[
|
|
10401
|
-
type ChangePasswordResponse = paths[
|
|
10402
|
-
type ChangePasswordContent = ChangePasswordResponse[
|
|
10403
|
-
type ChangePasswordBody = NonNullable<paths[
|
|
10404
|
-
type ForgotPasswordResponse = paths[
|
|
10405
|
-
type ForgotPasswordContent = ForgotPasswordResponse[
|
|
10406
|
-
type ForgotPasswordBody = NonNullable<paths[
|
|
10407
|
-
type ResetPasswordResponse = paths[
|
|
10408
|
-
type ResetPasswordContent = ResetPasswordResponse[
|
|
10409
|
-
type ResetPasswordBody = NonNullable<paths[
|
|
10410
|
-
type GetNotificationPreferencesResponse = paths[
|
|
10411
|
-
type GetNotificationPreferencesContent = GetNotificationPreferencesResponse[
|
|
10412
|
-
type GetNotificationPreferencesPathParams = paths[
|
|
10413
|
-
type
|
|
10414
|
-
type
|
|
10415
|
-
type
|
|
10416
|
-
type
|
|
10417
|
-
type
|
|
10418
|
-
type
|
|
10419
|
-
type
|
|
10420
|
-
type
|
|
10421
|
-
type GenerateOtpResponse = paths[
|
|
10422
|
-
type GenerateOtpContent = GenerateOtpResponse[
|
|
10423
|
-
type GenerateOtpBody = NonNullable<paths[
|
|
10424
|
-
type LogoutResponse = paths[
|
|
10425
|
-
type LogoutContent = LogoutResponse[
|
|
10426
|
-
type ListUserReviewsResponse = paths[
|
|
10427
|
-
type ListUserReviewsContent = ListUserReviewsResponse[
|
|
10428
|
-
type ListUserReviewsPathParams = paths[
|
|
10429
|
-
type CheckVerificationStatusResponse = paths[
|
|
10430
|
-
type CheckVerificationStatusContent = CheckVerificationStatusResponse[
|
|
10431
|
-
type CheckVerificationStatusBody = NonNullable<paths[
|
|
10432
|
-
type GenerateHashResponse = paths[
|
|
10433
|
-
type GenerateHashContent = GenerateHashResponse[
|
|
10434
|
-
type GenerateHashBody = NonNullable<paths[
|
|
10435
|
-
type ListPaymentMethodsResponse = paths[
|
|
10436
|
-
type ListPaymentMethodsContent = ListPaymentMethodsResponse[
|
|
10437
|
-
type ListPaymentMethodsQuery = paths[
|
|
10438
|
-
type ListSavedCardsResponse = paths[
|
|
10439
|
-
type ListSavedCardsContent = ListSavedCardsResponse[
|
|
10440
|
-
type ListSavedCardsQuery = paths[
|
|
10441
|
-
type AddCardResponse = paths[
|
|
10442
|
-
type AddCardContent = AddCardResponse[
|
|
10443
|
-
type AddCardBody = NonNullable<paths[
|
|
10444
|
-
type VerifyVpaResponse = paths[
|
|
10445
|
-
type VerifyVpaContent = VerifyVpaResponse[
|
|
10446
|
-
type VerifyVpaQuery = paths[
|
|
10447
|
-
type CreateJuspayOrderResponse = paths[
|
|
10448
|
-
type CreateJuspayOrderContent = CreateJuspayOrderResponse[
|
|
10449
|
-
type CreateJuspayOrderBody = NonNullable<paths[
|
|
10450
|
-
type CreateJuspayCustomerResponse = paths[
|
|
10451
|
-
type CreateJuspayCustomerContent = CreateJuspayCustomerResponse[
|
|
10452
|
-
type CreateJuspayCustomerBody = NonNullable<paths[
|
|
10453
|
-
type GetJuspayCustomerResponse = paths[
|
|
10454
|
-
type GetJuspayCustomerContent = GetJuspayCustomerResponse[
|
|
10455
|
-
type GetJuspayCustomerPathParams = paths[
|
|
10456
|
-
type ListCountriesResponse = paths[
|
|
10457
|
-
type ListCountriesContent = ListCountriesResponse[
|
|
10458
|
-
type ListCountryStatesResponse = paths[
|
|
10459
|
-
type ListCountryStatesContent = ListCountryStatesResponse[
|
|
10460
|
-
type ListCountryStatesPathParams = paths[
|
|
10461
|
-
type ListCountryPincodesResponse = paths[
|
|
10462
|
-
type ListCountryPincodesContent = ListCountryPincodesResponse[
|
|
10463
|
-
type ListCountryPincodesQuery = paths[
|
|
10464
|
-
type ListCountryPincodesPathParams = paths[
|
|
10465
|
-
type ListReturnsResponse = paths[
|
|
10466
|
-
type ListReturnsContent = ListReturnsResponse[
|
|
10467
|
-
type TrackAnalyticsEventResponse = paths[
|
|
10468
|
-
type TrackAnalyticsEventBody = NonNullable<paths[
|
|
10469
|
-
type SubscribeNewsletterResponse = paths[
|
|
10470
|
-
type SubscribeNewsletterBody = NonNullable<paths[
|
|
10471
|
-
type
|
|
10472
|
-
type
|
|
10473
|
-
type
|
|
10474
|
-
type
|
|
10475
|
-
type
|
|
10476
|
-
type GetSubscriptionResponse = paths[
|
|
10477
|
-
type GetSubscriptionContent = GetSubscriptionResponse[
|
|
10478
|
-
type GetSubscriptionPathParams = paths[
|
|
10479
|
-
type UpdateSubscriptionResponse = paths[
|
|
10480
|
-
type UpdateSubscriptionContent = UpdateSubscriptionResponse[
|
|
10481
|
-
type UpdateSubscriptionPathParams = paths[
|
|
10482
|
-
type UpdateSubscriptionBody = NonNullable<paths[
|
|
10483
|
-
type PairPosDeviceResponse = paths[
|
|
10484
|
-
type PairPosDeviceContent = PairPosDeviceResponse[
|
|
10485
|
-
type PairPosDeviceBody = NonNullable<paths[
|
|
10486
|
-
type LoginPosDeviceWithPhoneResponse = paths[
|
|
10487
|
-
type LoginPosDeviceWithPhoneContent = LoginPosDeviceWithPhoneResponse[
|
|
10488
|
-
type LoginPosDeviceWithPhoneBody = NonNullable<paths[
|
|
10489
|
-
type LoginPosDeviceWithWhatsappResponse = paths[
|
|
10490
|
-
type LoginPosDeviceWithWhatsappContent = LoginPosDeviceWithWhatsappResponse[
|
|
10491
|
-
type LoginPosDeviceWithWhatsappBody = NonNullable<paths[
|
|
10492
|
-
type LoginPosDeviceWithEmailResponse = paths[
|
|
10493
|
-
type LoginPosDeviceWithEmailContent = LoginPosDeviceWithEmailResponse[
|
|
10494
|
-
type LoginPosDeviceWithEmailBody = NonNullable<paths[
|
|
10495
|
-
type VerifyPosLoginOtpResponse = paths[
|
|
10496
|
-
type VerifyPosLoginOtpContent = VerifyPosLoginOtpResponse[
|
|
10497
|
-
type VerifyPosLoginOtpBody = NonNullable<paths[
|
|
10498
|
-
type RefreshPosAccessTokenResponse = paths[
|
|
10499
|
-
type RefreshPosAccessTokenContent = RefreshPosAccessTokenResponse[
|
|
10500
|
-
type RefreshPosAccessTokenBody = NonNullable<paths[
|
|
10501
|
-
type CreatePosCartResponse = paths[
|
|
10502
|
-
type CreatePosCartContent = CreatePosCartResponse[
|
|
10503
|
-
type CreatePosCartBody = NonNullable<paths[
|
|
10504
|
-
type GetPosCartResponse = paths[
|
|
10505
|
-
type GetPosCartContent = GetPosCartResponse[
|
|
10506
|
-
type GetPosCartPathParams = paths[
|
|
10507
|
-
type UpdatePosCartResponse = paths[
|
|
10508
|
-
type UpdatePosCartContent = UpdatePosCartResponse[
|
|
10509
|
-
type UpdatePosCartPathParams = paths[
|
|
10510
|
-
type UpdatePosCartBody = NonNullable<paths[
|
|
10511
|
-
type UpdatePosCartCustomerResponse = paths[
|
|
10512
|
-
type UpdatePosCartCustomerContent = UpdatePosCartCustomerResponse[
|
|
10513
|
-
type UpdatePosCartCustomerPathParams = paths[
|
|
10514
|
-
type UpdatePosCartCustomerBody = NonNullable<paths[
|
|
10515
|
-
type UpdatePosCartAddressResponse = paths[
|
|
10516
|
-
type UpdatePosCartAddressContent = UpdatePosCartAddressResponse[
|
|
10517
|
-
type UpdatePosCartAddressPathParams = paths[
|
|
10518
|
-
type UpdatePosCartAddressBody = NonNullable<paths[
|
|
10266
|
+
type ListProductsResponse = paths["/catalog/products"]["get"]["responses"][200]["content"]["application/json"];
|
|
10267
|
+
type ListProductsContent = ListProductsResponse["content"];
|
|
10268
|
+
type ListProductsQuery = paths["/catalog/products"]["get"]["parameters"]["query"];
|
|
10269
|
+
type ListProductsHeaderParams = paths["/catalog/products"]["get"]["parameters"]["header"];
|
|
10270
|
+
type ListSkusResponse = paths["/catalog/skus"]["get"]["responses"][200]["content"]["application/json"];
|
|
10271
|
+
type ListSkusContent = ListSkusResponse["content"];
|
|
10272
|
+
type ListSkusQuery = paths["/catalog/skus"]["get"]["parameters"]["query"];
|
|
10273
|
+
type ListSkusHeaderParams = paths["/catalog/skus"]["get"]["parameters"]["header"];
|
|
10274
|
+
type GetProductDetailResponse = paths["/catalog/products/{product_id_or_slug}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10275
|
+
type GetProductDetailContent = GetProductDetailResponse["content"];
|
|
10276
|
+
type GetProductDetailPathParams = paths["/catalog/products/{product_id_or_slug}"]["get"]["parameters"]["path"];
|
|
10277
|
+
type GetProductDetailHeaderParams = paths["/catalog/products/{product_id_or_slug}"]["get"]["parameters"]["header"];
|
|
10278
|
+
type ListProductVariantsResponse = paths["/catalog/products/{product_id}/variants"]["get"]["responses"][200]["content"]["application/json"];
|
|
10279
|
+
type ListProductVariantsContent = ListProductVariantsResponse["content"];
|
|
10280
|
+
type ListProductVariantsPathParams = paths["/catalog/products/{product_id}/variants"]["get"]["parameters"]["path"];
|
|
10281
|
+
type ListProductVariantsHeaderParams = paths["/catalog/products/{product_id}/variants"]["get"]["parameters"]["header"];
|
|
10282
|
+
type GetVariantDetailResponse = paths["/catalog/products/{product_id}/variants/{variant_id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10283
|
+
type GetVariantDetailContent = GetVariantDetailResponse["content"];
|
|
10284
|
+
type GetVariantDetailPathParams = paths["/catalog/products/{product_id}/variants/{variant_id}"]["get"]["parameters"]["path"];
|
|
10285
|
+
type GetVariantDetailHeaderParams = paths["/catalog/products/{product_id}/variants/{variant_id}"]["get"]["parameters"]["header"];
|
|
10286
|
+
type ListCategoriesResponse = paths["/catalog/categories"]["get"]["responses"][200]["content"]["application/json"];
|
|
10287
|
+
type ListCategoriesContent = ListCategoriesResponse["content"];
|
|
10288
|
+
type ListCategoriesQuery = paths["/catalog/categories"]["get"]["parameters"]["query"];
|
|
10289
|
+
type ListProductReviewsResponse = paths["/catalog/products/{product_id}/reviews"]["get"]["responses"][200]["content"]["application/json"];
|
|
10290
|
+
type ListProductReviewsContent = ListProductReviewsResponse["content"];
|
|
10291
|
+
type ListProductReviewsQuery = paths["/catalog/products/{product_id}/reviews"]["get"]["parameters"]["query"];
|
|
10292
|
+
type ListProductReviewsPathParams = paths["/catalog/products/{product_id}/reviews"]["get"]["parameters"]["path"];
|
|
10293
|
+
type CreateProductReviewResponse = paths["/catalog/products/{product_id}/reviews"]["post"]["responses"][200]["content"]["application/json"];
|
|
10294
|
+
type CreateProductReviewPathParams = paths["/catalog/products/{product_id}/reviews"]["post"]["parameters"]["path"];
|
|
10295
|
+
type CreateProductReviewFormData = NonNullable<paths["/catalog/products/{product_id}/reviews"]["post"]["requestBody"]>["content"]["multipart/form-data"];
|
|
10296
|
+
type ListSimilarProductsResponse = paths["/catalog/products/similar"]["get"]["responses"][200]["content"]["application/json"];
|
|
10297
|
+
type ListSimilarProductsContent = ListSimilarProductsResponse["content"];
|
|
10298
|
+
type ListSimilarProductsQuery = paths["/catalog/products/similar"]["get"]["parameters"]["query"];
|
|
10299
|
+
type ListSimilarProductsHeaderParams = paths["/catalog/products/similar"]["get"]["parameters"]["header"];
|
|
10300
|
+
type ListUpsellProductsResponse = paths["/catalog/products/up-sell"]["get"]["responses"][200]["content"]["application/json"];
|
|
10301
|
+
type ListUpsellProductsContent = ListUpsellProductsResponse["content"];
|
|
10302
|
+
type ListUpsellProductsQuery = paths["/catalog/products/up-sell"]["get"]["parameters"]["query"];
|
|
10303
|
+
type ListUpsellProductsHeaderParams = paths["/catalog/products/up-sell"]["get"]["parameters"]["header"];
|
|
10304
|
+
type ListCrosssellProductsResponse = paths["/catalog/products/cross-sell"]["get"]["responses"][200]["content"]["application/json"];
|
|
10305
|
+
type ListCrosssellProductsContent = ListCrosssellProductsResponse["content"];
|
|
10306
|
+
type ListCrosssellProductsQuery = paths["/catalog/products/cross-sell"]["get"]["parameters"]["query"];
|
|
10307
|
+
type ListCrosssellProductsHeaderParams = paths["/catalog/products/cross-sell"]["get"]["parameters"]["header"];
|
|
10308
|
+
type SearchProductsResponse = paths["/catalog/products/search"]["post"]["responses"][200]["content"]["application/json"];
|
|
10309
|
+
type SearchProductsContent = SearchProductsResponse["content"];
|
|
10310
|
+
type SearchProductsHeaderParams = paths["/catalog/products/search"]["post"]["parameters"]["header"];
|
|
10311
|
+
type SearchProductsBody = NonNullable<paths["/catalog/products/search"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10312
|
+
type CreateCartResponse = paths["/carts"]["post"]["responses"][200]["content"]["application/json"];
|
|
10313
|
+
type CreateCartContent = CreateCartResponse["content"];
|
|
10314
|
+
type CreateCartBody = NonNullable<paths["/carts"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10315
|
+
type GetCartResponse = paths["/carts/{id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10316
|
+
type GetCartContent = GetCartResponse["content"];
|
|
10317
|
+
type GetCartPathParams = paths["/carts/{id}"]["get"]["parameters"]["path"];
|
|
10318
|
+
type DeleteCartResponse = paths["/carts/{id}"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10319
|
+
type DeleteCartPathParams = paths["/carts/{id}"]["delete"]["parameters"]["path"];
|
|
10320
|
+
type GetUserCartResponse = paths["/carts/users/{user_id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10321
|
+
type GetUserCartContent = GetUserCartResponse["content"];
|
|
10322
|
+
type GetUserCartPathParams = paths["/carts/users/{user_id}"]["get"]["parameters"]["path"];
|
|
10323
|
+
type DeleteUserCartResponse = paths["/carts/users/{user_id}"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10324
|
+
type DeleteUserCartPathParams = paths["/carts/users/{user_id}"]["delete"]["parameters"]["path"];
|
|
10325
|
+
type UpdateCartResponse = paths["/carts/{id}/items"]["post"]["responses"][200]["content"]["application/json"];
|
|
10326
|
+
type UpdateCartContent = UpdateCartResponse["content"];
|
|
10327
|
+
type UpdateCartPathParams = paths["/carts/{id}/items"]["post"]["parameters"]["path"];
|
|
10328
|
+
type UpdateCartBody = NonNullable<paths["/carts/{id}/items"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10329
|
+
type CreateCartAddressResponse = paths["/carts/{id}/address"]["post"]["responses"][200]["content"]["application/json"];
|
|
10330
|
+
type CreateCartAddressContent = CreateCartAddressResponse["content"];
|
|
10331
|
+
type CreateCartAddressPathParams = paths["/carts/{id}/address"]["post"]["parameters"]["path"];
|
|
10332
|
+
type CreateCartAddressBody = NonNullable<paths["/carts/{id}/address"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10333
|
+
type UpdateCartCustomerResponse = paths["/carts/{id}/update-customer"]["post"]["responses"][200]["content"]["application/json"];
|
|
10334
|
+
type UpdateCartCustomerContent = UpdateCartCustomerResponse["content"];
|
|
10335
|
+
type UpdateCartCustomerPathParams = paths["/carts/{id}/update-customer"]["post"]["parameters"]["path"];
|
|
10336
|
+
type UpdateCartCustomerBody = NonNullable<paths["/carts/{id}/update-customer"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10337
|
+
type UpdateShippingMethodResponse = paths["/carts/{id}/shipping-method"]["post"]["responses"][200]["content"]["application/json"];
|
|
10338
|
+
type UpdateShippingMethodContent = UpdateShippingMethodResponse["content"];
|
|
10339
|
+
type UpdateShippingMethodPathParams = paths["/carts/{id}/shipping-method"]["post"]["parameters"]["path"];
|
|
10340
|
+
type UpdateShippingMethodBody = NonNullable<paths["/carts/{id}/shipping-method"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10341
|
+
type ApplyCouponResponse = paths["/carts/{id}/coupon"]["post"]["responses"][200]["content"]["application/json"];
|
|
10342
|
+
type ApplyCouponContent = ApplyCouponResponse["content"];
|
|
10343
|
+
type ApplyCouponPathParams = paths["/carts/{id}/coupon"]["post"]["parameters"]["path"];
|
|
10344
|
+
type ApplyCouponBody = NonNullable<paths["/carts/{id}/coupon"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10345
|
+
type RemoveCouponResponse = paths["/carts/{id}/coupon"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10346
|
+
type RemoveCouponContent = RemoveCouponResponse["content"];
|
|
10347
|
+
type RemoveCouponPathParams = paths["/carts/{id}/coupon"]["delete"]["parameters"]["path"];
|
|
10348
|
+
type RedeemLoyaltyPointsResponse = paths["/carts/{id}/loyalty-points"]["post"]["responses"][200]["content"]["application/json"];
|
|
10349
|
+
type RedeemLoyaltyPointsContent = RedeemLoyaltyPointsResponse["content"];
|
|
10350
|
+
type RedeemLoyaltyPointsPathParams = paths["/carts/{id}/loyalty-points"]["post"]["parameters"]["path"];
|
|
10351
|
+
type RedeemLoyaltyPointsBody = NonNullable<paths["/carts/{id}/loyalty-points"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10352
|
+
type RemoveLoyaltyPointsResponse = paths["/carts/{id}/loyalty-points"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10353
|
+
type RemoveLoyaltyPointsContent = RemoveLoyaltyPointsResponse["content"];
|
|
10354
|
+
type RemoveLoyaltyPointsPathParams = paths["/carts/{id}/loyalty-points"]["delete"]["parameters"]["path"];
|
|
10355
|
+
type RedeemCreditBalanceResponse = paths["/carts/{id}/credit-balance"]["post"]["responses"][200]["content"]["application/json"];
|
|
10356
|
+
type RedeemCreditBalanceContent = RedeemCreditBalanceResponse["content"];
|
|
10357
|
+
type RedeemCreditBalancePathParams = paths["/carts/{id}/credit-balance"]["post"]["parameters"]["path"];
|
|
10358
|
+
type RedeemCreditBalanceBody = NonNullable<paths["/carts/{id}/credit-balance"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10359
|
+
type RemoveCreditBalanceResponse = paths["/carts/{id}/credit-balance"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10360
|
+
type RemoveCreditBalanceContent = RemoveCreditBalanceResponse["content"];
|
|
10361
|
+
type RemoveCreditBalancePathParams = paths["/carts/{id}/credit-balance"]["delete"]["parameters"]["path"];
|
|
10362
|
+
type RedeemGiftCardResponse = paths["/carts/{id}/gift-card"]["post"]["responses"][200]["content"]["application/json"];
|
|
10363
|
+
type RedeemGiftCardContent = RedeemGiftCardResponse["content"];
|
|
10364
|
+
type RedeemGiftCardPathParams = paths["/carts/{id}/gift-card"]["post"]["parameters"]["path"];
|
|
10365
|
+
type RedeemGiftCardBody = NonNullable<paths["/carts/{id}/gift-card"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10366
|
+
type RemoveGiftCardResponse = paths["/carts/{id}/gift-card"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10367
|
+
type RemoveGiftCardContent = RemoveGiftCardResponse["content"];
|
|
10368
|
+
type RemoveGiftCardPathParams = paths["/carts/{id}/gift-card"]["delete"]["parameters"]["path"];
|
|
10369
|
+
type ListCouponsResponse = paths["/carts/available-coupons"]["get"]["responses"][200]["content"]["application/json"];
|
|
10370
|
+
type ListCouponsContent = ListCouponsResponse["content"];
|
|
10371
|
+
type ListCouponsHeaderParams = paths["/carts/available-coupons"]["get"]["parameters"]["header"];
|
|
10372
|
+
type ListPromotionsResponse = paths["/carts/available-promotions"]["get"]["responses"][200]["content"]["application/json"];
|
|
10373
|
+
type ListPromotionsContent = ListPromotionsResponse["content"];
|
|
10374
|
+
type ListPromotionsHeaderParams = paths["/carts/available-promotions"]["get"]["parameters"]["header"];
|
|
10375
|
+
type GetWishlistResponse = paths["/wishlist/{user_id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10376
|
+
type GetWishlistContent = GetWishlistResponse["content"];
|
|
10377
|
+
type GetWishlistPathParams = paths["/wishlist/{user_id}"]["get"]["parameters"]["path"];
|
|
10378
|
+
type AddToWishlistResponse = paths["/wishlist/{user_id}"]["post"]["responses"][200]["content"]["application/json"];
|
|
10379
|
+
type AddToWishlistContent = AddToWishlistResponse["content"];
|
|
10380
|
+
type AddToWishlistPathParams = paths["/wishlist/{user_id}"]["post"]["parameters"]["path"];
|
|
10381
|
+
type AddToWishlistBody = NonNullable<paths["/wishlist/{user_id}"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10382
|
+
type DeleteFromWishlistResponse = paths["/wishlist/{user_id}"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10383
|
+
type DeleteFromWishlistContent = DeleteFromWishlistResponse["content"];
|
|
10384
|
+
type DeleteFromWishlistPathParams = paths["/wishlist/{user_id}"]["delete"]["parameters"]["path"];
|
|
10385
|
+
type DeleteFromWishlistBody = NonNullable<paths["/wishlist/{user_id}"]["delete"]["requestBody"]>["content"]["application/json"];
|
|
10386
|
+
type CreateCustomerResponse = paths["/customers"]["post"]["responses"][200]["content"]["application/json"];
|
|
10387
|
+
type CreateCustomerContent = CreateCustomerResponse["content"];
|
|
10388
|
+
type CreateCustomerBody = NonNullable<paths["/customers"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10389
|
+
type EvaluatePromotionsResponse = paths["/carts/{id}/evaluate-promotions"]["get"]["responses"][200]["content"]["application/json"];
|
|
10390
|
+
type EvaluatePromotionsContent = EvaluatePromotionsResponse["content"];
|
|
10391
|
+
type EvaluatePromotionsPathParams = paths["/carts/{id}/evaluate-promotions"]["get"]["parameters"]["path"];
|
|
10392
|
+
type EvaluateCouponsResponse = paths["/carts/{id}/evaluate-coupons"]["get"]["responses"][200]["content"]["application/json"];
|
|
10393
|
+
type EvaluateCouponsContent = EvaluateCouponsResponse["content"];
|
|
10394
|
+
type EvaluateCouponsPathParams = paths["/carts/{id}/evaluate-coupons"]["get"]["parameters"]["path"];
|
|
10395
|
+
type EvaluatePosPromotionsResponse = paths["/pos/carts/{id}/evaluate-promotions"]["get"]["responses"][200]["content"]["application/json"];
|
|
10396
|
+
type EvaluatePosPromotionsContent = EvaluatePosPromotionsResponse["content"];
|
|
10397
|
+
type EvaluatePosPromotionsPathParams = paths["/pos/carts/{id}/evaluate-promotions"]["get"]["parameters"]["path"];
|
|
10398
|
+
type EvaluatePosCouponsResponse = paths["/pos/carts/{id}/evaluate-coupons"]["get"]["responses"][200]["content"]["application/json"];
|
|
10399
|
+
type EvaluatePosCouponsContent = EvaluatePosCouponsResponse["content"];
|
|
10400
|
+
type EvaluatePosCouponsPathParams = paths["/pos/carts/{id}/evaluate-coupons"]["get"]["parameters"]["path"];
|
|
10401
|
+
type GetCustomerDetailResponse = paths["/customers/{id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10402
|
+
type GetCustomerDetailContent = GetCustomerDetailResponse["content"];
|
|
10403
|
+
type GetCustomerDetailPathParams = paths["/customers/{id}"]["get"]["parameters"]["path"];
|
|
10404
|
+
type UpdateCustomerResponse = paths["/customers/{id}"]["put"]["responses"][200]["content"]["application/json"];
|
|
10405
|
+
type UpdateCustomerContent = UpdateCustomerResponse["content"];
|
|
10406
|
+
type UpdateCustomerPathParams = paths["/customers/{id}"]["put"]["parameters"]["path"];
|
|
10407
|
+
type UpdateCustomerBody = NonNullable<paths["/customers/{id}"]["put"]["requestBody"]>["content"]["application/json"];
|
|
10408
|
+
type ListAddressesResponse = paths["/customers/{user_id}/addresses"]["get"]["responses"][200]["content"]["application/json"];
|
|
10409
|
+
type ListAddressesContent = ListAddressesResponse["content"];
|
|
10410
|
+
type ListAddressesQuery = paths["/customers/{user_id}/addresses"]["get"]["parameters"]["query"];
|
|
10411
|
+
type ListAddressesPathParams = paths["/customers/{user_id}/addresses"]["get"]["parameters"]["path"];
|
|
10412
|
+
type CreateAddressResponse = paths["/customers/{user_id}/addresses"]["post"]["responses"][200]["content"]["application/json"];
|
|
10413
|
+
type CreateAddressContent = CreateAddressResponse["content"];
|
|
10414
|
+
type CreateAddressPathParams = paths["/customers/{user_id}/addresses"]["post"]["parameters"]["path"];
|
|
10415
|
+
type CreateAddressBody = NonNullable<paths["/customers/{user_id}/addresses"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10416
|
+
type GetAddressDetailResponse = paths["/customers/{user_id}/addresses/{address_id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10417
|
+
type GetAddressDetailContent = GetAddressDetailResponse["content"];
|
|
10418
|
+
type GetAddressDetailPathParams = paths["/customers/{user_id}/addresses/{address_id}"]["get"]["parameters"]["path"];
|
|
10419
|
+
type UpdateAddressDetailResponse = paths["/customers/{user_id}/addresses/{address_id}"]["put"]["responses"][200]["content"]["application/json"];
|
|
10420
|
+
type UpdateAddressDetailContent = UpdateAddressDetailResponse["content"];
|
|
10421
|
+
type UpdateAddressDetailPathParams = paths["/customers/{user_id}/addresses/{address_id}"]["put"]["parameters"]["path"];
|
|
10422
|
+
type UpdateAddressDetailBody = NonNullable<paths["/customers/{user_id}/addresses/{address_id}"]["put"]["requestBody"]>["content"]["application/json"];
|
|
10423
|
+
type DeleteAddressResponse = paths["/customers/{user_id}/addresses/{address_id}"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10424
|
+
type DeleteAddressPathParams = paths["/customers/{user_id}/addresses/{address_id}"]["delete"]["parameters"]["path"];
|
|
10425
|
+
type ListKycDocumentResponse = paths["/store/kyc-document"]["get"]["responses"][200]["content"]["application/json"];
|
|
10426
|
+
type ListKycDocumentContent = ListKycDocumentResponse["content"];
|
|
10427
|
+
type GetConfigResponse = paths["/store/config"]["get"]["responses"][200]["content"]["application/json"];
|
|
10428
|
+
type GetConfigContent = GetConfigResponse["content"];
|
|
10429
|
+
type ListDocumentsResponse = paths["/customers/{id}/documents"]["get"]["responses"][200]["content"]["application/json"];
|
|
10430
|
+
type ListDocumentsContent = ListDocumentsResponse["content"];
|
|
10431
|
+
type ListDocumentsPathParams = paths["/customers/{id}/documents"]["get"]["parameters"]["path"];
|
|
10432
|
+
type CreateDocumentResponse = paths["/customers/{id}/documents"]["post"]["responses"][200]["content"]["application/json"];
|
|
10433
|
+
type CreateDocumentContent = CreateDocumentResponse["content"];
|
|
10434
|
+
type CreateDocumentPathParams = paths["/customers/{id}/documents"]["post"]["parameters"]["path"];
|
|
10435
|
+
type CreateDocumentFormData = NonNullable<paths["/customers/{id}/documents"]["post"]["requestBody"]>["content"]["multipart/form-data"];
|
|
10436
|
+
type GetDocumentResponse = paths["/customers/{id}/documents/{document_id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10437
|
+
type GetDocumentContent = GetDocumentResponse["content"];
|
|
10438
|
+
type GetDocumentPathParams = paths["/customers/{id}/documents/{document_id}"]["get"]["parameters"]["path"];
|
|
10439
|
+
type UpdateDocumentResponse = paths["/customers/{id}/documents/{document_id}"]["put"]["responses"][200]["content"]["application/json"];
|
|
10440
|
+
type UpdateDocumentContent = UpdateDocumentResponse["content"];
|
|
10441
|
+
type UpdateDocumentPathParams = paths["/customers/{id}/documents/{document_id}"]["put"]["parameters"]["path"];
|
|
10442
|
+
type UpdateDocumentFormData = NonNullable<paths["/customers/{id}/documents/{document_id}"]["put"]["requestBody"]>["content"]["multipart/form-data"];
|
|
10443
|
+
type DeleteDocumentResponse = paths["/customers/{id}/documents/{document_id}"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10444
|
+
type DeleteDocumentPathParams = paths["/customers/{id}/documents/{document_id}"]["delete"]["parameters"]["path"];
|
|
10445
|
+
type VerifyDocumentResponse = paths["/customers/{id}/documents/verify"]["post"]["responses"][200]["content"]["application/json"];
|
|
10446
|
+
type VerifyDocumentContent = VerifyDocumentResponse["content"];
|
|
10447
|
+
type VerifyDocumentPathParams = paths["/customers/{id}/documents/verify"]["post"]["parameters"]["path"];
|
|
10448
|
+
type VerifyDocumentBody = NonNullable<paths["/customers/{id}/documents/verify"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10449
|
+
type GetLoyaltyDetailsResponse = paths["/customers/{user_id}/loyalty"]["get"]["responses"][200]["content"]["application/json"];
|
|
10450
|
+
type GetLoyaltyDetailsContent = GetLoyaltyDetailsResponse["content"];
|
|
10451
|
+
type GetLoyaltyDetailsPathParams = paths["/customers/{user_id}/loyalty"]["get"]["parameters"]["path"];
|
|
10452
|
+
type ListLoyaltyActivitiesResponse = paths["/customers/{user_id}/loyalty-points-activity"]["get"]["responses"][200]["content"]["application/json"];
|
|
10453
|
+
type ListLoyaltyActivitiesContent = ListLoyaltyActivitiesResponse["content"];
|
|
10454
|
+
type ListLoyaltyActivitiesQuery = paths["/customers/{user_id}/loyalty-points-activity"]["get"]["parameters"]["query"];
|
|
10455
|
+
type ListLoyaltyActivitiesPathParams = paths["/customers/{user_id}/loyalty-points-activity"]["get"]["parameters"]["path"];
|
|
10456
|
+
type CreateOrderResponse = paths["/orders"]["post"]["responses"][200]["content"]["application/json"];
|
|
10457
|
+
type CreateOrderContent = CreateOrderResponse["content"];
|
|
10458
|
+
type CreateOrderBody = NonNullable<paths["/orders"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10459
|
+
type ListOrdersResponse = paths["/orders"]["get"]["responses"][200]["content"]["application/json"];
|
|
10460
|
+
type ListOrdersContent = ListOrdersResponse["content"];
|
|
10461
|
+
type ListOrdersQuery = paths["/orders"]["get"]["parameters"]["query"];
|
|
10462
|
+
type GetOrderDetailResponse = paths["/orders/{order_number}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10463
|
+
type GetOrderDetailContent = GetOrderDetailResponse["content"];
|
|
10464
|
+
type GetOrderDetailPathParams = paths["/orders/{order_number}"]["get"]["parameters"]["path"];
|
|
10465
|
+
type GetPaymentStatusResponse = paths["/orders/{order_number}/payment-status"]["get"]["responses"][200]["content"]["application/json"];
|
|
10466
|
+
type GetPaymentStatusContent = GetPaymentStatusResponse["content"];
|
|
10467
|
+
type GetPaymentStatusPathParams = paths["/orders/{order_number}/payment-status"]["get"]["parameters"]["path"];
|
|
10468
|
+
type ListOrderShipmentsResponse = paths["/orders/{order_number}/shipments"]["get"]["responses"][200]["content"]["application/json"];
|
|
10469
|
+
type ListOrderShipmentsContent = ListOrderShipmentsResponse["content"];
|
|
10470
|
+
type ListOrderShipmentsPathParams = paths["/orders/{order_number}/shipments"]["get"]["parameters"]["path"];
|
|
10471
|
+
type ListOrderRefundsResponse = paths["/orders/{order_number}/refunds"]["get"]["responses"][200]["content"]["application/json"];
|
|
10472
|
+
type ListOrderRefundsContent = ListOrderRefundsResponse["content"];
|
|
10473
|
+
type ListOrderRefundsPathParams = paths["/orders/{order_number}/refunds"]["get"]["parameters"]["path"];
|
|
10474
|
+
type ListOrderPaymentsResponse = paths["/orders/{order_number}/payments"]["get"]["responses"][200]["content"]["application/json"];
|
|
10475
|
+
type ListOrderPaymentsContent = ListOrderPaymentsResponse["content"];
|
|
10476
|
+
type ListOrderPaymentsPathParams = paths["/orders/{order_number}/payments"]["get"]["parameters"]["path"];
|
|
10477
|
+
type CreateOrderReturnResponse = paths["/orders/{order_number}/return"]["post"]["responses"][200]["content"]["application/json"];
|
|
10478
|
+
type CreateOrderReturnContent = CreateOrderReturnResponse["content"];
|
|
10479
|
+
type CreateOrderReturnPathParams = paths["/orders/{order_number}/return"]["post"]["parameters"]["path"];
|
|
10480
|
+
type CreateOrderReturnBody = NonNullable<paths["/orders/{order_number}/return"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10481
|
+
type GetOrderReturnDetailResponse = paths["/orders/{order_number}/return/{return_id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10482
|
+
type GetOrderReturnDetailContent = GetOrderReturnDetailResponse["content"];
|
|
10483
|
+
type GetOrderReturnDetailPathParams = paths["/orders/{order_number}/return/{return_id}"]["get"]["parameters"]["path"];
|
|
10484
|
+
type CancelOrderResponse = paths["/orders/{order_number}/cancel"]["post"]["responses"][200]["content"]["application/json"];
|
|
10485
|
+
type CancelOrderContent = CancelOrderResponse["content"];
|
|
10486
|
+
type CancelOrderPathParams = paths["/orders/{order_number}/cancel"]["post"]["parameters"]["path"];
|
|
10487
|
+
type CancelOrderBody = NonNullable<paths["/orders/{order_number}/cancel"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10488
|
+
type RetryOrderPaymentResponse = paths["/orders/{order_number}/retry-payment"]["post"]["responses"][200]["content"]["application/json"];
|
|
10489
|
+
type RetryOrderPaymentContent = RetryOrderPaymentResponse["content"];
|
|
10490
|
+
type RetryOrderPaymentPathParams = paths["/orders/{order_number}/retry-payment"]["post"]["parameters"]["path"];
|
|
10491
|
+
type RetryOrderPaymentBody = NonNullable<paths["/orders/{order_number}/retry-payment"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10492
|
+
type GetShippingMethodsResponse = paths["/shipping/shipping-methods"]["post"]["responses"][200]["content"]["application/json"];
|
|
10493
|
+
type GetShippingMethodsContent = GetShippingMethodsResponse["content"];
|
|
10494
|
+
type GetShippingMethodsBody = NonNullable<paths["/shipping/shipping-methods"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10495
|
+
type CheckPincodeServiceabilityResponse = paths["/shipping/serviceability/{pincode}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10496
|
+
type CheckPincodeServiceabilityContent = CheckPincodeServiceabilityResponse["content"];
|
|
10497
|
+
type CheckPincodeServiceabilityPathParams = paths["/shipping/serviceability/{pincode}"]["get"]["parameters"]["path"];
|
|
10498
|
+
type GetAnonymousTokenResponse = paths["/auth/anonymous"]["post"]["responses"][200]["content"]["application/json"];
|
|
10499
|
+
type GetAnonymousTokenContent = GetAnonymousTokenResponse["content"];
|
|
10500
|
+
type LoginWithPhoneResponse = paths["/auth/login/phone"]["post"]["responses"][200]["content"]["application/json"];
|
|
10501
|
+
type LoginWithPhoneContent = LoginWithPhoneResponse["content"];
|
|
10502
|
+
type LoginWithPhoneBody = NonNullable<paths["/auth/login/phone"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10503
|
+
type LoginWithEmailResponse = paths["/auth/login/email"]["post"]["responses"][200]["content"]["application/json"];
|
|
10504
|
+
type LoginWithEmailContent = LoginWithEmailResponse["content"];
|
|
10505
|
+
type LoginWithEmailBody = NonNullable<paths["/auth/login/email"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10506
|
+
type LoginWithWhatsappResponse = paths["/auth/login/whatsapp"]["post"]["responses"][200]["content"]["application/json"];
|
|
10507
|
+
type LoginWithWhatsappContent = LoginWithWhatsappResponse["content"];
|
|
10508
|
+
type LoginWithWhatsappBody = NonNullable<paths["/auth/login/whatsapp"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10509
|
+
type LoginWithPasswordResponse = paths["/auth/login/password"]["post"]["responses"][200]["content"]["application/json"];
|
|
10510
|
+
type LoginWithPasswordContent = LoginWithPasswordResponse["content"];
|
|
10511
|
+
type LoginWithPasswordBody = NonNullable<paths["/auth/login/password"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10512
|
+
type VerifyOtpResponse = paths["/auth/verify-otp"]["post"]["responses"][200]["content"]["application/json"];
|
|
10513
|
+
type VerifyOtpContent = VerifyOtpResponse["content"];
|
|
10514
|
+
type VerifyOtpBody = NonNullable<paths["/auth/verify-otp"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10515
|
+
type RegisterWithPhoneResponse = paths["/auth/register/phone"]["post"]["responses"][200]["content"]["application/json"];
|
|
10516
|
+
type RegisterWithPhoneContent = RegisterWithPhoneResponse["content"];
|
|
10517
|
+
type RegisterWithPhoneBody = NonNullable<paths["/auth/register/phone"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10518
|
+
type RegisterWithEmailResponse = paths["/auth/register/email"]["post"]["responses"][200]["content"]["application/json"];
|
|
10519
|
+
type RegisterWithEmailContent = RegisterWithEmailResponse["content"];
|
|
10520
|
+
type RegisterWithEmailBody = NonNullable<paths["/auth/register/email"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10521
|
+
type RegisterWithWhatsappResponse = paths["/auth/register/whatsapp"]["post"]["responses"][200]["content"]["application/json"];
|
|
10522
|
+
type RegisterWithWhatsappContent = RegisterWithWhatsappResponse["content"];
|
|
10523
|
+
type RegisterWithWhatsappBody = NonNullable<paths["/auth/register/whatsapp"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10524
|
+
type RegisterWithPasswordResponse = paths["/auth/register/password"]["post"]["responses"][200]["content"]["application/json"];
|
|
10525
|
+
type RegisterWithPasswordContent = RegisterWithPasswordResponse["content"];
|
|
10526
|
+
type RegisterWithPasswordBody = NonNullable<paths["/auth/register/password"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10527
|
+
type GetUserDetailResponse = paths["/auth/user/{id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10528
|
+
type GetUserDetailContent = GetUserDetailResponse["content"];
|
|
10529
|
+
type GetUserDetailPathParams = paths["/auth/user/{id}"]["get"]["parameters"]["path"];
|
|
10530
|
+
type UpdateUserResponse = paths["/auth/user/{id}"]["put"]["responses"][200]["content"]["application/json"];
|
|
10531
|
+
type UpdateUserContent = UpdateUserResponse["content"];
|
|
10532
|
+
type UpdateUserPathParams = paths["/auth/user/{id}"]["put"]["parameters"]["path"];
|
|
10533
|
+
type UpdateUserBody = NonNullable<paths["/auth/user/{id}"]["put"]["requestBody"]>["content"]["application/json"];
|
|
10534
|
+
type AddProfileImageResponse = paths["/auth/user/{id}/profile-image"]["post"]["responses"][200]["content"]["application/json"];
|
|
10535
|
+
type AddProfileImageContent = AddProfileImageResponse["content"];
|
|
10536
|
+
type AddProfileImagePathParams = paths["/auth/user/{id}/profile-image"]["post"]["parameters"]["path"];
|
|
10537
|
+
type AddProfileImageFormData = NonNullable<paths["/auth/user/{id}/profile-image"]["post"]["requestBody"]>["content"]["multipart/form-data"];
|
|
10538
|
+
type UpdateProfileImageResponse = paths["/auth/user/{id}/profile-image"]["put"]["responses"][200]["content"]["application/json"];
|
|
10539
|
+
type UpdateProfileImageContent = UpdateProfileImageResponse["content"];
|
|
10540
|
+
type UpdateProfileImagePathParams = paths["/auth/user/{id}/profile-image"]["put"]["parameters"]["path"];
|
|
10541
|
+
type UpdateProfileImageFormData = NonNullable<paths["/auth/user/{id}/profile-image"]["put"]["requestBody"]>["content"]["multipart/form-data"];
|
|
10542
|
+
type RemoveProfileImageResponse = paths["/auth/user/{id}/profile-image"]["delete"]["responses"][200]["content"]["application/json"];
|
|
10543
|
+
type RemoveProfileImagePathParams = paths["/auth/user/{id}/profile-image"]["delete"]["parameters"]["path"];
|
|
10544
|
+
type GetProfileImageResponse = paths["/auth/user/{id}/profile-image"]["get"]["responses"][200]["content"]["application/json"];
|
|
10545
|
+
type GetProfileImageContent = GetProfileImageResponse["content"];
|
|
10546
|
+
type GetProfileImagePathParams = paths["/auth/user/{id}/profile-image"]["get"]["parameters"]["path"];
|
|
10547
|
+
type DeactivateUserResponse = paths["/auth/user/{id}/deactivate"]["put"]["responses"][200]["content"]["application/json"];
|
|
10548
|
+
type DeactivateUserPathParams = paths["/auth/user/{id}/deactivate"]["put"]["parameters"]["path"];
|
|
10549
|
+
type RefreshTokenResponse = paths["/auth/refresh-token"]["post"]["responses"][200]["content"]["application/json"];
|
|
10550
|
+
type RefreshTokenContent = RefreshTokenResponse["content"];
|
|
10551
|
+
type RefreshTokenBody = NonNullable<paths["/auth/refresh-token"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10552
|
+
type ChangePasswordResponse = paths["/auth/change-password"]["post"]["responses"][200]["content"]["application/json"];
|
|
10553
|
+
type ChangePasswordContent = ChangePasswordResponse["content"];
|
|
10554
|
+
type ChangePasswordBody = NonNullable<paths["/auth/change-password"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10555
|
+
type ForgotPasswordResponse = paths["/auth/forgot-password"]["post"]["responses"][200]["content"]["application/json"];
|
|
10556
|
+
type ForgotPasswordContent = ForgotPasswordResponse["content"];
|
|
10557
|
+
type ForgotPasswordBody = NonNullable<paths["/auth/forgot-password"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10558
|
+
type ResetPasswordResponse = paths["/auth/reset-password"]["post"]["responses"][200]["content"]["application/json"];
|
|
10559
|
+
type ResetPasswordContent = ResetPasswordResponse["content"];
|
|
10560
|
+
type ResetPasswordBody = NonNullable<paths["/auth/reset-password"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10561
|
+
type GetNotificationPreferencesResponse = paths["/auth/user/{id}/notification-preferences"]["get"]["responses"][200]["content"]["application/json"];
|
|
10562
|
+
type GetNotificationPreferencesContent = GetNotificationPreferencesResponse["content"];
|
|
10563
|
+
type GetNotificationPreferencesPathParams = paths["/auth/user/{id}/notification-preferences"]["get"]["parameters"]["path"];
|
|
10564
|
+
type CreateNotificationPreferencesResponse = paths["/auth/user/{id}/notification-preferences"]["post"]["responses"][200]["content"]["application/json"];
|
|
10565
|
+
type CreateNotificationPreferencesContent = CreateNotificationPreferencesResponse["content"];
|
|
10566
|
+
type CreateNotificationPreferencesPathParams = paths["/auth/user/{id}/notification-preferences"]["post"]["parameters"]["path"];
|
|
10567
|
+
type CreateNotificationPreferencesBody = NonNullable<paths["/auth/user/{id}/notification-preferences"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10568
|
+
type UpdateNotificationPreferencesResponse = paths["/auth/user/{id}/notification-preferences"]["put"]["responses"][200]["content"]["application/json"];
|
|
10569
|
+
type UpdateNotificationPreferencesContent = UpdateNotificationPreferencesResponse["content"];
|
|
10570
|
+
type UpdateNotificationPreferencesPathParams = paths["/auth/user/{id}/notification-preferences"]["put"]["parameters"]["path"];
|
|
10571
|
+
type UpdateNotificationPreferencesBody = NonNullable<paths["/auth/user/{id}/notification-preferences"]["put"]["requestBody"]>["content"]["application/json"];
|
|
10572
|
+
type GenerateOtpResponse = paths["/auth/generate-otp"]["post"]["responses"][200]["content"]["application/json"];
|
|
10573
|
+
type GenerateOtpContent = GenerateOtpResponse["content"];
|
|
10574
|
+
type GenerateOtpBody = NonNullable<paths["/auth/generate-otp"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10575
|
+
type LogoutResponse = paths["/auth/logout"]["post"]["responses"][200]["content"]["application/json"];
|
|
10576
|
+
type LogoutContent = LogoutResponse["content"];
|
|
10577
|
+
type ListUserReviewsResponse = paths["/customers/{user_id}/reviews"]["get"]["responses"][200]["content"]["application/json"];
|
|
10578
|
+
type ListUserReviewsContent = ListUserReviewsResponse["content"];
|
|
10579
|
+
type ListUserReviewsPathParams = paths["/customers/{user_id}/reviews"]["get"]["parameters"]["path"];
|
|
10580
|
+
type CheckVerificationStatusResponse = paths["/auth/verified-email-phone"]["post"]["responses"][200]["content"]["application/json"];
|
|
10581
|
+
type CheckVerificationStatusContent = CheckVerificationStatusResponse["content"];
|
|
10582
|
+
type CheckVerificationStatusBody = NonNullable<paths["/auth/verified-email-phone"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10583
|
+
type GenerateHashResponse = paths["/payments/generate-hash"]["post"]["responses"][200]["content"]["application/json"];
|
|
10584
|
+
type GenerateHashContent = GenerateHashResponse["content"];
|
|
10585
|
+
type GenerateHashBody = NonNullable<paths["/payments/generate-hash"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10586
|
+
type ListPaymentMethodsResponse = paths["/payments/payment-methods"]["get"]["responses"][200]["content"]["application/json"];
|
|
10587
|
+
type ListPaymentMethodsContent = ListPaymentMethodsResponse["content"];
|
|
10588
|
+
type ListPaymentMethodsQuery = paths["/payments/payment-methods"]["get"]["parameters"]["query"];
|
|
10589
|
+
type ListSavedCardsResponse = paths["/payments/cards"]["get"]["responses"][200]["content"]["application/json"];
|
|
10590
|
+
type ListSavedCardsContent = ListSavedCardsResponse["content"];
|
|
10591
|
+
type ListSavedCardsQuery = paths["/payments/cards"]["get"]["parameters"]["query"];
|
|
10592
|
+
type AddCardResponse = paths["/payments/cards"]["post"]["responses"][200]["content"]["application/json"];
|
|
10593
|
+
type AddCardContent = AddCardResponse["content"];
|
|
10594
|
+
type AddCardBody = NonNullable<paths["/payments/cards"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10595
|
+
type VerifyVpaResponse = paths["/payments/verify-vpa"]["get"]["responses"][200]["content"]["application/json"];
|
|
10596
|
+
type VerifyVpaContent = VerifyVpaResponse["content"];
|
|
10597
|
+
type VerifyVpaQuery = paths["/payments/verify-vpa"]["get"]["parameters"]["query"];
|
|
10598
|
+
type CreateJuspayOrderResponse = paths["/payments/juspay/create-order"]["post"]["responses"][200]["content"]["application/json"];
|
|
10599
|
+
type CreateJuspayOrderContent = CreateJuspayOrderResponse["content"];
|
|
10600
|
+
type CreateJuspayOrderBody = NonNullable<paths["/payments/juspay/create-order"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10601
|
+
type CreateJuspayCustomerResponse = paths["/payments/juspay/customers"]["post"]["responses"][200]["content"]["application/json"];
|
|
10602
|
+
type CreateJuspayCustomerContent = CreateJuspayCustomerResponse["content"];
|
|
10603
|
+
type CreateJuspayCustomerBody = NonNullable<paths["/payments/juspay/customers"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10604
|
+
type GetJuspayCustomerResponse = paths["/payments/juspay/customers/{user-id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10605
|
+
type GetJuspayCustomerContent = GetJuspayCustomerResponse["content"];
|
|
10606
|
+
type GetJuspayCustomerPathParams = paths["/payments/juspay/customers/{user-id}"]["get"]["parameters"]["path"];
|
|
10607
|
+
type ListCountriesResponse = paths["/common/countries"]["get"]["responses"][200]["content"]["application/json"];
|
|
10608
|
+
type ListCountriesContent = ListCountriesResponse["content"];
|
|
10609
|
+
type ListCountryStatesResponse = paths["/common/countries/{country_iso_code}/states"]["get"]["responses"][200]["content"]["application/json"];
|
|
10610
|
+
type ListCountryStatesContent = ListCountryStatesResponse["content"];
|
|
10611
|
+
type ListCountryStatesPathParams = paths["/common/countries/{country_iso_code}/states"]["get"]["parameters"]["path"];
|
|
10612
|
+
type ListCountryPincodesResponse = paths["/common/countries/{country_iso_code}/pincodes"]["get"]["responses"][200]["content"]["application/json"];
|
|
10613
|
+
type ListCountryPincodesContent = ListCountryPincodesResponse["content"];
|
|
10614
|
+
type ListCountryPincodesQuery = paths["/common/countries/{country_iso_code}/pincodes"]["get"]["parameters"]["query"];
|
|
10615
|
+
type ListCountryPincodesPathParams = paths["/common/countries/{country_iso_code}/pincodes"]["get"]["parameters"]["path"];
|
|
10616
|
+
type ListReturnsResponse = paths["/orders/returns"]["get"]["responses"][200]["content"]["application/json"];
|
|
10617
|
+
type ListReturnsContent = ListReturnsResponse["content"];
|
|
10618
|
+
type TrackAnalyticsEventResponse = paths["/analytics/track"]["post"]["responses"][200]["content"]["application/json"];
|
|
10619
|
+
type TrackAnalyticsEventBody = NonNullable<paths["/analytics/track"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10620
|
+
type SubscribeNewsletterResponse = paths["/campaigns/newsletter-subscribe"]["post"]["responses"][200]["content"]["application/json"];
|
|
10621
|
+
type SubscribeNewsletterBody = NonNullable<paths["/campaigns/newsletter-subscribe"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10622
|
+
type CreateSubscriptionResponse = paths["/subscriptions"]["post"]["responses"][200]["content"]["application/json"];
|
|
10623
|
+
type CreateSubscriptionContent = CreateSubscriptionResponse["content"];
|
|
10624
|
+
type CreateSubscriptionBody = NonNullable<paths["/subscriptions"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10625
|
+
type ListSubscriptionsResponse = paths["/subscriptions"]["get"]["responses"][200]["content"]["application/json"];
|
|
10626
|
+
type ListSubscriptionsContent = ListSubscriptionsResponse["content"];
|
|
10627
|
+
type GetSubscriptionResponse = paths["/subscriptions/{id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10628
|
+
type GetSubscriptionContent = GetSubscriptionResponse["content"];
|
|
10629
|
+
type GetSubscriptionPathParams = paths["/subscriptions/{id}"]["get"]["parameters"]["path"];
|
|
10630
|
+
type UpdateSubscriptionResponse = paths["/subscriptions/{id}"]["put"]["responses"][200]["content"]["application/json"];
|
|
10631
|
+
type UpdateSubscriptionContent = UpdateSubscriptionResponse["content"];
|
|
10632
|
+
type UpdateSubscriptionPathParams = paths["/subscriptions/{id}"]["put"]["parameters"]["path"];
|
|
10633
|
+
type UpdateSubscriptionBody = NonNullable<paths["/subscriptions/{id}"]["put"]["requestBody"]>["content"]["application/json"];
|
|
10634
|
+
type PairPosDeviceResponse = paths["/pos/auth/pair-device"]["post"]["responses"][200]["content"]["application/json"];
|
|
10635
|
+
type PairPosDeviceContent = PairPosDeviceResponse["content"];
|
|
10636
|
+
type PairPosDeviceBody = NonNullable<paths["/pos/auth/pair-device"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10637
|
+
type LoginPosDeviceWithPhoneResponse = paths["/pos/auth/login/phone"]["post"]["responses"][200]["content"]["application/json"];
|
|
10638
|
+
type LoginPosDeviceWithPhoneContent = LoginPosDeviceWithPhoneResponse["content"];
|
|
10639
|
+
type LoginPosDeviceWithPhoneBody = NonNullable<paths["/pos/auth/login/phone"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10640
|
+
type LoginPosDeviceWithWhatsappResponse = paths["/pos/auth/login/whatsapp"]["post"]["responses"][200]["content"]["application/json"];
|
|
10641
|
+
type LoginPosDeviceWithWhatsappContent = LoginPosDeviceWithWhatsappResponse["content"];
|
|
10642
|
+
type LoginPosDeviceWithWhatsappBody = NonNullable<paths["/pos/auth/login/whatsapp"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10643
|
+
type LoginPosDeviceWithEmailResponse = paths["/pos/auth/login/email"]["post"]["responses"][200]["content"]["application/json"];
|
|
10644
|
+
type LoginPosDeviceWithEmailContent = LoginPosDeviceWithEmailResponse["content"];
|
|
10645
|
+
type LoginPosDeviceWithEmailBody = NonNullable<paths["/pos/auth/login/email"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10646
|
+
type VerifyPosLoginOtpResponse = paths["/pos/auth/verify-otp"]["post"]["responses"][200]["content"]["application/json"];
|
|
10647
|
+
type VerifyPosLoginOtpContent = VerifyPosLoginOtpResponse["content"];
|
|
10648
|
+
type VerifyPosLoginOtpBody = NonNullable<paths["/pos/auth/verify-otp"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10649
|
+
type RefreshPosAccessTokenResponse = paths["/pos/auth/refresh-token"]["post"]["responses"][200]["content"]["application/json"];
|
|
10650
|
+
type RefreshPosAccessTokenContent = RefreshPosAccessTokenResponse["content"];
|
|
10651
|
+
type RefreshPosAccessTokenBody = NonNullable<paths["/pos/auth/refresh-token"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10652
|
+
type CreatePosCartResponse = paths["/pos/carts"]["post"]["responses"][200]["content"]["application/json"];
|
|
10653
|
+
type CreatePosCartContent = CreatePosCartResponse["content"];
|
|
10654
|
+
type CreatePosCartBody = NonNullable<paths["/pos/carts"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10655
|
+
type GetPosCartResponse = paths["/pos/carts/{id}"]["get"]["responses"][200]["content"]["application/json"];
|
|
10656
|
+
type GetPosCartContent = GetPosCartResponse["content"];
|
|
10657
|
+
type GetPosCartPathParams = paths["/pos/carts/{id}"]["get"]["parameters"]["path"];
|
|
10658
|
+
type UpdatePosCartResponse = paths["/pos/carts/{id}/items"]["post"]["responses"][200]["content"]["application/json"];
|
|
10659
|
+
type UpdatePosCartContent = UpdatePosCartResponse["content"];
|
|
10660
|
+
type UpdatePosCartPathParams = paths["/pos/carts/{id}/items"]["post"]["parameters"]["path"];
|
|
10661
|
+
type UpdatePosCartBody = NonNullable<paths["/pos/carts/{id}/items"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10662
|
+
type UpdatePosCartCustomerResponse = paths["/pos/carts/{id}/update-customer"]["post"]["responses"][200]["content"]["application/json"];
|
|
10663
|
+
type UpdatePosCartCustomerContent = UpdatePosCartCustomerResponse["content"];
|
|
10664
|
+
type UpdatePosCartCustomerPathParams = paths["/pos/carts/{id}/update-customer"]["post"]["parameters"]["path"];
|
|
10665
|
+
type UpdatePosCartCustomerBody = NonNullable<paths["/pos/carts/{id}/update-customer"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10666
|
+
type UpdatePosCartAddressResponse = paths["/pos/carts/{id}/address"]["post"]["responses"][200]["content"]["application/json"];
|
|
10667
|
+
type UpdatePosCartAddressContent = UpdatePosCartAddressResponse["content"];
|
|
10668
|
+
type UpdatePosCartAddressPathParams = paths["/pos/carts/{id}/address"]["post"]["parameters"]["path"];
|
|
10669
|
+
type UpdatePosCartAddressBody = NonNullable<paths["/pos/carts/{id}/address"]["post"]["requestBody"]>["content"]["application/json"];
|
|
10519
10670
|
|
|
10520
10671
|
/**
|
|
10521
10672
|
* Available API environments
|
|
@@ -11667,4 +11818,4 @@ declare class StorefrontSDK {
|
|
|
11667
11818
|
getDefaultHeaders(): SupportedDefaultHeaders | undefined;
|
|
11668
11819
|
}
|
|
11669
11820
|
|
|
11670
|
-
export { type AddCardBody, type AddCardContent, type AddCardResponse, type AddProfileImageContent, type AddProfileImageFormData, type AddProfileImagePathParams, type AddProfileImageResponse, type AddToWishlistBody, type AddToWishlistContent, type AddToWishlistPathParams, type AddToWishlistResponse, type ApiErrorResponse, type ApiResult, type ApplyCouponBody, type ApplyCouponContent, type ApplyCouponPathParams, type ApplyCouponResponse, AuthClient, BrowserTokenStorage, type CancelOrderBody, type CancelOrderContent, type CancelOrderPathParams, type CancelOrderResponse, CartClient, CatalogClient, type ChangePasswordBody, type ChangePasswordContent, type ChangePasswordResponse, type CheckPincodeServiceabilityContent, type CheckPincodeServiceabilityPathParams, type CheckPincodeServiceabilityResponse, type CheckVerificationStatusBody, type CheckVerificationStatusContent, type CheckVerificationStatusResponse, CookieTokenStorage, type CookieTokenStorageOptions, type CreateAddressBody, type CreateAddressContent, type CreateAddressPathParams, type CreateAddressResponse, type CreateCartAddressBody, type CreateCartAddressContent, type CreateCartAddressPathParams, type CreateCartAddressResponse, type CreateCartBody, type CreateCartContent, type CreateCartResponse, type CreateCustomerBody, type CreateCustomerContent, type CreateCustomerResponse, type CreateDocumentContent, type CreateDocumentFormData, type CreateDocumentPathParams, type CreateDocumentResponse, type CreateJuspayCustomerBody, type CreateJuspayCustomerContent, type CreateJuspayCustomerResponse, type CreateJuspayOrderBody, type CreateJuspayOrderContent, type CreateJuspayOrderResponse, type CreateNotificationPreferencesBody, type CreateNotificationPreferencesContent, type CreateNotificationPreferencesPathParams, type CreateNotificationPreferencesResponse, type CreateOrderBody, type CreateOrderContent, type CreateOrderResponse, type CreateOrderReturnBody, type CreateOrderReturnContent, type CreateOrderReturnPathParams, type CreateOrderReturnResponse, type CreatePosCartBody, type CreatePosCartContent, type CreatePosCartResponse, type CreateProductReviewFormData, type CreateProductReviewPathParams, type CreateProductReviewResponse, type CreateSubscriptionBody, type CreateSubscriptionContent, type CreateSubscriptionResponse, CustomerClient, type DeactivateUserPathParams, type DeactivateUserResponse, type DebugLoggerFn, type DeleteAddressPathParams, type DeleteAddressResponse, type DeleteCartPathParams, type DeleteCartResponse, type DeleteDocumentPathParams, type DeleteDocumentResponse, type DeleteFromWishlistBody, type DeleteFromWishlistContent, type DeleteFromWishlistPathParams, type DeleteFromWishlistResponse, type DeleteUserCartPathParams, type DeleteUserCartResponse, Environment, type EvaluateCouponsContent, type EvaluateCouponsPathParams, type EvaluateCouponsResponse, type EvaluatePosCouponsContent, type EvaluatePosCouponsPathParams, type EvaluatePosCouponsResponse, type EvaluatePosPromotionsContent, type EvaluatePosPromotionsPathParams, type EvaluatePosPromotionsResponse, type EvaluatePromotionsContent, type EvaluatePromotionsPathParams, type EvaluatePromotionsResponse, type ForgotPasswordBody, type ForgotPasswordContent, type ForgotPasswordResponse, type GenerateHashBody, type GenerateHashContent, type GenerateHashResponse, type GenerateOtpBody, type GenerateOtpContent, type GenerateOtpResponse, type GetAddressDetailContent, type GetAddressDetailPathParams, type GetAddressDetailResponse, type GetAnonymousTokenContent, type GetAnonymousTokenResponse, type GetCartContent, type GetCartPathParams, type GetCartResponse, type GetConfigContent, type GetConfigResponse, type GetCustomerDetailContent, type GetCustomerDetailPathParams, type GetCustomerDetailResponse, type GetDocumentContent, type GetDocumentPathParams, type GetDocumentResponse, type GetJuspayCustomerContent, type GetJuspayCustomerPathParams, type GetJuspayCustomerResponse, type GetLoyaltyDetailsContent, type GetLoyaltyDetailsPathParams, type GetLoyaltyDetailsResponse, type GetNotificationPreferencesContent, type GetNotificationPreferencesPathParams, type GetNotificationPreferencesResponse, type GetOrderDetailContent, type GetOrderDetailPathParams, type GetOrderDetailResponse, type GetOrderReturnDetailContent, type GetOrderReturnDetailPathParams, type GetOrderReturnDetailResponse, type GetPaymentStatusContent, type GetPaymentStatusPathParams, type GetPaymentStatusResponse, type GetPosCartContent, type GetPosCartPathParams, type GetPosCartResponse, type GetProductDetailContent, type GetProductDetailHeaderParams, type GetProductDetailPathParams, type GetProductDetailResponse, type GetProfileImageContent, type GetProfileImagePathParams, type GetProfileImageResponse, type GetShippingMethodsBody, type GetShippingMethodsContent, type GetShippingMethodsResponse, type GetSubscriptionContent, type GetSubscriptionPathParams, type GetSubscriptionResponse, type GetUserCartContent, type GetUserCartPathParams, type GetUserCartResponse, type GetUserDetailContent, type GetUserDetailPathParams, type GetUserDetailResponse, type GetVariantDetailContent, type GetVariantDetailHeaderParams, type GetVariantDetailPathParams, type GetVariantDetailResponse, type GetWishlistContent, type GetWishlistPathParams, type GetWishlistResponse, HelpersClient, type ListAddressesContent, type ListAddressesPathParams, type ListAddressesQuery, type ListAddressesResponse, type ListCategoriesContent, type ListCategoriesQuery, type ListCategoriesResponse, type ListCountriesContent, type ListCountriesResponse, type ListCountryPincodesContent, type ListCountryPincodesPathParams, type ListCountryPincodesQuery, type ListCountryPincodesResponse, type ListCountryStatesContent, type ListCountryStatesPathParams, type ListCountryStatesResponse, type ListCouponsContent, type ListCouponsHeaderParams, type ListCouponsResponse, type ListCrosssellProductsContent, type ListCrosssellProductsHeaderParams, type ListCrosssellProductsQuery, type ListCrosssellProductsResponse, type ListDocumentsContent, type ListDocumentsPathParams, type ListDocumentsResponse, type ListKycDocumentContent, type ListKycDocumentResponse, type ListLoyaltyActivitiesContent, type ListLoyaltyActivitiesPathParams, type ListLoyaltyActivitiesQuery, type ListLoyaltyActivitiesResponse, type ListOrderPaymentsContent, type ListOrderPaymentsPathParams, type ListOrderPaymentsResponse, type ListOrderRefundsContent, type ListOrderRefundsPathParams, type ListOrderRefundsResponse, type ListOrderShipmentsContent, type ListOrderShipmentsPathParams, type ListOrderShipmentsResponse, type ListOrdersContent, type ListOrdersQuery, type ListOrdersResponse, type ListPaymentMethodsContent, type ListPaymentMethodsQuery, type ListPaymentMethodsResponse, type ListProductReviewsContent, type ListProductReviewsPathParams, type ListProductReviewsQuery, type ListProductReviewsResponse, type ListProductVariantsContent, type ListProductVariantsHeaderParams, type ListProductVariantsPathParams, type ListProductVariantsResponse, type ListProductsContent, type ListProductsHeaderParams, type ListProductsQuery, type ListProductsResponse, type ListPromotionsContent, type ListPromotionsHeaderParams, type ListPromotionsResponse, type ListReturnsContent, type ListReturnsResponse, type ListSavedCardsContent, type ListSavedCardsQuery, type ListSavedCardsResponse, type ListSimilarProductsContent, type ListSimilarProductsHeaderParams, type ListSimilarProductsQuery, type ListSimilarProductsResponse, type ListSkusContent, type ListSkusHeaderParams, type ListSkusQuery, type ListSkusResponse, type ListSubscriptionsContent, type ListSubscriptionsResponse, type ListUpsellProductsContent, type ListUpsellProductsHeaderParams, type ListUpsellProductsQuery, type ListUpsellProductsResponse, type ListUserReviewsContent, type ListUserReviewsPathParams, type ListUserReviewsResponse, type LoginPosDeviceWithEmailBody, type LoginPosDeviceWithEmailContent, type LoginPosDeviceWithEmailResponse, type LoginPosDeviceWithPhoneBody, type LoginPosDeviceWithPhoneContent, type LoginPosDeviceWithPhoneResponse, type LoginPosDeviceWithWhatsappBody, type LoginPosDeviceWithWhatsappContent, type LoginPosDeviceWithWhatsappResponse, type LoginWithEmailBody, type LoginWithEmailContent, type LoginWithEmailResponse, type LoginWithPasswordBody, type LoginWithPasswordContent, type LoginWithPasswordResponse, type LoginWithPhoneBody, type LoginWithPhoneContent, type LoginWithPhoneResponse, type LoginWithWhatsappBody, type LoginWithWhatsappContent, type LoginWithWhatsappResponse, type LogoutContent, type LogoutResponse, MemoryTokenStorage, OrderClient, type PairPosDeviceBody, type PairPosDeviceContent, type PairPosDeviceResponse, type RedeemCreditBalanceBody, type RedeemCreditBalanceContent, type RedeemCreditBalancePathParams, type RedeemCreditBalanceResponse, type RedeemGiftCardBody, type RedeemGiftCardContent, type RedeemGiftCardPathParams, type RedeemGiftCardResponse, type RedeemLoyaltyPointsBody, type RedeemLoyaltyPointsContent, type RedeemLoyaltyPointsPathParams, type RedeemLoyaltyPointsResponse, type RefreshPosAccessTokenBody, type RefreshPosAccessTokenContent, type RefreshPosAccessTokenResponse, type RefreshTokenBody, type RefreshTokenContent, type RefreshTokenResponse, type RegisterWithEmailBody, type RegisterWithEmailContent, type RegisterWithEmailResponse, type RegisterWithPasswordBody, type RegisterWithPasswordContent, type RegisterWithPasswordResponse, type RegisterWithPhoneBody, type RegisterWithPhoneContent, type RegisterWithPhoneResponse, type RegisterWithWhatsappBody, type RegisterWithWhatsappContent, type RegisterWithWhatsappResponse, type RemoveCouponContent, type RemoveCouponPathParams, type RemoveCouponResponse, type RemoveCreditBalanceContent, type RemoveCreditBalancePathParams, type RemoveCreditBalanceResponse, type RemoveGiftCardContent, type RemoveGiftCardPathParams, type RemoveGiftCardResponse, type RemoveLoyaltyPointsContent, type RemoveLoyaltyPointsPathParams, type RemoveLoyaltyPointsResponse, type RemoveProfileImagePathParams, type RemoveProfileImageResponse, type ResetPasswordBody, type ResetPasswordContent, type ResetPasswordResponse, ResponseUtils, type RetryOrderPaymentBody, type RetryOrderPaymentContent, type RetryOrderPaymentPathParams, type RetryOrderPaymentResponse, type SearchProductsBody, type SearchProductsContent, type SearchProductsHeaderParams, type SearchProductsResponse, ShippingClient, StoreConfigClient, StorefrontAPIClient, StorefrontSDK, type StorefrontSDKOptions, type SubscribeNewsletterBody, type SubscribeNewsletterResponse, type SupportedDefaultHeaders, type TokenStorage, type TrackAnalyticsEventBody, type TrackAnalyticsEventResponse, type UpdateAddressDetailBody, type UpdateAddressDetailContent, type UpdateAddressDetailPathParams, type UpdateAddressDetailResponse, type UpdateCartBody, type UpdateCartContent, type UpdateCartCustomerBody, type UpdateCartCustomerContent, type UpdateCartCustomerPathParams, type UpdateCartCustomerResponse, type UpdateCartPathParams, type UpdateCartResponse, type UpdateCustomerBody, type UpdateCustomerContent, type UpdateCustomerPathParams, type UpdateCustomerResponse, type UpdateDocumentContent, type UpdateDocumentFormData, type UpdateDocumentPathParams, type UpdateDocumentResponse, type UpdateNotificationPreferencesBody, type UpdateNotificationPreferencesContent, type UpdateNotificationPreferencesPathParams, type UpdateNotificationPreferencesResponse, type UpdatePosCartAddressBody, type UpdatePosCartAddressContent, type UpdatePosCartAddressPathParams, type UpdatePosCartAddressResponse, type UpdatePosCartBody, type UpdatePosCartContent, type UpdatePosCartCustomerBody, type UpdatePosCartCustomerContent, type UpdatePosCartCustomerPathParams, type UpdatePosCartCustomerResponse, type UpdatePosCartPathParams, type UpdatePosCartResponse, type UpdateProfileImageContent, type UpdateProfileImageFormData, type UpdateProfileImagePathParams, type UpdateProfileImageResponse, type UpdateShippingMethodBody, type UpdateShippingMethodContent, type UpdateShippingMethodPathParams, type UpdateShippingMethodResponse, type UpdateSubscriptionBody, type UpdateSubscriptionContent, type UpdateSubscriptionPathParams, type UpdateSubscriptionResponse, type UpdateUserBody, type UpdateUserContent, type UpdateUserPathParams, type UpdateUserResponse, type UserInfo, type VerifyDocumentBody, type VerifyDocumentContent, type VerifyDocumentPathParams, type VerifyDocumentResponse, type VerifyOtpBody, type VerifyOtpContent, type VerifyOtpResponse, type VerifyPosLoginOtpBody, type VerifyPosLoginOtpContent, type VerifyPosLoginOtpResponse, type VerifyVpaContent, type VerifyVpaQuery, type VerifyVpaResponse, type components, StorefrontSDK as default, type operations, type paths };
|
|
11821
|
+
export { type AcceleratedRewardCouponPromotion, type AcceleratedRewardRule, type AddCardBody, type AddCardContent, type AddCardResponse, type AddProfileImageContent, type AddProfileImageFormData, type AddProfileImagePathParams, type AddProfileImageResponse, type AddToWishlistBody, type AddToWishlistContent, type AddToWishlistPathParams, type AddToWishlistResponse, type AdditionalProductDetails, type AnalyticsEvent, type AnonymousUser, type ApiErrorResponse, type ApiResult, type AppliedCoupon, type AppliedPromotion, type ApplyCouponBody, type ApplyCouponContent, type ApplyCouponPathParams, type ApplyCouponResponse, type AssociatedOption, AuthClient, type AutoScaleBasedOnAmount, type AutoScaleBasedOnQuantity, type BankTransfer, type BooleanAttribute, type Brand, BrowserTokenStorage, type Business, type BuyXGetYCouponPromotion, type BuyXGetYRule, type BuyXGetYRuleBasedOnAmount, type BuyXGetYRuleBasedOnQuantity, type CancelOrderBody, type CancelOrderContent, type CancelOrderPathParams, type CancelOrderResponse, type CardPayment, type Cart, type CartBasedServiceabilityCheck, CartClient, type CartItem, CatalogClient, type Category, type ChangePasswordBody, type ChangePasswordContent, type ChangePasswordResponse, type CheckPincodeServiceabilityContent, type CheckPincodeServiceabilityPathParams, type CheckPincodeServiceabilityResponse, type CheckVerificationStatusBody, type CheckVerificationStatusContent, type CheckVerificationStatusResponse, type ColorAttribute, type ColorOption, CookieTokenStorage, type CookieTokenStorageOptions, type Country, type CountryState, type Coupon, type CouponPromotionCommonDetail, type CreateAddressBody, type CreateAddressContent, type CreateAddressPathParams, type CreateAddressResponse, type CreateCartAddressBody, type CreateCartAddressContent, type CreateCartAddressPathParams, type CreateCartAddressResponse, type CreateCartBody, type CreateCartContent, type CreateCartResponse, type CreateCustomSubscription, type CreateCustomer, type CreateCustomerBody, type CreateCustomerContent, type CreateCustomerResponse, type CreateDocumentContent, type CreateDocumentFormData, type CreateDocumentPathParams, type CreateDocumentResponse, type CreateJuspayCustomerBody, type CreateJuspayCustomerContent, type CreateJuspayCustomerResponse, type CreateJuspayOrderBody, type CreateJuspayOrderContent, type CreateJuspayOrderResponse, type CreateNotificationPreferencesBody, type CreateNotificationPreferencesContent, type CreateNotificationPreferencesPathParams, type CreateNotificationPreferencesResponse, type CreateOrderBody, type CreateOrderContent, type CreateOrderResponse, type CreateOrderReturn, type CreateOrderReturnBody, type CreateOrderReturnContent, type CreateOrderReturnPathParams, type CreateOrderReturnResponse, type CreatePosCartBody, type CreatePosCartContent, type CreatePosCartResponse, type CreateProductReviewFormData, type CreateProductReviewPathParams, type CreateProductReviewResponse, type CreateReview, type CreateStandardSubscription, type CreateSubscription, type CreateSubscriptionBody, type CreateSubscriptionContent, type CreateSubscriptionResponse, type Currency, type CustomSlabsBasedOnAmount, type CustomSlabsBasedOnQuantity, type CustomerAddress, CustomerClient, type CustomerDetail, type CustomerGroup, type CustomerLoyalty, type CustomerReadyForReview, type CustomerReview, type DateAttribute, type DeactivateUserPathParams, type DeactivateUserResponse, type DebugLoggerFn, type DeleteAddressPathParams, type DeleteAddressResponse, type DeleteCartPathParams, type DeleteCartResponse, type DeleteDocumentPathParams, type DeleteDocumentResponse, type DeleteFromWishlistBody, type DeleteFromWishlistContent, type DeleteFromWishlistPathParams, type DeleteFromWishlistResponse, type DeleteUserCartPathParams, type DeleteUserCartResponse, type DiscountBasedPromotion, type DiscountCouponPromotion, type DiscountRule, type Document, Environment, type EvaluateCouponsContent, type EvaluateCouponsPathParams, type EvaluateCouponsResponse, type EvaluatePosCouponsContent, type EvaluatePosCouponsPathParams, type EvaluatePosCouponsResponse, type EvaluatePosPromotionsContent, type EvaluatePosPromotionsPathParams, type EvaluatePosPromotionsResponse, type EvaluatePromotionsContent, type EvaluatePromotionsPathParams, type EvaluatePromotionsResponse, type FixedAmountDiscountRule, type FixedPriceCouponPromotion, type FixedPricePromotion, type FixedPriceRule, type FixedPriceRuleBasedAmount, type FixedPriceRuleBasedQuantity, type ForgotPasswordBody, type ForgotPasswordContent, type ForgotPasswordResponse, type FreeGoodCouponPromotion, type FreeGoodsPromotion, type FreeGoodsRule, type FreeShipingCouponPromotion, type GenerateHashBody, type GenerateHashContent, type GenerateHashResponse, type GenerateOtpBody, type GenerateOtpContent, type GenerateOtpResponse, type GenerateOtpWithEmail, type GenerateOtpWithPhone, type GetAddressDetailContent, type GetAddressDetailPathParams, type GetAddressDetailResponse, type GetAnonymousTokenContent, type GetAnonymousTokenResponse, type GetCartContent, type GetCartPathParams, type GetCartResponse, type GetConfigContent, type GetConfigResponse, type GetCustomerDetailContent, type GetCustomerDetailPathParams, type GetCustomerDetailResponse, type GetDocumentContent, type GetDocumentPathParams, type GetDocumentResponse, type GetJuspayCustomerContent, type GetJuspayCustomerPathParams, type GetJuspayCustomerResponse, type GetLoyaltyDetailsContent, type GetLoyaltyDetailsPathParams, type GetLoyaltyDetailsResponse, type GetNotificationPreferencesContent, type GetNotificationPreferencesPathParams, type GetNotificationPreferencesResponse, type GetOrderDetailContent, type GetOrderDetailPathParams, type GetOrderDetailResponse, type GetOrderReturnDetailContent, type GetOrderReturnDetailPathParams, type GetOrderReturnDetailResponse, type GetPaymentStatusContent, type GetPaymentStatusPathParams, type GetPaymentStatusResponse, type GetPosCartContent, type GetPosCartPathParams, type GetPosCartResponse, type GetProductDetailContent, type GetProductDetailHeaderParams, type GetProductDetailPathParams, type GetProductDetailResponse, type GetProfileImageContent, type GetProfileImagePathParams, type GetProfileImageResponse, type GetShippingMethodsBody, type GetShippingMethodsContent, type GetShippingMethodsResponse, type GetSubscriptionContent, type GetSubscriptionPathParams, type GetSubscriptionResponse, type GetUserCartContent, type GetUserCartPathParams, type GetUserCartResponse, type GetUserDetailContent, type GetUserDetailPathParams, type GetUserDetailResponse, type GetVariantDetailContent, type GetVariantDetailHeaderParams, type GetVariantDetailPathParams, type GetVariantDetailResponse, type GetWishlistContent, type GetWishlistPathParams, type GetWishlistResponse, type GstinDetail, HelpersClient, type Item, type JuspayCardPayload, type JuspayCreateCardResponse, type JuspayCreateCustomerPayload, type JuspayCreateOrderPayload, type JuspayCustomer, type JuspayOrder, type JuspayPaymentGatewayParams, type JuspayPaymentInfo, type JuspayPaymentMethod, type JuspaySavedCard, type KycDocument, type KycDocumentConfig, type ListAddressesContent, type ListAddressesPathParams, type ListAddressesQuery, type ListAddressesResponse, type ListCategoriesContent, type ListCategoriesQuery, type ListCategoriesResponse, type ListCountriesContent, type ListCountriesResponse, type ListCountryPincodesContent, type ListCountryPincodesPathParams, type ListCountryPincodesQuery, type ListCountryPincodesResponse, type ListCountryStatesContent, type ListCountryStatesPathParams, type ListCountryStatesResponse, type ListCouponsContent, type ListCouponsHeaderParams, type ListCouponsResponse, type ListCrosssellProductsContent, type ListCrosssellProductsHeaderParams, type ListCrosssellProductsQuery, type ListCrosssellProductsResponse, type ListDocumentsContent, type ListDocumentsPathParams, type ListDocumentsResponse, type ListKycDocumentContent, type ListKycDocumentResponse, type ListLoyaltyActivitiesContent, type ListLoyaltyActivitiesPathParams, type ListLoyaltyActivitiesQuery, type ListLoyaltyActivitiesResponse, type ListOrderPaymentsContent, type ListOrderPaymentsPathParams, type ListOrderPaymentsResponse, type ListOrderRefundsContent, type ListOrderRefundsPathParams, type ListOrderRefundsResponse, type ListOrderShipmentsContent, type ListOrderShipmentsPathParams, type ListOrderShipmentsResponse, type ListOrdersContent, type ListOrdersQuery, type ListOrdersResponse, type ListPaymentMethodsContent, type ListPaymentMethodsQuery, type ListPaymentMethodsResponse, type ListProductReviewsContent, type ListProductReviewsPathParams, type ListProductReviewsQuery, type ListProductReviewsResponse, type ListProductVariantsContent, type ListProductVariantsHeaderParams, type ListProductVariantsPathParams, type ListProductVariantsResponse, type ListProductsContent, type ListProductsHeaderParams, type ListProductsQuery, type ListProductsResponse, type ListPromotionsContent, type ListPromotionsHeaderParams, type ListPromotionsResponse, type ListReturnsContent, type ListReturnsResponse, type ListSavedCardsContent, type ListSavedCardsQuery, type ListSavedCardsResponse, type ListSimilarProductsContent, type ListSimilarProductsHeaderParams, type ListSimilarProductsQuery, type ListSimilarProductsResponse, type ListSkusContent, type ListSkusHeaderParams, type ListSkusQuery, type ListSkusResponse, type ListSubscriptionsContent, type ListSubscriptionsResponse, type ListUpsellProductsContent, type ListUpsellProductsHeaderParams, type ListUpsellProductsQuery, type ListUpsellProductsResponse, type ListUserReviewsContent, type ListUserReviewsPathParams, type ListUserReviewsResponse, type LoginPosDeviceWithEmailBody, type LoginPosDeviceWithEmailContent, type LoginPosDeviceWithEmailResponse, type LoginPosDeviceWithPhoneBody, type LoginPosDeviceWithPhoneContent, type LoginPosDeviceWithPhoneResponse, type LoginPosDeviceWithWhatsappBody, type LoginPosDeviceWithWhatsappContent, type LoginPosDeviceWithWhatsappResponse, type LoginWithEmailBody, type LoginWithEmailContent, type LoginWithEmailResponse, type LoginWithPasswordBody, type LoginWithPasswordContent, type LoginWithPasswordResponse, type LoginWithPhoneBody, type LoginWithPhoneContent, type LoginWithPhoneResponse, type LoginWithWhatsappBody, type LoginWithWhatsappContent, type LoginWithWhatsappResponse, type LogoutContent, type LogoutResponse, type LoyaltyPointActivity, type MeasurementUnit, MemoryTokenStorage, type MultiSelectAttribute, type NetbankingPayment, type NotificationChannelPreferences, type NotificationPreferences, type NumberAttribute, type Order, OrderClient, type OrderDetail, type OrderItem, type OrderList, type OrderPayment, type OrderRefund, type OrderReturn, type OrderReturnItem, type OrderShipment, type Pagination, type PairPosDeviceBody, type PairPosDeviceContent, type PairPosDeviceResponse, type PanDetail, type PauseSubscription, type PaymentInfo, type PayuCardPayload, type PayuCreateCardResponse, type PayuPaymentGatewayParams, type PayuPaymentInfo, type PayuPaymentMethod, type PayuSavedCard, type PercentageDiscountRule, type Pincode, type PincodeServiceability, type PosDevice, type PosUpdateCustomerWithEmail, type PosUpdateCustomerWithId, type PosUpdateCustomerWithPhone, type PosUser, type Product, type ProductAttribute, type ProductBundleItem, type ProductCategory, type ProductDetail, type ProductImage, type ProductPricing, type ProductPromotion, type ProductReview, type ProductShipping, type ProductSubscription, type ProductVideo, type Promotion, type RedeemCreditBalanceBody, type RedeemCreditBalanceContent, type RedeemCreditBalancePathParams, type RedeemCreditBalanceResponse, type RedeemGiftCardBody, type RedeemGiftCardContent, type RedeemGiftCardPathParams, type RedeemGiftCardResponse, type RedeemLoyaltyPointsBody, type RedeemLoyaltyPointsContent, type RedeemLoyaltyPointsPathParams, type RedeemLoyaltyPointsResponse, type RefreshPosAccessTokenBody, type RefreshPosAccessTokenContent, type RefreshPosAccessTokenResponse, type RefreshTokenBody, type RefreshTokenContent, type RefreshTokenResponse, type RegisterWithEmailBody, type RegisterWithEmailContent, type RegisterWithEmailPassword, type RegisterWithEmailResponse, type RegisterWithPasswordBody, type RegisterWithPasswordContent, type RegisterWithPasswordResponse, type RegisterWithPhoneBody, type RegisterWithPhoneContent, type RegisterWithPhonePassword, type RegisterWithPhoneResponse, type RegisterWithWhatsappBody, type RegisterWithWhatsappContent, type RegisterWithWhatsappResponse, type RemoveCouponContent, type RemoveCouponPathParams, type RemoveCouponResponse, type RemoveCreditBalanceContent, type RemoveCreditBalancePathParams, type RemoveCreditBalanceResponse, type RemoveGiftCardContent, type RemoveGiftCardPathParams, type RemoveGiftCardResponse, type RemoveLoyaltyPointsContent, type RemoveLoyaltyPointsPathParams, type RemoveLoyaltyPointsResponse, type RemoveProfileImagePathParams, type RemoveProfileImageResponse, type ResetPasswordBody, type ResetPasswordContent, type ResetPasswordResponse, ResponseUtils, type RetryOrderPaymentBody, type RetryOrderPaymentContent, type RetryOrderPaymentPathParams, type RetryOrderPaymentResponse, type RevokeSubscription, type SearchProduct, type SearchProductsBody, type SearchProductsContent, type SearchProductsHeaderParams, type SearchProductsResponse, type Seo, type ShipmentItem, ShippingClient, type SingleSelectAttribute, type SingleSelectOption, type StoreConfig, StoreConfigClient, type StoreTemplate, StorefrontAPIClient, StorefrontSDK, type StorefrontSDKOptions, type SubscribeNewsletterBody, type SubscribeNewsletterResponse, type Subscription, type SubscriptionBehaviour, type SubscriptionDetail, type SubscriptionInvoiceItem, type SupportedDefaultHeaders, type TextAttribute, type TokenStorage, type TrackAnalyticsEventBody, type TrackAnalyticsEventResponse, type UpdateAddressDetailBody, type UpdateAddressDetailContent, type UpdateAddressDetailPathParams, type UpdateAddressDetailResponse, type UpdateCartBody, type UpdateCartContent, type UpdateCartCustomerBody, type UpdateCartCustomerContent, type UpdateCartCustomerPathParams, type UpdateCartCustomerResponse, type UpdateCartItem, type UpdateCartPathParams, type UpdateCartResponse, type UpdateCustomer, type UpdateCustomerBody, type UpdateCustomerContent, type UpdateCustomerPathParams, type UpdateCustomerResponse, type UpdateDigitalProductSubscription, type UpdateDocument, type UpdateDocumentContent, type UpdateDocumentFormData, type UpdateDocumentPathParams, type UpdateDocumentResponse, type UpdateNotificationPreferencesBody, type UpdateNotificationPreferencesContent, type UpdateNotificationPreferencesPathParams, type UpdateNotificationPreferencesResponse, type UpdatePhysicalProductSubscription, type UpdatePosCartAddressBody, type UpdatePosCartAddressContent, type UpdatePosCartAddressPathParams, type UpdatePosCartAddressResponse, type UpdatePosCartBody, type UpdatePosCartContent, type UpdatePosCartCustomerBody, type UpdatePosCartCustomerContent, type UpdatePosCartCustomerPathParams, type UpdatePosCartCustomerResponse, type UpdatePosCartPathParams, type UpdatePosCartResponse, type UpdateProfileImageContent, type UpdateProfileImageFormData, type UpdateProfileImagePathParams, type UpdateProfileImageResponse, type UpdateShippingMethodBody, type UpdateShippingMethodContent, type UpdateShippingMethodPathParams, type UpdateShippingMethodResponse, type UpdateSubscriptionBody, type UpdateSubscriptionContent, type UpdateSubscriptionPathParams, type UpdateSubscriptionResponse, type UpdateUserBody, type UpdateUserContent, type UpdateUserPathParams, type UpdateUserResponse, type UpiPayment, type User, type UserInfo, type Variant, type VariantDetail, type VariantOption, type VerifyDocumentBody, type VerifyDocumentContent, type VerifyDocumentPathParams, type VerifyDocumentResponse, type VerifyOtpBody, type VerifyOtpContent, type VerifyOtpResponse, type VerifyPosLoginOtpBody, type VerifyPosLoginOtpContent, type VerifyPosLoginOtpResponse, type VerifyVpaContent, type VerifyVpaQuery, type VerifyVpaResponse, type VolumeBasedCouponPromotion, type VolumeBasedPromotion, type VolumeBasedRule, type WalletPayment, type components, StorefrontSDK as default, type operations, type paths };
|