Products > Options > options
Commerce APIProductsOptionsoptions

options

GET:options.json

Description

Get all or specific options.

This is a typical bulk get endpoint.

Permission bit: "options.read"

Topic: Options

Arguments

ids: [String!]

List of option ids. See also: Unique Identifiers

Example: ["option_id"]


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

[Option!]

Preview

Loading module