Get Prices (batch)
Calculate batch pricing for products for a specific channel, currency, and customer group.
The rounded prices in this endpoint's response will align with the currency's decimal precision as defined in the [currency](https://support.bigcommerce.com/s/article/Managing-Currencies?language=en_US#add) settings page.
**Limits**
* Limit of 50 concurrent requests.
Authentication
X-Auth-Tokenstring
### OAuth scopes
| UI Name | Permission | Parameter |
|:--------|:-----------|:----------|
| Products | read-only | `store_v2_products_read_only` |
### Authentication header
| Header | Argument | Description |
|:-------|:---------|:------------|
| `X-Auth-Token` | `access_token` | For more about API accounts that generate `access_token`s, see our [Guide to API Accounts](/developer/docs/overview/api-fundamentals/api-accounts#api-accounts). |
### Further reading
For example requests and more information about authenticating BigCommerce APIs, see [Authentication and Example Requests](/developer/docs/overview/api-fundamentals/api-accounts#x-auth-token-header-example-requests).
For more about BigCommerce OAuth scopes, see our [Guide to API Accounts](/developer/docs/overview/api-fundamentals/api-accounts#oauth-scopes).
For a list of API status codes, see [API Status Codes](/developer/api-reference/rest/overview#rest-http-status-codes).
Request
This endpoint expects an object.
channel_id
The channel ID that pricing evaluates within. The default BigCommerce storefront is channel 1.
currency_code
The currency code of prices this request returns.
items
The items for which to fetch prices.
country_code
An ISO 3166-1 alpha-2 shopper’s country code representing a country or special geographic area.
customer_group_id
The customer group ID that's relevant for any customer group pricing, tax values, etc.
customer_id
The ID of the customer for whom to fetch prices.
Response
OK
data
meta
Response metadata.