You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Retrieves the Import Container given by the key.
253
+
description: Retrieves an [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
245
254
is:
246
255
- secured_by_view_import_containers
247
256
responses:
@@ -258,7 +267,7 @@ traits:
258
267
delete:
259
268
displayName: Delete an Import Container.
260
269
description: |
261
-
Deletes the Import Container specified by the `importContainerKey`.
270
+
Deletes an Import Container in the Project.
262
271
263
272
Generates the [ImportContainerDeleted](/projects/events#import-container-deleted-event) Event.
264
273
is:
@@ -279,7 +288,7 @@ traits:
279
288
is:
280
289
- secured_by_view_import_containers
281
290
description: |
282
-
Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the given Import Container. An [ImportSummary](ctp:import:type:ImportSummary) is calculated on demand.
291
+
Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the [ImportContainer](ctp:import:type:ImportContainer) with the provided `importContainerKey`.
283
292
responses:
284
293
200:
285
294
body:
@@ -289,7 +298,7 @@ traits:
289
298
type: base
290
299
get:
291
300
description: |
292
-
Retrieves all [ImportOperations](ctp:import:type:ImportOperation) of a given ImportContainer key.
301
+
Retrieves all ImportOperations within an [ImportContainer](ctp:import:type:ImportContainer).
293
302
is:
294
303
- secured_by_view_import_containers
295
304
queryParameters:
@@ -314,11 +323,11 @@ traits:
314
323
type: string[]
315
324
resourceKey?:
316
325
description: |
317
-
The key of the ImportOperation to retrieve.
326
+
`key` of the ImportOperation to retrieve.
318
327
type: string
319
328
state?:
320
329
description: |
321
-
The state of the ImportOperations to retrieve.
330
+
`state` of the ImportOperations to retrieve.
322
331
type: common.ProcessingState
323
332
debug?:
324
333
description: |
@@ -336,11 +345,11 @@ traits:
336
345
uriParameters:
337
346
id:
338
347
description: |
339
-
The operation identifier
348
+
`id` of the [ImportOperation](ctp:import:type:ImportOperation).
340
349
type: string
341
350
get:
342
351
description: |
343
-
Retrieves the [ImportOperation](ctp:import:type:ImportOperation) of a given ID.
352
+
Retrieves an ImportOperation with the provided `id`.
344
353
is:
345
354
- secured_by_view_import_containers
346
355
responses:
@@ -361,11 +370,11 @@ traits:
361
370
uriParameters:
362
371
importContainerKey:
363
372
(postman.paramName): import-container-key
364
-
description: The ImportContainer used to create the new resource
373
+
description: |
374
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
365
375
type: string
366
376
post:
367
-
description: Creates a request for creating new Categories or updating
368
-
existing ones.
377
+
description: Creates an Import Request for Categories.
369
378
is:
370
379
- secured_by_manage_products
371
380
body:
@@ -387,12 +396,11 @@ traits:
387
396
uriParameters:
388
397
importContainerKey:
389
398
(postman.paramName): import-container-key
390
-
description: The ImportContainer used to create the new resource
399
+
description: |
400
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
391
401
type: string
392
402
post:
393
-
description:
394
-
Creates a request for creating new Prices or updating existing
395
-
ones.
403
+
description: Creates an Import Request for Prices.
396
404
is:
397
405
- secured_by_manage_products
398
406
body:
@@ -414,12 +422,11 @@ traits:
414
422
uriParameters:
415
423
importContainerKey:
416
424
(postman.paramName): import-container-key
417
-
description: The ImportContainer used to create the new resource
425
+
description: |
426
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
418
427
type: string
419
428
post:
420
-
description:
421
-
Creates a request for creating new Standalone Prices or updating existing
422
-
ones.
429
+
description: Creates an Import Request for Standalone Prices.
423
430
is:
424
431
- secured_by_manage_standalone_prices
425
432
body:
@@ -441,12 +448,11 @@ traits:
441
448
uriParameters:
442
449
importContainerKey:
443
450
(postman.paramName): import-container-key
444
-
description: The ImportContainer used to create the new resource
451
+
description: |
452
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
445
453
type: string
446
454
post:
447
-
description:
448
-
Creates a request for creating new Products or updating existing
449
-
ones.
455
+
description: Creates an Import Request for Products.
450
456
is:
451
457
- secured_by_manage_products
452
458
body:
@@ -473,7 +479,7 @@ traits:
473
479
type: string
474
480
post:
475
481
description: |
476
-
Creates a request for creating new ProductDrafts or updating existing ones.
482
+
Creates an Import Request for Products.
477
483
is:
478
484
- secured_by_manage_products
479
485
body:
@@ -495,12 +501,11 @@ traits:
495
501
uriParameters:
496
502
importContainerKey:
497
503
(postman.paramName): import-container-key
498
-
description: The ImportContainer used to create the new resource
504
+
description: |
505
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
499
506
type: string
500
507
post:
501
-
description:
502
-
Creates a request for creating new ProductTypes or updating
503
-
existing ones.
508
+
description: Creates an Import Request for ProductTypes.
504
509
is:
505
510
- secured_by_manage_products
506
511
body:
@@ -522,12 +527,11 @@ traits:
522
527
uriParameters:
523
528
importContainerKey:
524
529
(postman.paramName): import-container-key
525
-
description: The ImportContainer used to create the new resource
530
+
description: |
531
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
526
532
type: string
527
533
post:
528
-
description:
529
-
Creates a request for creating new ProductVariants or updating
530
-
existing ones.
534
+
description: Creates an Import Request for ProductVariants.
531
535
is:
532
536
- secured_by_manage_products
533
537
body:
@@ -549,11 +553,12 @@ traits:
549
553
uriParameters:
550
554
importContainerKey:
551
555
(postman.paramName): import-container-key
552
-
description: The ImportContainer used to create the new resource
556
+
description: |
557
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
553
558
type: string
554
559
post:
555
560
description: |
556
-
Creates a new import request for Product Variant Patches.
561
+
Creates an Import Request for updating Product Variants.
557
562
Returns an [InvalidField](ctp:import:type:InvalidFieldError) error if the [ProductVariantPatchRequest](ctp:import:type:ProductVariantPatchRequest) contains patches with and without the `product` field set.
558
563
is:
559
564
- secured_by_manage_products
@@ -576,10 +581,11 @@ traits:
576
581
uriParameters:
577
582
importContainerKey:
578
583
(postman.paramName): import-container-key
579
-
description: The ImportContainer used to create the new resource
584
+
description: |
585
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
580
586
type: string
581
587
post:
582
-
description: Creates a request for creating new Orders.
588
+
description: Creates an Import Request for creating Orders.
583
589
is:
584
590
- secured_by_manage_orders
585
591
body:
@@ -604,7 +610,7 @@ traits:
604
610
description: The ImportContainer used to create the resource
605
611
type: string
606
612
post:
607
-
description: Creates a new import request for order patches
613
+
description: Creates an Import Request for updating Orders.
608
614
is:
609
615
- secured_by_manage_orders
610
616
body:
@@ -626,12 +632,11 @@ traits:
626
632
uriParameters:
627
633
importContainerKey:
628
634
(postman.paramName): import-container-key
629
-
description: The ImportContainer used to create the new resource
635
+
description: |
636
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
630
637
type: string
631
638
post:
632
-
description:
633
-
Creates a request for creating new Customers or updating existing
634
-
ones.
639
+
description: Creates an Import Request for Customers.
635
640
is:
636
641
- secured_by_manage_customers
637
642
body:
@@ -653,12 +658,11 @@ traits:
653
658
uriParameters:
654
659
importContainerKey:
655
660
(postman.paramName): import-container-key
656
-
description: The ImportContainer used to create the new resource
661
+
description: |
662
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
657
663
type: string
658
664
post:
659
-
description:
660
-
Creates a request for creating new Inventories or updating
661
-
existing ones.
665
+
description: Creates an Import Request for InventoryEntries.
662
666
is:
663
667
- secured_by_manage_products
664
668
body:
@@ -680,11 +684,11 @@ traits:
680
684
uriParameters:
681
685
importContainerKey:
682
686
(postman.paramName): import-container-key
683
-
description: The ImportContainer used to create the new resource
687
+
description: |
688
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
684
689
type: string
685
690
post:
686
-
description: Creates a request for creating new Type or updating
687
-
existing ones.
691
+
description: Creates an Import Request for Types.
688
692
is:
689
693
- secured_by_manage_types
690
694
body:
@@ -706,12 +710,11 @@ traits:
706
710
uriParameters:
707
711
importContainerKey:
708
712
(postman.paramName): import-container-key
709
-
description: The ImportContainer used to create the new resource
713
+
description: |
714
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
710
715
type: string
711
716
post:
712
-
description:
713
-
Creates a request for creating new Discount Codes or updating existing
714
-
ones.
717
+
description: Creates an Import Request for Discount Codes.
715
718
is:
716
719
- secured_by_manage_discount_codes
717
720
body:
@@ -726,3 +729,29 @@ traits:
726
729
description: The request was invalid.
727
730
body:
728
731
type: error.ErrorResponse
732
+
/product-selections:
733
+
/import-containers:
734
+
/{importContainerKey}:
735
+
type: base
736
+
uriParameters:
737
+
importContainerKey:
738
+
(postman.paramName): import-container-key
739
+
description: |
740
+
`key` of the [ImportContainer](ctp:import:type:ImportContainer) to send this ImportRequest.
741
+
type: string
742
+
post:
743
+
description: Creates an Import Request for Product Selections.
0 commit comments