# Get all products for a contract (deprecated) This endpoint is deprecated and should no longer be used. Retrieves all products for a contract without pagination support. This endpoint has performance limitations and lacks proper pagination. Use the newer product query endpoints instead. The parameter is required but poorly documented in this legacy version. Endpoint: GET /api/2/v/contracts/{contractId}/products Version: 0.0.7224 Security: BasicAuth, BearerAuth ## Path parameters: - `contractId` (string, required) Unique identifier of the contract Example: "qbcxvb" ## Query parameters: - `attributes` (string, required) Comma-separated list of product attributes to include in the response. Available attributes: , , , , , , , Enum: "gtin", "identifier", "name", "referencePrice", "minPriceBoundary", "maxPriceBoundary", "tags", "strategy" ## Response 200 fields (application/json): - `tags` (array) - `tags.key` (string) Tag identifier Example: "category" - `tags.value` (string) Tag value Example: "smartphones" - `gtin` (integer) - `maxPriceBoundary` (number) - `minPriceBoundary` (number) - `name` (string) - `productId` (string) - `referencePrice` (number)