Skip to main content

Interface: AttributeBulkResponse

Defined in: type/AttributeBulkResponse.ts:5

Object class for AttributeBulkResponse

Properties

action

action: AttributeBulkResponse

Defined in: type/AttributeBulkResponse.ts:17

Action performed on the attribute description


categoryId?

optional categoryId?: number

Defined in: type/AttributeBulkResponse.ts:23

The categoryId of the attribute value


clusterId?

optional clusterId?: number

Defined in: type/AttributeBulkResponse.ts:25

The clusterId of the attribute value


companyId?

optional companyId?: number

Defined in: type/AttributeBulkResponse.ts:27

The companyId of the attribute value


contactId?

optional contactId?: number

Defined in: type/AttributeBulkResponse.ts:29

The contactId of the attribute value


customerId?

optional customerId?: number

Defined in: type/AttributeBulkResponse.ts:31

The customerId of the attribute value


id?

optional id?: string

Defined in: type/AttributeBulkResponse.ts:7

ID of the created or updated attribute description


key

key: string

Defined in: type/AttributeBulkResponse.ts:13

Name of the attribute description the attribute is created for


message?

optional message?: string

Defined in: type/AttributeBulkResponse.ts:11

Success or error message


name

name: string

Defined in: type/AttributeBulkResponse.ts:9

Name of the created or updated attribute description


productId?

optional productId?: number

Defined in: type/AttributeBulkResponse.ts:21

The productId of the attribute value


success

success: boolean

Defined in: type/AttributeBulkResponse.ts:19

Whether the action was successful or not


value?

optional value?: AttributeValue

Defined in: type/AttributeBulkResponse.ts:15

The value for this attribute