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:
stringComma-separated list of asset IDs to export. Duplicates and non-matching IDs are ignored.- locale
Type:stringRequired:trueSite supported language (locale code) in which the items should be exported.- timeZoneOffset
Type:stringRequired:trueOffset in minutes between the client time zone and UTC time.- type
Type:stringRequired:trueCase-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:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - errors
-
Type:
arrayerrorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code - type
-
Type:
stringThe URI to the HTTP state code definition
Nested Schema : errorsNested Schema : itemsType:object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code