@itleadopencommerce/api-plugin-attributes
v0.1.7
Published
Navigation plugin for the Reaction API
Downloads
5
Keywords
Readme
api-plugin-attributes
Description
Methods
Queries
attributeList
Summary
Get a attributeList by its ID
Return
type AttributeList
|| ReactionError("not-found")
attributeLists
Summary
Get a attributeLists with pagination
OPTIONAL: you can provide attributeListIds to get the certain attributeLists
Return
type AttributeListConnection
|| ReactionError("not-found")
attribute
Summary
Get a attribute by its ID
Return
type Attribute
|| ReactionError("not-found")
attributes
Summary
Get a attributes with pagination
OPTIONAL: you can provide attributesId to get the certain attributeLists
Return
type AttributesConnection
|| ReactionError("not-found")