@fenixalliance/abs-api-client 1.0.16 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/index.ts +74 -5
- package/clients/accountingService/sdk.gen.ts +409 -137
- package/clients/accountingService/types.gen.ts +678 -1006
- package/clients/assetsService/client.gen.ts +18 -0
- package/clients/assetsService/index.ts +3 -0
- package/clients/assetsService/sdk.gen.ts +808 -0
- package/clients/assetsService/types.gen.ts +2762 -0
- package/clients/cartService/sdk.gen.ts +181 -77
- package/clients/cartService/types.gen.ts +328 -198
- package/clients/catalogService/sdk.gen.ts +353 -121
- package/clients/catalogService/types.gen.ts +371 -706
- package/clients/contentService/sdk.gen.ts +129 -49
- package/clients/contentService/types.gen.ts +154 -281
- package/clients/crmService/sdk.gen.ts +125 -9
- package/clients/crmService/types.gen.ts +432 -38
- package/clients/dealsService/sdk.gen.ts +203 -63
- package/clients/dealsService/types.gen.ts +413 -273
- package/clients/emailTemplates/client.gen.ts +18 -0
- package/clients/emailTemplates/index.ts +3 -0
- package/clients/emailTemplates/sdk.gen.ts +142 -0
- package/clients/emailTemplates/types.gen.ts +354 -0
- package/clients/forexService/sdk.gen.ts +49 -17
- package/clients/forexService/types.gen.ts +68 -51
- package/clients/globeService/sdk.gen.ts +121 -41
- package/clients/globeService/types.gen.ts +100 -100
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -0
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/sdk.gen.ts +84 -28
- package/clients/identityService/types.gen.ts +65 -93
- package/clients/inventoryService/sdk.gen.ts +6 -2
- package/clients/inventoryService/types.gen.ts +2 -2
- package/clients/invoicingService/types.gen.ts +241 -157
- package/clients/learningService/sdk.gen.ts +5 -5
- package/clients/learningService/types.gen.ts +97 -378
- package/clients/locationsService/client.gen.ts +18 -0
- package/clients/locationsService/index.ts +3 -0
- package/clients/locationsService/sdk.gen.ts +290 -0
- package/clients/locationsService/types.gen.ts +885 -0
- package/clients/logisticsService/client.gen.ts +18 -0
- package/clients/logisticsService/index.ts +3 -0
- package/clients/logisticsService/sdk.gen.ts +153 -0
- package/clients/logisticsService/types.gen.ts +540 -0
- package/clients/marketingService/sdk.gen.ts +295 -99
- package/clients/marketingService/types.gen.ts +279 -349
- package/clients/marketplaceService/client.gen.ts +18 -0
- package/clients/marketplaceService/index.ts +3 -0
- package/clients/marketplaceService/sdk.gen.ts +142 -0
- package/clients/marketplaceService/types.gen.ts +354 -0
- package/clients/ordersService/types.gen.ts +184 -103
- package/clients/paymentsService/sdk.gen.ts +35 -13
- package/clients/paymentsService/types.gen.ts +46 -135
- package/clients/pricingService/sdk.gen.ts +153 -45
- package/clients/pricingService/types.gen.ts +164 -197
- package/clients/projectsService/sdk.gen.ts +181 -61
- package/clients/projectsService/types.gen.ts +170 -203
- package/clients/quotesService/types.gen.ts +198 -88
- package/clients/salesService/sdk.gen.ts +6 -2
- package/clients/salesService/types.gen.ts +2 -2
- package/clients/securityService/sdk.gen.ts +13 -13
- package/clients/securityService/types.gen.ts +32 -84
- package/clients/servicesService/client.gen.ts +18 -0
- package/clients/servicesService/index.ts +3 -0
- package/clients/servicesService/sdk.gen.ts +608 -0
- package/clients/servicesService/types.gen.ts +3093 -0
- package/clients/shipmentsService/sdk.gen.ts +7 -3
- package/clients/shipmentsService/types.gen.ts +5 -5
- package/clients/socialService/sdk.gen.ts +205 -73
- package/clients/socialService/types.gen.ts +190 -296
- package/clients/storageService/sdk.gen.ts +32 -8
- package/clients/storageService/types.gen.ts +21 -87
- package/clients/subscriptionsService/client.gen.ts +18 -0
- package/clients/subscriptionsService/index.ts +3 -0
- package/clients/subscriptionsService/sdk.gen.ts +290 -0
- package/clients/subscriptionsService/types.gen.ts +1435 -0
- package/clients/supportService/sdk.gen.ts +277 -93
- package/clients/supportService/types.gen.ts +257 -414
- package/clients/systemService/sdk.gen.ts +223 -39
- package/clients/systemService/types.gen.ts +454 -154
- package/clients/tenantsService/sdk.gen.ts +186 -60
- package/clients/tenantsService/types.gen.ts +507 -361
- package/clients/timeTrackerService/sdk.gen.ts +73 -25
- package/clients/timeTrackerService/types.gen.ts +62 -80
- package/clients/usersService/sdk.gen.ts +101 -1
- package/clients/usersService/types.gen.ts +352 -0
- package/clients/walletsService/types.gen.ts +52 -29
- package/package.json +4 -2
- package/schemas/accountingService/schema.s.ts +5580 -4955
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/cartService/schema.s.ts +1478 -1190
- package/schemas/catalogService/schema.s.ts +3323 -2795
- package/schemas/contentService/schema.s.ts +1445 -1194
- package/schemas/crmService/schema.s.ts +657 -146
- package/schemas/dealsService/schema.s.ts +2243 -1842
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.ts +343 -270
- package/schemas/globeService/schema.s.ts +1143 -963
- package/schemas/identityService/schema.s.ts +490 -364
- package/schemas/inventoryService/schema.s.ts +28 -19
- package/schemas/invoicingService/schema.s.ts +73 -0
- package/schemas/learningService/schema.s.ts +2 -2
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.ts +3361 -2908
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.ts +90 -0
- package/schemas/paymentsService/schema.s.ts +282 -227
- package/schemas/pricingService/schema.s.ts +1043 -804
- package/schemas/projectsService/schema.s.ts +1452 -1184
- package/schemas/quotesService/schema.s.ts +104 -0
- package/schemas/salesService/schema.s.ts +28 -19
- package/schemas/securityService/schema.s.ts +112 -14
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.ts +43 -34
- package/schemas/socialService/schema.s.ts +1665 -1246
- package/schemas/storageService/schema.s.ts +260 -239
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.ts +2420 -2039
- package/schemas/systemService/schema.s.ts +2107 -1479
- package/schemas/tenantsService/schema.s.ts +1588 -960
- package/schemas/timeTrackerService/schema.s.ts +550 -444
- package/schemas/usersService/schema.s.ts +440 -0
- package/schemas/walletsService/schema.s.ts +36 -0
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/authService/core/ApiError.js +0 -20
- package/clients/authService/core/ApiError.ts +0 -25
- package/clients/authService/core/ApiRequestOptions.js +0 -2
- package/clients/authService/core/ApiRequestOptions.ts +0 -17
- package/clients/authService/core/ApiResult.js +0 -2
- package/clients/authService/core/ApiResult.ts +0 -11
- package/clients/authService/core/CancelablePromise.js +0 -104
- package/clients/authService/core/CancelablePromise.ts +0 -131
- package/clients/authService/core/OpenAPI.js +0 -14
- package/clients/authService/core/OpenAPI.ts +0 -32
- package/clients/authService/core/request.js +0 -294
- package/clients/authService/core/request.ts +0 -322
- package/clients/authService/index.js +0 -28
- package/clients/authService/index.ts +0 -48
- package/clients/authService/models/AccessTokenResponse.js +0 -2
- package/clients/authService/models/AccessTokenResponse.ts +0 -11
- package/clients/authService/models/AccountHolderCreateDto.js +0 -12
- package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/authService/models/ApiAuthorizationResult.js +0 -2
- package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/authService/models/EnrollmentId.js +0 -2
- package/clients/authService/models/EnrollmentId.ts +0 -5
- package/clients/authService/models/ErrorEnvelope.js +0 -2
- package/clients/authService/models/ErrorEnvelope.ts +0 -12
- package/clients/authService/models/ForgotPasswordRequest.js +0 -2
- package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/authService/models/InfoRequest.js +0 -2
- package/clients/authService/models/InfoRequest.ts +0 -10
- package/clients/authService/models/InfoResponse.js +0 -2
- package/clients/authService/models/InfoResponse.ts +0 -9
- package/clients/authService/models/JsonWebKey.js +0 -2
- package/clients/authService/models/JsonWebKey.ts +0 -13
- package/clients/authService/models/JsonWebKeySet.js +0 -2
- package/clients/authService/models/JsonWebKeySet.ts +0 -9
- package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebToken.js +0 -2
- package/clients/authService/models/JsonWebToken.ts +0 -15
- package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebTokenHeader.js +0 -2
- package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/authService/models/JsonWebTokenPayload.js +0 -2
- package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/authService/models/LoginRequest.js +0 -2
- package/clients/authService/models/LoginRequest.ts +0 -11
- package/clients/authService/models/OAuthTokenRequest.js +0 -2
- package/clients/authService/models/OAuthTokenRequest.ts +0 -12
- package/clients/authService/models/OpenIdConfiguration.js +0 -2
- package/clients/authService/models/OpenIdConfiguration.ts +0 -19
- package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/authService/models/RefreshRequest.js +0 -2
- package/clients/authService/models/RefreshRequest.ts +0 -8
- package/clients/authService/models/RegisterRequest.js +0 -2
- package/clients/authService/models/RegisterRequest.ts +0 -9
- package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/authService/models/ResetPasswordRequest.js +0 -2
- package/clients/authService/models/ResetPasswordRequest.ts +0 -10
- package/clients/authService/models/SigninModel.js +0 -2
- package/clients/authService/models/SigninModel.ts +0 -9
- package/clients/authService/models/StringListEnvelope.js +0 -2
- package/clients/authService/models/StringListEnvelope.ts +0 -13
- package/clients/authService/models/TenantId.js +0 -2
- package/clients/authService/models/TenantId.ts +0 -5
- package/clients/authService/models/TwoFactorRequest.js +0 -2
- package/clients/authService/models/TwoFactorRequest.ts +0 -12
- package/clients/authService/models/TwoFactorResponse.js +0 -2
- package/clients/authService/models/TwoFactorResponse.ts +0 -12
- package/clients/authService/models/UserId.js +0 -2
- package/clients/authService/models/UserId.ts +0 -5
- package/clients/authService/services/ApplicationsService.js +0 -112
- package/clients/authService/services/ApplicationsService.ts +0 -132
- package/clients/authService/services/AuthService.js +0 -246
- package/clients/authService/services/AuthService.ts +0 -293
- package/clients/authService/services/CheckerService.js +0 -22
- package/clients/authService/services/CheckerService.ts +0 -25
- package/clients/authService/services/OAuthService.js +0 -152
- package/clients/authService/services/OAuthService.ts +0 -183
- package/clients/authService/services/ResourceService.js +0 -22
- package/clients/authService/services/ResourceService.ts +0 -25
- package/clients/authService/services/UserInfoService.js +0 -36
- package/clients/authService/services/UserInfoService.ts +0 -41
- package/clients/holderService/core/ApiError.js +0 -20
- package/clients/holderService/core/ApiError.ts +0 -25
- package/clients/holderService/core/ApiRequestOptions.js +0 -2
- package/clients/holderService/core/ApiRequestOptions.ts +0 -17
- package/clients/holderService/core/ApiResult.js +0 -2
- package/clients/holderService/core/ApiResult.ts +0 -11
- package/clients/holderService/core/CancelablePromise.js +0 -104
- package/clients/holderService/core/CancelablePromise.ts +0 -131
- package/clients/holderService/core/OpenAPI.js +0 -14
- package/clients/holderService/core/OpenAPI.ts +0 -32
- package/clients/holderService/core/request.js +0 -294
- package/clients/holderService/core/request.ts +0 -322
- package/clients/holderService/index.js +0 -30
- package/clients/holderService/index.ts +0 -47
- package/clients/holderService/models/AddressDto.js +0 -2
- package/clients/holderService/models/AddressDto.ts +0 -31
- package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
- package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/CartDto.js +0 -2
- package/clients/holderService/models/CartDto.ts +0 -18
- package/clients/holderService/models/CartDtoEnvelope.js +0 -2
- package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
- package/clients/holderService/models/EmptyEnvelope.js +0 -2
- package/clients/holderService/models/EmptyEnvelope.ts +0 -12
- package/clients/holderService/models/EnrollmentId.js +0 -2
- package/clients/holderService/models/EnrollmentId.ts +0 -5
- package/clients/holderService/models/ErrorEnvelope.js +0 -2
- package/clients/holderService/models/ErrorEnvelope.ts +0 -12
- package/clients/holderService/models/ExtendedTenantDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedUserDto.js +0 -26
- package/clients/holderService/models/ExtendedUserDto.ts +0 -80
- package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/FollowRecordDto.js +0 -2
- package/clients/holderService/models/FollowRecordDto.ts +0 -12
- package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Int32Envelope.js +0 -2
- package/clients/holderService/models/Int32Envelope.ts +0 -13
- package/clients/holderService/models/NotificationDto.js +0 -2
- package/clients/holderService/models/NotificationDto.ts +0 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Operation.js +0 -16
- package/clients/holderService/models/Operation.ts +0 -23
- package/clients/holderService/models/SocialProfileDto.js +0 -12
- package/clients/holderService/models/SocialProfileDto.ts +0 -40
- package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantDto.js +0 -2
- package/clients/holderService/models/TenantDto.ts +0 -45
- package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantInvitationDto.js +0 -2
- package/clients/holderService/models/TenantInvitationDto.ts +0 -16
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/UserDto.js +0 -26
- package/clients/holderService/models/UserDto.ts +0 -72
- package/clients/holderService/models/UserDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsDto.js +0 -12
- package/clients/holderService/models/UserSettingsDto.ts +0 -21
- package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
- package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
- package/clients/holderService/models/UserUpdateDto.js +0 -14
- package/clients/holderService/models/UserUpdateDto.ts +0 -43
- package/clients/holderService/models/WalletDto.js +0 -2
- package/clients/holderService/models/WalletDto.ts +0 -22
- package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
- package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/holderService/services/UserService.js +0 -507
- package/clients/holderService/services/UserService.ts +0 -587
- package/clients/tenantService/core/ApiError.js +0 -20
- package/clients/tenantService/core/ApiError.ts +0 -25
- package/clients/tenantService/core/ApiRequestOptions.js +0 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
- package/clients/tenantService/core/ApiResult.js +0 -2
- package/clients/tenantService/core/ApiResult.ts +0 -11
- package/clients/tenantService/core/CancelablePromise.js +0 -104
- package/clients/tenantService/core/CancelablePromise.ts +0 -131
- package/clients/tenantService/core/OpenAPI.js +0 -14
- package/clients/tenantService/core/OpenAPI.ts +0 -32
- package/clients/tenantService/core/request.js +0 -294
- package/clients/tenantService/core/request.ts +0 -322
- package/clients/tenantService/index.js +0 -24
- package/clients/tenantService/index.ts +0 -118
- package/clients/tenantService/models/BooleanEnvelope.js +0 -2
- package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
- package/clients/tenantService/models/CartDto.js +0 -2
- package/clients/tenantService/models/CartDto.ts +0 -18
- package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
- package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/EmptyEnvelope.js +0 -2
- package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
- package/clients/tenantService/models/ErrorEnvelope.js +0 -2
- package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
- package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/Int32Envelope.js +0 -2
- package/clients/tenantService/models/Int32Envelope.ts +0 -13
- package/clients/tenantService/models/NotificationDto.js +0 -2
- package/clients/tenantService/models/NotificationDto.ts +0 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/Operation.js +0 -16
- package/clients/tenantService/models/Operation.ts +0 -23
- package/clients/tenantService/models/SocialProfileDto.js +0 -12
- package/clients/tenantService/models/SocialProfileDto.ts +0 -40
- package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/StringListEnvelope.js +0 -2
- package/clients/tenantService/models/StringListEnvelope.ts +0 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantCreateDto.js +0 -2
- package/clients/tenantService/models/TenantCreateDto.ts +0 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
- package/clients/tenantService/models/TenantDto.js +0 -2
- package/clients/tenantService/models/TenantDto.ts +0 -45
- package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantInvitationDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDto.js +0 -2
- package/clients/tenantService/models/TenantPositionDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDto.js +0 -2
- package/clients/tenantService/models/TenantSizeDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDto.js +0 -2
- package/clients/tenantService/models/TenantTeamDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
- package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDto.js +0 -2
- package/clients/tenantService/models/TenantTypeDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDto.js +0 -2
- package/clients/tenantService/models/TenantUnitDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
- package/clients/tenantService/models/TenantUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
- package/clients/tenantService/models/UserDto.js +0 -26
- package/clients/tenantService/models/UserDto.ts +0 -72
- package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/WalletDto.js +0 -2
- package/clients/tenantService/models/WalletDto.ts +0 -22
- package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
- package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/WebPortalDto.js +0 -2
- package/clients/tenantService/models/WebPortalDto.ts +0 -19
- package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
- package/clients/tenantService/services/SizesService.js +0 -173
- package/clients/tenantService/services/SizesService.ts +0 -204
- package/clients/tenantService/services/TenantsService.js +0 -3173
- package/clients/tenantService/services/TenantsService.ts +0 -3701
- package/openapi-ts-error-1774919197061.log +0 -12
- package/openapi-ts-error-1774919206848.log +0 -12
- package/openapi-ts-error-1774919211413.log +0 -12
- package/openapi-ts-error-1774919234889.log +0 -12
- package/openapi-ts-error-1774919238790.log +0 -12
- package/openapi-ts-error-1774919250450.log +0 -12
- package/openapi-ts-error-1774919289933.log +0 -12
- package/openapi-ts-error-1774919293886.log +0 -12
- package/openapi-ts-error-1774919297530.log +0 -12
- package/openapi-ts-error-1774952133757.log +0 -12
- package/openapi-ts-error-1774952145095.log +0 -12
- package/openapi-ts-error-1774952149289.log +0 -12
- package/openapi-ts-error-1774952170560.log +0 -12
- package/openapi-ts-error-1774952173946.log +0 -12
- package/openapi-ts-error-1774952221374.log +0 -12
- package/openapi-ts-error-1774952225129.log +0 -12
- package/openapi-ts-error-1774952228932.log +0 -12
- package/openapi-ts-error-1774955105047.log +0 -12
- package/output.txt +0 -1831
|
@@ -81,12 +81,12 @@ export interface paths {
|
|
|
81
81
|
* Get all cart lines
|
|
82
82
|
* @description Get all cart lines
|
|
83
83
|
*/
|
|
84
|
-
get: operations["
|
|
84
|
+
get: operations["GetCartItems"];
|
|
85
85
|
/**
|
|
86
86
|
* Clear all items from a cart
|
|
87
87
|
* @description Clear all items from a cart
|
|
88
88
|
*/
|
|
89
|
-
delete: operations["
|
|
89
|
+
delete: operations["ClearCartRecords"];
|
|
90
90
|
};
|
|
91
91
|
"/api/v2/CartService/Carts/{cartId}/Items/{itemId}": {
|
|
92
92
|
/**
|
|
@@ -124,7 +124,7 @@ export interface paths {
|
|
|
124
124
|
* Decrease an Item in a cart
|
|
125
125
|
* @description Decrease an Item in a cart
|
|
126
126
|
*/
|
|
127
|
-
put: operations["
|
|
127
|
+
put: operations["DecreaseCartItemQuantity"];
|
|
128
128
|
};
|
|
129
129
|
"/api/v2/CartService/Carts/{cartId}/Lines": {
|
|
130
130
|
/**
|
|
@@ -169,7 +169,7 @@ export interface paths {
|
|
|
169
169
|
* Get all wishlists in a cart
|
|
170
170
|
* @description Get all wishlists in a cart
|
|
171
171
|
*/
|
|
172
|
-
get: operations["
|
|
172
|
+
get: operations["GetCartWishList"];
|
|
173
173
|
/**
|
|
174
174
|
* Create a new wish list
|
|
175
175
|
* @description Create a new wish list
|
|
@@ -193,14 +193,14 @@ export interface paths {
|
|
|
193
193
|
* Assesses if a WishList exists
|
|
194
194
|
* @description Assesses if a WishList exists but does not return the content
|
|
195
195
|
*/
|
|
196
|
-
head: operations["
|
|
196
|
+
head: operations["CartWishListExistsHead"];
|
|
197
197
|
};
|
|
198
198
|
"/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}": {
|
|
199
199
|
/**
|
|
200
200
|
* Get a wish list by ID
|
|
201
201
|
* @description Get a wish list by ID
|
|
202
202
|
*/
|
|
203
|
-
get: operations["
|
|
203
|
+
get: operations["GetCartWishListDetails"];
|
|
204
204
|
/**
|
|
205
205
|
* Update a wish list
|
|
206
206
|
* @description Update a wish list
|
|
@@ -210,14 +210,14 @@ export interface paths {
|
|
|
210
210
|
* Delete a wish list
|
|
211
211
|
* @description Delete a wish list
|
|
212
212
|
*/
|
|
213
|
-
delete: operations["
|
|
213
|
+
delete: operations["DeleteCartWishList"];
|
|
214
214
|
};
|
|
215
215
|
"/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Records": {
|
|
216
216
|
/**
|
|
217
217
|
* Get all records in a wish list
|
|
218
218
|
* @description Get all records in a wish list
|
|
219
219
|
*/
|
|
220
|
-
get: operations["
|
|
220
|
+
get: operations["GetCartWishListItems"];
|
|
221
221
|
/**
|
|
222
222
|
* Add a record to a wish list
|
|
223
223
|
* @description Add a record to a wish list
|
|
@@ -234,26 +234,26 @@ export interface paths {
|
|
|
234
234
|
* Remove a record from a wish list
|
|
235
235
|
* @description Remove a record from a wish list
|
|
236
236
|
*/
|
|
237
|
-
delete: operations["
|
|
237
|
+
delete: operations["DeleteCartWishListRecord"];
|
|
238
238
|
};
|
|
239
239
|
"/api/v2/CartService/Carts/{cartId}/Compare": {
|
|
240
240
|
/**
|
|
241
241
|
* Get all items in the compare table
|
|
242
242
|
* @description Get all items in the compare table
|
|
243
243
|
*/
|
|
244
|
-
get: operations["
|
|
244
|
+
get: operations["GetCartCompareRecords"];
|
|
245
245
|
};
|
|
246
246
|
"/api/v2/CartService/Carts/{cartId}/Compare/{itemId}": {
|
|
247
247
|
/**
|
|
248
248
|
* Get an item from the compare table
|
|
249
249
|
* @description Get an item from the compare table
|
|
250
250
|
*/
|
|
251
|
-
get: operations["
|
|
251
|
+
get: operations["GetCartCompareRecord"];
|
|
252
252
|
/**
|
|
253
253
|
* Add an item to the compare table
|
|
254
254
|
* @description Add an item to the compare table
|
|
255
255
|
*/
|
|
256
|
-
post: operations["
|
|
256
|
+
post: operations["AddItemToCartCompareTable"];
|
|
257
257
|
/**
|
|
258
258
|
* Remove an item from the compare table
|
|
259
259
|
* @description Remove an item from the compare table
|
|
@@ -268,138 +268,32 @@ export interface paths {
|
|
|
268
268
|
get: operations["IsItemInCompareTableAsync"];
|
|
269
269
|
};
|
|
270
270
|
"/api/v2/CartService/Compare/{cartId}": {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
header?: {
|
|
277
|
-
"x-api-version"?: string;
|
|
278
|
-
};
|
|
279
|
-
path: {
|
|
280
|
-
cartId: string;
|
|
281
|
-
};
|
|
282
|
-
};
|
|
283
|
-
responses: {
|
|
284
|
-
/** @description OK */
|
|
285
|
-
200: {
|
|
286
|
-
content: {
|
|
287
|
-
"application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
288
|
-
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
/** @description Unauthorized */
|
|
292
|
-
401: {
|
|
293
|
-
content: {
|
|
294
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
295
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
296
|
-
};
|
|
297
|
-
};
|
|
298
|
-
/** @description Not Found */
|
|
299
|
-
404: {
|
|
300
|
-
content: {
|
|
301
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
302
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
303
|
-
};
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
|
-
};
|
|
271
|
+
/**
|
|
272
|
+
* Get items to compare in a cart
|
|
273
|
+
* @description Retrieves all items added to the compare table for the specified cart.
|
|
274
|
+
*/
|
|
275
|
+
get: operations["GetItemToCompareRecords"];
|
|
307
276
|
};
|
|
308
277
|
"/api/v2/CartService/Compare/{recordId}/Details": {
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
header?: {
|
|
315
|
-
"x-api-version"?: string;
|
|
316
|
-
};
|
|
317
|
-
path: {
|
|
318
|
-
recordId: string;
|
|
319
|
-
};
|
|
320
|
-
};
|
|
321
|
-
responses: {
|
|
322
|
-
/** @description OK */
|
|
323
|
-
200: {
|
|
324
|
-
content: {
|
|
325
|
-
"application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
326
|
-
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
/** @description Not Found */
|
|
330
|
-
404: {
|
|
331
|
-
content: {
|
|
332
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
333
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
334
|
-
};
|
|
335
|
-
};
|
|
336
|
-
};
|
|
337
|
-
};
|
|
278
|
+
/**
|
|
279
|
+
* Get compare record details
|
|
280
|
+
* @description Retrieves the details of a specific item-to-compare cart record.
|
|
281
|
+
*/
|
|
282
|
+
get: operations["GetItemToCompareRecord"];
|
|
338
283
|
};
|
|
339
284
|
"/api/v2/CartService/Compare": {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
header?: {
|
|
346
|
-
"x-api-version"?: string;
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
requestBody?: {
|
|
350
|
-
content: {
|
|
351
|
-
"application/json": components["schemas"]["AddProductToCompareRequest"];
|
|
352
|
-
"application/xml": components["schemas"]["AddProductToCompareRequest"];
|
|
353
|
-
};
|
|
354
|
-
};
|
|
355
|
-
responses: {
|
|
356
|
-
/** @description OK */
|
|
357
|
-
200: {
|
|
358
|
-
content: {
|
|
359
|
-
"application/json": components["schemas"]["ItemCartRecordDto"];
|
|
360
|
-
"application/xml": components["schemas"]["ItemCartRecordDto"];
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
/** @description Not Found */
|
|
364
|
-
404: {
|
|
365
|
-
content: {
|
|
366
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
367
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
|
-
};
|
|
371
|
-
};
|
|
285
|
+
/**
|
|
286
|
+
* Add an item to the compare table
|
|
287
|
+
* @description Adds a product to the compare table for the specified cart with tracking.
|
|
288
|
+
*/
|
|
289
|
+
post: operations["AddItemToCompareTableAsync"];
|
|
372
290
|
};
|
|
373
291
|
"/api/v2/CartService/Compare/{recordId}": {
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
header?: {
|
|
380
|
-
"x-api-version"?: string;
|
|
381
|
-
};
|
|
382
|
-
path: {
|
|
383
|
-
recordId: string;
|
|
384
|
-
};
|
|
385
|
-
};
|
|
386
|
-
responses: {
|
|
387
|
-
/** @description OK */
|
|
388
|
-
200: {
|
|
389
|
-
content: {
|
|
390
|
-
"application/json": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
391
|
-
"application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
392
|
-
};
|
|
393
|
-
};
|
|
394
|
-
/** @description Not Found */
|
|
395
|
-
404: {
|
|
396
|
-
content: {
|
|
397
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
398
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
399
|
-
};
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
};
|
|
292
|
+
/**
|
|
293
|
+
* Remove an item from the compare table
|
|
294
|
+
* @description Removes a specific record from the compare table by its record ID.
|
|
295
|
+
*/
|
|
296
|
+
delete: operations["RemoveItemFromCompareTable"];
|
|
403
297
|
};
|
|
404
298
|
"/version": {
|
|
405
299
|
get: {
|
|
@@ -627,689 +521,150 @@ export interface paths {
|
|
|
627
521
|
};
|
|
628
522
|
};
|
|
629
523
|
"/api/v2/CartService/Records/AddItem": {
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
quantity?: number;
|
|
636
|
-
"api-version"?: string;
|
|
637
|
-
};
|
|
638
|
-
header?: {
|
|
639
|
-
"x-api-version"?: string;
|
|
640
|
-
};
|
|
641
|
-
};
|
|
642
|
-
responses: {
|
|
643
|
-
/** @description OK */
|
|
644
|
-
200: {
|
|
645
|
-
content: {
|
|
646
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
647
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
648
|
-
};
|
|
649
|
-
};
|
|
650
|
-
/** @description Unauthorized */
|
|
651
|
-
401: {
|
|
652
|
-
content: {
|
|
653
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
654
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
655
|
-
};
|
|
656
|
-
};
|
|
657
|
-
/** @description Not Found */
|
|
658
|
-
404: {
|
|
659
|
-
content: {
|
|
660
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
661
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
662
|
-
};
|
|
663
|
-
};
|
|
664
|
-
};
|
|
665
|
-
};
|
|
524
|
+
/**
|
|
525
|
+
* Add an item to a cart
|
|
526
|
+
* @description Adds an item with the specified quantity to the given cart.
|
|
527
|
+
*/
|
|
528
|
+
post: operations["AddItemToCart"];
|
|
666
529
|
};
|
|
667
|
-
"/api/v2/CartService/Records/{
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
header?: {
|
|
674
|
-
"x-api-version"?: string;
|
|
675
|
-
};
|
|
676
|
-
path: {
|
|
677
|
-
cartId: string;
|
|
678
|
-
};
|
|
679
|
-
};
|
|
680
|
-
responses: {
|
|
681
|
-
/** @description OK */
|
|
682
|
-
200: {
|
|
683
|
-
content: {
|
|
684
|
-
"application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
685
|
-
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
686
|
-
};
|
|
687
|
-
};
|
|
688
|
-
/** @description Unauthorized */
|
|
689
|
-
401: {
|
|
690
|
-
content: {
|
|
691
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
692
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
/** @description Not Found */
|
|
696
|
-
404: {
|
|
697
|
-
content: {
|
|
698
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
699
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
};
|
|
703
|
-
};
|
|
530
|
+
"/api/v2/CartService/Records/{cartId}": {
|
|
531
|
+
/**
|
|
532
|
+
* Get all items in a cart
|
|
533
|
+
* @description Retrieves all item cart records for the specified cart.
|
|
534
|
+
*/
|
|
535
|
+
get: operations["GetItemsInCartAsync"];
|
|
704
536
|
};
|
|
705
537
|
"/api/v2/CartService/Records": {
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
content: {
|
|
717
|
-
"application/json": components["schemas"]["ItemCartRecordCreateDto"];
|
|
718
|
-
"application/xml": components["schemas"]["ItemCartRecordCreateDto"];
|
|
719
|
-
};
|
|
720
|
-
};
|
|
721
|
-
responses: {
|
|
722
|
-
/** @description OK */
|
|
723
|
-
200: {
|
|
724
|
-
content: {
|
|
725
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
726
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
727
|
-
};
|
|
728
|
-
};
|
|
729
|
-
/** @description Unauthorized */
|
|
730
|
-
401: {
|
|
731
|
-
content: {
|
|
732
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
733
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
734
|
-
};
|
|
735
|
-
};
|
|
736
|
-
/** @description Not Found */
|
|
737
|
-
404: {
|
|
738
|
-
content: {
|
|
739
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
740
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
741
|
-
};
|
|
742
|
-
};
|
|
743
|
-
};
|
|
744
|
-
};
|
|
745
|
-
delete: {
|
|
746
|
-
parameters: {
|
|
747
|
-
query?: {
|
|
748
|
-
cartId?: string;
|
|
749
|
-
productId?: string;
|
|
750
|
-
"api-version"?: string;
|
|
751
|
-
};
|
|
752
|
-
header?: {
|
|
753
|
-
"x-api-version"?: string;
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
responses: {
|
|
757
|
-
/** @description OK */
|
|
758
|
-
200: {
|
|
759
|
-
content: {
|
|
760
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
761
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
762
|
-
};
|
|
763
|
-
};
|
|
764
|
-
/** @description Unauthorized */
|
|
765
|
-
401: {
|
|
766
|
-
content: {
|
|
767
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
768
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
769
|
-
};
|
|
770
|
-
};
|
|
771
|
-
/** @description Not Found */
|
|
772
|
-
404: {
|
|
773
|
-
content: {
|
|
774
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
775
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
776
|
-
};
|
|
777
|
-
};
|
|
778
|
-
};
|
|
779
|
-
};
|
|
538
|
+
/**
|
|
539
|
+
* Add a product to a cart with tracking
|
|
540
|
+
* @description Adds a product to the cart using a request body with cart ID, product ID, and quantity.
|
|
541
|
+
*/
|
|
542
|
+
post: operations["AddProductToCartAsync"];
|
|
543
|
+
/**
|
|
544
|
+
* Remove a product from a cart
|
|
545
|
+
* @description Removes a product from the cart using cart ID and product ID query parameters.
|
|
546
|
+
*/
|
|
547
|
+
delete: operations["RemoveProductFromCartByParams"];
|
|
780
548
|
};
|
|
781
549
|
"/api/v2/CartService/Records/IsInCart": {
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
"api-version"?: string;
|
|
788
|
-
};
|
|
789
|
-
header?: {
|
|
790
|
-
"x-api-version"?: string;
|
|
791
|
-
};
|
|
792
|
-
};
|
|
793
|
-
responses: {
|
|
794
|
-
/** @description OK */
|
|
795
|
-
200: {
|
|
796
|
-
content: {
|
|
797
|
-
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
798
|
-
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
799
|
-
};
|
|
800
|
-
};
|
|
801
|
-
/** @description Unauthorized */
|
|
802
|
-
401: {
|
|
803
|
-
content: {
|
|
804
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
805
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
806
|
-
};
|
|
807
|
-
};
|
|
808
|
-
/** @description Not Found */
|
|
809
|
-
404: {
|
|
810
|
-
content: {
|
|
811
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
812
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
813
|
-
};
|
|
814
|
-
};
|
|
815
|
-
};
|
|
816
|
-
};
|
|
550
|
+
/**
|
|
551
|
+
* Check if an item is in a cart
|
|
552
|
+
* @description Returns a boolean indicating whether the specified item is already in the given cart.
|
|
553
|
+
*/
|
|
554
|
+
get: operations["IsItemAlreadyInCart"];
|
|
817
555
|
};
|
|
818
556
|
"/api/v2/CartService/Records/ClearCart": {
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
};
|
|
825
|
-
header?: {
|
|
826
|
-
"x-api-version"?: string;
|
|
827
|
-
};
|
|
828
|
-
};
|
|
829
|
-
responses: {
|
|
830
|
-
/** @description OK */
|
|
831
|
-
200: {
|
|
832
|
-
content: {
|
|
833
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
834
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
835
|
-
};
|
|
836
|
-
};
|
|
837
|
-
/** @description Unauthorized */
|
|
838
|
-
401: {
|
|
839
|
-
content: {
|
|
840
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
841
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
842
|
-
};
|
|
843
|
-
};
|
|
844
|
-
/** @description Not Found */
|
|
845
|
-
404: {
|
|
846
|
-
content: {
|
|
847
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
848
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
849
|
-
};
|
|
850
|
-
};
|
|
851
|
-
};
|
|
852
|
-
};
|
|
557
|
+
/**
|
|
558
|
+
* Clear all items from a cart
|
|
559
|
+
* @description Removes all item records from the specified cart.
|
|
560
|
+
*/
|
|
561
|
+
post: operations["ClearCartAsync"];
|
|
853
562
|
};
|
|
854
563
|
"/api/v2/CartService/Records/{recordId}/Details": {
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
header?: {
|
|
861
|
-
"x-api-version"?: string;
|
|
862
|
-
};
|
|
863
|
-
path: {
|
|
864
|
-
recordId: string;
|
|
865
|
-
};
|
|
866
|
-
};
|
|
867
|
-
responses: {
|
|
868
|
-
/** @description OK */
|
|
869
|
-
200: {
|
|
870
|
-
content: {
|
|
871
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
872
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
873
|
-
};
|
|
874
|
-
};
|
|
875
|
-
/** @description Unauthorized */
|
|
876
|
-
401: {
|
|
877
|
-
content: {
|
|
878
|
-
"application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
879
|
-
"application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
880
|
-
};
|
|
881
|
-
};
|
|
882
|
-
/** @description Not Found */
|
|
883
|
-
404: {
|
|
884
|
-
content: {
|
|
885
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
886
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
887
|
-
};
|
|
888
|
-
};
|
|
889
|
-
};
|
|
890
|
-
};
|
|
564
|
+
/**
|
|
565
|
+
* Get a cart record by ID
|
|
566
|
+
* @description Retrieves the details of a specific item cart record.
|
|
567
|
+
*/
|
|
568
|
+
get: operations["GetItemCartRecord"];
|
|
891
569
|
};
|
|
892
570
|
"/api/v2/CartService/Records/{recordId}": {
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
};
|
|
904
|
-
};
|
|
905
|
-
requestBody?: {
|
|
906
|
-
content: {
|
|
907
|
-
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
908
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
909
|
-
};
|
|
910
|
-
};
|
|
911
|
-
responses: {
|
|
912
|
-
/** @description OK */
|
|
913
|
-
200: {
|
|
914
|
-
content: {
|
|
915
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
916
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
917
|
-
};
|
|
918
|
-
};
|
|
919
|
-
/** @description Unauthorized */
|
|
920
|
-
401: {
|
|
921
|
-
content: {
|
|
922
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
923
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
924
|
-
};
|
|
925
|
-
};
|
|
926
|
-
/** @description Not Found */
|
|
927
|
-
404: {
|
|
928
|
-
content: {
|
|
929
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
930
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
931
|
-
};
|
|
932
|
-
};
|
|
933
|
-
};
|
|
934
|
-
};
|
|
935
|
-
delete: {
|
|
936
|
-
parameters: {
|
|
937
|
-
query?: {
|
|
938
|
-
"api-version"?: string;
|
|
939
|
-
};
|
|
940
|
-
header?: {
|
|
941
|
-
"x-api-version"?: string;
|
|
942
|
-
};
|
|
943
|
-
path: {
|
|
944
|
-
recordId: string;
|
|
945
|
-
};
|
|
946
|
-
};
|
|
947
|
-
responses: {
|
|
948
|
-
/** @description OK */
|
|
949
|
-
200: {
|
|
950
|
-
content: {
|
|
951
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
952
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
953
|
-
};
|
|
954
|
-
};
|
|
955
|
-
/** @description Unauthorized */
|
|
956
|
-
401: {
|
|
957
|
-
content: {
|
|
958
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
959
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
960
|
-
};
|
|
961
|
-
};
|
|
962
|
-
/** @description Not Found */
|
|
963
|
-
404: {
|
|
964
|
-
content: {
|
|
965
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
966
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
967
|
-
};
|
|
968
|
-
};
|
|
969
|
-
};
|
|
970
|
-
};
|
|
571
|
+
/**
|
|
572
|
+
* Update a cart record
|
|
573
|
+
* @description Updates the specified item cart record with the provided data.
|
|
574
|
+
*/
|
|
575
|
+
put: operations["UpdateItemCartRecord"];
|
|
576
|
+
/**
|
|
577
|
+
* Remove a product from a cart by record ID
|
|
578
|
+
* @description Removes a specific item record from the cart by its record ID.
|
|
579
|
+
*/
|
|
580
|
+
delete: operations["RemoveProductFromCartByRecordId"];
|
|
971
581
|
};
|
|
972
582
|
"/api/v2/CartService/Records/{recordId}/Increase": {
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
};
|
|
979
|
-
header?: {
|
|
980
|
-
"x-api-version"?: string;
|
|
981
|
-
};
|
|
982
|
-
path: {
|
|
983
|
-
recordId: string;
|
|
984
|
-
};
|
|
985
|
-
};
|
|
986
|
-
responses: {
|
|
987
|
-
/** @description OK */
|
|
988
|
-
200: {
|
|
989
|
-
content: {
|
|
990
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
991
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
992
|
-
};
|
|
993
|
-
};
|
|
994
|
-
/** @description Unauthorized */
|
|
995
|
-
401: {
|
|
996
|
-
content: {
|
|
997
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
998
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
999
|
-
};
|
|
1000
|
-
};
|
|
1001
|
-
/** @description Not Found */
|
|
1002
|
-
404: {
|
|
1003
|
-
content: {
|
|
1004
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1005
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1006
|
-
};
|
|
1007
|
-
};
|
|
1008
|
-
};
|
|
1009
|
-
};
|
|
583
|
+
/**
|
|
584
|
+
* Increase cart record quantity
|
|
585
|
+
* @description Increases the quantity of the specified item cart record by the given amount.
|
|
586
|
+
*/
|
|
587
|
+
put: operations["IncreaseItemCartRecord"];
|
|
1010
588
|
};
|
|
1011
589
|
"/api/v2/CartService/Records/{recordId}/Decrease": {
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
};
|
|
1018
|
-
header?: {
|
|
1019
|
-
"x-api-version"?: string;
|
|
1020
|
-
};
|
|
1021
|
-
path: {
|
|
1022
|
-
recordId: string;
|
|
1023
|
-
};
|
|
1024
|
-
};
|
|
1025
|
-
responses: {
|
|
1026
|
-
/** @description OK */
|
|
1027
|
-
200: {
|
|
1028
|
-
content: {
|
|
1029
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1030
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1031
|
-
};
|
|
1032
|
-
};
|
|
1033
|
-
/** @description Unauthorized */
|
|
1034
|
-
401: {
|
|
1035
|
-
content: {
|
|
1036
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1037
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1038
|
-
};
|
|
1039
|
-
};
|
|
1040
|
-
/** @description Not Found */
|
|
1041
|
-
404: {
|
|
1042
|
-
content: {
|
|
1043
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1044
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1045
|
-
};
|
|
1046
|
-
};
|
|
1047
|
-
};
|
|
1048
|
-
};
|
|
590
|
+
/**
|
|
591
|
+
* Decrease cart record quantity
|
|
592
|
+
* @description Decreases the quantity of the specified item cart record by the given amount.
|
|
593
|
+
*/
|
|
594
|
+
put: operations["DecreaseItemCartRecord"];
|
|
1049
595
|
};
|
|
1050
596
|
"/api/v2/CartService/WishLists/Contains": {
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
"api-version"?: string;
|
|
1057
|
-
};
|
|
1058
|
-
header?: {
|
|
1059
|
-
"x-api-version"?: string;
|
|
1060
|
-
};
|
|
1061
|
-
};
|
|
1062
|
-
responses: {
|
|
1063
|
-
/** @description OK */
|
|
1064
|
-
200: {
|
|
1065
|
-
content: {
|
|
1066
|
-
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
1067
|
-
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
1068
|
-
};
|
|
1069
|
-
};
|
|
1070
|
-
};
|
|
1071
|
-
};
|
|
597
|
+
/**
|
|
598
|
+
* Check if a product is in any wish list
|
|
599
|
+
* @description Returns a boolean indicating whether the specified product exists in any wish list of the given cart.
|
|
600
|
+
*/
|
|
601
|
+
get: operations["IsProductInWishLists"];
|
|
1072
602
|
};
|
|
1073
603
|
"/api/v2/CartService/WishLists/Exists": {
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
responses: {
|
|
1085
|
-
/** @description OK */
|
|
1086
|
-
200: {
|
|
1087
|
-
content: {
|
|
1088
|
-
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
1089
|
-
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
1090
|
-
};
|
|
1091
|
-
};
|
|
1092
|
-
};
|
|
1093
|
-
};
|
|
1094
|
-
head: {
|
|
1095
|
-
parameters: {
|
|
1096
|
-
query?: {
|
|
1097
|
-
wishListId?: string;
|
|
1098
|
-
"api-version"?: string;
|
|
1099
|
-
};
|
|
1100
|
-
header?: {
|
|
1101
|
-
"x-api-version"?: string;
|
|
1102
|
-
};
|
|
1103
|
-
};
|
|
1104
|
-
responses: {
|
|
1105
|
-
/** @description OK */
|
|
1106
|
-
200: {
|
|
1107
|
-
content: {
|
|
1108
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1109
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1110
|
-
};
|
|
1111
|
-
};
|
|
1112
|
-
};
|
|
1113
|
-
};
|
|
604
|
+
/**
|
|
605
|
+
* Check if a wish list exists
|
|
606
|
+
* @description Returns a boolean indicating whether the specified wish list exists.
|
|
607
|
+
*/
|
|
608
|
+
get: operations["WishListExists"];
|
|
609
|
+
/**
|
|
610
|
+
* Check if a wish list exists (HEAD)
|
|
611
|
+
* @description HEAD request to check whether the specified wish list exists without returning a response body.
|
|
612
|
+
*/
|
|
613
|
+
head: operations["WishListExistsHeadAsync"];
|
|
1114
614
|
};
|
|
1115
615
|
"/api/v2/CartService/WishLists": {
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
header?: {
|
|
1122
|
-
"x-api-version"?: string;
|
|
1123
|
-
};
|
|
1124
|
-
};
|
|
1125
|
-
requestBody?: {
|
|
1126
|
-
content: {
|
|
1127
|
-
"application/json": components["schemas"]["NewWishListRequest"];
|
|
1128
|
-
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
1129
|
-
};
|
|
1130
|
-
};
|
|
1131
|
-
responses: {
|
|
1132
|
-
/** @description OK */
|
|
1133
|
-
200: {
|
|
1134
|
-
content: {
|
|
1135
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1136
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1137
|
-
};
|
|
1138
|
-
};
|
|
1139
|
-
};
|
|
1140
|
-
};
|
|
616
|
+
/**
|
|
617
|
+
* Create a wish list
|
|
618
|
+
* @description Creates a new wish list from the provided request data.
|
|
619
|
+
*/
|
|
620
|
+
post: operations["CreateWishList"];
|
|
1141
621
|
};
|
|
1142
622
|
"/api/v2/CartService/WishLists/{wishListId}": {
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
};
|
|
1154
|
-
};
|
|
1155
|
-
requestBody?: {
|
|
1156
|
-
content: {
|
|
1157
|
-
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
1158
|
-
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
1159
|
-
};
|
|
1160
|
-
};
|
|
1161
|
-
responses: {
|
|
1162
|
-
/** @description OK */
|
|
1163
|
-
200: {
|
|
1164
|
-
content: {
|
|
1165
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1166
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1167
|
-
};
|
|
1168
|
-
};
|
|
1169
|
-
};
|
|
1170
|
-
};
|
|
1171
|
-
delete: {
|
|
1172
|
-
parameters: {
|
|
1173
|
-
query?: {
|
|
1174
|
-
"api-version"?: string;
|
|
1175
|
-
};
|
|
1176
|
-
header?: {
|
|
1177
|
-
"x-api-version"?: string;
|
|
1178
|
-
};
|
|
1179
|
-
path: {
|
|
1180
|
-
wishListId: string;
|
|
1181
|
-
};
|
|
1182
|
-
};
|
|
1183
|
-
responses: {
|
|
1184
|
-
/** @description OK */
|
|
1185
|
-
200: {
|
|
1186
|
-
content: {
|
|
1187
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1188
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1189
|
-
};
|
|
1190
|
-
};
|
|
1191
|
-
};
|
|
1192
|
-
};
|
|
623
|
+
/**
|
|
624
|
+
* Update a wish list
|
|
625
|
+
* @description Updates the specified wish list with the provided data.
|
|
626
|
+
*/
|
|
627
|
+
put: operations["UpdateProductToWishList"];
|
|
628
|
+
/**
|
|
629
|
+
* Delete a wish list
|
|
630
|
+
* @description Deletes the specified wish list.
|
|
631
|
+
*/
|
|
632
|
+
delete: operations["DeleteWishList"];
|
|
1193
633
|
};
|
|
1194
634
|
"/api/v2/CartService/WishLists/{cartId}": {
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
header?: {
|
|
1201
|
-
"x-api-version"?: string;
|
|
1202
|
-
};
|
|
1203
|
-
path: {
|
|
1204
|
-
cartId: string;
|
|
1205
|
-
};
|
|
1206
|
-
};
|
|
1207
|
-
responses: {
|
|
1208
|
-
/** @description OK */
|
|
1209
|
-
200: {
|
|
1210
|
-
content: {
|
|
1211
|
-
"application/json": components["schemas"]["WishListDto"][];
|
|
1212
|
-
"application/xml": components["schemas"]["WishListDto"][];
|
|
1213
|
-
};
|
|
1214
|
-
};
|
|
1215
|
-
};
|
|
1216
|
-
};
|
|
635
|
+
/**
|
|
636
|
+
* Get wish lists for a cart
|
|
637
|
+
* @description Retrieves all wish lists associated with the specified cart.
|
|
638
|
+
*/
|
|
639
|
+
get: operations["GetWishListAsync"];
|
|
1217
640
|
};
|
|
1218
641
|
"/api/v2/CartService/WishLists/{wishListId}/Records": {
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
header?: {
|
|
1225
|
-
"x-api-version"?: string;
|
|
1226
|
-
};
|
|
1227
|
-
path: {
|
|
1228
|
-
wishListId: string;
|
|
1229
|
-
};
|
|
1230
|
-
};
|
|
1231
|
-
responses: {
|
|
1232
|
-
/** @description OK */
|
|
1233
|
-
200: {
|
|
1234
|
-
content: {
|
|
1235
|
-
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
1236
|
-
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
1237
|
-
};
|
|
1238
|
-
};
|
|
1239
|
-
};
|
|
1240
|
-
};
|
|
642
|
+
/**
|
|
643
|
+
* Get wish list item records
|
|
644
|
+
* @description Retrieves all item records in the specified wish list.
|
|
645
|
+
*/
|
|
646
|
+
get: operations["GetCartWishListItemsAsync"];
|
|
1241
647
|
};
|
|
1242
648
|
"/api/v2/CartService/WishLists/{wishListId}/Details": {
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
header?: {
|
|
1249
|
-
"x-api-version"?: string;
|
|
1250
|
-
};
|
|
1251
|
-
path: {
|
|
1252
|
-
wishListId: string;
|
|
1253
|
-
};
|
|
1254
|
-
};
|
|
1255
|
-
responses: {
|
|
1256
|
-
/** @description OK */
|
|
1257
|
-
200: {
|
|
1258
|
-
content: {
|
|
1259
|
-
"application/json": components["schemas"]["WishListDto"];
|
|
1260
|
-
"application/xml": components["schemas"]["WishListDto"];
|
|
1261
|
-
};
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1264
|
-
};
|
|
649
|
+
/**
|
|
650
|
+
* Get wish list details
|
|
651
|
+
* @description Retrieves the full details of the specified wish list.
|
|
652
|
+
*/
|
|
653
|
+
get: operations["GetCartWishListDetailsAsync"];
|
|
1265
654
|
};
|
|
1266
655
|
"/api/v2/CartService/WishLists/Records": {
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
header?: {
|
|
1273
|
-
"x-api-version"?: string;
|
|
1274
|
-
};
|
|
1275
|
-
};
|
|
1276
|
-
requestBody?: {
|
|
1277
|
-
content: {
|
|
1278
|
-
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
1279
|
-
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
1280
|
-
};
|
|
1281
|
-
};
|
|
1282
|
-
responses: {
|
|
1283
|
-
/** @description OK */
|
|
1284
|
-
200: {
|
|
1285
|
-
content: {
|
|
1286
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1287
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1288
|
-
};
|
|
1289
|
-
};
|
|
1290
|
-
};
|
|
1291
|
-
};
|
|
656
|
+
/**
|
|
657
|
+
* Add a product to a wish list
|
|
658
|
+
* @description Adds the specified product to the given wish list.
|
|
659
|
+
*/
|
|
660
|
+
post: operations["AddProductToWishList"];
|
|
1292
661
|
};
|
|
1293
662
|
"/api/v2/CartService/WishLists/Records/{recordId}": {
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
header?: {
|
|
1300
|
-
"x-api-version"?: string;
|
|
1301
|
-
};
|
|
1302
|
-
path: {
|
|
1303
|
-
recordId: string;
|
|
1304
|
-
};
|
|
1305
|
-
};
|
|
1306
|
-
responses: {
|
|
1307
|
-
/** @description OK */
|
|
1308
|
-
200: {
|
|
1309
|
-
content: never;
|
|
1310
|
-
};
|
|
1311
|
-
};
|
|
1312
|
-
};
|
|
663
|
+
/**
|
|
664
|
+
* Delete a wish list record
|
|
665
|
+
* @description Removes a specific item record from a wish list by its record ID.
|
|
666
|
+
*/
|
|
667
|
+
delete: operations["DeleteWishListRecord"];
|
|
1313
668
|
};
|
|
1314
669
|
}
|
|
1315
670
|
|
|
@@ -1410,6 +765,7 @@ export interface components {
|
|
|
1410
765
|
result?: components["schemas"]["CurrencyDto"];
|
|
1411
766
|
};
|
|
1412
767
|
CurrencyId: {
|
|
768
|
+
value?: string | null;
|
|
1413
769
|
code?: string | null;
|
|
1414
770
|
country?: string | null;
|
|
1415
771
|
};
|
|
@@ -1575,39 +931,51 @@ export interface components {
|
|
|
1575
931
|
currency?: components["schemas"]["CurrencyId"];
|
|
1576
932
|
/** Format: double */
|
|
1577
933
|
totalDetail?: number;
|
|
934
|
+
totalDetailCurrencyId?: string | null;
|
|
1578
935
|
totalDetailAmount?: components["schemas"]["Money"];
|
|
1579
936
|
/** Format: double */
|
|
1580
937
|
totalProfit?: number;
|
|
938
|
+
totalProfitCurrencyId?: string | null;
|
|
1581
939
|
totalProfitAmount?: components["schemas"]["Money"];
|
|
1582
940
|
/** Format: double */
|
|
1583
941
|
totalDiscounts?: number;
|
|
942
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1584
943
|
totalDiscountsAmount?: components["schemas"]["Money"];
|
|
1585
944
|
/** Format: double */
|
|
1586
945
|
totalSurcharges?: number;
|
|
946
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1587
947
|
totalSurchargesAmount?: components["schemas"]["Money"];
|
|
1588
948
|
/** Format: double */
|
|
1589
949
|
totalTaxBase?: number;
|
|
950
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1590
951
|
totalTaxBaseAmount?: components["schemas"]["Money"];
|
|
1591
952
|
/** Format: double */
|
|
1592
953
|
totalTaxes?: number;
|
|
954
|
+
totalTaxesCurrencyId?: string | null;
|
|
1593
955
|
totalTaxesAmount?: components["schemas"]["Money"];
|
|
1594
956
|
/** Format: double */
|
|
1595
957
|
totalShippingCost?: number;
|
|
958
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1596
959
|
totalShippingCostAmount?: components["schemas"]["Money"];
|
|
1597
960
|
/** Format: double */
|
|
1598
961
|
totalShippingTax?: number;
|
|
962
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1599
963
|
totalShippingTaxAmount?: components["schemas"]["Money"];
|
|
1600
964
|
/** Format: double */
|
|
1601
965
|
totalWithheldTax?: number;
|
|
966
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1602
967
|
totalWithheldTaxAmount?: components["schemas"]["Money"];
|
|
1603
968
|
/** Format: double */
|
|
1604
969
|
totalGlobalDiscounts?: number;
|
|
970
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1605
971
|
totalGlobalDiscountsAmount?: components["schemas"]["Money"];
|
|
1606
972
|
/** Format: double */
|
|
1607
973
|
totalGlobalSurcharges?: number;
|
|
974
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1608
975
|
totalGlobalSurchargesAmount?: components["schemas"]["Money"];
|
|
1609
976
|
/** Format: double */
|
|
1610
977
|
total?: number;
|
|
978
|
+
totalCurrencyId?: string | null;
|
|
1611
979
|
totalAmount?: components["schemas"]["Money"];
|
|
1612
980
|
cartId?: string | null;
|
|
1613
981
|
itemID?: string | null;
|
|
@@ -1772,10 +1140,886 @@ export type external = Record<string, never>;
|
|
|
1772
1140
|
export interface operations {
|
|
1773
1141
|
|
|
1774
1142
|
/**
|
|
1775
|
-
* Get all business owned contacts
|
|
1776
|
-
* @description Get all business owned contacts
|
|
1143
|
+
* Get all business owned contacts
|
|
1144
|
+
* @description Get all business owned contacts
|
|
1145
|
+
*/
|
|
1146
|
+
GetCartByIdAsync: {
|
|
1147
|
+
parameters: {
|
|
1148
|
+
query?: {
|
|
1149
|
+
"api-version"?: string;
|
|
1150
|
+
};
|
|
1151
|
+
header?: {
|
|
1152
|
+
"x-api-version"?: string;
|
|
1153
|
+
};
|
|
1154
|
+
path: {
|
|
1155
|
+
cartId: string;
|
|
1156
|
+
};
|
|
1157
|
+
};
|
|
1158
|
+
responses: {
|
|
1159
|
+
/** @description OK */
|
|
1160
|
+
200: {
|
|
1161
|
+
content: {
|
|
1162
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1163
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1166
|
+
/** @description Unauthorized */
|
|
1167
|
+
401: {
|
|
1168
|
+
content: {
|
|
1169
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1170
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1171
|
+
};
|
|
1172
|
+
};
|
|
1173
|
+
/** @description Forbidden */
|
|
1174
|
+
403: {
|
|
1175
|
+
content: {
|
|
1176
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1177
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1178
|
+
};
|
|
1179
|
+
};
|
|
1180
|
+
};
|
|
1181
|
+
};
|
|
1182
|
+
/**
|
|
1183
|
+
* Update a cart
|
|
1184
|
+
* @description Update a cart
|
|
1185
|
+
*/
|
|
1186
|
+
UpdateCartAsync: {
|
|
1187
|
+
parameters: {
|
|
1188
|
+
query?: {
|
|
1189
|
+
"api-version"?: string;
|
|
1190
|
+
};
|
|
1191
|
+
header?: {
|
|
1192
|
+
"x-api-version"?: string;
|
|
1193
|
+
};
|
|
1194
|
+
path: {
|
|
1195
|
+
cartId: string;
|
|
1196
|
+
};
|
|
1197
|
+
};
|
|
1198
|
+
requestBody?: {
|
|
1199
|
+
content: {
|
|
1200
|
+
"application/json": components["schemas"]["CartUpdateRequest"];
|
|
1201
|
+
"application/xml": components["schemas"]["CartUpdateRequest"];
|
|
1202
|
+
};
|
|
1203
|
+
};
|
|
1204
|
+
responses: {
|
|
1205
|
+
/** @description OK */
|
|
1206
|
+
200: {
|
|
1207
|
+
content: {
|
|
1208
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1209
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1210
|
+
};
|
|
1211
|
+
};
|
|
1212
|
+
/** @description Unauthorized */
|
|
1213
|
+
401: {
|
|
1214
|
+
content: {
|
|
1215
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1216
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1217
|
+
};
|
|
1218
|
+
};
|
|
1219
|
+
/** @description Forbidden */
|
|
1220
|
+
403: {
|
|
1221
|
+
content: {
|
|
1222
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1223
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1224
|
+
};
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
};
|
|
1228
|
+
/**
|
|
1229
|
+
* Get the currency of a cart
|
|
1230
|
+
* @description The currency of a cart used for display purposes
|
|
1231
|
+
*/
|
|
1232
|
+
GetCartCurrencyAsync: {
|
|
1233
|
+
parameters: {
|
|
1234
|
+
query?: {
|
|
1235
|
+
"api-version"?: string;
|
|
1236
|
+
};
|
|
1237
|
+
header?: {
|
|
1238
|
+
"x-api-version"?: string;
|
|
1239
|
+
};
|
|
1240
|
+
path: {
|
|
1241
|
+
cartId: string;
|
|
1242
|
+
};
|
|
1243
|
+
};
|
|
1244
|
+
responses: {
|
|
1245
|
+
/** @description OK */
|
|
1246
|
+
200: {
|
|
1247
|
+
content: {
|
|
1248
|
+
"application/json": components["schemas"]["CurrencyDtoEnvelope"];
|
|
1249
|
+
"application/xml": components["schemas"]["CurrencyDtoEnvelope"];
|
|
1250
|
+
};
|
|
1251
|
+
};
|
|
1252
|
+
/** @description Unauthorized */
|
|
1253
|
+
401: {
|
|
1254
|
+
content: {
|
|
1255
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1256
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1257
|
+
};
|
|
1258
|
+
};
|
|
1259
|
+
/** @description Forbidden */
|
|
1260
|
+
403: {
|
|
1261
|
+
content: {
|
|
1262
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1263
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1264
|
+
};
|
|
1265
|
+
};
|
|
1266
|
+
};
|
|
1267
|
+
};
|
|
1268
|
+
/**
|
|
1269
|
+
* Set the currency of a cart
|
|
1270
|
+
* @description Set the currency of a cart
|
|
1271
|
+
*/
|
|
1272
|
+
SetCartCurrencyAsync: {
|
|
1273
|
+
parameters: {
|
|
1274
|
+
query?: {
|
|
1275
|
+
"api-version"?: string;
|
|
1276
|
+
};
|
|
1277
|
+
header?: {
|
|
1278
|
+
"x-api-version"?: string;
|
|
1279
|
+
};
|
|
1280
|
+
path: {
|
|
1281
|
+
cartId: string;
|
|
1282
|
+
};
|
|
1283
|
+
};
|
|
1284
|
+
requestBody?: {
|
|
1285
|
+
content: {
|
|
1286
|
+
"application/json": components["schemas"]["CurrencySwitchRequest"];
|
|
1287
|
+
"application/xml": components["schemas"]["CurrencySwitchRequest"];
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
responses: {
|
|
1291
|
+
/** @description OK */
|
|
1292
|
+
200: {
|
|
1293
|
+
content: {
|
|
1294
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1295
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1296
|
+
};
|
|
1297
|
+
};
|
|
1298
|
+
/** @description Unauthorized */
|
|
1299
|
+
401: {
|
|
1300
|
+
content: {
|
|
1301
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1302
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1303
|
+
};
|
|
1304
|
+
};
|
|
1305
|
+
/** @description Forbidden */
|
|
1306
|
+
403: {
|
|
1307
|
+
content: {
|
|
1308
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1309
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1310
|
+
};
|
|
1311
|
+
};
|
|
1312
|
+
};
|
|
1313
|
+
};
|
|
1314
|
+
/**
|
|
1315
|
+
* Get the country of a cart
|
|
1316
|
+
* @description The country of a cart is used to calculate taxes and shipping costs
|
|
1317
|
+
*/
|
|
1318
|
+
GetCartCountryAsync: {
|
|
1319
|
+
parameters: {
|
|
1320
|
+
query?: {
|
|
1321
|
+
"api-version"?: string;
|
|
1322
|
+
};
|
|
1323
|
+
header?: {
|
|
1324
|
+
"x-api-version"?: string;
|
|
1325
|
+
};
|
|
1326
|
+
path: {
|
|
1327
|
+
cartId: string;
|
|
1328
|
+
};
|
|
1329
|
+
};
|
|
1330
|
+
responses: {
|
|
1331
|
+
/** @description OK */
|
|
1332
|
+
200: {
|
|
1333
|
+
content: {
|
|
1334
|
+
"application/json": components["schemas"]["CountryDtoEnvelope"];
|
|
1335
|
+
"application/xml": components["schemas"]["CountryDtoEnvelope"];
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1338
|
+
/** @description Unauthorized */
|
|
1339
|
+
401: {
|
|
1340
|
+
content: {
|
|
1341
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1342
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1343
|
+
};
|
|
1344
|
+
};
|
|
1345
|
+
/** @description Forbidden */
|
|
1346
|
+
403: {
|
|
1347
|
+
content: {
|
|
1348
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1349
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1350
|
+
};
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1353
|
+
};
|
|
1354
|
+
/**
|
|
1355
|
+
* Set the country of a cart
|
|
1356
|
+
* @description Set the country of a cart
|
|
1357
|
+
*/
|
|
1358
|
+
SetCartCountryAsync: {
|
|
1359
|
+
parameters: {
|
|
1360
|
+
query?: {
|
|
1361
|
+
"api-version"?: string;
|
|
1362
|
+
};
|
|
1363
|
+
header?: {
|
|
1364
|
+
"x-api-version"?: string;
|
|
1365
|
+
};
|
|
1366
|
+
path: {
|
|
1367
|
+
cartId: string;
|
|
1368
|
+
};
|
|
1369
|
+
};
|
|
1370
|
+
requestBody?: {
|
|
1371
|
+
content: {
|
|
1372
|
+
"application/json": components["schemas"]["CountrySwitchRequest"];
|
|
1373
|
+
"application/xml": components["schemas"]["CountrySwitchRequest"];
|
|
1374
|
+
};
|
|
1375
|
+
};
|
|
1376
|
+
responses: {
|
|
1377
|
+
/** @description OK */
|
|
1378
|
+
200: {
|
|
1379
|
+
content: {
|
|
1380
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1381
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1382
|
+
};
|
|
1383
|
+
};
|
|
1384
|
+
/** @description Unauthorized */
|
|
1385
|
+
401: {
|
|
1386
|
+
content: {
|
|
1387
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1388
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1391
|
+
/** @description Forbidden */
|
|
1392
|
+
403: {
|
|
1393
|
+
content: {
|
|
1394
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1395
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
/**
|
|
1401
|
+
* Submit a cart for processing
|
|
1402
|
+
* @description Submit a cart for processing
|
|
1403
|
+
*/
|
|
1404
|
+
SubmitCartAsync: {
|
|
1405
|
+
parameters: {
|
|
1406
|
+
query?: {
|
|
1407
|
+
tenantId?: string;
|
|
1408
|
+
"api-version"?: string;
|
|
1409
|
+
};
|
|
1410
|
+
header?: {
|
|
1411
|
+
"x-api-version"?: string;
|
|
1412
|
+
};
|
|
1413
|
+
path: {
|
|
1414
|
+
cartId: string;
|
|
1415
|
+
};
|
|
1416
|
+
};
|
|
1417
|
+
responses: {
|
|
1418
|
+
/** @description OK */
|
|
1419
|
+
200: {
|
|
1420
|
+
content: {
|
|
1421
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1422
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1425
|
+
/** @description Unauthorized */
|
|
1426
|
+
401: {
|
|
1427
|
+
content: {
|
|
1428
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1429
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1430
|
+
};
|
|
1431
|
+
};
|
|
1432
|
+
/** @description Forbidden */
|
|
1433
|
+
403: {
|
|
1434
|
+
content: {
|
|
1435
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1436
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1437
|
+
};
|
|
1438
|
+
};
|
|
1439
|
+
};
|
|
1440
|
+
};
|
|
1441
|
+
/**
|
|
1442
|
+
* Get the acting cart
|
|
1443
|
+
* @description Get the acting cart
|
|
1444
|
+
*/
|
|
1445
|
+
GetActingCart: {
|
|
1446
|
+
parameters: {
|
|
1447
|
+
query?: {
|
|
1448
|
+
"api-version"?: string;
|
|
1449
|
+
};
|
|
1450
|
+
header?: {
|
|
1451
|
+
"x-api-version"?: string;
|
|
1452
|
+
};
|
|
1453
|
+
};
|
|
1454
|
+
responses: {
|
|
1455
|
+
/** @description OK */
|
|
1456
|
+
200: {
|
|
1457
|
+
content: {
|
|
1458
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1459
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1460
|
+
};
|
|
1461
|
+
};
|
|
1462
|
+
/** @description Unauthorized */
|
|
1463
|
+
401: {
|
|
1464
|
+
content: {
|
|
1465
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1466
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1467
|
+
};
|
|
1468
|
+
};
|
|
1469
|
+
/** @description Forbidden */
|
|
1470
|
+
403: {
|
|
1471
|
+
content: {
|
|
1472
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1473
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
/**
|
|
1479
|
+
* Get the guest cart
|
|
1480
|
+
* @description Get the guest cart
|
|
1481
|
+
*/
|
|
1482
|
+
GetGuestCartAsync: {
|
|
1483
|
+
parameters: {
|
|
1484
|
+
query?: {
|
|
1485
|
+
"api-version"?: string;
|
|
1486
|
+
};
|
|
1487
|
+
header?: {
|
|
1488
|
+
"x-api-version"?: string;
|
|
1489
|
+
};
|
|
1490
|
+
};
|
|
1491
|
+
responses: {
|
|
1492
|
+
/** @description OK */
|
|
1493
|
+
200: {
|
|
1494
|
+
content: {
|
|
1495
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1496
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1499
|
+
/** @description Unauthorized */
|
|
1500
|
+
401: {
|
|
1501
|
+
content: {
|
|
1502
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1503
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
/** @description Forbidden */
|
|
1507
|
+
403: {
|
|
1508
|
+
content: {
|
|
1509
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1510
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1511
|
+
};
|
|
1512
|
+
};
|
|
1513
|
+
};
|
|
1514
|
+
};
|
|
1515
|
+
/**
|
|
1516
|
+
* Get the current user's cart
|
|
1517
|
+
* @description Get the current user's cart
|
|
1518
|
+
*/
|
|
1519
|
+
GetUserCart: {
|
|
1520
|
+
parameters: {
|
|
1521
|
+
query?: {
|
|
1522
|
+
"api-version"?: string;
|
|
1523
|
+
};
|
|
1524
|
+
header?: {
|
|
1525
|
+
"x-api-version"?: string;
|
|
1526
|
+
};
|
|
1527
|
+
};
|
|
1528
|
+
responses: {
|
|
1529
|
+
/** @description OK */
|
|
1530
|
+
200: {
|
|
1531
|
+
content: {
|
|
1532
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1533
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1534
|
+
};
|
|
1535
|
+
};
|
|
1536
|
+
/** @description Unauthorized */
|
|
1537
|
+
401: {
|
|
1538
|
+
content: {
|
|
1539
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1540
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1543
|
+
/** @description Forbidden */
|
|
1544
|
+
403: {
|
|
1545
|
+
content: {
|
|
1546
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1547
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1548
|
+
};
|
|
1549
|
+
};
|
|
1550
|
+
};
|
|
1551
|
+
};
|
|
1552
|
+
/**
|
|
1553
|
+
* Get the business cart
|
|
1554
|
+
* @description Get the business cart
|
|
1555
|
+
*/
|
|
1556
|
+
GetTenantCartAsync: {
|
|
1557
|
+
parameters: {
|
|
1558
|
+
query?: {
|
|
1559
|
+
"api-version"?: string;
|
|
1560
|
+
};
|
|
1561
|
+
header?: {
|
|
1562
|
+
"x-api-version"?: string;
|
|
1563
|
+
};
|
|
1564
|
+
path: {
|
|
1565
|
+
tenantId: string;
|
|
1566
|
+
};
|
|
1567
|
+
};
|
|
1568
|
+
responses: {
|
|
1569
|
+
/** @description OK */
|
|
1570
|
+
200: {
|
|
1571
|
+
content: {
|
|
1572
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1573
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
/** @description Unauthorized */
|
|
1577
|
+
401: {
|
|
1578
|
+
content: {
|
|
1579
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1580
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
/** @description Forbidden */
|
|
1584
|
+
403: {
|
|
1585
|
+
content: {
|
|
1586
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1587
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1592
|
+
/**
|
|
1593
|
+
* Get all cart lines
|
|
1594
|
+
* @description Get all cart lines
|
|
1595
|
+
*/
|
|
1596
|
+
GetCartItems: {
|
|
1597
|
+
parameters: {
|
|
1598
|
+
query?: {
|
|
1599
|
+
"api-version"?: string;
|
|
1600
|
+
};
|
|
1601
|
+
header?: {
|
|
1602
|
+
"x-api-version"?: string;
|
|
1603
|
+
};
|
|
1604
|
+
path: {
|
|
1605
|
+
cartId: string;
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1608
|
+
responses: {
|
|
1609
|
+
/** @description OK */
|
|
1610
|
+
200: {
|
|
1611
|
+
content: {
|
|
1612
|
+
"application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1613
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1614
|
+
};
|
|
1615
|
+
};
|
|
1616
|
+
/** @description Unauthorized */
|
|
1617
|
+
401: {
|
|
1618
|
+
content: {
|
|
1619
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1620
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1621
|
+
};
|
|
1622
|
+
};
|
|
1623
|
+
/** @description Not Found */
|
|
1624
|
+
404: {
|
|
1625
|
+
content: {
|
|
1626
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1627
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1628
|
+
};
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1631
|
+
};
|
|
1632
|
+
/**
|
|
1633
|
+
* Clear all items from a cart
|
|
1634
|
+
* @description Clear all items from a cart
|
|
1635
|
+
*/
|
|
1636
|
+
ClearCartRecords: {
|
|
1637
|
+
parameters: {
|
|
1638
|
+
query?: {
|
|
1639
|
+
"api-version"?: string;
|
|
1640
|
+
};
|
|
1641
|
+
header?: {
|
|
1642
|
+
"x-api-version"?: string;
|
|
1643
|
+
};
|
|
1644
|
+
path: {
|
|
1645
|
+
cartId: string;
|
|
1646
|
+
};
|
|
1647
|
+
};
|
|
1648
|
+
responses: {
|
|
1649
|
+
/** @description OK */
|
|
1650
|
+
200: {
|
|
1651
|
+
content: {
|
|
1652
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1653
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1654
|
+
};
|
|
1655
|
+
};
|
|
1656
|
+
/** @description Unauthorized */
|
|
1657
|
+
401: {
|
|
1658
|
+
content: {
|
|
1659
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1660
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1661
|
+
};
|
|
1662
|
+
};
|
|
1663
|
+
/** @description Not Found */
|
|
1664
|
+
404: {
|
|
1665
|
+
content: {
|
|
1666
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1667
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1668
|
+
};
|
|
1669
|
+
};
|
|
1670
|
+
};
|
|
1671
|
+
};
|
|
1672
|
+
/**
|
|
1673
|
+
* Update an Item in a cart
|
|
1674
|
+
* @description Update an Item in a cart
|
|
1675
|
+
*/
|
|
1676
|
+
UpdateItemCartRecordAsync: {
|
|
1677
|
+
parameters: {
|
|
1678
|
+
query?: {
|
|
1679
|
+
"api-version"?: string;
|
|
1680
|
+
};
|
|
1681
|
+
header?: {
|
|
1682
|
+
"x-api-version"?: string;
|
|
1683
|
+
};
|
|
1684
|
+
path: {
|
|
1685
|
+
cartId: string;
|
|
1686
|
+
itemId: string;
|
|
1687
|
+
};
|
|
1688
|
+
};
|
|
1689
|
+
requestBody?: {
|
|
1690
|
+
content: {
|
|
1691
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1692
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1693
|
+
};
|
|
1694
|
+
};
|
|
1695
|
+
responses: {
|
|
1696
|
+
/** @description OK */
|
|
1697
|
+
200: {
|
|
1698
|
+
content: {
|
|
1699
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1700
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1701
|
+
};
|
|
1702
|
+
};
|
|
1703
|
+
/** @description Unauthorized */
|
|
1704
|
+
401: {
|
|
1705
|
+
content: {
|
|
1706
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1707
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1708
|
+
};
|
|
1709
|
+
};
|
|
1710
|
+
/** @description Not Found */
|
|
1711
|
+
404: {
|
|
1712
|
+
content: {
|
|
1713
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1714
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1715
|
+
};
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
};
|
|
1719
|
+
/**
|
|
1720
|
+
* Add an Item to a cart
|
|
1721
|
+
* @description Add an Item to a cart
|
|
1722
|
+
*/
|
|
1723
|
+
AddItemToCartAsync: {
|
|
1724
|
+
parameters: {
|
|
1725
|
+
query?: {
|
|
1726
|
+
quantity?: number;
|
|
1727
|
+
"api-version"?: string;
|
|
1728
|
+
};
|
|
1729
|
+
header?: {
|
|
1730
|
+
"x-api-version"?: string;
|
|
1731
|
+
};
|
|
1732
|
+
path: {
|
|
1733
|
+
cartId: string;
|
|
1734
|
+
itemId: string;
|
|
1735
|
+
};
|
|
1736
|
+
};
|
|
1737
|
+
responses: {
|
|
1738
|
+
/** @description OK */
|
|
1739
|
+
200: {
|
|
1740
|
+
content: {
|
|
1741
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1742
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1745
|
+
/** @description Unauthorized */
|
|
1746
|
+
401: {
|
|
1747
|
+
content: {
|
|
1748
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1749
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1750
|
+
};
|
|
1751
|
+
};
|
|
1752
|
+
/** @description Not Found */
|
|
1753
|
+
404: {
|
|
1754
|
+
content: {
|
|
1755
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1756
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1757
|
+
};
|
|
1758
|
+
};
|
|
1759
|
+
};
|
|
1760
|
+
};
|
|
1761
|
+
/**
|
|
1762
|
+
* Remove an Item from a cart
|
|
1763
|
+
* @description Remove an Item from a cart
|
|
1764
|
+
*/
|
|
1765
|
+
RemoveItemFromCartAsync: {
|
|
1766
|
+
parameters: {
|
|
1767
|
+
query?: {
|
|
1768
|
+
"api-version"?: string;
|
|
1769
|
+
};
|
|
1770
|
+
header?: {
|
|
1771
|
+
"x-api-version"?: string;
|
|
1772
|
+
};
|
|
1773
|
+
path: {
|
|
1774
|
+
cartId: string;
|
|
1775
|
+
itemId: string;
|
|
1776
|
+
};
|
|
1777
|
+
};
|
|
1778
|
+
responses: {
|
|
1779
|
+
/** @description OK */
|
|
1780
|
+
200: {
|
|
1781
|
+
content: {
|
|
1782
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1783
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1784
|
+
};
|
|
1785
|
+
};
|
|
1786
|
+
/** @description Unauthorized */
|
|
1787
|
+
401: {
|
|
1788
|
+
content: {
|
|
1789
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1790
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1791
|
+
};
|
|
1792
|
+
};
|
|
1793
|
+
/** @description Not Found */
|
|
1794
|
+
404: {
|
|
1795
|
+
content: {
|
|
1796
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1797
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1798
|
+
};
|
|
1799
|
+
};
|
|
1800
|
+
};
|
|
1801
|
+
};
|
|
1802
|
+
/**
|
|
1803
|
+
* Assesses if an Item is already in a cart
|
|
1804
|
+
* @description Assesses if an Item is already in a cart
|
|
1805
|
+
*/
|
|
1806
|
+
IsItemAlreadyInCartAsync: {
|
|
1807
|
+
parameters: {
|
|
1808
|
+
query?: {
|
|
1809
|
+
"api-version"?: string;
|
|
1810
|
+
};
|
|
1811
|
+
header?: {
|
|
1812
|
+
"x-api-version"?: string;
|
|
1813
|
+
};
|
|
1814
|
+
path: {
|
|
1815
|
+
cartId: string;
|
|
1816
|
+
itemId: string;
|
|
1817
|
+
};
|
|
1818
|
+
};
|
|
1819
|
+
responses: {
|
|
1820
|
+
/** @description OK */
|
|
1821
|
+
200: {
|
|
1822
|
+
content: {
|
|
1823
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
1824
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
1825
|
+
};
|
|
1826
|
+
};
|
|
1827
|
+
/** @description Unauthorized */
|
|
1828
|
+
401: {
|
|
1829
|
+
content: {
|
|
1830
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1831
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1832
|
+
};
|
|
1833
|
+
};
|
|
1834
|
+
/** @description Not Found */
|
|
1835
|
+
404: {
|
|
1836
|
+
content: {
|
|
1837
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1838
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1839
|
+
};
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
};
|
|
1843
|
+
/**
|
|
1844
|
+
* Increase an Item in a cart
|
|
1845
|
+
* @description Increase an Item in a cart
|
|
1846
|
+
*/
|
|
1847
|
+
IncreaseItemCartRecordQuantityAsync: {
|
|
1848
|
+
parameters: {
|
|
1849
|
+
query?: {
|
|
1850
|
+
"api-version"?: string;
|
|
1851
|
+
};
|
|
1852
|
+
header?: {
|
|
1853
|
+
"x-api-version"?: string;
|
|
1854
|
+
};
|
|
1855
|
+
path: {
|
|
1856
|
+
cartId: string;
|
|
1857
|
+
itemId: string;
|
|
1858
|
+
};
|
|
1859
|
+
};
|
|
1860
|
+
requestBody?: {
|
|
1861
|
+
content: {
|
|
1862
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1863
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1864
|
+
};
|
|
1865
|
+
};
|
|
1866
|
+
responses: {
|
|
1867
|
+
/** @description OK */
|
|
1868
|
+
200: {
|
|
1869
|
+
content: {
|
|
1870
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1871
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
/** @description Unauthorized */
|
|
1875
|
+
401: {
|
|
1876
|
+
content: {
|
|
1877
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1878
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1879
|
+
};
|
|
1880
|
+
};
|
|
1881
|
+
/** @description Not Found */
|
|
1882
|
+
404: {
|
|
1883
|
+
content: {
|
|
1884
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1885
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1886
|
+
};
|
|
1887
|
+
};
|
|
1888
|
+
};
|
|
1889
|
+
};
|
|
1890
|
+
/**
|
|
1891
|
+
* Decrease an Item in a cart
|
|
1892
|
+
* @description Decrease an Item in a cart
|
|
1893
|
+
*/
|
|
1894
|
+
DecreaseCartItemQuantity: {
|
|
1895
|
+
parameters: {
|
|
1896
|
+
query?: {
|
|
1897
|
+
"api-version"?: string;
|
|
1898
|
+
};
|
|
1899
|
+
header?: {
|
|
1900
|
+
"x-api-version"?: string;
|
|
1901
|
+
};
|
|
1902
|
+
path: {
|
|
1903
|
+
cartId: string;
|
|
1904
|
+
itemId: string;
|
|
1905
|
+
};
|
|
1906
|
+
};
|
|
1907
|
+
requestBody?: {
|
|
1908
|
+
content: {
|
|
1909
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1910
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1911
|
+
};
|
|
1912
|
+
};
|
|
1913
|
+
responses: {
|
|
1914
|
+
/** @description OK */
|
|
1915
|
+
200: {
|
|
1916
|
+
content: {
|
|
1917
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1918
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1919
|
+
};
|
|
1920
|
+
};
|
|
1921
|
+
/** @description Unauthorized */
|
|
1922
|
+
401: {
|
|
1923
|
+
content: {
|
|
1924
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1925
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1926
|
+
};
|
|
1927
|
+
};
|
|
1928
|
+
/** @description Not Found */
|
|
1929
|
+
404: {
|
|
1930
|
+
content: {
|
|
1931
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1932
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1933
|
+
};
|
|
1934
|
+
};
|
|
1935
|
+
};
|
|
1936
|
+
};
|
|
1937
|
+
/**
|
|
1938
|
+
* Get all cart lines
|
|
1939
|
+
* @description Get all cart lines
|
|
1940
|
+
*/
|
|
1941
|
+
GetCartLinesAsync: {
|
|
1942
|
+
parameters: {
|
|
1943
|
+
query?: {
|
|
1944
|
+
"api-version"?: string;
|
|
1945
|
+
};
|
|
1946
|
+
header?: {
|
|
1947
|
+
"x-api-version"?: string;
|
|
1948
|
+
};
|
|
1949
|
+
path: {
|
|
1950
|
+
cartId: string;
|
|
1951
|
+
};
|
|
1952
|
+
};
|
|
1953
|
+
responses: {
|
|
1954
|
+
/** @description OK */
|
|
1955
|
+
200: {
|
|
1956
|
+
content: {
|
|
1957
|
+
"application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1958
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1959
|
+
};
|
|
1960
|
+
};
|
|
1961
|
+
/** @description Unauthorized */
|
|
1962
|
+
401: {
|
|
1963
|
+
content: {
|
|
1964
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1965
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1966
|
+
};
|
|
1967
|
+
};
|
|
1968
|
+
/** @description Not Found */
|
|
1969
|
+
404: {
|
|
1970
|
+
content: {
|
|
1971
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1972
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1973
|
+
};
|
|
1974
|
+
};
|
|
1975
|
+
};
|
|
1976
|
+
};
|
|
1977
|
+
/**
|
|
1978
|
+
* Get a cart line by ID
|
|
1979
|
+
* @description Get a cart line by ID
|
|
1980
|
+
*/
|
|
1981
|
+
GetCartLineAsync: {
|
|
1982
|
+
parameters: {
|
|
1983
|
+
query?: {
|
|
1984
|
+
"api-version"?: string;
|
|
1985
|
+
};
|
|
1986
|
+
header?: {
|
|
1987
|
+
"x-api-version"?: string;
|
|
1988
|
+
};
|
|
1989
|
+
path: {
|
|
1990
|
+
cartId: string;
|
|
1991
|
+
lineId: string;
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1994
|
+
responses: {
|
|
1995
|
+
/** @description OK */
|
|
1996
|
+
200: {
|
|
1997
|
+
content: {
|
|
1998
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1999
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2000
|
+
};
|
|
2001
|
+
};
|
|
2002
|
+
/** @description Unauthorized */
|
|
2003
|
+
401: {
|
|
2004
|
+
content: {
|
|
2005
|
+
"application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
2006
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
2007
|
+
};
|
|
2008
|
+
};
|
|
2009
|
+
/** @description Not Found */
|
|
2010
|
+
404: {
|
|
2011
|
+
content: {
|
|
2012
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2013
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2014
|
+
};
|
|
2015
|
+
};
|
|
2016
|
+
};
|
|
2017
|
+
};
|
|
2018
|
+
/**
|
|
2019
|
+
* Update a cart line
|
|
2020
|
+
* @description Update a cart line
|
|
1777
2021
|
*/
|
|
1778
|
-
|
|
2022
|
+
UpdateCartLineAsync: {
|
|
1779
2023
|
parameters: {
|
|
1780
2024
|
query?: {
|
|
1781
2025
|
"api-version"?: string;
|
|
@@ -1785,14 +2029,21 @@ export interface operations {
|
|
|
1785
2029
|
};
|
|
1786
2030
|
path: {
|
|
1787
2031
|
cartId: string;
|
|
2032
|
+
lineId: string;
|
|
2033
|
+
};
|
|
2034
|
+
};
|
|
2035
|
+
requestBody?: {
|
|
2036
|
+
content: {
|
|
2037
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2038
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1788
2039
|
};
|
|
1789
2040
|
};
|
|
1790
2041
|
responses: {
|
|
1791
2042
|
/** @description OK */
|
|
1792
2043
|
200: {
|
|
1793
2044
|
content: {
|
|
1794
|
-
"application/json": components["schemas"]["
|
|
1795
|
-
"application/xml": components["schemas"]["
|
|
2045
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2046
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1796
2047
|
};
|
|
1797
2048
|
};
|
|
1798
2049
|
/** @description Unauthorized */
|
|
@@ -1802,8 +2053,8 @@ export interface operations {
|
|
|
1802
2053
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1803
2054
|
};
|
|
1804
2055
|
};
|
|
1805
|
-
/** @description
|
|
1806
|
-
|
|
2056
|
+
/** @description Not Found */
|
|
2057
|
+
404: {
|
|
1807
2058
|
content: {
|
|
1808
2059
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1809
2060
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1812,10 +2063,10 @@ export interface operations {
|
|
|
1812
2063
|
};
|
|
1813
2064
|
};
|
|
1814
2065
|
/**
|
|
1815
|
-
*
|
|
1816
|
-
* @description
|
|
2066
|
+
* Remove a cart line
|
|
2067
|
+
* @description Remove a cart line
|
|
1817
2068
|
*/
|
|
1818
|
-
|
|
2069
|
+
RemoveCartLineAsync: {
|
|
1819
2070
|
parameters: {
|
|
1820
2071
|
query?: {
|
|
1821
2072
|
"api-version"?: string;
|
|
@@ -1825,12 +2076,7 @@ export interface operations {
|
|
|
1825
2076
|
};
|
|
1826
2077
|
path: {
|
|
1827
2078
|
cartId: string;
|
|
1828
|
-
|
|
1829
|
-
};
|
|
1830
|
-
requestBody?: {
|
|
1831
|
-
content: {
|
|
1832
|
-
"application/json": components["schemas"]["CartUpdateRequest"];
|
|
1833
|
-
"application/xml": components["schemas"]["CartUpdateRequest"];
|
|
2079
|
+
lineId: string;
|
|
1834
2080
|
};
|
|
1835
2081
|
};
|
|
1836
2082
|
responses: {
|
|
@@ -1848,8 +2094,8 @@ export interface operations {
|
|
|
1848
2094
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1849
2095
|
};
|
|
1850
2096
|
};
|
|
1851
|
-
/** @description
|
|
1852
|
-
|
|
2097
|
+
/** @description Not Found */
|
|
2098
|
+
404: {
|
|
1853
2099
|
content: {
|
|
1854
2100
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1855
2101
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1858,12 +2104,13 @@ export interface operations {
|
|
|
1858
2104
|
};
|
|
1859
2105
|
};
|
|
1860
2106
|
/**
|
|
1861
|
-
*
|
|
1862
|
-
* @description
|
|
2107
|
+
* Increase the quantity of a cart line
|
|
2108
|
+
* @description Increase the quantity of a cart line
|
|
1863
2109
|
*/
|
|
1864
|
-
|
|
2110
|
+
IncreaseCartLineAsync: {
|
|
1865
2111
|
parameters: {
|
|
1866
2112
|
query?: {
|
|
2113
|
+
quantity?: number;
|
|
1867
2114
|
"api-version"?: string;
|
|
1868
2115
|
};
|
|
1869
2116
|
header?: {
|
|
@@ -1871,14 +2118,15 @@ export interface operations {
|
|
|
1871
2118
|
};
|
|
1872
2119
|
path: {
|
|
1873
2120
|
cartId: string;
|
|
2121
|
+
lineId: string;
|
|
1874
2122
|
};
|
|
1875
2123
|
};
|
|
1876
2124
|
responses: {
|
|
1877
2125
|
/** @description OK */
|
|
1878
2126
|
200: {
|
|
1879
2127
|
content: {
|
|
1880
|
-
"application/json": components["schemas"]["
|
|
1881
|
-
"application/xml": components["schemas"]["
|
|
2128
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2129
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1882
2130
|
};
|
|
1883
2131
|
};
|
|
1884
2132
|
/** @description Unauthorized */
|
|
@@ -1888,8 +2136,8 @@ export interface operations {
|
|
|
1888
2136
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1889
2137
|
};
|
|
1890
2138
|
};
|
|
1891
|
-
/** @description
|
|
1892
|
-
|
|
2139
|
+
/** @description Not Found */
|
|
2140
|
+
404: {
|
|
1893
2141
|
content: {
|
|
1894
2142
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1895
2143
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1898,12 +2146,13 @@ export interface operations {
|
|
|
1898
2146
|
};
|
|
1899
2147
|
};
|
|
1900
2148
|
/**
|
|
1901
|
-
*
|
|
1902
|
-
* @description
|
|
2149
|
+
* Decrease the quantity of a cart line
|
|
2150
|
+
* @description Decrease the quantity of a cart line
|
|
1903
2151
|
*/
|
|
1904
|
-
|
|
2152
|
+
DecreaseCartLineAsync: {
|
|
1905
2153
|
parameters: {
|
|
1906
2154
|
query?: {
|
|
2155
|
+
quantity?: number;
|
|
1907
2156
|
"api-version"?: string;
|
|
1908
2157
|
};
|
|
1909
2158
|
header?: {
|
|
@@ -1911,12 +2160,7 @@ export interface operations {
|
|
|
1911
2160
|
};
|
|
1912
2161
|
path: {
|
|
1913
2162
|
cartId: string;
|
|
1914
|
-
|
|
1915
|
-
};
|
|
1916
|
-
requestBody?: {
|
|
1917
|
-
content: {
|
|
1918
|
-
"application/json": components["schemas"]["CurrencySwitchRequest"];
|
|
1919
|
-
"application/xml": components["schemas"]["CurrencySwitchRequest"];
|
|
2163
|
+
lineId: string;
|
|
1920
2164
|
};
|
|
1921
2165
|
};
|
|
1922
2166
|
responses: {
|
|
@@ -1934,8 +2178,8 @@ export interface operations {
|
|
|
1934
2178
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1935
2179
|
};
|
|
1936
2180
|
};
|
|
1937
|
-
/** @description
|
|
1938
|
-
|
|
2181
|
+
/** @description Not Found */
|
|
2182
|
+
404: {
|
|
1939
2183
|
content: {
|
|
1940
2184
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1941
2185
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1944,10 +2188,10 @@ export interface operations {
|
|
|
1944
2188
|
};
|
|
1945
2189
|
};
|
|
1946
2190
|
/**
|
|
1947
|
-
* Get
|
|
1948
|
-
* @description
|
|
2191
|
+
* Get all wishlists in a cart
|
|
2192
|
+
* @description Get all wishlists in a cart
|
|
1949
2193
|
*/
|
|
1950
|
-
|
|
2194
|
+
GetCartWishList: {
|
|
1951
2195
|
parameters: {
|
|
1952
2196
|
query?: {
|
|
1953
2197
|
"api-version"?: string;
|
|
@@ -1963,8 +2207,8 @@ export interface operations {
|
|
|
1963
2207
|
/** @description OK */
|
|
1964
2208
|
200: {
|
|
1965
2209
|
content: {
|
|
1966
|
-
"application/json": components["schemas"]["
|
|
1967
|
-
"application/xml": components["schemas"]["
|
|
2210
|
+
"application/json": components["schemas"]["WishListDto"][];
|
|
2211
|
+
"application/xml": components["schemas"]["WishListDto"][];
|
|
1968
2212
|
};
|
|
1969
2213
|
};
|
|
1970
2214
|
/** @description Unauthorized */
|
|
@@ -1974,8 +2218,8 @@ export interface operations {
|
|
|
1974
2218
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1975
2219
|
};
|
|
1976
2220
|
};
|
|
1977
|
-
/** @description
|
|
1978
|
-
|
|
2221
|
+
/** @description Not Found */
|
|
2222
|
+
404: {
|
|
1979
2223
|
content: {
|
|
1980
2224
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1981
2225
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1984,10 +2228,10 @@ export interface operations {
|
|
|
1984
2228
|
};
|
|
1985
2229
|
};
|
|
1986
2230
|
/**
|
|
1987
|
-
*
|
|
1988
|
-
* @description
|
|
2231
|
+
* Create a new wish list
|
|
2232
|
+
* @description Create a new wish list
|
|
1989
2233
|
*/
|
|
1990
|
-
|
|
2234
|
+
CreateWishListAsync: {
|
|
1991
2235
|
parameters: {
|
|
1992
2236
|
query?: {
|
|
1993
2237
|
"api-version"?: string;
|
|
@@ -2001,8 +2245,8 @@ export interface operations {
|
|
|
2001
2245
|
};
|
|
2002
2246
|
requestBody?: {
|
|
2003
2247
|
content: {
|
|
2004
|
-
"application/json": components["schemas"]["
|
|
2005
|
-
"application/xml": components["schemas"]["
|
|
2248
|
+
"application/json": components["schemas"]["NewWishListRequest"];
|
|
2249
|
+
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
2006
2250
|
};
|
|
2007
2251
|
};
|
|
2008
2252
|
responses: {
|
|
@@ -2020,8 +2264,8 @@ export interface operations {
|
|
|
2020
2264
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2021
2265
|
};
|
|
2022
2266
|
};
|
|
2023
|
-
/** @description
|
|
2024
|
-
|
|
2267
|
+
/** @description Not Found */
|
|
2268
|
+
404: {
|
|
2025
2269
|
content: {
|
|
2026
2270
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2027
2271
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -2030,13 +2274,12 @@ export interface operations {
|
|
|
2030
2274
|
};
|
|
2031
2275
|
};
|
|
2032
2276
|
/**
|
|
2033
|
-
*
|
|
2034
|
-
* @description
|
|
2277
|
+
* Assesses if an Item is already in any of the cart's wishlists
|
|
2278
|
+
* @description Assesses if an Item is already in any of the cart's wishlists
|
|
2035
2279
|
*/
|
|
2036
|
-
|
|
2280
|
+
IsItemInWishLists: {
|
|
2037
2281
|
parameters: {
|
|
2038
2282
|
query?: {
|
|
2039
|
-
tenantId?: string;
|
|
2040
2283
|
"api-version"?: string;
|
|
2041
2284
|
};
|
|
2042
2285
|
header?: {
|
|
@@ -2044,14 +2287,15 @@ export interface operations {
|
|
|
2044
2287
|
};
|
|
2045
2288
|
path: {
|
|
2046
2289
|
cartId: string;
|
|
2290
|
+
itemId: string;
|
|
2047
2291
|
};
|
|
2048
2292
|
};
|
|
2049
2293
|
responses: {
|
|
2050
2294
|
/** @description OK */
|
|
2051
2295
|
200: {
|
|
2052
2296
|
content: {
|
|
2053
|
-
"application/json": components["schemas"]["
|
|
2054
|
-
"application/xml": components["schemas"]["
|
|
2297
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
2298
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
2055
2299
|
};
|
|
2056
2300
|
};
|
|
2057
2301
|
/** @description Unauthorized */
|
|
@@ -2061,8 +2305,8 @@ export interface operations {
|
|
|
2061
2305
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2062
2306
|
};
|
|
2063
2307
|
};
|
|
2064
|
-
/** @description
|
|
2065
|
-
|
|
2308
|
+
/** @description Not Found */
|
|
2309
|
+
404: {
|
|
2066
2310
|
content: {
|
|
2067
2311
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2068
2312
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -2071,10 +2315,10 @@ export interface operations {
|
|
|
2071
2315
|
};
|
|
2072
2316
|
};
|
|
2073
2317
|
/**
|
|
2074
|
-
*
|
|
2075
|
-
* @description
|
|
2318
|
+
* Assesses if a WishList exists
|
|
2319
|
+
* @description Assesses if a WishList exists
|
|
2076
2320
|
*/
|
|
2077
|
-
|
|
2321
|
+
WishListExistsAsync: {
|
|
2078
2322
|
parameters: {
|
|
2079
2323
|
query?: {
|
|
2080
2324
|
"api-version"?: string;
|
|
@@ -2082,13 +2326,17 @@ export interface operations {
|
|
|
2082
2326
|
header?: {
|
|
2083
2327
|
"x-api-version"?: string;
|
|
2084
2328
|
};
|
|
2329
|
+
path: {
|
|
2330
|
+
cartId: string;
|
|
2331
|
+
wishListId: string;
|
|
2332
|
+
};
|
|
2085
2333
|
};
|
|
2086
2334
|
responses: {
|
|
2087
2335
|
/** @description OK */
|
|
2088
2336
|
200: {
|
|
2089
2337
|
content: {
|
|
2090
|
-
"application/json": components["schemas"]["
|
|
2091
|
-
"application/xml": components["schemas"]["
|
|
2338
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
2339
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
2092
2340
|
};
|
|
2093
2341
|
};
|
|
2094
2342
|
/** @description Unauthorized */
|
|
@@ -2098,8 +2346,8 @@ export interface operations {
|
|
|
2098
2346
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2099
2347
|
};
|
|
2100
2348
|
};
|
|
2101
|
-
/** @description
|
|
2102
|
-
|
|
2349
|
+
/** @description Not Found */
|
|
2350
|
+
404: {
|
|
2103
2351
|
content: {
|
|
2104
2352
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2105
2353
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -2108,10 +2356,10 @@ export interface operations {
|
|
|
2108
2356
|
};
|
|
2109
2357
|
};
|
|
2110
2358
|
/**
|
|
2111
|
-
*
|
|
2112
|
-
* @description
|
|
2359
|
+
* Assesses if a WishList exists
|
|
2360
|
+
* @description Assesses if a WishList exists but does not return the content
|
|
2113
2361
|
*/
|
|
2114
|
-
|
|
2362
|
+
CartWishListExistsHead: {
|
|
2115
2363
|
parameters: {
|
|
2116
2364
|
query?: {
|
|
2117
2365
|
"api-version"?: string;
|
|
@@ -2119,13 +2367,17 @@ export interface operations {
|
|
|
2119
2367
|
header?: {
|
|
2120
2368
|
"x-api-version"?: string;
|
|
2121
2369
|
};
|
|
2370
|
+
path: {
|
|
2371
|
+
cartId: string;
|
|
2372
|
+
wishListId: string;
|
|
2373
|
+
};
|
|
2122
2374
|
};
|
|
2123
2375
|
responses: {
|
|
2124
2376
|
/** @description OK */
|
|
2125
2377
|
200: {
|
|
2126
2378
|
content: {
|
|
2127
|
-
"application/json": components["schemas"]["
|
|
2128
|
-
"application/xml": components["schemas"]["
|
|
2379
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2380
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2129
2381
|
};
|
|
2130
2382
|
};
|
|
2131
2383
|
/** @description Unauthorized */
|
|
@@ -2135,8 +2387,8 @@ export interface operations {
|
|
|
2135
2387
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2136
2388
|
};
|
|
2137
2389
|
};
|
|
2138
|
-
/** @description
|
|
2139
|
-
|
|
2390
|
+
/** @description Not Found */
|
|
2391
|
+
404: {
|
|
2140
2392
|
content: {
|
|
2141
2393
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2142
2394
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -2145,10 +2397,10 @@ export interface operations {
|
|
|
2145
2397
|
};
|
|
2146
2398
|
};
|
|
2147
2399
|
/**
|
|
2148
|
-
* Get
|
|
2149
|
-
* @description Get
|
|
2400
|
+
* Get a wish list by ID
|
|
2401
|
+
* @description Get a wish list by ID
|
|
2150
2402
|
*/
|
|
2151
|
-
|
|
2403
|
+
GetCartWishListDetails: {
|
|
2152
2404
|
parameters: {
|
|
2153
2405
|
query?: {
|
|
2154
2406
|
"api-version"?: string;
|
|
@@ -2156,13 +2408,17 @@ export interface operations {
|
|
|
2156
2408
|
header?: {
|
|
2157
2409
|
"x-api-version"?: string;
|
|
2158
2410
|
};
|
|
2411
|
+
path: {
|
|
2412
|
+
cartId: string;
|
|
2413
|
+
wishListId: string;
|
|
2414
|
+
};
|
|
2159
2415
|
};
|
|
2160
2416
|
responses: {
|
|
2161
2417
|
/** @description OK */
|
|
2162
2418
|
200: {
|
|
2163
2419
|
content: {
|
|
2164
|
-
"application/json": components["schemas"]["
|
|
2165
|
-
"application/xml": components["schemas"]["
|
|
2420
|
+
"application/json": components["schemas"]["WishListDtoEnvelope"];
|
|
2421
|
+
"application/xml": components["schemas"]["WishListDtoEnvelope"];
|
|
2166
2422
|
};
|
|
2167
2423
|
};
|
|
2168
2424
|
/** @description Unauthorized */
|
|
@@ -2172,8 +2428,8 @@ export interface operations {
|
|
|
2172
2428
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2173
2429
|
};
|
|
2174
2430
|
};
|
|
2175
|
-
/** @description
|
|
2176
|
-
|
|
2431
|
+
/** @description Not Found */
|
|
2432
|
+
404: {
|
|
2177
2433
|
content: {
|
|
2178
2434
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2179
2435
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -2182,10 +2438,10 @@ export interface operations {
|
|
|
2182
2438
|
};
|
|
2183
2439
|
};
|
|
2184
2440
|
/**
|
|
2185
|
-
*
|
|
2186
|
-
* @description
|
|
2441
|
+
* Update a wish list
|
|
2442
|
+
* @description Update a wish list
|
|
2187
2443
|
*/
|
|
2188
|
-
|
|
2444
|
+
UpdateItemToWishList: {
|
|
2189
2445
|
parameters: {
|
|
2190
2446
|
query?: {
|
|
2191
2447
|
"api-version"?: string;
|
|
@@ -2194,15 +2450,22 @@ export interface operations {
|
|
|
2194
2450
|
"x-api-version"?: string;
|
|
2195
2451
|
};
|
|
2196
2452
|
path: {
|
|
2197
|
-
|
|
2453
|
+
cartId: string;
|
|
2454
|
+
wishListId: string;
|
|
2455
|
+
};
|
|
2456
|
+
};
|
|
2457
|
+
requestBody?: {
|
|
2458
|
+
content: {
|
|
2459
|
+
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
2460
|
+
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
2198
2461
|
};
|
|
2199
2462
|
};
|
|
2200
2463
|
responses: {
|
|
2201
2464
|
/** @description OK */
|
|
2202
2465
|
200: {
|
|
2203
2466
|
content: {
|
|
2204
|
-
"application/json": components["schemas"]["
|
|
2205
|
-
"application/xml": components["schemas"]["
|
|
2467
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2468
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2206
2469
|
};
|
|
2207
2470
|
};
|
|
2208
2471
|
/** @description Unauthorized */
|
|
@@ -2212,8 +2475,8 @@ export interface operations {
|
|
|
2212
2475
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2213
2476
|
};
|
|
2214
2477
|
};
|
|
2215
|
-
/** @description
|
|
2216
|
-
|
|
2478
|
+
/** @description Not Found */
|
|
2479
|
+
404: {
|
|
2217
2480
|
content: {
|
|
2218
2481
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2219
2482
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -2222,10 +2485,10 @@ export interface operations {
|
|
|
2222
2485
|
};
|
|
2223
2486
|
};
|
|
2224
2487
|
/**
|
|
2225
|
-
*
|
|
2226
|
-
* @description
|
|
2488
|
+
* Delete a wish list
|
|
2489
|
+
* @description Delete a wish list
|
|
2227
2490
|
*/
|
|
2228
|
-
|
|
2491
|
+
DeleteCartWishList: {
|
|
2229
2492
|
parameters: {
|
|
2230
2493
|
query?: {
|
|
2231
2494
|
"api-version"?: string;
|
|
@@ -2235,14 +2498,15 @@ export interface operations {
|
|
|
2235
2498
|
};
|
|
2236
2499
|
path: {
|
|
2237
2500
|
cartId: string;
|
|
2501
|
+
wishListId: string;
|
|
2238
2502
|
};
|
|
2239
2503
|
};
|
|
2240
2504
|
responses: {
|
|
2241
2505
|
/** @description OK */
|
|
2242
2506
|
200: {
|
|
2243
2507
|
content: {
|
|
2244
|
-
"application/json": components["schemas"]["
|
|
2245
|
-
"application/xml": components["schemas"]["
|
|
2508
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2509
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2246
2510
|
};
|
|
2247
2511
|
};
|
|
2248
2512
|
/** @description Unauthorized */
|
|
@@ -2262,10 +2526,10 @@ export interface operations {
|
|
|
2262
2526
|
};
|
|
2263
2527
|
};
|
|
2264
2528
|
/**
|
|
2265
|
-
*
|
|
2266
|
-
* @description
|
|
2529
|
+
* Get all records in a wish list
|
|
2530
|
+
* @description Get all records in a wish list
|
|
2267
2531
|
*/
|
|
2268
|
-
|
|
2532
|
+
GetCartWishListItems: {
|
|
2269
2533
|
parameters: {
|
|
2270
2534
|
query?: {
|
|
2271
2535
|
"api-version"?: string;
|
|
@@ -2275,14 +2539,15 @@ export interface operations {
|
|
|
2275
2539
|
};
|
|
2276
2540
|
path: {
|
|
2277
2541
|
cartId: string;
|
|
2542
|
+
wishListId: string;
|
|
2278
2543
|
};
|
|
2279
2544
|
};
|
|
2280
2545
|
responses: {
|
|
2281
2546
|
/** @description OK */
|
|
2282
2547
|
200: {
|
|
2283
2548
|
content: {
|
|
2284
|
-
"application/json": components["schemas"]["
|
|
2285
|
-
"application/xml": components["schemas"]["
|
|
2549
|
+
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
2550
|
+
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
2286
2551
|
};
|
|
2287
2552
|
};
|
|
2288
2553
|
/** @description Unauthorized */
|
|
@@ -2302,10 +2567,10 @@ export interface operations {
|
|
|
2302
2567
|
};
|
|
2303
2568
|
};
|
|
2304
2569
|
/**
|
|
2305
|
-
*
|
|
2306
|
-
* @description
|
|
2570
|
+
* Add a record to a wish list
|
|
2571
|
+
* @description Add a record to a wish list
|
|
2307
2572
|
*/
|
|
2308
|
-
|
|
2573
|
+
AddItemToWishList: {
|
|
2309
2574
|
parameters: {
|
|
2310
2575
|
query?: {
|
|
2311
2576
|
"api-version"?: string;
|
|
@@ -2315,13 +2580,13 @@ export interface operations {
|
|
|
2315
2580
|
};
|
|
2316
2581
|
path: {
|
|
2317
2582
|
cartId: string;
|
|
2318
|
-
|
|
2583
|
+
wishListId: string;
|
|
2319
2584
|
};
|
|
2320
2585
|
};
|
|
2321
2586
|
requestBody?: {
|
|
2322
2587
|
content: {
|
|
2323
|
-
"application/json": components["schemas"]["
|
|
2324
|
-
"application/xml": components["schemas"]["
|
|
2588
|
+
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
2589
|
+
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
2325
2590
|
};
|
|
2326
2591
|
};
|
|
2327
2592
|
responses: {
|
|
@@ -2349,13 +2614,12 @@ export interface operations {
|
|
|
2349
2614
|
};
|
|
2350
2615
|
};
|
|
2351
2616
|
/**
|
|
2352
|
-
*
|
|
2353
|
-
* @description
|
|
2617
|
+
* Get a record in a wish list
|
|
2618
|
+
* @description Get a record in a wish list
|
|
2354
2619
|
*/
|
|
2355
|
-
|
|
2620
|
+
GetCartWishListItemAsync: {
|
|
2356
2621
|
parameters: {
|
|
2357
2622
|
query?: {
|
|
2358
|
-
quantity?: number;
|
|
2359
2623
|
"api-version"?: string;
|
|
2360
2624
|
};
|
|
2361
2625
|
header?: {
|
|
@@ -2363,15 +2627,16 @@ export interface operations {
|
|
|
2363
2627
|
};
|
|
2364
2628
|
path: {
|
|
2365
2629
|
cartId: string;
|
|
2366
|
-
|
|
2630
|
+
wishListId: string;
|
|
2631
|
+
recordId: string;
|
|
2367
2632
|
};
|
|
2368
2633
|
};
|
|
2369
2634
|
responses: {
|
|
2370
2635
|
/** @description OK */
|
|
2371
2636
|
200: {
|
|
2372
2637
|
content: {
|
|
2373
|
-
"application/json": components["schemas"]["
|
|
2374
|
-
"application/xml": components["schemas"]["
|
|
2638
|
+
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
2639
|
+
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
2375
2640
|
};
|
|
2376
2641
|
};
|
|
2377
2642
|
/** @description Unauthorized */
|
|
@@ -2391,10 +2656,10 @@ export interface operations {
|
|
|
2391
2656
|
};
|
|
2392
2657
|
};
|
|
2393
2658
|
/**
|
|
2394
|
-
*
|
|
2395
|
-
* @description
|
|
2659
|
+
* Remove a record from a wish list
|
|
2660
|
+
* @description Remove a record from a wish list
|
|
2396
2661
|
*/
|
|
2397
|
-
|
|
2662
|
+
DeleteCartWishListRecord: {
|
|
2398
2663
|
parameters: {
|
|
2399
2664
|
query?: {
|
|
2400
2665
|
"api-version"?: string;
|
|
@@ -2404,13 +2669,8 @@ export interface operations {
|
|
|
2404
2669
|
};
|
|
2405
2670
|
path: {
|
|
2406
2671
|
cartId: string;
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
};
|
|
2410
|
-
requestBody?: {
|
|
2411
|
-
content: {
|
|
2412
|
-
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2413
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2672
|
+
wishListId: string;
|
|
2673
|
+
recordId: string;
|
|
2414
2674
|
};
|
|
2415
2675
|
};
|
|
2416
2676
|
responses: {
|
|
@@ -2438,10 +2698,10 @@ export interface operations {
|
|
|
2438
2698
|
};
|
|
2439
2699
|
};
|
|
2440
2700
|
/**
|
|
2441
|
-
*
|
|
2442
|
-
* @description
|
|
2701
|
+
* Get all items in the compare table
|
|
2702
|
+
* @description Get all items in the compare table
|
|
2443
2703
|
*/
|
|
2444
|
-
|
|
2704
|
+
GetCartCompareRecords: {
|
|
2445
2705
|
parameters: {
|
|
2446
2706
|
query?: {
|
|
2447
2707
|
"api-version"?: string;
|
|
@@ -2451,15 +2711,14 @@ export interface operations {
|
|
|
2451
2711
|
};
|
|
2452
2712
|
path: {
|
|
2453
2713
|
cartId: string;
|
|
2454
|
-
itemId: string;
|
|
2455
2714
|
};
|
|
2456
2715
|
};
|
|
2457
2716
|
responses: {
|
|
2458
2717
|
/** @description OK */
|
|
2459
2718
|
200: {
|
|
2460
2719
|
content: {
|
|
2461
|
-
"application/json": components["schemas"]["
|
|
2462
|
-
"application/xml": components["schemas"]["
|
|
2720
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2721
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2463
2722
|
};
|
|
2464
2723
|
};
|
|
2465
2724
|
/** @description Unauthorized */
|
|
@@ -2472,17 +2731,17 @@ export interface operations {
|
|
|
2472
2731
|
/** @description Not Found */
|
|
2473
2732
|
404: {
|
|
2474
2733
|
content: {
|
|
2475
|
-
"application/json": components["schemas"]["
|
|
2476
|
-
"application/xml": components["schemas"]["
|
|
2734
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2735
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2477
2736
|
};
|
|
2478
2737
|
};
|
|
2479
2738
|
};
|
|
2480
2739
|
};
|
|
2481
2740
|
/**
|
|
2482
|
-
*
|
|
2483
|
-
* @description
|
|
2741
|
+
* Get an item from the compare table
|
|
2742
|
+
* @description Get an item from the compare table
|
|
2484
2743
|
*/
|
|
2485
|
-
|
|
2744
|
+
GetCartCompareRecord: {
|
|
2486
2745
|
parameters: {
|
|
2487
2746
|
query?: {
|
|
2488
2747
|
"api-version"?: string;
|
|
@@ -2495,18 +2754,12 @@ export interface operations {
|
|
|
2495
2754
|
itemId: string;
|
|
2496
2755
|
};
|
|
2497
2756
|
};
|
|
2498
|
-
requestBody?: {
|
|
2499
|
-
content: {
|
|
2500
|
-
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2501
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2502
|
-
};
|
|
2503
|
-
};
|
|
2504
2757
|
responses: {
|
|
2505
2758
|
/** @description OK */
|
|
2506
2759
|
200: {
|
|
2507
2760
|
content: {
|
|
2508
|
-
"application/json": components["schemas"]["
|
|
2509
|
-
"application/xml": components["schemas"]["
|
|
2761
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2762
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2510
2763
|
};
|
|
2511
2764
|
};
|
|
2512
2765
|
/** @description Unauthorized */
|
|
@@ -2526,10 +2779,10 @@ export interface operations {
|
|
|
2526
2779
|
};
|
|
2527
2780
|
};
|
|
2528
2781
|
/**
|
|
2529
|
-
*
|
|
2530
|
-
* @description
|
|
2782
|
+
* Add an item to the compare table
|
|
2783
|
+
* @description Add an item to the compare table
|
|
2531
2784
|
*/
|
|
2532
|
-
|
|
2785
|
+
AddItemToCartCompareTable: {
|
|
2533
2786
|
parameters: {
|
|
2534
2787
|
query?: {
|
|
2535
2788
|
"api-version"?: string;
|
|
@@ -2539,14 +2792,15 @@ export interface operations {
|
|
|
2539
2792
|
};
|
|
2540
2793
|
path: {
|
|
2541
2794
|
cartId: string;
|
|
2795
|
+
itemId: string;
|
|
2542
2796
|
};
|
|
2543
2797
|
};
|
|
2544
2798
|
responses: {
|
|
2545
2799
|
/** @description OK */
|
|
2546
2800
|
200: {
|
|
2547
2801
|
content: {
|
|
2548
|
-
"application/json": components["schemas"]["
|
|
2549
|
-
"application/xml": components["schemas"]["
|
|
2802
|
+
"application/json": components["schemas"]["ItemCartRecordDto"];
|
|
2803
|
+
"application/xml": components["schemas"]["ItemCartRecordDto"];
|
|
2550
2804
|
};
|
|
2551
2805
|
};
|
|
2552
2806
|
/** @description Unauthorized */
|
|
@@ -2566,10 +2820,10 @@ export interface operations {
|
|
|
2566
2820
|
};
|
|
2567
2821
|
};
|
|
2568
2822
|
/**
|
|
2569
|
-
*
|
|
2570
|
-
* @description
|
|
2823
|
+
* Remove an item from the compare table
|
|
2824
|
+
* @description Remove an item from the compare table
|
|
2571
2825
|
*/
|
|
2572
|
-
|
|
2826
|
+
RemoveItemFromCompareTableAsync: {
|
|
2573
2827
|
parameters: {
|
|
2574
2828
|
query?: {
|
|
2575
2829
|
"api-version"?: string;
|
|
@@ -2579,22 +2833,22 @@ export interface operations {
|
|
|
2579
2833
|
};
|
|
2580
2834
|
path: {
|
|
2581
2835
|
cartId: string;
|
|
2582
|
-
|
|
2836
|
+
itemId: string;
|
|
2583
2837
|
};
|
|
2584
2838
|
};
|
|
2585
2839
|
responses: {
|
|
2586
2840
|
/** @description OK */
|
|
2587
2841
|
200: {
|
|
2588
2842
|
content: {
|
|
2589
|
-
"application/json": components["schemas"]["
|
|
2590
|
-
"application/xml": components["schemas"]["
|
|
2843
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
2844
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
2591
2845
|
};
|
|
2592
2846
|
};
|
|
2593
2847
|
/** @description Unauthorized */
|
|
2594
2848
|
401: {
|
|
2595
2849
|
content: {
|
|
2596
|
-
"application/json": components["schemas"]["
|
|
2597
|
-
"application/xml": components["schemas"]["
|
|
2850
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2851
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2598
2852
|
};
|
|
2599
2853
|
};
|
|
2600
2854
|
/** @description Not Found */
|
|
@@ -2607,10 +2861,10 @@ export interface operations {
|
|
|
2607
2861
|
};
|
|
2608
2862
|
};
|
|
2609
2863
|
/**
|
|
2610
|
-
*
|
|
2611
|
-
* @description
|
|
2864
|
+
* Assesses if an Item is already in the compare table
|
|
2865
|
+
* @description Assesses if an Item is already in the compare table
|
|
2612
2866
|
*/
|
|
2613
|
-
|
|
2867
|
+
IsItemInCompareTableAsync: {
|
|
2614
2868
|
parameters: {
|
|
2615
2869
|
query?: {
|
|
2616
2870
|
"api-version"?: string;
|
|
@@ -2620,21 +2874,15 @@ export interface operations {
|
|
|
2620
2874
|
};
|
|
2621
2875
|
path: {
|
|
2622
2876
|
cartId: string;
|
|
2623
|
-
|
|
2624
|
-
};
|
|
2625
|
-
};
|
|
2626
|
-
requestBody?: {
|
|
2627
|
-
content: {
|
|
2628
|
-
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2629
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2877
|
+
itemId: string;
|
|
2630
2878
|
};
|
|
2631
2879
|
};
|
|
2632
2880
|
responses: {
|
|
2633
2881
|
/** @description OK */
|
|
2634
2882
|
200: {
|
|
2635
2883
|
content: {
|
|
2636
|
-
"application/json": components["schemas"]["
|
|
2637
|
-
"application/xml": components["schemas"]["
|
|
2884
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
2885
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
2638
2886
|
};
|
|
2639
2887
|
};
|
|
2640
2888
|
/** @description Unauthorized */
|
|
@@ -2654,10 +2902,10 @@ export interface operations {
|
|
|
2654
2902
|
};
|
|
2655
2903
|
};
|
|
2656
2904
|
/**
|
|
2657
|
-
*
|
|
2658
|
-
* @description
|
|
2905
|
+
* Get items to compare in a cart
|
|
2906
|
+
* @description Retrieves all items added to the compare table for the specified cart.
|
|
2659
2907
|
*/
|
|
2660
|
-
|
|
2908
|
+
GetItemToCompareRecords: {
|
|
2661
2909
|
parameters: {
|
|
2662
2910
|
query?: {
|
|
2663
2911
|
"api-version"?: string;
|
|
@@ -2667,15 +2915,14 @@ export interface operations {
|
|
|
2667
2915
|
};
|
|
2668
2916
|
path: {
|
|
2669
2917
|
cartId: string;
|
|
2670
|
-
lineId: string;
|
|
2671
2918
|
};
|
|
2672
2919
|
};
|
|
2673
2920
|
responses: {
|
|
2674
2921
|
/** @description OK */
|
|
2675
2922
|
200: {
|
|
2676
2923
|
content: {
|
|
2677
|
-
"application/json": components["schemas"]["
|
|
2678
|
-
"application/xml": components["schemas"]["
|
|
2924
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2925
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2679
2926
|
};
|
|
2680
2927
|
};
|
|
2681
2928
|
/** @description Unauthorized */
|
|
@@ -2695,36 +2942,27 @@ export interface operations {
|
|
|
2695
2942
|
};
|
|
2696
2943
|
};
|
|
2697
2944
|
/**
|
|
2698
|
-
*
|
|
2699
|
-
* @description
|
|
2945
|
+
* Get compare record details
|
|
2946
|
+
* @description Retrieves the details of a specific item-to-compare cart record.
|
|
2700
2947
|
*/
|
|
2701
|
-
|
|
2948
|
+
GetItemToCompareRecord: {
|
|
2702
2949
|
parameters: {
|
|
2703
2950
|
query?: {
|
|
2704
|
-
quantity?: number;
|
|
2705
2951
|
"api-version"?: string;
|
|
2706
2952
|
};
|
|
2707
2953
|
header?: {
|
|
2708
2954
|
"x-api-version"?: string;
|
|
2709
2955
|
};
|
|
2710
2956
|
path: {
|
|
2711
|
-
|
|
2712
|
-
lineId: string;
|
|
2957
|
+
recordId: string;
|
|
2713
2958
|
};
|
|
2714
2959
|
};
|
|
2715
2960
|
responses: {
|
|
2716
2961
|
/** @description OK */
|
|
2717
2962
|
200: {
|
|
2718
2963
|
content: {
|
|
2719
|
-
"application/json": components["schemas"]["
|
|
2720
|
-
"application/xml": components["schemas"]["
|
|
2721
|
-
};
|
|
2722
|
-
};
|
|
2723
|
-
/** @description Unauthorized */
|
|
2724
|
-
401: {
|
|
2725
|
-
content: {
|
|
2726
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2727
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2964
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2965
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2728
2966
|
};
|
|
2729
2967
|
};
|
|
2730
2968
|
/** @description Not Found */
|
|
@@ -2737,36 +2975,30 @@ export interface operations {
|
|
|
2737
2975
|
};
|
|
2738
2976
|
};
|
|
2739
2977
|
/**
|
|
2740
|
-
*
|
|
2741
|
-
* @description
|
|
2978
|
+
* Add an item to the compare table
|
|
2979
|
+
* @description Adds a product to the compare table for the specified cart with tracking.
|
|
2742
2980
|
*/
|
|
2743
|
-
|
|
2981
|
+
AddItemToCompareTableAsync: {
|
|
2744
2982
|
parameters: {
|
|
2745
2983
|
query?: {
|
|
2746
|
-
quantity?: number;
|
|
2747
2984
|
"api-version"?: string;
|
|
2748
2985
|
};
|
|
2749
2986
|
header?: {
|
|
2750
2987
|
"x-api-version"?: string;
|
|
2751
2988
|
};
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2989
|
+
};
|
|
2990
|
+
requestBody?: {
|
|
2991
|
+
content: {
|
|
2992
|
+
"application/json": components["schemas"]["AddProductToCompareRequest"];
|
|
2993
|
+
"application/xml": components["schemas"]["AddProductToCompareRequest"];
|
|
2755
2994
|
};
|
|
2756
2995
|
};
|
|
2757
2996
|
responses: {
|
|
2758
2997
|
/** @description OK */
|
|
2759
2998
|
200: {
|
|
2760
2999
|
content: {
|
|
2761
|
-
"application/json": components["schemas"]["
|
|
2762
|
-
"application/xml": components["schemas"]["
|
|
2763
|
-
};
|
|
2764
|
-
};
|
|
2765
|
-
/** @description Unauthorized */
|
|
2766
|
-
401: {
|
|
2767
|
-
content: {
|
|
2768
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2769
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3000
|
+
"application/json": components["schemas"]["ItemCartRecordDto"];
|
|
3001
|
+
"application/xml": components["schemas"]["ItemCartRecordDto"];
|
|
2770
3002
|
};
|
|
2771
3003
|
};
|
|
2772
3004
|
/** @description Not Found */
|
|
@@ -2779,10 +3011,10 @@ export interface operations {
|
|
|
2779
3011
|
};
|
|
2780
3012
|
};
|
|
2781
3013
|
/**
|
|
2782
|
-
*
|
|
2783
|
-
* @description
|
|
3014
|
+
* Remove an item from the compare table
|
|
3015
|
+
* @description Removes a specific record from the compare table by its record ID.
|
|
2784
3016
|
*/
|
|
2785
|
-
|
|
3017
|
+
RemoveItemFromCompareTable: {
|
|
2786
3018
|
parameters: {
|
|
2787
3019
|
query?: {
|
|
2788
3020
|
"api-version"?: string;
|
|
@@ -2791,22 +3023,15 @@ export interface operations {
|
|
|
2791
3023
|
"x-api-version"?: string;
|
|
2792
3024
|
};
|
|
2793
3025
|
path: {
|
|
2794
|
-
|
|
3026
|
+
recordId: string;
|
|
2795
3027
|
};
|
|
2796
3028
|
};
|
|
2797
3029
|
responses: {
|
|
2798
3030
|
/** @description OK */
|
|
2799
3031
|
200: {
|
|
2800
3032
|
content: {
|
|
2801
|
-
"application/json": components["schemas"]["
|
|
2802
|
-
"application/xml": components["schemas"]["
|
|
2803
|
-
};
|
|
2804
|
-
};
|
|
2805
|
-
/** @description Unauthorized */
|
|
2806
|
-
401: {
|
|
2807
|
-
content: {
|
|
2808
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2809
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3033
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
3034
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
2810
3035
|
};
|
|
2811
3036
|
};
|
|
2812
3037
|
/** @description Not Found */
|
|
@@ -2818,27 +3043,36 @@ export interface operations {
|
|
|
2818
3043
|
};
|
|
2819
3044
|
};
|
|
2820
3045
|
};
|
|
3046
|
+
"MapIdentityApi-/confirmEmail": {
|
|
3047
|
+
parameters: {
|
|
3048
|
+
query: {
|
|
3049
|
+
userId: string;
|
|
3050
|
+
code: string;
|
|
3051
|
+
changedEmail?: string;
|
|
3052
|
+
};
|
|
3053
|
+
};
|
|
3054
|
+
responses: {
|
|
3055
|
+
/** @description OK */
|
|
3056
|
+
200: {
|
|
3057
|
+
content: never;
|
|
3058
|
+
};
|
|
3059
|
+
};
|
|
3060
|
+
};
|
|
2821
3061
|
/**
|
|
2822
|
-
*
|
|
2823
|
-
* @description
|
|
3062
|
+
* Add an item to a cart
|
|
3063
|
+
* @description Adds an item with the specified quantity to the given cart.
|
|
2824
3064
|
*/
|
|
2825
|
-
|
|
3065
|
+
AddItemToCart: {
|
|
2826
3066
|
parameters: {
|
|
2827
3067
|
query?: {
|
|
3068
|
+
cartId?: string;
|
|
3069
|
+
itemId?: string;
|
|
3070
|
+
quantity?: number;
|
|
2828
3071
|
"api-version"?: string;
|
|
2829
3072
|
};
|
|
2830
3073
|
header?: {
|
|
2831
3074
|
"x-api-version"?: string;
|
|
2832
3075
|
};
|
|
2833
|
-
path: {
|
|
2834
|
-
cartId: string;
|
|
2835
|
-
};
|
|
2836
|
-
};
|
|
2837
|
-
requestBody?: {
|
|
2838
|
-
content: {
|
|
2839
|
-
"application/json": components["schemas"]["NewWishListRequest"];
|
|
2840
|
-
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
2841
|
-
};
|
|
2842
3076
|
};
|
|
2843
3077
|
responses: {
|
|
2844
3078
|
/** @description OK */
|
|
@@ -2865,10 +3099,10 @@ export interface operations {
|
|
|
2865
3099
|
};
|
|
2866
3100
|
};
|
|
2867
3101
|
/**
|
|
2868
|
-
*
|
|
2869
|
-
* @description
|
|
3102
|
+
* Get all items in a cart
|
|
3103
|
+
* @description Retrieves all item cart records for the specified cart.
|
|
2870
3104
|
*/
|
|
2871
|
-
|
|
3105
|
+
GetItemsInCartAsync: {
|
|
2872
3106
|
parameters: {
|
|
2873
3107
|
query?: {
|
|
2874
3108
|
"api-version"?: string;
|
|
@@ -2878,15 +3112,14 @@ export interface operations {
|
|
|
2878
3112
|
};
|
|
2879
3113
|
path: {
|
|
2880
3114
|
cartId: string;
|
|
2881
|
-
itemId: string;
|
|
2882
3115
|
};
|
|
2883
3116
|
};
|
|
2884
3117
|
responses: {
|
|
2885
3118
|
/** @description OK */
|
|
2886
3119
|
200: {
|
|
2887
3120
|
content: {
|
|
2888
|
-
"application/json": components["schemas"]["
|
|
2889
|
-
"application/xml": components["schemas"]["
|
|
3121
|
+
"application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
3122
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
2890
3123
|
};
|
|
2891
3124
|
};
|
|
2892
3125
|
/** @description Unauthorized */
|
|
@@ -2906,10 +3139,10 @@ export interface operations {
|
|
|
2906
3139
|
};
|
|
2907
3140
|
};
|
|
2908
3141
|
/**
|
|
2909
|
-
*
|
|
2910
|
-
* @description
|
|
3142
|
+
* Add a product to a cart with tracking
|
|
3143
|
+
* @description Adds a product to the cart using a request body with cart ID, product ID, and quantity.
|
|
2911
3144
|
*/
|
|
2912
|
-
|
|
3145
|
+
AddProductToCartAsync: {
|
|
2913
3146
|
parameters: {
|
|
2914
3147
|
query?: {
|
|
2915
3148
|
"api-version"?: string;
|
|
@@ -2917,17 +3150,19 @@ export interface operations {
|
|
|
2917
3150
|
header?: {
|
|
2918
3151
|
"x-api-version"?: string;
|
|
2919
3152
|
};
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
3153
|
+
};
|
|
3154
|
+
requestBody?: {
|
|
3155
|
+
content: {
|
|
3156
|
+
"application/json": components["schemas"]["ItemCartRecordCreateDto"];
|
|
3157
|
+
"application/xml": components["schemas"]["ItemCartRecordCreateDto"];
|
|
2923
3158
|
};
|
|
2924
3159
|
};
|
|
2925
3160
|
responses: {
|
|
2926
3161
|
/** @description OK */
|
|
2927
3162
|
200: {
|
|
2928
3163
|
content: {
|
|
2929
|
-
"application/json": components["schemas"]["
|
|
2930
|
-
"application/xml": components["schemas"]["
|
|
3164
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3165
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2931
3166
|
};
|
|
2932
3167
|
};
|
|
2933
3168
|
/** @description Unauthorized */
|
|
@@ -2947,21 +3182,19 @@ export interface operations {
|
|
|
2947
3182
|
};
|
|
2948
3183
|
};
|
|
2949
3184
|
/**
|
|
2950
|
-
*
|
|
2951
|
-
* @description
|
|
3185
|
+
* Remove a product from a cart
|
|
3186
|
+
* @description Removes a product from the cart using cart ID and product ID query parameters.
|
|
2952
3187
|
*/
|
|
2953
|
-
|
|
3188
|
+
RemoveProductFromCartByParams: {
|
|
2954
3189
|
parameters: {
|
|
2955
3190
|
query?: {
|
|
3191
|
+
cartId?: string;
|
|
3192
|
+
productId?: string;
|
|
2956
3193
|
"api-version"?: string;
|
|
2957
3194
|
};
|
|
2958
3195
|
header?: {
|
|
2959
3196
|
"x-api-version"?: string;
|
|
2960
3197
|
};
|
|
2961
|
-
path: {
|
|
2962
|
-
cartId: string;
|
|
2963
|
-
wishListId: string;
|
|
2964
|
-
};
|
|
2965
3198
|
};
|
|
2966
3199
|
responses: {
|
|
2967
3200
|
/** @description OK */
|
|
@@ -2988,28 +3221,26 @@ export interface operations {
|
|
|
2988
3221
|
};
|
|
2989
3222
|
};
|
|
2990
3223
|
/**
|
|
2991
|
-
*
|
|
2992
|
-
* @description
|
|
3224
|
+
* Check if an item is in a cart
|
|
3225
|
+
* @description Returns a boolean indicating whether the specified item is already in the given cart.
|
|
2993
3226
|
*/
|
|
2994
|
-
|
|
3227
|
+
IsItemAlreadyInCart: {
|
|
2995
3228
|
parameters: {
|
|
2996
|
-
query
|
|
3229
|
+
query: {
|
|
3230
|
+
itemID: string;
|
|
3231
|
+
cartID: string;
|
|
2997
3232
|
"api-version"?: string;
|
|
2998
3233
|
};
|
|
2999
3234
|
header?: {
|
|
3000
3235
|
"x-api-version"?: string;
|
|
3001
3236
|
};
|
|
3002
|
-
path: {
|
|
3003
|
-
cartId: string;
|
|
3004
|
-
wishListId: string;
|
|
3005
|
-
};
|
|
3006
3237
|
};
|
|
3007
3238
|
responses: {
|
|
3008
3239
|
/** @description OK */
|
|
3009
3240
|
200: {
|
|
3010
3241
|
content: {
|
|
3011
|
-
"application/json": components["schemas"]["
|
|
3012
|
-
"application/xml": components["schemas"]["
|
|
3242
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
3243
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
3013
3244
|
};
|
|
3014
3245
|
};
|
|
3015
3246
|
/** @description Unauthorized */
|
|
@@ -3022,34 +3253,25 @@ export interface operations {
|
|
|
3022
3253
|
/** @description Not Found */
|
|
3023
3254
|
404: {
|
|
3024
3255
|
content: {
|
|
3025
|
-
"application/json": components["schemas"]["
|
|
3026
|
-
"application/xml": components["schemas"]["
|
|
3256
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3257
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3027
3258
|
};
|
|
3028
3259
|
};
|
|
3029
3260
|
};
|
|
3030
3261
|
};
|
|
3031
3262
|
/**
|
|
3032
|
-
*
|
|
3033
|
-
* @description
|
|
3263
|
+
* Clear all items from a cart
|
|
3264
|
+
* @description Removes all item records from the specified cart.
|
|
3034
3265
|
*/
|
|
3035
|
-
|
|
3266
|
+
ClearCartAsync: {
|
|
3036
3267
|
parameters: {
|
|
3037
|
-
query
|
|
3268
|
+
query: {
|
|
3269
|
+
cartID: string;
|
|
3038
3270
|
"api-version"?: string;
|
|
3039
3271
|
};
|
|
3040
3272
|
header?: {
|
|
3041
3273
|
"x-api-version"?: string;
|
|
3042
3274
|
};
|
|
3043
|
-
path: {
|
|
3044
|
-
cartId: string;
|
|
3045
|
-
wishListId: string;
|
|
3046
|
-
};
|
|
3047
|
-
};
|
|
3048
|
-
requestBody?: {
|
|
3049
|
-
content: {
|
|
3050
|
-
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
3051
|
-
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
3052
|
-
};
|
|
3053
3275
|
};
|
|
3054
3276
|
responses: {
|
|
3055
3277
|
/** @description OK */
|
|
@@ -3076,10 +3298,10 @@ export interface operations {
|
|
|
3076
3298
|
};
|
|
3077
3299
|
};
|
|
3078
3300
|
/**
|
|
3079
|
-
*
|
|
3080
|
-
* @description
|
|
3301
|
+
* Get a cart record by ID
|
|
3302
|
+
* @description Retrieves the details of a specific item cart record.
|
|
3081
3303
|
*/
|
|
3082
|
-
|
|
3304
|
+
GetItemCartRecord: {
|
|
3083
3305
|
parameters: {
|
|
3084
3306
|
query?: {
|
|
3085
3307
|
"api-version"?: string;
|
|
@@ -3088,8 +3310,7 @@ export interface operations {
|
|
|
3088
3310
|
"x-api-version"?: string;
|
|
3089
3311
|
};
|
|
3090
3312
|
path: {
|
|
3091
|
-
|
|
3092
|
-
wishListId: string;
|
|
3313
|
+
recordId: string;
|
|
3093
3314
|
};
|
|
3094
3315
|
};
|
|
3095
3316
|
responses: {
|
|
@@ -3103,8 +3324,8 @@ export interface operations {
|
|
|
3103
3324
|
/** @description Unauthorized */
|
|
3104
3325
|
401: {
|
|
3105
3326
|
content: {
|
|
3106
|
-
"application/json": components["schemas"]["
|
|
3107
|
-
"application/xml": components["schemas"]["
|
|
3327
|
+
"application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
3328
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
3108
3329
|
};
|
|
3109
3330
|
};
|
|
3110
3331
|
/** @description Not Found */
|
|
@@ -3117,10 +3338,10 @@ export interface operations {
|
|
|
3117
3338
|
};
|
|
3118
3339
|
};
|
|
3119
3340
|
/**
|
|
3120
|
-
*
|
|
3121
|
-
* @description
|
|
3341
|
+
* Update a cart record
|
|
3342
|
+
* @description Updates the specified item cart record with the provided data.
|
|
3122
3343
|
*/
|
|
3123
|
-
|
|
3344
|
+
UpdateItemCartRecord: {
|
|
3124
3345
|
parameters: {
|
|
3125
3346
|
query?: {
|
|
3126
3347
|
"api-version"?: string;
|
|
@@ -3129,16 +3350,21 @@ export interface operations {
|
|
|
3129
3350
|
"x-api-version"?: string;
|
|
3130
3351
|
};
|
|
3131
3352
|
path: {
|
|
3132
|
-
|
|
3133
|
-
|
|
3353
|
+
recordId: string;
|
|
3354
|
+
};
|
|
3355
|
+
};
|
|
3356
|
+
requestBody?: {
|
|
3357
|
+
content: {
|
|
3358
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
3359
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
3134
3360
|
};
|
|
3135
3361
|
};
|
|
3136
3362
|
responses: {
|
|
3137
3363
|
/** @description OK */
|
|
3138
3364
|
200: {
|
|
3139
3365
|
content: {
|
|
3140
|
-
"application/json": components["schemas"]["
|
|
3141
|
-
"application/xml": components["schemas"]["
|
|
3366
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3367
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3142
3368
|
};
|
|
3143
3369
|
};
|
|
3144
3370
|
/** @description Unauthorized */
|
|
@@ -3158,10 +3384,10 @@ export interface operations {
|
|
|
3158
3384
|
};
|
|
3159
3385
|
};
|
|
3160
3386
|
/**
|
|
3161
|
-
*
|
|
3162
|
-
* @description
|
|
3387
|
+
* Remove a product from a cart by record ID
|
|
3388
|
+
* @description Removes a specific item record from the cart by its record ID.
|
|
3163
3389
|
*/
|
|
3164
|
-
|
|
3390
|
+
RemoveProductFromCartByRecordId: {
|
|
3165
3391
|
parameters: {
|
|
3166
3392
|
query?: {
|
|
3167
3393
|
"api-version"?: string;
|
|
@@ -3170,14 +3396,7 @@ export interface operations {
|
|
|
3170
3396
|
"x-api-version"?: string;
|
|
3171
3397
|
};
|
|
3172
3398
|
path: {
|
|
3173
|
-
|
|
3174
|
-
wishListId: string;
|
|
3175
|
-
};
|
|
3176
|
-
};
|
|
3177
|
-
requestBody?: {
|
|
3178
|
-
content: {
|
|
3179
|
-
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
3180
|
-
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
3399
|
+
recordId: string;
|
|
3181
3400
|
};
|
|
3182
3401
|
};
|
|
3183
3402
|
responses: {
|
|
@@ -3205,20 +3424,19 @@ export interface operations {
|
|
|
3205
3424
|
};
|
|
3206
3425
|
};
|
|
3207
3426
|
/**
|
|
3208
|
-
*
|
|
3209
|
-
* @description
|
|
3427
|
+
* Increase cart record quantity
|
|
3428
|
+
* @description Increases the quantity of the specified item cart record by the given amount.
|
|
3210
3429
|
*/
|
|
3211
|
-
|
|
3430
|
+
IncreaseItemCartRecord: {
|
|
3212
3431
|
parameters: {
|
|
3213
3432
|
query?: {
|
|
3433
|
+
quantity?: number;
|
|
3214
3434
|
"api-version"?: string;
|
|
3215
3435
|
};
|
|
3216
3436
|
header?: {
|
|
3217
3437
|
"x-api-version"?: string;
|
|
3218
3438
|
};
|
|
3219
3439
|
path: {
|
|
3220
|
-
cartId: string;
|
|
3221
|
-
wishListId: string;
|
|
3222
3440
|
recordId: string;
|
|
3223
3441
|
};
|
|
3224
3442
|
};
|
|
@@ -3226,8 +3444,8 @@ export interface operations {
|
|
|
3226
3444
|
/** @description OK */
|
|
3227
3445
|
200: {
|
|
3228
3446
|
content: {
|
|
3229
|
-
"application/json": components["schemas"]["
|
|
3230
|
-
"application/xml": components["schemas"]["
|
|
3447
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3448
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3231
3449
|
};
|
|
3232
3450
|
};
|
|
3233
3451
|
/** @description Unauthorized */
|
|
@@ -3247,20 +3465,19 @@ export interface operations {
|
|
|
3247
3465
|
};
|
|
3248
3466
|
};
|
|
3249
3467
|
/**
|
|
3250
|
-
*
|
|
3251
|
-
* @description
|
|
3468
|
+
* Decrease cart record quantity
|
|
3469
|
+
* @description Decreases the quantity of the specified item cart record by the given amount.
|
|
3252
3470
|
*/
|
|
3253
|
-
|
|
3471
|
+
DecreaseItemCartRecord: {
|
|
3254
3472
|
parameters: {
|
|
3255
3473
|
query?: {
|
|
3474
|
+
quantity?: number;
|
|
3256
3475
|
"api-version"?: string;
|
|
3257
3476
|
};
|
|
3258
3477
|
header?: {
|
|
3259
3478
|
"x-api-version"?: string;
|
|
3260
3479
|
};
|
|
3261
3480
|
path: {
|
|
3262
|
-
cartId: string;
|
|
3263
|
-
wishListId: string;
|
|
3264
3481
|
recordId: string;
|
|
3265
3482
|
};
|
|
3266
3483
|
};
|
|
@@ -3289,91 +3506,112 @@ export interface operations {
|
|
|
3289
3506
|
};
|
|
3290
3507
|
};
|
|
3291
3508
|
/**
|
|
3292
|
-
*
|
|
3293
|
-
* @description
|
|
3509
|
+
* Check if a product is in any wish list
|
|
3510
|
+
* @description Returns a boolean indicating whether the specified product exists in any wish list of the given cart.
|
|
3294
3511
|
*/
|
|
3295
|
-
|
|
3512
|
+
IsProductInWishLists: {
|
|
3296
3513
|
parameters: {
|
|
3297
3514
|
query?: {
|
|
3515
|
+
cartId?: string;
|
|
3516
|
+
productId?: string;
|
|
3298
3517
|
"api-version"?: string;
|
|
3299
3518
|
};
|
|
3300
3519
|
header?: {
|
|
3301
3520
|
"x-api-version"?: string;
|
|
3302
3521
|
};
|
|
3303
|
-
path: {
|
|
3304
|
-
cartId: string;
|
|
3305
|
-
};
|
|
3306
3522
|
};
|
|
3307
3523
|
responses: {
|
|
3308
3524
|
/** @description OK */
|
|
3309
3525
|
200: {
|
|
3310
3526
|
content: {
|
|
3311
|
-
"application/json": components["schemas"]["
|
|
3312
|
-
"application/xml": components["schemas"]["
|
|
3527
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
3528
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
3313
3529
|
};
|
|
3314
3530
|
};
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3531
|
+
};
|
|
3532
|
+
};
|
|
3533
|
+
/**
|
|
3534
|
+
* Check if a wish list exists
|
|
3535
|
+
* @description Returns a boolean indicating whether the specified wish list exists.
|
|
3536
|
+
*/
|
|
3537
|
+
WishListExists: {
|
|
3538
|
+
parameters: {
|
|
3539
|
+
query?: {
|
|
3540
|
+
wishListId?: string;
|
|
3541
|
+
"api-version"?: string;
|
|
3321
3542
|
};
|
|
3322
|
-
|
|
3323
|
-
|
|
3543
|
+
header?: {
|
|
3544
|
+
"x-api-version"?: string;
|
|
3545
|
+
};
|
|
3546
|
+
};
|
|
3547
|
+
responses: {
|
|
3548
|
+
/** @description OK */
|
|
3549
|
+
200: {
|
|
3324
3550
|
content: {
|
|
3325
|
-
"application/json": components["schemas"]["
|
|
3326
|
-
"application/xml": components["schemas"]["
|
|
3551
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
3552
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
3327
3553
|
};
|
|
3328
3554
|
};
|
|
3329
3555
|
};
|
|
3330
3556
|
};
|
|
3331
3557
|
/**
|
|
3332
|
-
*
|
|
3333
|
-
* @description
|
|
3558
|
+
* Check if a wish list exists (HEAD)
|
|
3559
|
+
* @description HEAD request to check whether the specified wish list exists without returning a response body.
|
|
3334
3560
|
*/
|
|
3335
|
-
|
|
3561
|
+
WishListExistsHeadAsync: {
|
|
3336
3562
|
parameters: {
|
|
3337
3563
|
query?: {
|
|
3564
|
+
wishListId?: string;
|
|
3338
3565
|
"api-version"?: string;
|
|
3339
3566
|
};
|
|
3340
3567
|
header?: {
|
|
3341
3568
|
"x-api-version"?: string;
|
|
3342
3569
|
};
|
|
3343
|
-
path: {
|
|
3344
|
-
cartId: string;
|
|
3345
|
-
itemId: string;
|
|
3346
|
-
};
|
|
3347
3570
|
};
|
|
3348
3571
|
responses: {
|
|
3349
3572
|
/** @description OK */
|
|
3350
3573
|
200: {
|
|
3351
3574
|
content: {
|
|
3352
|
-
"application/json": components["schemas"]["
|
|
3353
|
-
"application/xml": components["schemas"]["
|
|
3575
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3576
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3354
3577
|
};
|
|
3355
3578
|
};
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3579
|
+
};
|
|
3580
|
+
};
|
|
3581
|
+
/**
|
|
3582
|
+
* Create a wish list
|
|
3583
|
+
* @description Creates a new wish list from the provided request data.
|
|
3584
|
+
*/
|
|
3585
|
+
CreateWishList: {
|
|
3586
|
+
parameters: {
|
|
3587
|
+
query?: {
|
|
3588
|
+
"api-version"?: string;
|
|
3362
3589
|
};
|
|
3363
|
-
|
|
3364
|
-
|
|
3590
|
+
header?: {
|
|
3591
|
+
"x-api-version"?: string;
|
|
3592
|
+
};
|
|
3593
|
+
};
|
|
3594
|
+
requestBody?: {
|
|
3595
|
+
content: {
|
|
3596
|
+
"application/json": components["schemas"]["NewWishListRequest"];
|
|
3597
|
+
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
3598
|
+
};
|
|
3599
|
+
};
|
|
3600
|
+
responses: {
|
|
3601
|
+
/** @description OK */
|
|
3602
|
+
200: {
|
|
3365
3603
|
content: {
|
|
3366
|
-
"application/json": components["schemas"]["
|
|
3367
|
-
"application/xml": components["schemas"]["
|
|
3604
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3605
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3368
3606
|
};
|
|
3369
3607
|
};
|
|
3370
3608
|
};
|
|
3371
3609
|
};
|
|
3372
3610
|
/**
|
|
3373
|
-
*
|
|
3374
|
-
* @description
|
|
3611
|
+
* Update a wish list
|
|
3612
|
+
* @description Updates the specified wish list with the provided data.
|
|
3375
3613
|
*/
|
|
3376
|
-
|
|
3614
|
+
UpdateProductToWishList: {
|
|
3377
3615
|
parameters: {
|
|
3378
3616
|
query?: {
|
|
3379
3617
|
"api-version"?: string;
|
|
@@ -3382,39 +3620,56 @@ export interface operations {
|
|
|
3382
3620
|
"x-api-version"?: string;
|
|
3383
3621
|
};
|
|
3384
3622
|
path: {
|
|
3385
|
-
|
|
3386
|
-
|
|
3623
|
+
wishListId: string;
|
|
3624
|
+
};
|
|
3625
|
+
};
|
|
3626
|
+
requestBody?: {
|
|
3627
|
+
content: {
|
|
3628
|
+
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
3629
|
+
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
3387
3630
|
};
|
|
3388
3631
|
};
|
|
3389
3632
|
responses: {
|
|
3390
3633
|
/** @description OK */
|
|
3391
3634
|
200: {
|
|
3392
3635
|
content: {
|
|
3393
|
-
"application/json": components["schemas"]["
|
|
3394
|
-
"application/xml": components["schemas"]["
|
|
3636
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3637
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3395
3638
|
};
|
|
3396
3639
|
};
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3640
|
+
};
|
|
3641
|
+
};
|
|
3642
|
+
/**
|
|
3643
|
+
* Delete a wish list
|
|
3644
|
+
* @description Deletes the specified wish list.
|
|
3645
|
+
*/
|
|
3646
|
+
DeleteWishList: {
|
|
3647
|
+
parameters: {
|
|
3648
|
+
query?: {
|
|
3649
|
+
"api-version"?: string;
|
|
3403
3650
|
};
|
|
3404
|
-
|
|
3405
|
-
|
|
3651
|
+
header?: {
|
|
3652
|
+
"x-api-version"?: string;
|
|
3653
|
+
};
|
|
3654
|
+
path: {
|
|
3655
|
+
wishListId: string;
|
|
3656
|
+
};
|
|
3657
|
+
};
|
|
3658
|
+
responses: {
|
|
3659
|
+
/** @description OK */
|
|
3660
|
+
200: {
|
|
3406
3661
|
content: {
|
|
3407
|
-
"application/json": components["schemas"]["
|
|
3408
|
-
"application/xml": components["schemas"]["
|
|
3662
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3663
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3409
3664
|
};
|
|
3410
3665
|
};
|
|
3411
3666
|
};
|
|
3412
3667
|
};
|
|
3413
3668
|
/**
|
|
3414
|
-
*
|
|
3415
|
-
* @description
|
|
3669
|
+
* Get wish lists for a cart
|
|
3670
|
+
* @description Retrieves all wish lists associated with the specified cart.
|
|
3416
3671
|
*/
|
|
3417
|
-
|
|
3672
|
+
GetWishListAsync: {
|
|
3418
3673
|
parameters: {
|
|
3419
3674
|
query?: {
|
|
3420
3675
|
"api-version"?: string;
|
|
@@ -3424,38 +3679,49 @@ export interface operations {
|
|
|
3424
3679
|
};
|
|
3425
3680
|
path: {
|
|
3426
3681
|
cartId: string;
|
|
3427
|
-
itemId: string;
|
|
3428
3682
|
};
|
|
3429
3683
|
};
|
|
3430
3684
|
responses: {
|
|
3431
3685
|
/** @description OK */
|
|
3432
3686
|
200: {
|
|
3433
3687
|
content: {
|
|
3434
|
-
"application/json": components["schemas"]["
|
|
3435
|
-
"application/xml": components["schemas"]["
|
|
3688
|
+
"application/json": components["schemas"]["WishListDto"][];
|
|
3689
|
+
"application/xml": components["schemas"]["WishListDto"][];
|
|
3436
3690
|
};
|
|
3437
3691
|
};
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3692
|
+
};
|
|
3693
|
+
};
|
|
3694
|
+
/**
|
|
3695
|
+
* Get wish list item records
|
|
3696
|
+
* @description Retrieves all item records in the specified wish list.
|
|
3697
|
+
*/
|
|
3698
|
+
GetCartWishListItemsAsync: {
|
|
3699
|
+
parameters: {
|
|
3700
|
+
query?: {
|
|
3701
|
+
"api-version"?: string;
|
|
3444
3702
|
};
|
|
3445
|
-
|
|
3446
|
-
|
|
3703
|
+
header?: {
|
|
3704
|
+
"x-api-version"?: string;
|
|
3705
|
+
};
|
|
3706
|
+
path: {
|
|
3707
|
+
wishListId: string;
|
|
3708
|
+
};
|
|
3709
|
+
};
|
|
3710
|
+
responses: {
|
|
3711
|
+
/** @description OK */
|
|
3712
|
+
200: {
|
|
3447
3713
|
content: {
|
|
3448
|
-
"application/json": components["schemas"]["
|
|
3449
|
-
"application/xml": components["schemas"]["
|
|
3714
|
+
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
3715
|
+
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
3450
3716
|
};
|
|
3451
3717
|
};
|
|
3452
3718
|
};
|
|
3453
3719
|
};
|
|
3454
3720
|
/**
|
|
3455
|
-
*
|
|
3456
|
-
* @description
|
|
3721
|
+
* Get wish list details
|
|
3722
|
+
* @description Retrieves the full details of the specified wish list.
|
|
3457
3723
|
*/
|
|
3458
|
-
|
|
3724
|
+
GetCartWishListDetailsAsync: {
|
|
3459
3725
|
parameters: {
|
|
3460
3726
|
query?: {
|
|
3461
3727
|
"api-version"?: string;
|
|
@@ -3464,40 +3730,62 @@ export interface operations {
|
|
|
3464
3730
|
"x-api-version"?: string;
|
|
3465
3731
|
};
|
|
3466
3732
|
path: {
|
|
3467
|
-
|
|
3468
|
-
itemId: string;
|
|
3733
|
+
wishListId: string;
|
|
3469
3734
|
};
|
|
3470
3735
|
};
|
|
3471
3736
|
responses: {
|
|
3472
3737
|
/** @description OK */
|
|
3473
3738
|
200: {
|
|
3474
3739
|
content: {
|
|
3475
|
-
"application/json": components["schemas"]["
|
|
3476
|
-
"application/xml": components["schemas"]["
|
|
3740
|
+
"application/json": components["schemas"]["WishListDto"];
|
|
3741
|
+
"application/xml": components["schemas"]["WishListDto"];
|
|
3477
3742
|
};
|
|
3478
3743
|
};
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3744
|
+
};
|
|
3745
|
+
};
|
|
3746
|
+
/**
|
|
3747
|
+
* Add a product to a wish list
|
|
3748
|
+
* @description Adds the specified product to the given wish list.
|
|
3749
|
+
*/
|
|
3750
|
+
AddProductToWishList: {
|
|
3751
|
+
parameters: {
|
|
3752
|
+
query?: {
|
|
3753
|
+
"api-version"?: string;
|
|
3485
3754
|
};
|
|
3486
|
-
|
|
3487
|
-
|
|
3755
|
+
header?: {
|
|
3756
|
+
"x-api-version"?: string;
|
|
3757
|
+
};
|
|
3758
|
+
};
|
|
3759
|
+
requestBody?: {
|
|
3760
|
+
content: {
|
|
3761
|
+
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
3762
|
+
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
3763
|
+
};
|
|
3764
|
+
};
|
|
3765
|
+
responses: {
|
|
3766
|
+
/** @description OK */
|
|
3767
|
+
200: {
|
|
3488
3768
|
content: {
|
|
3489
|
-
"application/json": components["schemas"]["
|
|
3490
|
-
"application/xml": components["schemas"]["
|
|
3769
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3770
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3491
3771
|
};
|
|
3492
3772
|
};
|
|
3493
3773
|
};
|
|
3494
3774
|
};
|
|
3495
|
-
|
|
3775
|
+
/**
|
|
3776
|
+
* Delete a wish list record
|
|
3777
|
+
* @description Removes a specific item record from a wish list by its record ID.
|
|
3778
|
+
*/
|
|
3779
|
+
DeleteWishListRecord: {
|
|
3496
3780
|
parameters: {
|
|
3497
|
-
query
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3781
|
+
query?: {
|
|
3782
|
+
"api-version"?: string;
|
|
3783
|
+
};
|
|
3784
|
+
header?: {
|
|
3785
|
+
"x-api-version"?: string;
|
|
3786
|
+
};
|
|
3787
|
+
path: {
|
|
3788
|
+
recordId: string;
|
|
3501
3789
|
};
|
|
3502
3790
|
};
|
|
3503
3791
|
responses: {
|