Products

List products

Retrieve a paginated list of products with powerful filtering options. Products are the core items available for sale. Each product can have multiple variants (different configurations) and offers (different pricing options). Results are sorted by creation date (newest first) by default.

Authorization

Public key
x-fngs-public-key<token>

In: header

Query Parameters

orderDirection?string

GET /v0/products/list Parameter

Value in

  • "ASC"
  • "DESC"
skip?|

GET /v0/products/list Parameter

Formatdouble
Range0 <= value <= 1.7976931348623157e+308
take?|

GET /v0/products/list Parameter

Formatdouble
Range0 <= value <= 1.7976931348623157e+308
archived?|

GET /v0/products/list Parameter

withArchived?|

GET /v0/products/list Parameter

returnCount?|

GET /v0/products/list Parameter

ids?array<>

GET /v0/products/list Parameter

statuses?array<>

GET /v0/products/list Parameter

termOrId?string

GET /v0/products/list Parameter

tagName?string

GET /v0/products/list Parameter

genres?array<>

GET /v0/products/list Parameter

systems?array<>

GET /v0/products/list Parameter

types?array<>

GET /v0/products/list Parameter

projectId?string

GET /v0/products/list Parameter

offers?|

GET /v0/products/list Parameter

orderBy?string

GET /v0/products/list Parameter

Value in

  • "createdAt"
  • "name"
  • "price"

Response Body

application/json

application/json

GET
/v0/products/list
curl -X GET "https://example.com/v0/products/list"
{  "status": "success",  "data": {    "products": [      {        "object": "product",        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",        "type": "DigitalDownload",        "internalId": null,        "name": "",        "description": "",        "developer": null,        "publisher": null,        "pegiRating": "3",        "releaseDate": null,        "systems": null,        "genres": null,        "status": "DRAFT",        "customFields": null      }    ],    "count": -1.7976931348623157e+308  }}