Skip to main content

ProductAttribute

No description

type ProductAttribute {
archivedAt: ISO8601DateTime
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime @deprecated
id: ID!
productAttributeDefinition: ProductAttributeDefinition!
updatedAt: ISO8601DateTime!
value: String!
}

Fields

ProductAttribute.archivedAt ● ISO8601DateTime scalar common

The "Archived At" field denotes the date and time that the product attribute was archived. If the product attribute has not been archived, this field will be null.

ProductAttribute.createdAt ● ISO8601DateTime! non-null scalar common

ProductAttribute.deletedAt ● ISO8601DateTime deprecated scalar common

DEPRECATED

Use archived_at instead. This field will be removed in the future.

ProductAttribute.id ● ID! non-null scalar common

ProductAttribute.productAttributeDefinition ● ProductAttributeDefinition! non-null object products

ProductAttribute.updatedAt ● ISO8601DateTime! non-null scalar common

ProductAttribute.value ● String! non-null scalar common

Returned By

productAddAttribute mutation ● productUpdateAttribute mutation

Member Of

Product object