Skip to content

List options

View as Markdown
get /api/products/{productId}/product_options

Retrieves the collection of Product Option resources.

Returns the options declared on a product, ordered by position. Set the Flowkiwi-Locale header to read translatable title values in a given locale.

Headers

NameTypeRequiredDescription
Flowkiwi-Localestring-Specifies the locale for properties that support localization. If not provided, the default locale will be used.

Path parameters

NameTypeRequiredDescription
productIdstringrequiredProductResource identifier

Query parameters

NameTypeRequiredDescription
order[createdAt]string-
order[updatedAt]string-
titlestring-Filter on translated field (strategy: ipartial)
order[title]string-Order by translated field "title" (uses the Flowkiwi-Locale header)

Response

200 - Product Option collection

PropertyTypeRequiredDescription
totalItemsinteger-
searchobject-
Show search fields
PropertyTypeRequiredDescription
@typestring-
templatestring-
variableRepresentationstring-
mappingobject[]-
Show mapping fields
PropertyTypeRequiredDescription
@typestring-
variablestring-
propertystring | null-
requiredboolean-
memberProduct.Option[]required
Show member fields
PropertyTypeRequiredDescription
@contextobject-
@idstringrequired
@typestringrequired
idstring-The resource's unique identifier (UUID).
titlestring | null-This property supports translations.

The name of the product option.
positioninteger-The position of the product option. Use -1 to put the product option at the end.
productstringrequiredThe Product to which this option belongs.
createdAtstring-The date and time when the resource was created (ISO 8601 format).
updatedAtstring-The date and time when the resource was last modified (ISO 8601 format).

Errors

403 - Access denied. The caller is missing one or more identity permissions required for this operation.

Content-Type: application/problem+json

PropertyTypeRequiredDescription
@contextobject-
@idstringrequired
@typestringrequired
typestring-
titlestring-
statusinteger-
detailstring-
missingPermissionsstring[]-Identity permissions that the caller is missing for this operation. Present only when the 403 is caused by a denied identity:* permission.