Skip to main content
GET
Get attribute import status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

domain
string
required

The brand domain name (for example, vessel.com or containerstore.com) used to scope the request to a specific brand's data and configuration. The authenticated principal must be authorized for the specified brand.

Example:

"vessel.com"

Path Parameters

import_id
string<uuid>
required

Import ID returned from POST /v2/attributes/import.

Example:

"e2716438-b763-4be8-82d2-36abe0cb92b1"

Response

Import status

import_id
string<uuid>
required
status
string
required
Example:

"COMPLETED"

total_rows
integer
required
Example:

36

processed_rows
integer
required
Example:

36

created_at
string<date-time>
required
name
string
Example:

"attribute_test.csv"

created_count
integer
Example:

35

updated_count
integer
Example:

0

skipped_count
integer
Example:

0

failed_count
integer
Example:

1

input_filename
string
Example:

"attribute_test.csv"

input_file_url
string<uri> | null
Example:

"https://example.com/input.csv"

error_file_url
string<uri> | null
Example:

"https://example.com/errors.csv"

error_message
string | null
Example:

null

errors
string[]
Example:
started_at
string<date-time> | null
completed_at
string<date-time> | null