API Documentation >> API 2.0 Main >> Marketplace Information >> Product List

Contents

Deprecation Notice

This endpoint was deprecated on 05.06.2024 as this feature was made generally available via the website

Product List

Allowed HTTP Methods

Resource Information

Parameters

None.

Response Object

Price Guide Entity

{
    productsfile:               // The base64 encoded string
    mime:                       // The MIME type of the file
    links:                      // HATEOAS links
}

The response object and the relevant productsfile contains a string which is Base64 encoded. Decoding it returns a binary string that has to be written to an empty file. This file is gzipped and finally needs to be unpacked to retrieve the CSV file having the following columns:

"idProduct","Name","Category ID","Category","Expansion ID","Date Added"

Example Request

GET https://api.cardmarket.com/ws/v2.0/productlist