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 Response
Following model is returned when operation succeeds.
Body
Root Schema : exportAssets_response
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object