Get Product Variants Info
Returns a list of variants associated with the product identified by the `productId` parameter.
Analogous to the [Get all product variants](/developer/api-reference/rest/admin/catalog/product-variants/get-product-variants) endpoint in the default BigCommerce API.
Equivalent Storefront GraphQL API Query: `productVariantsInfo`. For more information, see the [GraphQL Playground](https://api-b2b.bigcommerce.com/graphql/playground).
Authentication
AuthorizationBearer
### Authentication header
| Header | Argument | Description |
|:-------|:---------|:------------|
|`Authorization`|`Bearer {{B2B_JWT_TOKEN}}`| You can obtain this token using the steps described in the [REST Storefront API](/developer/docs/b2b-edition/getting-started/authentication#rest-storefront-api) section[...]
Query parameters
productId
The unique product ID as assigned by BigCommerce.
Response
SUCCESS
code
HTTP status code indicating the result of the API operation.
message
Message describing the outcome of the request.
data
List of variant identifiers and their corresponding SKUs.