@commercetools/importapi-sdk 6.4.0 → 6.6.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/CHANGELOG.md +68 -0
- package/dist/commercetools-importapi-sdk.browser.cjs.js +248 -61
- package/dist/commercetools-importapi-sdk.browser.esm.js +243 -62
- package/dist/commercetools-importapi-sdk.cjs.dev.js +248 -61
- package/dist/commercetools-importapi-sdk.cjs.prod.js +248 -61
- package/dist/commercetools-importapi-sdk.esm.js +243 -62
- package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts +2 -0
- package/dist/declarations/src/generated/client/by-project-key-request-builder.d.ts.map +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-categories-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-customers-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-discount-codes-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-by-import-container-key-request-builder.d.ts +3 -3
- package/dist/declarations/src/generated/client/import-containers/by-project-key-import-containers-request-builder.d.ts +2 -2
- package/dist/declarations/src/generated/client/import-containers/by-project-key-inventories-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-order-patches-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-orders-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-prices-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-drafts-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-by-import-container-key-request-builder.d.ts +38 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-by-import-container-key-request-builder.d.ts.map +1 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-request-builder.d.ts +29 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-selections-import-containers-request-builder.d.ts.map +1 -0
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-types-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variant-patches-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-product-variants-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-products-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-standalone-prices-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-containers/by-project-key-types-import-containers-by-import-container-key-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-operations/by-project-key-import-containers-by-import-container-key-import-operations-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-operations/by-project-key-import-operations-by-id-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/import-summaries/by-project-key-import-containers-by-import-container-key-import-summaries-request-builder.d.ts +1 -1
- package/dist/declarations/src/generated/client/product-selections/by-project-key-product-selections-request-builder.d.ts +27 -0
- package/dist/declarations/src/generated/client/product-selections/by-project-key-product-selections-request-builder.d.ts.map +1 -0
- package/dist/declarations/src/generated/index.d.ts +4 -0
- package/dist/declarations/src/generated/index.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/categories.d.ts +5 -8
- package/dist/declarations/src/generated/models/categories.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/common.d.ts +160 -59
- package/dist/declarations/src/generated/models/common.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/customers.d.ts +12 -13
- package/dist/declarations/src/generated/models/customers.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/customfields.d.ts +149 -91
- package/dist/declarations/src/generated/models/customfields.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/discount-codes.d.ts +12 -14
- package/dist/declarations/src/generated/models/discount-codes.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/errors.d.ts +6 -0
- package/dist/declarations/src/generated/models/errors.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importcontainers.d.ts +68 -23
- package/dist/declarations/src/generated/models/importcontainers.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importoperations.d.ts +19 -17
- package/dist/declarations/src/generated/models/importoperations.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importrequests.d.ts +31 -17
- package/dist/declarations/src/generated/models/importrequests.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/importsummaries.d.ts +11 -12
- package/dist/declarations/src/generated/models/importsummaries.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/inventories.d.ts +8 -8
- package/dist/declarations/src/generated/models/order-patches.d.ts +57 -7
- package/dist/declarations/src/generated/models/order-patches.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/orders.d.ts +136 -45
- package/dist/declarations/src/generated/models/orders.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/prices.d.ts +10 -14
- package/dist/declarations/src/generated/models/prices.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/product-selections.d.ts +109 -0
- package/dist/declarations/src/generated/models/product-selections.d.ts.map +1 -0
- package/dist/declarations/src/generated/models/productdrafts.d.ts +37 -64
- package/dist/declarations/src/generated/models/productdrafts.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/products.d.ts +15 -58
- package/dist/declarations/src/generated/models/products.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/producttypes.d.ts +14 -19
- package/dist/declarations/src/generated/models/producttypes.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/productvariants.d.ts +162 -89
- package/dist/declarations/src/generated/models/productvariants.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/standalone-prices.d.ts +14 -15
- package/dist/declarations/src/generated/models/standalone-prices.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/types.d.ts +11 -4
- package/dist/declarations/src/generated/models/types.d.ts.map +1 -1
- package/dist/declarations/src/generated/shared/utils/common-types.d.ts +29 -1
- package/dist/declarations/src/generated/shared/utils/common-types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -9,6 +9,7 @@ import { Custom } from "./customfields.js";
|
|
|
9
9
|
import { DiscountCodeImport } from "./discount-codes.js";
|
|
10
10
|
import { InventoryImport } from "./inventories.js";
|
|
11
11
|
import { PriceImport } from "./prices.js";
|
|
12
|
+
import { ProductSelectionImport } from "./product-selections.js";
|
|
12
13
|
import { ProductDraftImport } from "./productdrafts.js";
|
|
13
14
|
import { ProductImport } from "./products.js";
|
|
14
15
|
import { ProductTypeImport } from "./producttypes.js";
|
|
@@ -28,35 +29,22 @@ export interface Asset {
|
|
|
28
29
|
*/
|
|
29
30
|
readonly sources: AssetSource[];
|
|
30
31
|
/**
|
|
31
|
-
*
|
|
32
|
-
* ```json
|
|
33
|
-
* {
|
|
34
|
-
* "de": "Hundefutter",
|
|
35
|
-
* "en": "dog food"
|
|
36
|
-
* }
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
32
|
+
* Name of the Asset.
|
|
39
33
|
*
|
|
40
34
|
*/
|
|
41
35
|
readonly name: LocalizedString;
|
|
42
36
|
/**
|
|
43
|
-
*
|
|
44
|
-
* ```json
|
|
45
|
-
* {
|
|
46
|
-
* "de": "Hundefutter",
|
|
47
|
-
* "en": "dog food"
|
|
48
|
-
* }
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
37
|
+
* Description of the Asset.
|
|
51
38
|
*
|
|
52
39
|
*/
|
|
53
40
|
readonly description?: LocalizedString;
|
|
54
41
|
/**
|
|
42
|
+
* Keywords for categorizing and organizing Assets.
|
|
55
43
|
*
|
|
56
44
|
*/
|
|
57
45
|
readonly tags?: string[];
|
|
58
46
|
/**
|
|
59
|
-
*
|
|
47
|
+
* Custom Fields defined for the Asset.
|
|
60
48
|
*
|
|
61
49
|
*/
|
|
62
50
|
readonly custom?: Custom;
|
|
@@ -174,89 +162,115 @@ export interface ImportResource {
|
|
|
174
162
|
*/
|
|
175
163
|
readonly key: string;
|
|
176
164
|
}
|
|
177
|
-
export type _ImportResource = ImportResource | CategoryImport | CustomerImport | DiscountCodeImport | InventoryImport | PriceImport | ProductDraftImport | ProductImport | ProductTypeImport | ProductVariantImport | StandalonePriceImport | TypeImport;
|
|
165
|
+
export type _ImportResource = ImportResource | CategoryImport | CustomerImport | DiscountCodeImport | InventoryImport | PriceImport | ProductDraftImport | ProductImport | ProductSelectionImport | ProductTypeImport | ProductVariantImport | StandalonePriceImport | TypeImport;
|
|
178
166
|
/**
|
|
179
167
|
* References a resource by key.
|
|
180
168
|
*/
|
|
181
169
|
export type KeyReference = CartDiscountKeyReference | CartKeyReference | CategoryKeyReference | ChannelKeyReference | CustomObjectKeyReference | CustomerGroupKeyReference | CustomerKeyReference | DiscountCodeKeyReference | OrderKeyReference | PaymentKeyReference | PriceKeyReference | ProductDiscountKeyReference | ProductKeyReference | ProductTypeKeyReference | ProductVariantKeyReference | ShippingMethodKeyReference | StateKeyReference | StoreKeyReference | TaxCategoryKeyReference | TypeKeyReference;
|
|
182
170
|
export interface IKeyReference {
|
|
183
171
|
/**
|
|
172
|
+
* User-defined unique identifier of the referenced resource.
|
|
173
|
+
* If the referenced resource does not exist, the `state` of the [ImportOperation](ctp:import:type:ImportOperation) will be set to `unresolved` until the referenced resource is created.
|
|
174
|
+
*
|
|
184
175
|
*
|
|
185
176
|
*/
|
|
186
177
|
readonly key: string;
|
|
187
178
|
/**
|
|
188
|
-
*
|
|
179
|
+
* Type of referenced resource.
|
|
189
180
|
*
|
|
190
181
|
*
|
|
191
182
|
*/
|
|
192
183
|
readonly typeId: ReferenceType;
|
|
193
184
|
}
|
|
194
185
|
/**
|
|
195
|
-
*
|
|
186
|
+
* Used by the [Import API](/import-export/overview) to identify a Cart
|
|
196
187
|
*/
|
|
197
188
|
export interface CartKeyReference extends IKeyReference {
|
|
198
189
|
readonly typeId: 'cart';
|
|
199
190
|
/**
|
|
191
|
+
* User-defined unique identifier of the referenced Cart.
|
|
200
192
|
*
|
|
201
193
|
*/
|
|
202
194
|
readonly key: string;
|
|
203
195
|
}
|
|
204
196
|
/**
|
|
205
|
-
*
|
|
197
|
+
* Used by the [Import API](/import-export/overview) to identify a CartDiscount.
|
|
206
198
|
*/
|
|
207
199
|
export interface CartDiscountKeyReference extends IKeyReference {
|
|
208
200
|
readonly typeId: 'cart-discount';
|
|
209
201
|
/**
|
|
202
|
+
* User-defined unique identifier of the referenced CartDiscount.
|
|
210
203
|
*
|
|
211
204
|
*/
|
|
212
205
|
readonly key: string;
|
|
213
206
|
}
|
|
214
207
|
/**
|
|
215
|
-
*
|
|
208
|
+
* Used by the [Import API](/import-export/overview) to identify a Category.
|
|
216
209
|
*/
|
|
217
210
|
export interface CategoryKeyReference extends IKeyReference {
|
|
218
211
|
readonly typeId: 'category';
|
|
219
212
|
/**
|
|
213
|
+
* User-defined unique identifier of the referenced Category.
|
|
220
214
|
*
|
|
221
215
|
*/
|
|
222
216
|
readonly key: string;
|
|
223
217
|
}
|
|
224
218
|
/**
|
|
225
|
-
*
|
|
219
|
+
* Used by the [Import API](/import-export/overview) to identify a Channel.
|
|
226
220
|
*/
|
|
227
221
|
export interface ChannelKeyReference extends IKeyReference {
|
|
228
222
|
readonly typeId: 'channel';
|
|
229
223
|
/**
|
|
224
|
+
* User-defined unique identifier of the referenced Channel.
|
|
230
225
|
*
|
|
231
226
|
*/
|
|
232
227
|
readonly key: string;
|
|
233
228
|
}
|
|
234
229
|
/**
|
|
235
|
-
*
|
|
230
|
+
* Used by the [Import API](/import-export/overview) to identify a Customer.
|
|
236
231
|
*/
|
|
237
232
|
export interface CustomerKeyReference extends IKeyReference {
|
|
238
233
|
readonly typeId: 'customer';
|
|
239
234
|
/**
|
|
235
|
+
* User-defined unique identifier of the referenced Customer.
|
|
240
236
|
*
|
|
241
237
|
*/
|
|
242
238
|
readonly key: string;
|
|
243
239
|
}
|
|
244
240
|
/**
|
|
245
|
-
*
|
|
241
|
+
* Used by the [Import API](/import-export/overview) to identify a CustomerGroup.
|
|
246
242
|
*/
|
|
247
243
|
export interface CustomerGroupKeyReference extends IKeyReference {
|
|
248
244
|
readonly typeId: 'customer-group';
|
|
249
245
|
/**
|
|
246
|
+
* User-defined unique identifier of the referenced CustomerGroup.
|
|
250
247
|
*
|
|
251
248
|
*/
|
|
252
249
|
readonly key: string;
|
|
253
250
|
}
|
|
254
251
|
/**
|
|
255
|
-
*
|
|
252
|
+
* Used by the [Import API](/import-export/overview) to identify a CustomObject.
|
|
253
|
+
*/
|
|
254
|
+
export interface CustomObjectKeyReference extends IKeyReference {
|
|
255
|
+
readonly typeId: 'key-value-document';
|
|
256
|
+
/**
|
|
257
|
+
* User-defined unique identifier of the referenced CustomObject.
|
|
258
|
+
*
|
|
259
|
+
*/
|
|
260
|
+
readonly key: string;
|
|
261
|
+
/**
|
|
262
|
+
* The `container` of the referenced CustomObject.
|
|
263
|
+
*
|
|
264
|
+
*/
|
|
265
|
+
readonly container: string;
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Used by the [Import API](/import-export/overview) to identify a DiscountCode.
|
|
256
269
|
*/
|
|
257
270
|
export interface DiscountCodeKeyReference extends IKeyReference {
|
|
258
271
|
readonly typeId: 'discount-code';
|
|
259
272
|
/**
|
|
273
|
+
* User-defined unique identifier of the referenced DiscountCode.
|
|
260
274
|
*
|
|
261
275
|
*/
|
|
262
276
|
readonly key: string;
|
|
@@ -267,149 +281,156 @@ export interface DiscountCodeKeyReference extends IKeyReference {
|
|
|
267
281
|
export interface OrderKeyReference extends IKeyReference {
|
|
268
282
|
readonly typeId: 'order';
|
|
269
283
|
/**
|
|
284
|
+
* User-defined unique identifier of the referenced resource.
|
|
285
|
+
* If the referenced resource does not exist, the `state` of the [ImportOperation](ctp:import:type:ImportOperation) will be set to `unresolved` until the referenced resource is created.
|
|
286
|
+
*
|
|
270
287
|
*
|
|
271
288
|
*/
|
|
272
289
|
readonly key: string;
|
|
273
290
|
}
|
|
274
291
|
/**
|
|
275
|
-
*
|
|
292
|
+
* Used by the [Import API](/import-export/overview) to identify a Payment.
|
|
276
293
|
*/
|
|
277
294
|
export interface PaymentKeyReference extends IKeyReference {
|
|
278
295
|
readonly typeId: 'payment';
|
|
279
296
|
/**
|
|
297
|
+
* User-defined unique identifier of the referenced Payment.
|
|
280
298
|
*
|
|
281
299
|
*/
|
|
282
300
|
readonly key: string;
|
|
283
301
|
}
|
|
284
302
|
/**
|
|
285
|
-
*
|
|
303
|
+
* Used by the [Import API](/import-export/overview) to identify an Embedded Price.
|
|
286
304
|
*/
|
|
287
305
|
export interface PriceKeyReference extends IKeyReference {
|
|
288
306
|
readonly typeId: 'price';
|
|
289
307
|
/**
|
|
308
|
+
* User-defined unique identifier of the referenced Embedded Price.
|
|
290
309
|
*
|
|
291
310
|
*/
|
|
292
311
|
readonly key: string;
|
|
293
312
|
}
|
|
294
313
|
/**
|
|
295
|
-
*
|
|
314
|
+
* Used by the [Import API](/import-export/overview) to identify a Product.
|
|
296
315
|
*/
|
|
297
316
|
export interface ProductKeyReference extends IKeyReference {
|
|
298
317
|
readonly typeId: 'product';
|
|
299
318
|
/**
|
|
319
|
+
* User-defined unique identifier of the referenced Product.
|
|
300
320
|
*
|
|
301
321
|
*/
|
|
302
322
|
readonly key: string;
|
|
303
323
|
}
|
|
304
324
|
/**
|
|
305
|
-
*
|
|
325
|
+
* Used by the [Import API](/import-export/overview) to identify a ProductDiscount.
|
|
306
326
|
*/
|
|
307
327
|
export interface ProductDiscountKeyReference extends IKeyReference {
|
|
308
328
|
readonly typeId: 'product-discount';
|
|
309
329
|
/**
|
|
330
|
+
* User-defined unique identifier of the referenced ProductDiscount.
|
|
310
331
|
*
|
|
311
332
|
*/
|
|
312
333
|
readonly key: string;
|
|
313
334
|
}
|
|
314
335
|
/**
|
|
315
|
-
*
|
|
336
|
+
* Used by the [Import API](/import-export/overview) to identify a ProductType.
|
|
316
337
|
*/
|
|
317
338
|
export interface ProductTypeKeyReference extends IKeyReference {
|
|
318
339
|
readonly typeId: 'product-type';
|
|
319
340
|
/**
|
|
341
|
+
* User-defined unique identifier of the referenced ProductType.
|
|
320
342
|
*
|
|
321
343
|
*/
|
|
322
344
|
readonly key: string;
|
|
323
345
|
}
|
|
324
346
|
/**
|
|
325
|
-
*
|
|
347
|
+
* Used by the [Import API](/import-export/overview) to identify a ProductVariant.
|
|
326
348
|
*/
|
|
327
349
|
export interface ProductVariantKeyReference extends IKeyReference {
|
|
328
350
|
readonly typeId: 'product-variant';
|
|
329
351
|
/**
|
|
352
|
+
* User-defined unique identifier of the referenced ProductVariant.
|
|
330
353
|
*
|
|
331
354
|
*/
|
|
332
355
|
readonly key: string;
|
|
333
356
|
}
|
|
334
357
|
/**
|
|
335
|
-
*
|
|
358
|
+
* Used by the [Import API](/import-export/overview) to identify a ShippingMethod.
|
|
336
359
|
*/
|
|
337
360
|
export interface ShippingMethodKeyReference extends IKeyReference {
|
|
338
361
|
readonly typeId: 'shipping-method';
|
|
339
362
|
/**
|
|
363
|
+
* User-defined unique identifier of the referenced ShippingMethod.
|
|
340
364
|
*
|
|
341
365
|
*/
|
|
342
366
|
readonly key: string;
|
|
343
367
|
}
|
|
344
368
|
/**
|
|
345
|
-
*
|
|
369
|
+
* Used by the [Import API](/import-export/overview) to identify a State.
|
|
346
370
|
*/
|
|
347
371
|
export interface StateKeyReference extends IKeyReference {
|
|
348
372
|
readonly typeId: 'state';
|
|
349
373
|
/**
|
|
374
|
+
* User-defined unique identifier of the referenced State.
|
|
350
375
|
*
|
|
351
376
|
*/
|
|
352
377
|
readonly key: string;
|
|
353
378
|
}
|
|
354
379
|
/**
|
|
355
|
-
*
|
|
380
|
+
* Used by the [Import API](/import-export/overview) to identify a Store.
|
|
356
381
|
*/
|
|
357
382
|
export interface StoreKeyReference extends IKeyReference {
|
|
358
383
|
readonly typeId: 'store';
|
|
359
384
|
/**
|
|
385
|
+
* User-defined unique identifier of the referenced Store.
|
|
360
386
|
*
|
|
361
387
|
*/
|
|
362
388
|
readonly key: string;
|
|
363
389
|
}
|
|
364
390
|
/**
|
|
365
|
-
*
|
|
391
|
+
* Used by the [Import API](/import-export/overview) to identify a TaxCategory.
|
|
366
392
|
*/
|
|
367
393
|
export interface TaxCategoryKeyReference extends IKeyReference {
|
|
368
394
|
readonly typeId: 'tax-category';
|
|
369
395
|
/**
|
|
396
|
+
* User-defined unique identifier of the referenced TaxCategory.
|
|
370
397
|
*
|
|
371
398
|
*/
|
|
372
399
|
readonly key: string;
|
|
373
400
|
}
|
|
374
401
|
/**
|
|
375
|
-
*
|
|
402
|
+
* Used by the [Import API](/import-export/overview) to identify a Type.
|
|
376
403
|
*/
|
|
377
404
|
export interface TypeKeyReference extends IKeyReference {
|
|
378
405
|
readonly typeId: 'type';
|
|
379
406
|
/**
|
|
407
|
+
* User-defined unique identifier of the referenced Type.
|
|
380
408
|
*
|
|
381
409
|
*/
|
|
382
410
|
readonly key: string;
|
|
383
411
|
}
|
|
384
412
|
/**
|
|
385
|
-
*
|
|
386
|
-
*/
|
|
387
|
-
export interface CustomObjectKeyReference extends IKeyReference {
|
|
388
|
-
readonly typeId: 'key-value-document';
|
|
389
|
-
/**
|
|
390
|
-
*
|
|
391
|
-
*/
|
|
392
|
-
readonly key: string;
|
|
393
|
-
/**
|
|
394
|
-
*
|
|
395
|
-
*/
|
|
396
|
-
readonly container: string;
|
|
397
|
-
}
|
|
398
|
-
/**
|
|
399
|
-
* References a resource which could not be resolved.
|
|
413
|
+
* Contains a reference to a resource which does not exist. For example, if a Category is imported with a parent Category that does not exist, the reference to the parent Category is an unresolved reference.
|
|
400
414
|
*/
|
|
401
415
|
export interface UnresolvedReferences {
|
|
402
416
|
/**
|
|
403
|
-
*
|
|
417
|
+
* `key` of the unresolved resource.
|
|
418
|
+
*
|
|
404
419
|
*
|
|
405
420
|
*/
|
|
406
421
|
readonly key: string;
|
|
407
422
|
/**
|
|
408
|
-
*
|
|
423
|
+
* Type of the unresolved resource.
|
|
409
424
|
*
|
|
410
425
|
*/
|
|
411
426
|
readonly typeId: ReferenceType;
|
|
412
427
|
}
|
|
428
|
+
/**
|
|
429
|
+
* The type of money.
|
|
430
|
+
* The `centPrecision` type is used for currencies with minor units, such as EUR and USD.
|
|
431
|
+
* The `highPrecision` type is used for currencies without minor units, such as JPY.
|
|
432
|
+
*
|
|
433
|
+
*/
|
|
413
434
|
export declare enum MoneyTypeValues {
|
|
414
435
|
CentPrecision = "centPrecision",
|
|
415
436
|
HighPrecision = "highPrecision"
|
|
@@ -418,14 +439,24 @@ export type MoneyType = 'centPrecision' | 'highPrecision' | (string & {});
|
|
|
418
439
|
export type TypedMoney = HighPrecisionMoney | Money;
|
|
419
440
|
export interface ITypedMoney {
|
|
420
441
|
/**
|
|
442
|
+
* The type of money. The `centPrecision` type is used for currencies with minor units, such as EUR and USD. The `highPrecision` type is used for currencies without minor units, such as JPY.
|
|
421
443
|
*
|
|
422
444
|
*/
|
|
423
445
|
readonly type: MoneyType;
|
|
424
446
|
/**
|
|
447
|
+
* The number of fraction digits of the money value.
|
|
448
|
+
* This is used to determine how many digits are after the decimal point.
|
|
449
|
+
* For example, for EUR and USD, this is `2`, and for JPY, this is `0`.
|
|
450
|
+
*
|
|
425
451
|
*
|
|
426
452
|
*/
|
|
427
453
|
readonly fractionDigits?: number;
|
|
428
454
|
/**
|
|
455
|
+
* Amount in the smallest indivisible unit of a currency, such as:
|
|
456
|
+
*
|
|
457
|
+
* * Cents for EUR and USD, pence for GBP, or centime for CHF (5 CHF is specified as `500`).
|
|
458
|
+
* * The value in the major unit for currencies without minor units, like JPY (5 JPY is specified as `5`).
|
|
459
|
+
*
|
|
429
460
|
*
|
|
430
461
|
*/
|
|
431
462
|
readonly centAmount: number;
|
|
@@ -439,10 +470,19 @@ export interface ITypedMoney {
|
|
|
439
470
|
export interface HighPrecisionMoney extends ITypedMoney {
|
|
440
471
|
readonly type: 'highPrecision';
|
|
441
472
|
/**
|
|
473
|
+
* The number of fraction digits of the money value.
|
|
474
|
+
* This is used to determine how many digits are after the decimal point.
|
|
475
|
+
* For example, for EUR and USD, this is `2`, and for JPY, this is `0`.
|
|
476
|
+
*
|
|
442
477
|
*
|
|
443
478
|
*/
|
|
444
479
|
readonly fractionDigits?: number;
|
|
445
480
|
/**
|
|
481
|
+
* Amount in the smallest indivisible unit of a currency, such as:
|
|
482
|
+
*
|
|
483
|
+
* * Cents for EUR and USD, pence for GBP, or centime for CHF (5 CHF is specified as `500`).
|
|
484
|
+
* * The value in the major unit for currencies without minor units, like JPY (5 JPY is specified as `5`).
|
|
485
|
+
*
|
|
446
486
|
*
|
|
447
487
|
*/
|
|
448
488
|
readonly centAmount: number;
|
|
@@ -460,10 +500,19 @@ export interface HighPrecisionMoney extends ITypedMoney {
|
|
|
460
500
|
export interface Money extends ITypedMoney {
|
|
461
501
|
readonly type: 'centPrecision';
|
|
462
502
|
/**
|
|
503
|
+
* The number of fraction digits of the money value.
|
|
504
|
+
* This is used to determine how many digits are after the decimal point.
|
|
505
|
+
* For example, for EUR and USD, this is `2`, and for JPY, this is `0`.
|
|
506
|
+
*
|
|
463
507
|
*
|
|
464
508
|
*/
|
|
465
509
|
readonly fractionDigits?: number;
|
|
466
510
|
/**
|
|
511
|
+
* Amount in the smallest indivisible unit of a currency, such as:
|
|
512
|
+
*
|
|
513
|
+
* * Cents for EUR and USD, pence for GBP, or centime for CHF (5 CHF is specified as `500`).
|
|
514
|
+
* * The value in the major unit for currencies without minor units, like JPY (5 JPY is specified as `5`).
|
|
515
|
+
*
|
|
467
516
|
*
|
|
468
517
|
*/
|
|
469
518
|
readonly centAmount: number;
|
|
@@ -481,7 +530,7 @@ export interface DiscountedPrice {
|
|
|
481
530
|
*/
|
|
482
531
|
readonly value: TypedMoney;
|
|
483
532
|
/**
|
|
484
|
-
* Reference to a ProductDiscount.
|
|
533
|
+
* Reference to a ProductDiscount. If the referenced [ProductDiscount](ctp:api:type:ProductDiscount) does not exist, the `state` of the [ImportOperation](ctp:import:type:ImportOperation) will be set to `unresolved` until the referenced ProductDiscount is created.
|
|
485
534
|
*
|
|
486
535
|
*/
|
|
487
536
|
readonly discount: ProductDiscountKeyReference;
|
|
@@ -517,15 +566,16 @@ export declare enum ImportResourceTypeValues {
|
|
|
517
566
|
Price = "price",
|
|
518
567
|
Product = "product",
|
|
519
568
|
ProductDraft = "product-draft",
|
|
569
|
+
ProductSelection = "product-selection",
|
|
520
570
|
ProductType = "product-type",
|
|
521
571
|
ProductVariant = "product-variant",
|
|
522
572
|
ProductVariantPatch = "product-variant-patch",
|
|
523
573
|
StandalonePrice = "standalone-price",
|
|
524
574
|
Type = "type"
|
|
525
575
|
}
|
|
526
|
-
export type ImportResourceType = 'category' | 'customer' | 'discount-code' | 'inventory' | 'order' | 'order-patch' | 'price' | 'product' | 'product-draft' | 'product-type' | 'product-variant' | 'product-variant-patch' | 'standalone-price' | 'type' | (string & {});
|
|
576
|
+
export type ImportResourceType = 'category' | 'customer' | 'discount-code' | 'inventory' | 'order' | 'order-patch' | 'price' | 'product' | 'product-draft' | 'product-selection' | 'product-type' | 'product-variant' | 'product-variant-patch' | 'standalone-price' | 'type' | (string & {});
|
|
527
577
|
/**
|
|
528
|
-
*
|
|
578
|
+
* Type of referenced resource.
|
|
529
579
|
*
|
|
530
580
|
*/
|
|
531
581
|
export declare enum ReferenceTypeValues {
|
|
@@ -567,109 +617,160 @@ export declare enum ProcessingStateValues {
|
|
|
567
617
|
export type ProcessingState = 'canceled' | 'imported' | 'processing' | 'rejected' | 'unresolved' | 'validationFailed' | 'waitForMasterVariant' | (string & {});
|
|
568
618
|
export interface Address {
|
|
569
619
|
/**
|
|
620
|
+
* Unique identifier of the Address.
|
|
621
|
+
*
|
|
622
|
+
* It is not recommended to set it manually since the API overwrites this ID when creating an Address for a [Customer](ctp:api:type:Customer).
|
|
623
|
+
* Use `key` instead and omit this field from the request to let the API generate the ID for the Address.
|
|
624
|
+
*
|
|
570
625
|
*
|
|
571
626
|
*/
|
|
572
627
|
readonly id?: string;
|
|
573
628
|
/**
|
|
629
|
+
* User-defined identifier of the Address that must be unique when multiple addresses are referenced in [BusinessUnits](ctp:api:type:BusinessUnit), [Customers](ctp:api:type:Customer), and `itemShippingAddresses` (LineItem-specific addresses) of a [Cart](ctp:api:type:Cart), [Order](ctp:api:type:Order), [QuoteRequest](ctp:api:type:QuoteRequest), or [Quote](ctp:api:type:Quote).
|
|
630
|
+
*
|
|
574
631
|
*
|
|
575
632
|
*/
|
|
576
633
|
readonly key?: string;
|
|
577
634
|
/**
|
|
635
|
+
* Title of the contact, for example 'Dr.'
|
|
636
|
+
*
|
|
578
637
|
*
|
|
579
638
|
*/
|
|
580
639
|
readonly title?: string;
|
|
581
640
|
/**
|
|
641
|
+
* Salutation of the contact, for example 'Mr.' or 'Ms.'
|
|
642
|
+
*
|
|
582
643
|
*
|
|
583
644
|
*/
|
|
584
645
|
readonly salutation?: string;
|
|
585
646
|
/**
|
|
647
|
+
* Given name (first name) of the contact.
|
|
648
|
+
*
|
|
586
649
|
*
|
|
587
650
|
*/
|
|
588
651
|
readonly firstName?: string;
|
|
589
652
|
/**
|
|
653
|
+
* Family name (last name) of the contact.
|
|
654
|
+
*
|
|
590
655
|
*
|
|
591
656
|
*/
|
|
592
657
|
readonly lastName?: string;
|
|
593
658
|
/**
|
|
659
|
+
* Name of the street.
|
|
660
|
+
*
|
|
594
661
|
*
|
|
595
662
|
*/
|
|
596
663
|
readonly streetName?: string;
|
|
597
664
|
/**
|
|
665
|
+
* Street number.
|
|
666
|
+
*
|
|
598
667
|
*
|
|
599
668
|
*/
|
|
600
669
|
readonly streetNumber?: string;
|
|
601
670
|
/**
|
|
671
|
+
* Further information on the street address.
|
|
672
|
+
*
|
|
602
673
|
*
|
|
603
674
|
*/
|
|
604
675
|
readonly additionalStreetInfo?: string;
|
|
605
676
|
/**
|
|
677
|
+
* Postal code.
|
|
678
|
+
*
|
|
606
679
|
*
|
|
607
680
|
*/
|
|
608
681
|
readonly postalCode?: string;
|
|
609
682
|
/**
|
|
683
|
+
* Name of the city.
|
|
684
|
+
*
|
|
610
685
|
*
|
|
611
686
|
*/
|
|
612
687
|
readonly city?: string;
|
|
613
688
|
/**
|
|
689
|
+
* Name of the region.
|
|
690
|
+
*
|
|
614
691
|
*
|
|
615
692
|
*/
|
|
616
693
|
readonly region?: string;
|
|
617
694
|
/**
|
|
695
|
+
* Name of the state, for example, Colorado.
|
|
696
|
+
*
|
|
618
697
|
*
|
|
619
698
|
*/
|
|
620
699
|
readonly state?: string;
|
|
621
700
|
/**
|
|
622
|
-
*
|
|
701
|
+
* Name of the country.
|
|
623
702
|
*
|
|
624
703
|
*
|
|
625
704
|
*/
|
|
626
705
|
readonly country: string;
|
|
627
706
|
/**
|
|
707
|
+
* Name of the company.
|
|
708
|
+
*
|
|
628
709
|
*
|
|
629
710
|
*/
|
|
630
711
|
readonly company?: string;
|
|
631
712
|
/**
|
|
713
|
+
* Name of the department.
|
|
714
|
+
*
|
|
632
715
|
*
|
|
633
716
|
*/
|
|
634
717
|
readonly department?: string;
|
|
635
718
|
/**
|
|
719
|
+
* Number or name of the building.
|
|
720
|
+
*
|
|
636
721
|
*
|
|
637
722
|
*/
|
|
638
723
|
readonly building?: string;
|
|
639
724
|
/**
|
|
725
|
+
* Number or name of the apartment.
|
|
726
|
+
*
|
|
640
727
|
*
|
|
641
728
|
*/
|
|
642
729
|
readonly apartment?: string;
|
|
643
730
|
/**
|
|
731
|
+
* Post office box number.
|
|
732
|
+
*
|
|
644
733
|
*
|
|
645
734
|
*/
|
|
646
735
|
readonly pOBox?: string;
|
|
647
736
|
/**
|
|
737
|
+
* Phone number of the contact.
|
|
738
|
+
*
|
|
648
739
|
*
|
|
649
740
|
*/
|
|
650
741
|
readonly phone?: string;
|
|
651
742
|
/**
|
|
743
|
+
* Mobile phone number of the contact.
|
|
744
|
+
*
|
|
652
745
|
*
|
|
653
746
|
*/
|
|
654
747
|
readonly mobile?: string;
|
|
655
748
|
/**
|
|
749
|
+
* Email address of the contact.
|
|
750
|
+
*
|
|
656
751
|
*
|
|
657
752
|
*/
|
|
658
753
|
readonly email?: string;
|
|
659
754
|
/**
|
|
755
|
+
* Fax number of the contact.
|
|
756
|
+
*
|
|
660
757
|
*
|
|
661
758
|
*/
|
|
662
759
|
readonly fax?: string;
|
|
663
760
|
/**
|
|
761
|
+
* Further information on the Address.
|
|
762
|
+
*
|
|
664
763
|
*
|
|
665
764
|
*/
|
|
666
765
|
readonly additionalAddressInfo?: string;
|
|
667
766
|
/**
|
|
767
|
+
* ID for the contact used in an external system.
|
|
768
|
+
*
|
|
668
769
|
*
|
|
669
770
|
*/
|
|
670
771
|
readonly externalId?: string;
|
|
671
772
|
/**
|
|
672
|
-
* Custom Fields defined for the Address.
|
|
773
|
+
* Custom Fields defined for the Address.
|
|
673
774
|
*
|
|
674
775
|
*/
|
|
675
776
|
readonly custom?: Custom;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["common.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,wBAAoB;AAC7C,OAAO,EAAE,cAAc,EAAE,uBAAmB;AAC5C,OAAO,EAAE,MAAM,EAAE,0BAAsB;AACvC,OAAO,EAAE,kBAAkB,EAAE,4BAAwB;AACrD,OAAO,EAAE,eAAe,EAAE,yBAAqB;AAC/C,OAAO,EAAE,WAAW,EAAE,oBAAgB;AACtC,OAAO,EAAE,kBAAkB,EAAE,2BAAuB;AACpD,OAAO,EAAE,aAAa,EAAE,sBAAkB;AAC1C,OAAO,EAAE,iBAAiB,EAAE,0BAAsB;AAClD,OAAO,EAAE,oBAAoB,EAAE,6BAAyB;AACxD,OAAO,EAAE,qBAAqB,EAAE,+BAA2B;AAC3D,OAAO,EAAE,UAAU,EAAE,mBAAe;AAEpC,MAAM,WAAW,KAAK;IACpB;;;;;OAKG;IACH,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAA;IACpB;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,WAAW,EAAE,CAAA;IAC/B
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"../../../../../src/generated/models","sources":["common.ts"],"names":[],"mappings":"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"}
|