# Get list of variants **GET /products/{productId}/variants** ℹ You should never need to call this endpoint with proper API implementation. Get ids of all product's variants, both active and inactive. With URL parameter `filter=basic` objects with basic variant data are returned instead of list of ids. #### Example ``` { "result": { "code": 200, "status": "OK" }, "data": [ { "id": "F192621", "variant_id": 56151651, "product_id": 73984, "title": "Title of variant", "status": "A", "in_stock": 23, "price": 5.6, "fair_price": 5.7, "rrp": 29, } ] } ``` ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Path parameters - **productId** (string) Partner's product identifier ### Query parameters - **client_id** (string) Client identifier - **filter** (string) With URL parameter `filter=basic` objects with basic data are returned instead of list of ids. ## Responses ### 200 Variant list OK response #### Body: (object) - **data** (object) - **result** (object) - **paging** (object) [Powered by Bump.sh](https://bump.sh)