Skip to main content

OrderTags

These are the tags associated to the order

type OrderTags {
parsed(
category: String
key: String
): [ParsedTag]
raw: [String]
}

Fields

OrderTags.parsed ● [ParsedTag] list object

Get parsed, and optionally filtered, tags for a Order.

OrderTags.parsed.category ● String scalar

Optionally filter tags by category.

OrderTags.parsed.key ● String scalar

Optionally filter tags by key. If category is not provided, but key is, category must be null to be returned.

OrderTags.raw ● [String] list scalar

Member of

PublicOrder object