exportAssets
get
/ccadmin/v1/asset/export
Export Assets. Export catalog items as a csv file. There is no json response for this request. The browser will download the csv file directly from the server.
Request
Supported Media Types
- application/json
Query Parameters
- ids
-
Type:
string
Comma-separated list of asset IDs to export. Duplicates and non-matching IDs are ignored.- locale
Type:string
Required:true
Site supported language (locale code) in which the items should be exported.- timeZoneOffset
Type:string
Required:true
Offset in minutes between the client time zone and UTC time.- type
Type:string
Required:true
Case-sensitive. One of "catalog", "Product", "Collection", or "Variant", indicating the type of asset that should be exported.Response
Supported Media Types- */*
200 ResponseFollowing model is returned when operation succeeds.BodyRoot Schema : exportAssets_responseDefault ResponseThe error responseBodyRoot Schema : errorModelType:object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - errors
-
Type:
array
errorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code - type
-
Type:
string
The URI to the HTTP state code definition
Nested Schema : errorsNested Schema : itemsType:object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code