@wix/auto_sdk_ecom_draft-orders 1.0.23 → 1.0.24
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-draft-order-draft-orders.http.d.ts +42 -26
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.http.js +42 -26
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.http.js.map +1 -1
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.public.d.ts +47 -33
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.types.d.ts +138 -84
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.types.js +9 -7
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.d.ts +217 -127
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.js +56 -40
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.http.d.ts +42 -26
- package/build/es/src/ecom-v1-draft-order-draft-orders.http.js +42 -26
- package/build/es/src/ecom-v1-draft-order-draft-orders.http.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.public.d.ts +47 -33
- package/build/es/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.types.d.ts +138 -84
- package/build/es/src/ecom-v1-draft-order-draft-orders.types.js +9 -7
- package/build/es/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.d.ts +217 -127
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.js +56 -40
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.http.d.ts +42 -26
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.http.js +42 -26
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.http.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.public.d.ts +47 -33
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.types.d.ts +138 -84
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.types.js +9 -7
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.d.ts +217 -127
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.js +56 -40
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.http.d.ts +42 -26
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.http.js +42 -26
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.http.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.public.d.ts +47 -33
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.types.d.ts +138 -84
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.types.js +9 -7
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.d.ts +217 -127
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.js +56 -40
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/package.json +4 -4
|
@@ -10,7 +10,7 @@ interface CreateDraftOrderSignature {
|
|
|
10
10
|
*
|
|
11
11
|
* When passing the ID of an order that is already in draft, the existing draft order will be returned.
|
|
12
12
|
* To complete a draft and update the order, call Commit Draft Order([REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/draft-orders/commit-draft-order) | [SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/draft-orders/commit-draft-order)).
|
|
13
|
-
* @param -
|
|
13
|
+
* @param - ID of the order to create a draft for.
|
|
14
14
|
*/
|
|
15
15
|
(orderId: string): Promise<CreateDraftOrderResponse>;
|
|
16
16
|
}
|
|
@@ -24,7 +24,7 @@ interface CreateEmptyDraftOrderSignature {
|
|
|
24
24
|
export declare function addLineItemsToDraftOrder(httpClient: HttpClient): AddLineItemsToDraftOrderSignature;
|
|
25
25
|
interface AddLineItemsToDraftOrderSignature {
|
|
26
26
|
/**
|
|
27
|
-
* Adds line items to a draft order.
|
|
27
|
+
* Adds catalog or custom line items to a draft order.
|
|
28
28
|
* @param - Draft order ID.
|
|
29
29
|
*/
|
|
30
30
|
(draftOrderId: string, options?: AddLineItemsToDraftOrderOptions | undefined): Promise<AddLineItemsToDraftOrderResponse>;
|
|
@@ -38,7 +38,7 @@ interface UpdateLineItemsSignature {
|
|
|
38
38
|
* > **Notes:**
|
|
39
39
|
* > + Passing a quantity of `0` will remove the line item.
|
|
40
40
|
* > + Price cannot be updated for line items with `paymentOption: MEMBERSHIP`.
|
|
41
|
-
* > + Quantity cannot be decreased fulfilled line items. To
|
|
41
|
+
* > + Quantity cannot be decreased fulfilled line items. To retrive fulfillment information, pass the order ID to [List Fulfillments For Single Order](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/order-fulfillments/list-fulfillments-for-single-order).
|
|
42
42
|
* @param - Draft order ID.
|
|
43
43
|
* @param - Details of changes to apply per line item.
|
|
44
44
|
*/
|
|
@@ -49,20 +49,21 @@ interface SetDiscountsSignature {
|
|
|
49
49
|
/**
|
|
50
50
|
* Applies or unapplies discounts on a draft order.
|
|
51
51
|
*
|
|
52
|
-
* Unapplied discounts are still part of draft order, but do not affect balance.
|
|
53
|
-
* Existing discounts
|
|
52
|
+
* Unapplied discounts are still part of the draft order, but do not affect balance.
|
|
53
|
+
* Existing discounts that are not passed in the request will keep their current state.
|
|
54
54
|
* @param - Draft order ID.
|
|
55
|
-
* @param -
|
|
56
|
-
*
|
|
55
|
+
* @param - Discounts to set on the draft order.
|
|
56
|
+
*
|
|
57
|
+
* Any existing discounts that are not passed will not change.
|
|
57
58
|
*/
|
|
58
59
|
(draftOrderId: string, discounts: IdAndApplied[]): Promise<SetDiscountsResponse>;
|
|
59
60
|
}
|
|
60
61
|
export declare function createCustomDiscounts(httpClient: HttpClient): CreateCustomDiscountsSignature;
|
|
61
62
|
interface CreateCustomDiscountsSignature {
|
|
62
63
|
/**
|
|
63
|
-
*
|
|
64
|
+
* Creates custom discounts.
|
|
64
65
|
*
|
|
65
|
-
* Newly
|
|
66
|
+
* Newly created discounts are unapplied by default.
|
|
66
67
|
* To apply them, use Set Discounts ([REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/draft-orders/set-discounts) | [SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/draft-orders/set-discounts)).
|
|
67
68
|
* @param - Draft order ID.
|
|
68
69
|
*/
|
|
@@ -71,9 +72,9 @@ interface CreateCustomDiscountsSignature {
|
|
|
71
72
|
export declare function deleteCustomDiscounts(httpClient: HttpClient): DeleteCustomDiscountsSignature;
|
|
72
73
|
interface DeleteCustomDiscountsSignature {
|
|
73
74
|
/**
|
|
74
|
-
*
|
|
75
|
+
* Removes custom discounts from a draft order.
|
|
75
76
|
* @param - Draft order ID.
|
|
76
|
-
* @param -
|
|
77
|
+
* @param - IDs of the discounts to remove from the draft order.
|
|
77
78
|
*/
|
|
78
79
|
(draftOrderId: string, discountIds: string[]): Promise<DeleteCustomDiscountsResponse>;
|
|
79
80
|
}
|
|
@@ -82,11 +83,12 @@ interface SetAdditionalFeesSignature {
|
|
|
82
83
|
/**
|
|
83
84
|
* Applies or unapplies additional fees on a draft order.
|
|
84
85
|
*
|
|
85
|
-
*
|
|
86
|
-
* Existing additional fees
|
|
86
|
+
* Additional fees that are not applied are still part of the draft order, but do not affect balance.
|
|
87
|
+
* Existing additional fees that are not passed in the request will keep their current state.
|
|
87
88
|
* @param - Draft order ID.
|
|
88
|
-
* @param - Additional
|
|
89
|
-
*
|
|
89
|
+
* @param - Additional fees to set on the draft order.
|
|
90
|
+
*
|
|
91
|
+
* Any existing additional fees that are not passed will not change.
|
|
90
92
|
*/
|
|
91
93
|
(draftOrderId: string, additionalFees: IdAndApplied[]): Promise<SetAdditionalFeesResponse>;
|
|
92
94
|
}
|
|
@@ -95,7 +97,7 @@ interface CreateCustomAdditionalFeesSignature {
|
|
|
95
97
|
/**
|
|
96
98
|
* Creates custom additional fees on a draft order.
|
|
97
99
|
*
|
|
98
|
-
* Newly
|
|
100
|
+
* Newly created additional fees are not applied by default.
|
|
99
101
|
* To apply them, use Set Additional Fees ([REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/draft-orders/set-additional-fees) | [SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/draft-orders/set-additional-fees)).
|
|
100
102
|
* @param - Draft order ID.
|
|
101
103
|
*/
|
|
@@ -104,9 +106,9 @@ interface CreateCustomAdditionalFeesSignature {
|
|
|
104
106
|
export declare function deleteCustomAdditionalFees(httpClient: HttpClient): DeleteCustomAdditionalFeesSignature;
|
|
105
107
|
interface DeleteCustomAdditionalFeesSignature {
|
|
106
108
|
/**
|
|
107
|
-
*
|
|
109
|
+
* Removes custom additional fees from a draft order.
|
|
108
110
|
* @param - Draft order ID.
|
|
109
|
-
* @param -
|
|
111
|
+
* @param - IDs of the additional fees to remove from the draft order.
|
|
110
112
|
*/
|
|
111
113
|
(draftOrderId: string, customAdditionalFees: string[]): Promise<DeleteCustomAdditionalFeesResponse>;
|
|
112
114
|
}
|
|
@@ -145,12 +147,14 @@ interface SetBillingInfoSignature {
|
|
|
145
147
|
export declare function getDraftOrder(httpClient: HttpClient): GetDraftOrderSignature;
|
|
146
148
|
interface GetDraftOrderSignature {
|
|
147
149
|
/**
|
|
148
|
-
*
|
|
150
|
+
* Retrieves a draft order.
|
|
149
151
|
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
152
|
+
* The retrieved draft order contains the latest calculations:
|
|
153
|
+
* + Line items, shipping details, and buyer information.
|
|
154
|
+
* + Tax details and price totals.
|
|
155
|
+
* + Automatic discounts and automatic additional fees, along with updated eligibility.
|
|
156
|
+
*
|
|
157
|
+
* > **Note:** When retrieving a committed draft order, it **is not recalculated**.
|
|
154
158
|
* @param - Draft order ID.
|
|
155
159
|
*/
|
|
156
160
|
(draftOrderId: string): Promise<GetDraftOrderResponse>;
|
|
@@ -158,18 +162,21 @@ interface GetDraftOrderSignature {
|
|
|
158
162
|
export declare function getOrderDraftabilityStatus(httpClient: HttpClient): GetOrderDraftabilityStatusSignature;
|
|
159
163
|
interface GetOrderDraftabilityStatusSignature {
|
|
160
164
|
/**
|
|
161
|
-
* Checks whether a draft can be created for
|
|
162
|
-
* @param - Order
|
|
165
|
+
* Checks whether a draft can be created for an order.
|
|
166
|
+
* @param - Order ID.
|
|
163
167
|
*/
|
|
164
168
|
(orderId: string): Promise<GetOrderDraftabilityStatusResponse>;
|
|
165
169
|
}
|
|
166
170
|
export declare function commitDraftOrder(httpClient: HttpClient): CommitDraftOrderSignature;
|
|
167
171
|
interface CommitDraftOrderSignature {
|
|
168
172
|
/**
|
|
169
|
-
*
|
|
173
|
+
* Finalizes a draft order and applies its modifications to the associated order.
|
|
174
|
+
* You can also control which side-effects are executed on commit.
|
|
170
175
|
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
176
|
+
* > **Notes:**
|
|
177
|
+
* > + The draft order's status is set to `COMMITTED`.
|
|
178
|
+
* > + Commiting a draft order cannot be undone or reverted.
|
|
179
|
+
* > + A committed draft order does not allow for further modifications. However, it is kept for reference and can be retrieved.
|
|
173
180
|
* @param - Draft order ID.
|
|
174
181
|
*/
|
|
175
182
|
(draftOrderId: string, options?: CommitDraftOrderOptions | undefined): Promise<CommitDraftOrderResponse>;
|
|
@@ -177,10 +184,12 @@ interface CommitDraftOrderSignature {
|
|
|
177
184
|
export declare function createOrderFromDraft(httpClient: HttpClient): CreateOrderFromDraftSignature;
|
|
178
185
|
interface CreateOrderFromDraftSignature {
|
|
179
186
|
/**
|
|
180
|
-
* Creates a new order while specifying which side-effects are executed.
|
|
187
|
+
* Creates a new order from a draft, while specifying which side-effects are executed.
|
|
181
188
|
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
189
|
+
* > **Notes:**
|
|
190
|
+
* > + The draft order's status is set to `COMMITTED`.
|
|
191
|
+
* > + Commiting a draft order cannot be undone or reverted.
|
|
192
|
+
* > + A committed draft order does not allow for further modifications. However, it is kept for reference and can be retrieved.
|
|
184
193
|
* @param - Draft order ID.
|
|
185
194
|
*/
|
|
186
195
|
(draftOrderId: string, options?: CreateOrderFromDraftOptions | undefined): Promise<CreateOrderFromDraftResponse>;
|
|
@@ -190,7 +199,7 @@ interface DeleteDraftOrderSignature {
|
|
|
190
199
|
/**
|
|
191
200
|
* Deletes a draft order along with all its pending changes.
|
|
192
201
|
*
|
|
193
|
-
* Draft orders
|
|
202
|
+
* Draft orders with status 'COMMITTED' cannot be deleted.
|
|
194
203
|
* @param - Draft order ID.
|
|
195
204
|
*/
|
|
196
205
|
(draftOrderId: string): Promise<void>;
|
|
@@ -207,6 +216,7 @@ interface QueryDraftOrdersSignature {
|
|
|
207
216
|
* | `_updatedDate` | `eq()`, `ne()`, `exists()`, `in()`, `hasSome()`, `lt()`, `le()`, `gt()`, `ge()` | Sortable |
|
|
208
217
|
* | `status` | `eq()`, `ne()`, `exists()`, `in()`, `hasSome()` | Sortable |
|
|
209
218
|
* | `orderId` | `eq()`, `ne()`, `exists()`, `in()`, `hasSome()`, `startsWith()` | |
|
|
219
|
+
*
|
|
210
220
|
* To learn how to query draft orders, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
|
|
211
221
|
*/
|
|
212
222
|
(): DraftOrdersQueryBuilder;
|
|
@@ -223,7 +233,9 @@ interface UpdateExtendedFieldsSignature {
|
|
|
223
233
|
export declare function setTaxExemption(httpClient: HttpClient): SetTaxExemptionSignature;
|
|
224
234
|
interface SetTaxExemptionSignature {
|
|
225
235
|
/**
|
|
226
|
-
* Sets
|
|
236
|
+
* Sets whether a draft order is tax-exempt.
|
|
237
|
+
*
|
|
238
|
+
* A tax exempted draft order ignores taxes during calculation. Tax information will return empty.
|
|
227
239
|
* @param - Draft order ID.
|
|
228
240
|
*/
|
|
229
241
|
(draftOrderId: string, options: SetTaxExemptionOptions): Promise<SetTaxExemptionResponse>;
|
|
@@ -232,6 +244,8 @@ export declare function setBusinessLocation(httpClient: HttpClient): SetBusiness
|
|
|
232
244
|
interface SetBusinessLocationSignature {
|
|
233
245
|
/**
|
|
234
246
|
* Sets business location on a draft order.
|
|
247
|
+
*
|
|
248
|
+
* When committed, the order will become associated to a specific business location. This affects who can see and manage this order, and how it is calculated in reports.
|
|
235
249
|
* @param - Draft order ID.
|
|
236
250
|
*/
|
|
237
251
|
(draftOrderId: string, options?: SetBusinessLocationOptions | undefined): Promise<SetBusinessLocationResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecom-v1-draft-order-draft-orders.public.js","sourceRoot":"","sources":["../../../src/ecom-v1-draft-order-draft-orders.public.ts"],"names":[],"mappings":";;;;AACA,mHA4DyD;AAE5C,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC;AAExD,SAAgB,gBAAgB,CAC9B,UAAsB;IAEtB,OAAO,CAAC,OAAe,EAAE,EAAE,CACzB,IAAA,gEAAyB,EACvB,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,4CASC;AAaD,SAAgB,qBAAqB,CACnC,UAAsB;IAEtB,OAAO,GAAG,EAAE,CACV,IAAA,qEAA8B;IAC5B,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,sDAQC;AASD,SAAgB,wBAAwB,CACtC,UAAsB;IAEtB,OAAO,CACL,YAAoB,EACpB,OAGC,EACD,EAAE,CACF,IAAA,wEAAiC,EAC/B,YAAY,EACZ,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAhBD,4DAgBC;AAaD,SAAgB,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CACL,YAAoB,EACpB,eAAwE,EACxE,EAAE,CACF,IAAA,+DAAwB,EACtB,YAAY,EACZ,eAAe;IACf,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,0CAaC;AAoBD,SAAgB,YAAY,CAAC,UAAsB;IACjD,OAAO,CACL,YAAoB,EACpB,SAA8D,EAC9D,EAAE,CACF,IAAA,4DAAqB,EACnB,YAAY,EACZ,SAAS;IACT,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAXD,oCAWC;
|
|
1
|
+
{"version":3,"file":"ecom-v1-draft-order-draft-orders.public.js","sourceRoot":"","sources":["../../../src/ecom-v1-draft-order-draft-orders.public.ts"],"names":[],"mappings":"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"}
|