Schema Documentation

LocalProductAttribute

Description

A product attribute object

Fields
Field NameDescription
attributeId - Int! Attribute ID
id - ID! Attribute Global ID
label - String Attribute label
name - String Attribute name
options - [String] Attribute options
position - Int Attribute position
scope - ProductAttributeTypesEnum! Product attribute scope.
variation - Boolean Is attribute on product variation
visible - Boolean Is attribute visible
Example
{"attributeId":987,"id":"4","label":"xyz789","name":"abc123","options":["xyz789"],"position":123,"scope":"GLOBAL","variation":true,"visible":false}