# options (https://developer.godaddy.com/en/docs/references/rest/catalog/option/queries/options)

***

title: options
description: "Query `options` on the catalog subgraph (Option)."
full: true
----------

query

Requires `commerce.product:read`.

Query `options` on the catalog subgraph (Option).

## Required headers

| Header       | Required | Description                                                                                                                     |
| ------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `x-store-id` | Yes      | ID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: `extensions.code: "UNAUTHENTICATED"`. |

Go to [Authentication](https://developer.godaddy.com/docs/api-users/auth) for credential setup.

## Arguments

* `after` `String` **optional**
* `assignableToSkuGroupId` `String` **optional** — Returns shareable options that are not already associated with the specified SKU group. Use this to find options that can be added to a SKU group. Cannot be combined with skuGroupId or skuGroupStatus filters.
* `before` `String` **optional**
* `createdAt` `CreatedAtFilter` **optional**
  * `gt` `String` **optional**
  * `lt` `String` **optional**
* `first` `Int` **optional**
* `id` `OptionIdsFilter` **optional**
  * `in` `[String!]` **optional**
* `label` `LabelFilter` **optional**
  * `contains` `String` **optional** — Filters items where the label contains the specified string, case-insensitive.
  * `eq` `String` **optional**
* `last` `Int` **optional**
* `name` `NameFilter` **optional**
  * `contains` `String` **optional** — Filters items where the name contains the specified string, case-insensitive.
  * `eq` `String` **optional**
  * `in` `[String!]` **optional** — Filters items where the name matches any of the specified names.
* `orderBy` `OptionOrderBy` **optional**
  * `createdAt` `OrderByDirectionEnum` **optional**
  * `id` `OrderByDirectionEnum` **optional**
  * `label` `OrderByDirectionEnum` **optional**
  * `name` `OrderByDirectionEnum` **optional**
  * `position` `OrderByDirectionEnum` **optional**
  * `price` `OrderByDirectionEnum` **optional**
  * `updatedAt` `OrderByDirectionEnum` **optional**
* `paginationType` `PaginationType` **optional** Default: `"CURSOR"`.
* `shareable` `Boolean` **optional** — Filter options by their shareable status. When true, returns only shareable options; when false, returns only non-shareable options.
* `skuGroupId` `SKUGroupIdFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**
* `skuGroupStatus` `SKUGroupStatusFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**
* `updatedAt` `UpdatedAtFilter` **optional**
  * `gt` `String` **optional**
  * `lt` `String` **optional**

## Possible returns

* `QueryOptionsConnection` `QueryOptionsConnection`

- `edges` `[QueryOptionsConnectionEdge]` **nullable**
- `pageInfo` `PageInfo!` **non-null**
- `totalCount` `Int!` **non-null**
