Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ export type ImportOperationState =
| 'processing'
| 'validationFailed'
| (string & {})
/**
* The ID and validation status of a new [ImportOperation](#importoperation).
*/
export interface ImportOperationStatus {
/**
* The ID of the [ImportOperation](#importoperation).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export interface IImportRequest {
readonly type: ImportResourceType
}
/**
* A list of the ID's and validation statuses of newly created [ImportOperations](#importoperation).
* Used as a response at each resource-specific import endpoint, for example, at [Import Categories](ctp:import:type:CategoryImport) and [Import ProductTypes](ctp:import:type:ProductTypeImport).
* The response of each resource import endpoint, such as [Import Categories](ctp:import:type:CategoryImport) and [Import ProductTypes](ctp:import:type:ProductTypeImport).
*
*/
export interface ImportResponse {
/**
* A list of the ID's and validation statuses of new [ImportOperations](#importoperation).
*
*/
readonly operationStatus: ImportOperationStatus[]
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,4 @@ ba64943be238cc04b24cfafc30b4e1d47976fd4e
f308ced4b427eea3642d2d183f6d15f0c1287aa8
ab2859c84d9f146e5d8556e905538b92af4aa044
5f7c0bef26fa70b6a3ec382455b56146e3088e0e
7c59b29681399c1a3000934fd59a46c10cbe5401