This page covers requests documented under Market Place Information
Refer to API 1.1 to 2.0 Migration:General
None
Refer to API 1.1 to 2.0 Migration:General
The resource URI is slightly different.
1.1 URI: https://api.cardmarket.com/ws/v1.1/metaproduct/:idMetaproduct
2.0 URI: https://api.cardmarket.com/ws/v2.0/metaproducts/:idMetaproduct
(note the s)
Refer to API 1.1 to 2.0 Migration:Metaproduct Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different. The search parameters become query parameters instead of path segments.
1.1 URI: https://api.cardmarket.com/ws/v1.1/metaproducts/:name/:idGame/:idLanguage
2.0 URI: https://api.cardmarket.com/ws/v2.0/metaproducts/find?
See Find Metaproducts for a detailed description of the parameters and examples.
Refer to API 1.1 to 2.0 Migration:Metaproduct Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is slightly different.
1.1 URI: https://api.cardmarket.com/ws/v1.1/product/:idProduct
2.0 URI: https://api.cardmarket.com/ws/v2.0/products/:idProduct
(note the s)
Refer to API 1.1 to 2.0 Migration:Product Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different. The search parameters become query parameters instead of path segments.
1.1 RUI: https://api.cardmarket.com/ws/v1.1/product/:name/:idGame/:idLanguage/:isExact[/:start]
2.0 URI: https://api.cardmarket.com/ws/v2.0/products/find
See Find Products for a detailed description of the parameters and examples.
Refer to API 1.1 to 2.0 Migration:Product Response Object Changes
Take note that the response object does not contain the expansion, priceGuide and reprint fields.
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different.
1.1 URI: https://api.cardmarket.com/ws/v1.1/expansion/:idGame
2.0 URI: https://api.cardmarket.com/ws/v2.0/games/:idGame/expansions
Refer to API 1.1 to 2.0 Migration:Expansion Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different. It now requires the idExpansion instead of the idGame and expansion name.
1.1 URI: https://api.cardmarket.com/ws/v1.1/expansion/:idGame/:name
2.0 URI: https://api.cardmarket.com/ws/v2.0/expansions/:idExpansion/singles
See Expansion Singles for a detailed description of the parameters and examples.
Refer to API 1.1 to 2.0 Migration:Product Response Object Changes
Take note that the Product response object does not contain the expansion, priceGuide and reprint fields.
Refer to API 1.1 to 2.0 Migration:Expansion Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different. The pagination parameter becomes a query parameter instead of a path segment.
1.1 URI: https://api.cardmarket.com/ws/v1.1/articles/:idProduct[/:start]
2.0 URI: https://api.cardmarket.com/ws/v2.0/articles/:idProduct
See Articles for a detailed description of the parameters and examples.
Refer to API 1.1 to 2.0 Migration:Article Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The request URI is slightly different.
1.1 URI: https://api.cardmarket.com/ws/v1.1/user/:idUser
2.0 URI: https://api.cardmarket.com/ws/v2.0/users/:idUser
(note the s)
Refer to API 1.1 to 2.0 Migration:User (Buyer/Seller/Partner) Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different. The pagination parameter becomes a query parameter instead of a path segment.
1.1 URI: https://api.cardmarket.com/ws/v1.1/articles/user/:idUser[/:start]
2.0 URI: https://api.cardmarket.com/ws/v2.0/users/:idUser/articles
See User Articles for a detailed description of the parameters and examples.
Refer to API 1.1 to 2.0 Migration:Article Response Object Changes