Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview
On this page

OrderingProductAttribute

A catalog attribute of a product, as a name/value pair — e.g. sheen or color. Returned in OrderingProduct.attributes by searchProducts and products, and in OrderingOrderProduct.attributes by reviewOrder and createOrder.

Which attributes a product carries varies by product.

type OrderingProductAttribute {
  name: String!
  value: String!
}

name

string - The attribute’s identifier (e.g. "sheen", "color").


value

string - The attribute’s value (e.g. "Satin", "Stainless Steel").

Was this page helpful?