Products

Get product details

Retrieve detailed information about a specific product by its ID. Returns the full product object including variants, media, and associated offers.

Authorization

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

In: header

Path Parameters

productId*string

GET /v0/products/:productId Parameter

Formatuuid

Response Body

application/json

application/json

GET
/v0/products/{productId}
curl -X GET "https://example.com/v0/products/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "status": "success",  "data": {    "product": {      "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    },    "offers": [      {        "object": "offer",        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",        "internalId": null      }    ]  }}