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

***

title: skuPrices
description: "Query all SKU prices."
full: true
----------

query

Requires `commerce.product:read`.

Query all SKU prices.

## 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**
* `before` `String` **optional**
* `currencyCode` `CurrencyCodeFilter` **optional** — Filter prices by currency code.
  * `eq` `String` **optional** — Filters items where the currency code equals the specified 3-letter ISO currency code.
  * `in` `[String!]` **optional** — Filters items where the currency code matches any of the specified 3-letter ISO currency codes.
* `first` `Int` **optional**
* `id` `SKUPriceIdsFilter` **optional**
  * `in` `[String!]` **optional**
* `last` `Int` **optional**
* `orderBy` `SKUPriceOrderBy` **optional**
  * `id` `OrderByDirectionEnum` **optional**
  * `updatedAt` `OrderByDirectionEnum` **optional**
* `paginationType` `PaginationType` **optional** Default: `"CURSOR"`.
* `skuId` `SKUIdFilter` **optional**
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**
* `skuStatus` `SKUStatusFilter` **optional** — Filter prices by the status of the parent SKU (ACTIVE, DRAFT, ARCHIVED).
  * `eq` `String` **optional**
  * `in` `[String!]` **optional**
* `updatedAt` `UpdatedAtFilter` **optional**
  * `gt` `String` **optional**
  * `lt` `String` **optional**

## Possible returns

* `QuerySkuPricesConnection` `QuerySkuPricesConnection`

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