@wix/auto_sdk_ecom_checkout-templates 1.0.4 → 1.0.6
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/build/cjs/src/ecom-v1-checkout-template-checkout-templates.context.d.ts +12 -4
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.context.js +12 -4
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.context.js.map +1 -1
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.http.d.ts +5 -5
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.http.js +5 -5
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.public.d.ts +5 -5
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +26 -25
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.types.js +6 -6
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.types.js.map +1 -1
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +44 -35
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.js +11 -11
- package/build/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.js.map +1 -1
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.context.d.ts +12 -4
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.context.js +12 -4
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.context.js.map +1 -1
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.http.d.ts +5 -5
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.http.js +5 -5
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.public.d.ts +5 -5
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +26 -25
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.types.js +6 -6
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.types.js.map +1 -1
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +44 -35
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.universal.js +11 -11
- package/build/es/src/ecom-v1-checkout-template-checkout-templates.universal.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.context.d.ts +12 -4
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.context.js +12 -4
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.context.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.http.d.ts +5 -5
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.http.js +5 -5
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.public.d.ts +5 -5
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +26 -25
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.types.js +6 -6
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.types.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +45 -36
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.js +11 -11
- package/build/internal/cjs/src/ecom-v1-checkout-template-checkout-templates.universal.js.map +1 -1
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.context.d.ts +12 -4
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.context.js +12 -4
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.context.js.map +1 -1
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.http.d.ts +5 -5
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.http.js +5 -5
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.public.d.ts +5 -5
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.types.d.ts +26 -25
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.types.js +6 -6
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.types.js.map +1 -1
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.universal.d.ts +45 -36
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.universal.js +11 -11
- package/build/internal/es/src/ecom-v1-checkout-template-checkout-templates.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -12,13 +12,21 @@ export declare const deleteCheckoutTemplate: MaybeContext<BuildRESTFunction<type
|
|
|
12
12
|
export declare const queryCheckoutTemplates: MaybeContext<BuildRESTFunction<typeof publicQueryCheckoutTemplates> & typeof publicQueryCheckoutTemplates>;
|
|
13
13
|
export declare const createCheckoutFromTemplate: MaybeContext<BuildRESTFunction<typeof publicCreateCheckoutFromTemplate> & typeof publicCreateCheckoutFromTemplate>;
|
|
14
14
|
export declare const createAndRedirectToCheckout: MaybeContext<BuildRESTFunction<typeof publicCreateAndRedirectToCheckout> & typeof publicCreateAndRedirectToCheckout>;
|
|
15
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* Triggered when a checkout template is created.
|
|
17
|
+
*/
|
|
16
18
|
export declare const onCheckoutTemplateCreated: ReturnType<typeof createEventModule<typeof publicOnCheckoutTemplateCreated>>;
|
|
17
|
-
/**
|
|
19
|
+
/**
|
|
20
|
+
* Triggered when a checkout template is deleted.
|
|
21
|
+
*/
|
|
18
22
|
export declare const onCheckoutTemplateDeleted: ReturnType<typeof createEventModule<typeof publicOnCheckoutTemplateDeleted>>;
|
|
19
|
-
/**
|
|
23
|
+
/**
|
|
24
|
+
* Triggered when a checkout template is updated.
|
|
25
|
+
*/
|
|
20
26
|
export declare const onCheckoutTemplateUpdated: ReturnType<typeof createEventModule<typeof publicOnCheckoutTemplateUpdated>>;
|
|
21
|
-
/**
|
|
27
|
+
/**
|
|
28
|
+
* Triggered when a checkout is created from a checkout template.
|
|
29
|
+
*/
|
|
22
30
|
export declare const onCheckoutTemplateUsed: ReturnType<typeof createEventModule<typeof publicOnCheckoutTemplateUsed>>;
|
|
23
31
|
export { Status, DescriptionLineType, PaymentOptionType, ItemTypeItemType, SubscriptionFrequency, FileType, TaxableAddressType, JurisdictionType, ItemAvailabilityStatus, VatType, PickupMethod, ChargeType, RuleType, DiscountType, WeightUnit, RateType, ManualCalculationReason, FallbackReason, ChannelType, AdditionalFeeSource, Severity, NameInOther, NameInLineItem, SuggestedFix, SortOrder, WebhookIdentityType, } from './ecom-v1-checkout-template-checkout-templates.universal.js';
|
|
24
32
|
export { CheckoutTemplate, CheckoutCustomization, WebClientCustomization, V1LineItem, CatalogReference, CatalogOverrideFields, ProductName, DescriptionLine, DescriptionLineValueOneOf, DescriptionLineDescriptionLineValueOneOf, DescriptionLineName, PlainTextValue, Color, PhysicalProperties, PaymentOption, CustomLineItem, PriceDescription, ItemType, ItemTypeItemTypeDataOneOf, SubscriptionOptionInfo, SubscriptionSettings, FreeTrialPeriod, Title, Description, SecuredMedia, ServiceProperties, Policy, TaxableAddress, TaxableAddressTaxableAddressDataOneOf, ExtendedFields, CustomContentReference, ExternalReference, CheckoutTemplateUsed, Checkout, LineItem, MultiCurrencyPrice, ItemTaxFullDetails, TaxRateBreakdown, TaxBreakdown, FocalPoint, ItemAvailabilityInfo, Scope, Group, AddressWithContact, Address, StreetAddress, AddressLocation, FullAddressContactDetails, VatId, ShippingInfo, SelectedCarrierServiceOption, DeliveryLogistics, PickupDetails, DeliveryTimeSlot, SelectedCarrierServiceOptionPrices, SelectedCarrierServiceOptionOtherCharge, DeliveryAllocation, Carrier, Region, ApplicableLineItems, ShippingRegion, CarrierServiceOption, ShippingOption, ShippingPrice, OtherCharge, BuyerInfo, BuyerInfoIdOneOf, PriceSummary, CalculationErrors, CalculationErrorsShippingCalculationErrorOneOf, Details, DetailsKindOneOf, ApplicationError, ValidationError, FieldViolation, SystemError, CarrierErrors, CarrierError, GiftCard, AppliedDiscount, AppliedDiscountDiscountSourceOneOf, Coupon, MerchantDiscount, DiscountRule, DiscountRuleName, LineItemDiscount, CustomField, TaxSummary, TaxCalculationDetails, TaxCalculationDetailsCalculationDetailsOneOf, AutoTaxFallbackCalculationDetails, AggregatedTaxBreakdown, CreatedBy, CreatedByIdOneOf, MembershipOptions, Membership, MembershipName, MembershipPaymentCredits, InvalidMembership, SelectedMemberships, SelectedMembership, AdditionalFee, ConversionInfo, Violation, Target, TargetTargetTypeOneOf, Other, TargetLineItem, CustomSettings, SubscriptionCharges, Charge, CreateCheckoutTemplateRequest, CreateCheckoutTemplateResponse, GetCheckoutTemplateRequest, GetCheckoutTemplateResponse, UpdateCheckoutTemplateRequest, UpdateCheckoutTemplateResponse, DeleteCheckoutTemplateRequest, DeleteCheckoutTemplateResponse, QueryCheckoutTemplatesRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryCheckoutTemplatesResponse, CursorPagingMetadata, Cursors, CreateCheckoutFromTemplateRequest, CreateCheckoutFromTemplateResponse, CreateAndRedirectToCheckoutRequest, RawHttpResponse, HeadersEntry, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, CheckoutTemplateNonNullableFields, CreateCheckoutTemplateResponseNonNullableFields, GetCheckoutTemplateResponseNonNullableFields, UpdateCheckoutTemplateResponseNonNullableFields, QueryCheckoutTemplatesResponseNonNullableFields, CreateCheckoutFromTemplateResponseNonNullableFields, RawHttpResponseNonNullableFields, BaseEventMetadata, EventMetadata, CheckoutTemplateCreatedEnvelope, CheckoutTemplateDeletedEnvelope, CheckoutTemplateUpdatedEnvelope, CheckoutTemplateUsedEnvelope, UpdateCheckoutTemplate, CheckoutTemplatesQueryResult, CheckoutTemplatesQueryBuilder, } from './ecom-v1-checkout-template-checkout-templates.universal.js';
|
|
@@ -15,13 +15,21 @@ exports.deleteCheckoutTemplate = (0, rest_modules_1.createRESTModule)(ecom_v1_ch
|
|
|
15
15
|
exports.queryCheckoutTemplates = (0, rest_modules_1.createRESTModule)(ecom_v1_checkout_template_checkout_templates_public_js_1.queryCheckoutTemplates);
|
|
16
16
|
exports.createCheckoutFromTemplate = (0, rest_modules_1.createRESTModule)(ecom_v1_checkout_template_checkout_templates_public_js_1.createCheckoutFromTemplate);
|
|
17
17
|
exports.createAndRedirectToCheckout = (0, rest_modules_1.createRESTModule)(ecom_v1_checkout_template_checkout_templates_public_js_1.createAndRedirectToCheckout);
|
|
18
|
-
/**
|
|
18
|
+
/**
|
|
19
|
+
* Triggered when a checkout template is created.
|
|
20
|
+
*/
|
|
19
21
|
exports.onCheckoutTemplateCreated = (0, event_definition_modules_1.createEventModule)(ecom_v1_checkout_template_checkout_templates_public_js_2.onCheckoutTemplateCreated);
|
|
20
|
-
/**
|
|
22
|
+
/**
|
|
23
|
+
* Triggered when a checkout template is deleted.
|
|
24
|
+
*/
|
|
21
25
|
exports.onCheckoutTemplateDeleted = (0, event_definition_modules_1.createEventModule)(ecom_v1_checkout_template_checkout_templates_public_js_3.onCheckoutTemplateDeleted);
|
|
22
|
-
/**
|
|
26
|
+
/**
|
|
27
|
+
* Triggered when a checkout template is updated.
|
|
28
|
+
*/
|
|
23
29
|
exports.onCheckoutTemplateUpdated = (0, event_definition_modules_1.createEventModule)(ecom_v1_checkout_template_checkout_templates_public_js_4.onCheckoutTemplateUpdated);
|
|
24
|
-
/**
|
|
30
|
+
/**
|
|
31
|
+
* Triggered when a checkout is created from a checkout template.
|
|
32
|
+
*/
|
|
25
33
|
exports.onCheckoutTemplateUsed = (0, event_definition_modules_1.createEventModule)(ecom_v1_checkout_template_checkout_templates_public_js_5.onCheckoutTemplateUsed);
|
|
26
34
|
var ecom_v1_checkout_template_checkout_templates_universal_js_1 = require("./ecom-v1-checkout-template-checkout-templates.universal.js");
|
|
27
35
|
Object.defineProperty(exports, "Status", { enumerable: true, get: function () { return ecom_v1_checkout_template_checkout_templates_universal_js_1.Status; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecom-v1-checkout-template-checkout-templates.context.js","sourceRoot":"","sources":["../../../src/ecom-v1-checkout-template-checkout-templates.context.ts"],"names":[],"mappings":";;;AAAA,qIAQkE;AAClE,gEAAiE;AACjE,wFAA8E;AAE9E,qIAAwI;AACxI,qIAAwI;AACxI,qIAAwI;AACxI,qIAAkI;AAErH,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,mBAAmB,GAGd,IAAA,+BAAgB,EAAC,4EAAyB,CAAC,CAAC;AACjD,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,0BAA0B,GAGrB,IAAA,+BAAgB,EAAC,mFAAgC,CAAC,CAAC;AACxD,QAAA,2BAA2B,GAGtB,IAAA,+BAAgB,EAAC,oFAAiC,CAAC,CAAC;AACtE
|
|
1
|
+
{"version":3,"file":"ecom-v1-checkout-template-checkout-templates.context.js","sourceRoot":"","sources":["../../../src/ecom-v1-checkout-template-checkout-templates.context.ts"],"names":[],"mappings":";;;AAAA,qIAQkE;AAClE,gEAAiE;AACjE,wFAA8E;AAE9E,qIAAwI;AACxI,qIAAwI;AACxI,qIAAwI;AACxI,qIAAkI;AAErH,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,mBAAmB,GAGd,IAAA,+BAAgB,EAAC,4EAAyB,CAAC,CAAC;AACjD,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+EAA4B,CAAC,CAAC;AACpD,QAAA,0BAA0B,GAGrB,IAAA,+BAAgB,EAAC,mFAAgC,CAAC,CAAC;AACxD,QAAA,2BAA2B,GAGtB,IAAA,+BAAgB,EAAC,oFAAiC,CAAC,CAAC;AACtE;;GAEG;AACU,QAAA,yBAAyB,GAElC,IAAA,4CAAiB,EAAC,kFAA+B,CAAC,CAAC;AACvD;;GAEG;AACU,QAAA,yBAAyB,GAElC,IAAA,4CAAiB,EAAC,kFAA+B,CAAC,CAAC;AACvD;;GAEG;AACU,QAAA,yBAAyB,GAElC,IAAA,4CAAiB,EAAC,kFAA+B,CAAC,CAAC;AACvD;;GAEG;AACU,QAAA,sBAAsB,GAE/B,IAAA,4CAAiB,EAAC,+EAA4B,CAAC,CAAC;AAEpD,yIA2BqE;AA1BnE,mJAAA,MAAM,OAAA;AACN,gKAAA,mBAAmB,OAAA;AACnB,8JAAA,iBAAiB,OAAA;AACjB,6JAAA,gBAAgB,OAAA;AAChB,kKAAA,qBAAqB,OAAA;AACrB,qJAAA,QAAQ,OAAA;AACR,+JAAA,kBAAkB,OAAA;AAClB,6JAAA,gBAAgB,OAAA;AAChB,mKAAA,sBAAsB,OAAA;AACtB,oJAAA,OAAO,OAAA;AACP,yJAAA,YAAY,OAAA;AACZ,uJAAA,UAAU,OAAA;AACV,qJAAA,QAAQ,OAAA;AACR,yJAAA,YAAY,OAAA;AACZ,uJAAA,UAAU,OAAA;AACV,qJAAA,QAAQ,OAAA;AACR,oKAAA,uBAAuB,OAAA;AACvB,2JAAA,cAAc,OAAA;AACd,wJAAA,WAAW,OAAA;AACX,gKAAA,mBAAmB,OAAA;AACnB,qJAAA,QAAQ,OAAA;AACR,wJAAA,WAAW,OAAA;AACX,2JAAA,cAAc,OAAA;AACd,yJAAA,YAAY,OAAA;AACZ,sJAAA,SAAS,OAAA;AACT,gKAAA,mBAAmB,OAAA"}
|
|
@@ -10,7 +10,7 @@ import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
|
10
10
|
* using the checkout template to offer a flash sale to their social media followers, they may want to lock the option to apply an
|
|
11
11
|
* additional coupon on top of the sale being offered. If so, they can set `customization.lockedCoupon` to `true`.
|
|
12
12
|
*
|
|
13
|
-
* A checkout can be created with a checkout template by calling
|
|
13
|
+
* A checkout can be created with a checkout template by calling Create Checkout From Template.
|
|
14
14
|
* The site may add further customizations to the new checkout and then redirect the customer using the new checkout's `checkoutUrl`.
|
|
15
15
|
*/
|
|
16
16
|
export declare function createCheckoutTemplate(payload: object): RequestOptionsFactory<any>;
|
|
@@ -50,7 +50,7 @@ export declare function queryCheckoutTemplates(payload: object): RequestOptionsF
|
|
|
50
50
|
/**
|
|
51
51
|
* Creates a new checkout based on the checkout template.
|
|
52
52
|
*
|
|
53
|
-
* Before using this
|
|
53
|
+
* Before using this method, you must have a checkout template available. Create a checkout template with Create Checkout Template.
|
|
54
54
|
*
|
|
55
55
|
* The customer can be directed to the new checkout using the checkout's `checkoutUrl`.
|
|
56
56
|
*/
|
|
@@ -58,11 +58,11 @@ export declare function createCheckoutFromTemplate(payload: object): RequestOpti
|
|
|
58
58
|
/**
|
|
59
59
|
* Creates a new checkout based on the checkout template and redirects to the new checkout page.
|
|
60
60
|
*
|
|
61
|
-
* Before using this
|
|
61
|
+
* Before using this method, you must have a checkout template available. Create a checkout template with Create Checkout Template.
|
|
62
62
|
*
|
|
63
|
-
* To build a URL that uses this
|
|
63
|
+
* To build a URL that uses this method, follow this format:
|
|
64
64
|
* `https://www.wixapis.com/ecom/v1/checkout-templates/{checkoutTemplateId}/create-and-redirect-to-checkout?siteId={siteId}`
|
|
65
65
|
*
|
|
66
|
-
* To create a checkout but not automatically redirect to the checkout page, use
|
|
66
|
+
* To create a checkout but not automatically redirect to the checkout page, use Create Checkout From Template.
|
|
67
67
|
*/
|
|
68
68
|
export declare function createAndRedirectToCheckout(payload: object): RequestOptionsFactory<any>;
|
|
@@ -39,7 +39,7 @@ const PACKAGE_NAME = '@wix/auto_sdk_ecom_checkout-templates';
|
|
|
39
39
|
* using the checkout template to offer a flash sale to their social media followers, they may want to lock the option to apply an
|
|
40
40
|
* additional coupon on top of the sale being offered. If so, they can set `customization.lockedCoupon` to `true`.
|
|
41
41
|
*
|
|
42
|
-
* A checkout can be created with a checkout template by calling
|
|
42
|
+
* A checkout can be created with a checkout template by calling Create Checkout From Template.
|
|
43
43
|
* The site may add further customizations to the new checkout and then redirect the customer using the new checkout's `checkoutUrl`.
|
|
44
44
|
*/
|
|
45
45
|
function createCheckoutTemplate(payload) {
|
|
@@ -317,7 +317,7 @@ exports.queryCheckoutTemplates = queryCheckoutTemplates;
|
|
|
317
317
|
/**
|
|
318
318
|
* Creates a new checkout based on the checkout template.
|
|
319
319
|
*
|
|
320
|
-
* Before using this
|
|
320
|
+
* Before using this method, you must have a checkout template available. Create a checkout template with Create Checkout Template.
|
|
321
321
|
*
|
|
322
322
|
* The customer can be directed to the new checkout using the checkout's `checkoutUrl`.
|
|
323
323
|
*/
|
|
@@ -343,12 +343,12 @@ exports.createCheckoutFromTemplate = createCheckoutFromTemplate;
|
|
|
343
343
|
/**
|
|
344
344
|
* Creates a new checkout based on the checkout template and redirects to the new checkout page.
|
|
345
345
|
*
|
|
346
|
-
* Before using this
|
|
346
|
+
* Before using this method, you must have a checkout template available. Create a checkout template with Create Checkout Template.
|
|
347
347
|
*
|
|
348
|
-
* To build a URL that uses this
|
|
348
|
+
* To build a URL that uses this method, follow this format:
|
|
349
349
|
* `https://www.wixapis.com/ecom/v1/checkout-templates/{checkoutTemplateId}/create-and-redirect-to-checkout?siteId={siteId}`
|
|
350
350
|
*
|
|
351
|
-
* To create a checkout but not automatically redirect to the checkout page, use
|
|
351
|
+
* To create a checkout but not automatically redirect to the checkout page, use Create Checkout From Template.
|
|
352
352
|
*/
|
|
353
353
|
function createAndRedirectToCheckout(payload) {
|
|
354
354
|
function __createAndRedirectToCheckout({ host }) {
|
|
@@ -16,7 +16,7 @@ interface CreateCheckoutTemplateSignature {
|
|
|
16
16
|
* using the checkout template to offer a flash sale to their social media followers, they may want to lock the option to apply an
|
|
17
17
|
* additional coupon on top of the sale being offered. If so, they can set `customization.lockedCoupon` to `true`.
|
|
18
18
|
*
|
|
19
|
-
* A checkout can be created with a checkout template by calling
|
|
19
|
+
* A checkout can be created with a checkout template by calling Create Checkout From Template.
|
|
20
20
|
* The site may add further customizations to the new checkout and then redirect the customer using the new checkout's `checkoutUrl`.
|
|
21
21
|
* @param - Checkout template to create.
|
|
22
22
|
* @returns Created checkout template.
|
|
@@ -81,7 +81,7 @@ interface CreateCheckoutFromTemplateSignature {
|
|
|
81
81
|
/**
|
|
82
82
|
* Creates a new checkout based on the checkout template.
|
|
83
83
|
*
|
|
84
|
-
* Before using this
|
|
84
|
+
* Before using this method, you must have a checkout template available. Create a checkout template with Create Checkout Template.
|
|
85
85
|
*
|
|
86
86
|
* The customer can be directed to the new checkout using the checkout's `checkoutUrl`.
|
|
87
87
|
* @param - ID of the checkout template to use to create a checkout from.
|
|
@@ -94,12 +94,12 @@ interface CreateAndRedirectToCheckoutSignature {
|
|
|
94
94
|
/**
|
|
95
95
|
* Creates a new checkout based on the checkout template and redirects to the new checkout page.
|
|
96
96
|
*
|
|
97
|
-
* Before using this
|
|
97
|
+
* Before using this method, you must have a checkout template available. Create a checkout template with Create Checkout Template.
|
|
98
98
|
*
|
|
99
|
-
* To build a URL that uses this
|
|
99
|
+
* To build a URL that uses this method, follow this format:
|
|
100
100
|
* `https://www.wixapis.com/ecom/v1/checkout-templates/{checkoutTemplateId}/create-and-redirect-to-checkout?siteId={siteId}`
|
|
101
101
|
*
|
|
102
|
-
* To create a checkout but not automatically redirect to the checkout page, use
|
|
102
|
+
* To create a checkout but not automatically redirect to the checkout page, use Create Checkout From Template.
|
|
103
103
|
* @param - ID of the checkout template to use to create a checkout.
|
|
104
104
|
* @param - ID of the site associated with the checkout template.
|
|
105
105
|
*/
|
|
@@ -33,7 +33,7 @@ export interface CheckoutTemplate {
|
|
|
33
33
|
* Coupon code.
|
|
34
34
|
*
|
|
35
35
|
* Note that a checkout can only hold one `couponCode` at a time. If an additional `couponCode` is added, it will override the existing `couponCode`.
|
|
36
|
-
* For additional information, see the
|
|
36
|
+
* For additional information, see the Coupons API.
|
|
37
37
|
*/
|
|
38
38
|
couponCode?: string | null;
|
|
39
39
|
/**
|
|
@@ -123,7 +123,7 @@ export interface CatalogReference {
|
|
|
123
123
|
/**
|
|
124
124
|
* Additional item details in key:value pairs. Use this optional field to provide more specificity with item selection. The `options` field values differ depending on which catalog is providing the items.
|
|
125
125
|
*
|
|
126
|
-
* For products and variants from a Wix Stores catalog, learn more about
|
|
126
|
+
* For products and variants from a Wix Stores catalog, learn more about eCommerce integration ([SDK](https://dev.wix.com/docs/sdk/backend-modules/stores/catalog-v3/e-commerce-integration) | [REST](https://dev.wix.com/docs/rest/business-solutions/stores/catalog/e-commerce-integration)).
|
|
127
127
|
*/
|
|
128
128
|
options?: Record<string, any> | null;
|
|
129
129
|
}
|
|
@@ -490,12 +490,12 @@ export declare enum SubscriptionFrequency {
|
|
|
490
490
|
YEAR = "YEAR"
|
|
491
491
|
}
|
|
492
492
|
export interface FreeTrialPeriod {
|
|
493
|
-
/** Frequency of
|
|
493
|
+
/** Frequency of period. Values: DAY, WEEK, MONTH, YEAR */
|
|
494
494
|
frequency?: SubscriptionFrequency;
|
|
495
495
|
/**
|
|
496
496
|
* interval of period
|
|
497
497
|
* @min 1
|
|
498
|
-
* @max
|
|
498
|
+
* @max 999
|
|
499
499
|
*/
|
|
500
500
|
interval?: number;
|
|
501
501
|
}
|
|
@@ -665,7 +665,7 @@ export interface Checkout {
|
|
|
665
665
|
/** Shipping information. */
|
|
666
666
|
shippingInfo?: ShippingInfo;
|
|
667
667
|
/**
|
|
668
|
-
* [Buyer note](https://support.wix.com/en/article/
|
|
668
|
+
* [Buyer note](https://support.wix.com/en/article/collecting-and-viewing-buyer-notes) left by the customer.
|
|
669
669
|
* @maxLength 1000
|
|
670
670
|
*/
|
|
671
671
|
buyerNote?: string | null;
|
|
@@ -690,7 +690,7 @@ export interface Checkout {
|
|
|
690
690
|
/**
|
|
691
691
|
* Applied gift card details.
|
|
692
692
|
*
|
|
693
|
-
* >**Note:** Gift cards are supported through the Wix UI, though the service plugin is not currently available. Learn more about [Wix Gift Cards](https://support.wix.com/en/article/
|
|
693
|
+
* >**Note:** Gift cards are supported through the Wix UI, though the service plugin is not currently available. Learn more about [Wix Gift Cards](https://support.wix.com/en/article/setting-up-wix-gift-cards-9451439).
|
|
694
694
|
* @readonly
|
|
695
695
|
*/
|
|
696
696
|
giftCard?: GiftCard;
|
|
@@ -702,7 +702,7 @@ export interface Checkout {
|
|
|
702
702
|
/** Custom fields. */
|
|
703
703
|
customFields?: CustomField[];
|
|
704
704
|
/**
|
|
705
|
-
* Weight measurement unit
|
|
705
|
+
* Weight measurement unit. Defaults to a site's weight unit.
|
|
706
706
|
* @readonly
|
|
707
707
|
*/
|
|
708
708
|
weightUnit?: WeightUnit;
|
|
@@ -782,7 +782,7 @@ export interface Checkout {
|
|
|
782
782
|
*/
|
|
783
783
|
cartId?: string | null;
|
|
784
784
|
/**
|
|
785
|
-
* List of validation violations raised by the
|
|
785
|
+
* List of validation violations raised by the Validations service plugin ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/service-plugins/validations/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/validations-integration-service-plugin/introduction)).
|
|
786
786
|
* @readonly
|
|
787
787
|
*/
|
|
788
788
|
violations?: Violation[];
|
|
@@ -802,7 +802,7 @@ export interface Checkout {
|
|
|
802
802
|
* Additional settings for customization of the checkout process.
|
|
803
803
|
*
|
|
804
804
|
* > **Notes:**
|
|
805
|
-
* > * Custom settings can only be set when
|
|
805
|
+
* > * Custom settings can only be set when creating a checkout.
|
|
806
806
|
* > * To access and manage custom checkout page content, your app must have the permission scope named "Manage eCommerce - Admin Permissions". Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
807
807
|
* @immutable
|
|
808
808
|
*/
|
|
@@ -816,7 +816,8 @@ export interface Checkout {
|
|
|
816
816
|
customContentReference?: CustomContentReference;
|
|
817
817
|
/**
|
|
818
818
|
* The business location ID associated with the checkout.
|
|
819
|
-
*
|
|
819
|
+
*
|
|
820
|
+
* To learn more, see the Locations API.
|
|
820
821
|
* @format GUID
|
|
821
822
|
*/
|
|
822
823
|
businessLocationId?: string | null;
|
|
@@ -1126,11 +1127,11 @@ export interface ItemAvailabilityInfo {
|
|
|
1126
1127
|
}
|
|
1127
1128
|
export declare enum ItemAvailabilityStatus {
|
|
1128
1129
|
AVAILABLE = "AVAILABLE",
|
|
1129
|
-
/** Item does not exist */
|
|
1130
|
+
/** Item does not exist. */
|
|
1130
1131
|
NOT_FOUND = "NOT_FOUND",
|
|
1131
|
-
/** Item not in stock */
|
|
1132
|
+
/** Item is not in stock. */
|
|
1132
1133
|
NOT_AVAILABLE = "NOT_AVAILABLE",
|
|
1133
|
-
/** Available quantity is less than requested */
|
|
1134
|
+
/** Available quantity is less than requested. */
|
|
1134
1135
|
PARTIALLY_AVAILABLE = "PARTIALLY_AVAILABLE"
|
|
1135
1136
|
}
|
|
1136
1137
|
export interface Scope {
|
|
@@ -1490,7 +1491,7 @@ export interface BuyerInfo extends BuyerInfoIdOneOf {
|
|
|
1490
1491
|
*/
|
|
1491
1492
|
memberId?: string;
|
|
1492
1493
|
/**
|
|
1493
|
-
* Contact ID. Auto-created if one does not yet exist. For more information, see
|
|
1494
|
+
* Contact ID. Auto-created if one does not yet exist. For more information, see the Contacts API.
|
|
1494
1495
|
* @format GUID
|
|
1495
1496
|
* @readonly
|
|
1496
1497
|
*/
|
|
@@ -1789,11 +1790,11 @@ export interface CustomField {
|
|
|
1789
1790
|
translatedTitle?: string | null;
|
|
1790
1791
|
}
|
|
1791
1792
|
export declare enum WeightUnit {
|
|
1792
|
-
/** Weight unit can't be classified
|
|
1793
|
+
/** Weight unit can't be classified due to an error. */
|
|
1793
1794
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
1794
|
-
/** Kilograms */
|
|
1795
|
+
/** Kilograms. */
|
|
1795
1796
|
KG = "KG",
|
|
1796
|
-
/** Pounds */
|
|
1797
|
+
/** Pounds. */
|
|
1797
1798
|
LB = "LB"
|
|
1798
1799
|
}
|
|
1799
1800
|
export interface TaxSummary {
|
|
@@ -1922,23 +1923,23 @@ export declare enum ChannelType {
|
|
|
1922
1923
|
}
|
|
1923
1924
|
export interface CreatedBy extends CreatedByIdOneOf {
|
|
1924
1925
|
/**
|
|
1925
|
-
* User ID
|
|
1926
|
+
* User ID. When the order was created by a Wix user on behalf of a buyer.
|
|
1926
1927
|
* For example, via POS (point of service).
|
|
1927
1928
|
* @format GUID
|
|
1928
1929
|
*/
|
|
1929
1930
|
userId?: string;
|
|
1930
1931
|
/**
|
|
1931
|
-
* Member ID
|
|
1932
|
+
* Member ID. When the order was created by a **logged in** site visitor.
|
|
1932
1933
|
* @format GUID
|
|
1933
1934
|
*/
|
|
1934
1935
|
memberId?: string;
|
|
1935
1936
|
/**
|
|
1936
|
-
* Visitor ID
|
|
1937
|
+
* Visitor ID. When the order was created by a site visitor that was **not** logged in.
|
|
1937
1938
|
* @format GUID
|
|
1938
1939
|
*/
|
|
1939
1940
|
visitorId?: string;
|
|
1940
1941
|
/**
|
|
1941
|
-
* App ID
|
|
1942
|
+
* App ID. When the order was created by an external application or Wix service.
|
|
1942
1943
|
* @format GUID
|
|
1943
1944
|
*/
|
|
1944
1945
|
appId?: string;
|
|
@@ -1946,23 +1947,23 @@ export interface CreatedBy extends CreatedByIdOneOf {
|
|
|
1946
1947
|
/** @oneof */
|
|
1947
1948
|
export interface CreatedByIdOneOf {
|
|
1948
1949
|
/**
|
|
1949
|
-
* User ID
|
|
1950
|
+
* User ID. When the order was created by a Wix user on behalf of a buyer.
|
|
1950
1951
|
* For example, via POS (point of service).
|
|
1951
1952
|
* @format GUID
|
|
1952
1953
|
*/
|
|
1953
1954
|
userId?: string;
|
|
1954
1955
|
/**
|
|
1955
|
-
* Member ID
|
|
1956
|
+
* Member ID. When the order was created by a **logged in** site visitor.
|
|
1956
1957
|
* @format GUID
|
|
1957
1958
|
*/
|
|
1958
1959
|
memberId?: string;
|
|
1959
1960
|
/**
|
|
1960
|
-
* Visitor ID
|
|
1961
|
+
* Visitor ID. When the order was created by a site visitor that was **not** logged in.
|
|
1961
1962
|
* @format GUID
|
|
1962
1963
|
*/
|
|
1963
1964
|
visitorId?: string;
|
|
1964
1965
|
/**
|
|
1965
|
-
* App ID
|
|
1966
|
+
* App ID. When the order was created by an external application or Wix service.
|
|
1966
1967
|
* @format GUID
|
|
1967
1968
|
*/
|
|
1968
1969
|
appId?: string;
|
|
@@ -76,11 +76,11 @@ var JurisdictionType;
|
|
|
76
76
|
var ItemAvailabilityStatus;
|
|
77
77
|
(function (ItemAvailabilityStatus) {
|
|
78
78
|
ItemAvailabilityStatus["AVAILABLE"] = "AVAILABLE";
|
|
79
|
-
/** Item does not exist */
|
|
79
|
+
/** Item does not exist. */
|
|
80
80
|
ItemAvailabilityStatus["NOT_FOUND"] = "NOT_FOUND";
|
|
81
|
-
/** Item not in stock */
|
|
81
|
+
/** Item is not in stock. */
|
|
82
82
|
ItemAvailabilityStatus["NOT_AVAILABLE"] = "NOT_AVAILABLE";
|
|
83
|
-
/** Available quantity is less than requested */
|
|
83
|
+
/** Available quantity is less than requested. */
|
|
84
84
|
ItemAvailabilityStatus["PARTIALLY_AVAILABLE"] = "PARTIALLY_AVAILABLE";
|
|
85
85
|
})(ItemAvailabilityStatus || (exports.ItemAvailabilityStatus = ItemAvailabilityStatus = {}));
|
|
86
86
|
/** tax info types */
|
|
@@ -135,11 +135,11 @@ var DiscountType;
|
|
|
135
135
|
})(DiscountType || (exports.DiscountType = DiscountType = {}));
|
|
136
136
|
var WeightUnit;
|
|
137
137
|
(function (WeightUnit) {
|
|
138
|
-
/** Weight unit can't be classified
|
|
138
|
+
/** Weight unit can't be classified due to an error. */
|
|
139
139
|
WeightUnit["UNSPECIFIED_WEIGHT_UNIT"] = "UNSPECIFIED_WEIGHT_UNIT";
|
|
140
|
-
/** Kilograms */
|
|
140
|
+
/** Kilograms. */
|
|
141
141
|
WeightUnit["KG"] = "KG";
|
|
142
|
-
/** Pounds */
|
|
142
|
+
/** Pounds. */
|
|
143
143
|
WeightUnit["LB"] = "LB";
|
|
144
144
|
})(WeightUnit || (exports.WeightUnit = WeightUnit = {}));
|
|
145
145
|
var RateType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecom-v1-checkout-template-checkout-templates.types.js","sourceRoot":"","sources":["../../../src/ecom-v1-checkout-template-checkout-templates.types.ts"],"names":[],"mappings":";;;AA+CA,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,2CAAiC,CAAA;IACjC,2BAAiB,CAAA;IACjB,+BAAqB,CAAA;AACvB,CAAC,EAJW,MAAM,sBAAN,MAAM,QAIjB;AAqND,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,yBAAyB;IACzB,oDAA6B,CAAA;IAC7B,uBAAuB;IACvB,gDAAyB,CAAA;IACzB,kBAAkB;IAClB,sCAAe,CAAA;AACjB,CAAC,EAPW,mBAAmB,mCAAnB,mBAAmB,QAO9B;AAoCD,uDAAuD;AACvD,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,wEAAwE;IACxE,gEAA2C,CAAA;IAC3C,sIAAsI;IACtI,kEAA6C,CAAA;IAC7C,6FAA6F;IAC7F,8CAAyB,CAAA;IACzB,4IAA4I;IAC5I,sDAAiC,CAAA;IACjC,uKAAuK;IACvK,8DAAyC,CAAA;AAC3C,CAAC,EAXW,iBAAiB,iCAAjB,iBAAiB,QAW5B;AA0JD,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,iDAA6B,CAAA;IAC7B,yCAAqB,CAAA;IACrB,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,uCAAmB,CAAA;AACrB,CAAC,EANW,gBAAgB,gCAAhB,gBAAgB,QAM3B;AAgCD,0CAA0C;AAC1C,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC/B,gDAAuB,CAAA;IACvB,oCAAW,CAAA;IACX,sCAAa,CAAA;IACb,wCAAe,CAAA;IACf,sCAAa,CAAA;AACf,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC;AA4DD,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,uCAA2B,CAAA;IAC3B,6CAAiC,CAAA;IACjC,yCAA6B,CAAA;IAC7B,+CAAmC,CAAA;IACnC,yCAA6B,CAAA;IAC7B,6CAAiC,CAAA;AACnC,CAAC,EAPW,QAAQ,wBAAR,QAAQ,QAOnB;AA0CD,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,yEAAmD,CAAA;IACnD,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;AACvB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;
|
|
1
|
+
{"version":3,"file":"ecom-v1-checkout-template-checkout-templates.types.js","sourceRoot":"","sources":["../../../src/ecom-v1-checkout-template-checkout-templates.types.ts"],"names":[],"mappings":"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"}
|