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
Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the given import container. An [ImportSummary](ctp:import:type:ImportSummary) is calculated on demand.
412
+
Retrieves an [ImportSummary](ctp:import:type:ImportSummary) for the given Import Container. An [ImportSummary](ctp:import:type:ImportSummary) is calculated on demand.
409
413
responses:
410
414
"200":
411
415
description: |-
@@ -4697,17 +4701,21 @@ components:
4697
4701
fields) meets Import API specifications. The resource import is in progress."
4698
4702
imported: "The resource was successfully imported."
4699
4703
unresolved: "The import request contains [KeyReferences](ctp:import:type:KeyReference)
4700
-
to resources that do not exist in your Composable Commerce Project."
4704
+
to resources that do not exist in your Composable Commerce Project. Generates
4705
+
the [ImportUnresolved](/projects/events#import-unresolved-event) Event."
4701
4706
validationFailed: "Either the request payload is missing the data as per Import API
4702
4707
specifications, or even though the references were resolved, the data does not
4703
-
meet validation constraints."
4708
+
meet validation constraints. Generates the [ImportValidationFailed](/projects/events#import-validation-failed-event)
4709
+
Event."
4704
4710
waitForMasterVariant: "Products must have at least one Product Variant, also known
4705
4711
as the Master Variant. If you import a Product without a Master Variant, the import
4706
4712
request will have this status until another import request includes Master Variant
4707
-
data for the Product."
4713
+
data for the Product. Generates the [ImportWaitForMasterVariant](/projects/events#import-wait-for-master-variant-event)
4714
+
Event."
4708
4715
rejected: "The resource could not be imported. References were resolved, but the system
4709
4716
could not import the data due to an internal server error and the retry limit
4710
-
was reached."
4717
+
was reached. Generates the [ImportOperationRejected](/projects/events#import-operation-rejected-event)
4718
+
Event."
4711
4719
canceled: "The import request was canceled and the resource was not imported."
0 commit comments