Products > Product Field Sets > productFieldSets
Commerce APIProductsProduct Field SetsproductFieldSets
productFieldSets
GET:product_field_sets.json

Description

Get all or specific product field sets.

Permission bit: "product_field_sets.read"

Topic: Product Field Sets

Arguments

ids: [String!]

List of product field set ids. See also: Unique Identifiers

Example: ["pf_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[ProductFieldSet!]

Preview (typescript)

Loading module