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":123,"id":4,"label":"abc123","name":"abc123","options":["abc123"],"position":987,"scope":"GLOBAL","variation":true,"visible":true}