AttributeBulkResponse
No description
type AttributeBulkResponse {
id: String
name: String!
message: String
key: String!
value: AttributeValue
action: AttributeBulkResponse!
success: Boolean!
productId: Int
categoryId: Int
clusterId: Int
companyId: Int
contactId: Int
customerId: Int
}
Fields
AttributeBulkResponse.id ● String scalar
ID of the created or updated attribute description
AttributeBulkResponse.name ● String! non-null scalar
Name of the created or updated attribute description
AttributeBulkResponse.message ● String scalar
Success or error message
AttributeBulkResponse.key ● String! non-null scalar
Name of the attribute description the attribute is created for
AttributeBulkResponse.value ● AttributeValue interface
The value for this attribute
AttributeBulkResponse.action ● AttributeBulkResponse! non-null object
Action performed on the attribute description
AttributeBulkResponse.success ● Boolean! non-null scalar
Whether the action was successful or not
AttributeBulkResponse.productId ● Int scalar
The productId of the attribute value
AttributeBulkResponse.categoryId ● Int scalar
The categoryId of the attribute value
AttributeBulkResponse.clusterId ● Int scalar
The clusterId of the attribute value
AttributeBulkResponse.companyId ● Int scalar
The companyId of the attribute value
AttributeBulkResponse.contactId ● Int scalar
The contactId of the attribute value
AttributeBulkResponse.customerId ● Int scalar
The customerId of the attribute value
Member Of
AttributeBulkResponse object