CartDroppedAttribute
An attribute that was discarded during cart processing because its attribute description could not be resolved.
type CartDroppedAttribute {
level: String!
uuid: String
attributeDescriptionId: String
attributeDescriptionName: String
reason: String!
}
Fields
CartDroppedAttribute.level ● String! non-null scalar
Where the attribute was carried: "order" or "item".
CartDroppedAttribute.uuid ● String scalar
UUID of the item that carried it, for item level.
CartDroppedAttribute.attributeDescriptionId ● String scalar
The id it was keyed on, when it was keyed by id.
CartDroppedAttribute.attributeDescriptionName ● String scalar
The name it was keyed on, when it was keyed by name.
CartDroppedAttribute.reason ● String! non-null scalar
Why it was dropped. Currently always DESCRIPTION_NOT_FOUND.
Member Of
CartProcessResponse object