Product Endpoint

Pull Metadata of products directly into your storefront using our API.

What the Endpoint Does

The endpoint POST /api/v4/product is used to retrieve product information, assets & basic related SKU information of the products that a Connection has shared with you.

  • The endpoint can provide localized metadata, if available, if language codes are provided in the request. A list of supported language codes can be found here.
  • Each product object includes not only the core metadata (title, type, edition, release dates) but also the connected assets, SKUs, age ratings and other product attributes.
  • By providing a productGUID you can limit the response to a specific product.

What the Returned Products Contain

Each product in the response typically includes:

  • Identifiers & Basic Info
    Product ID, title, type, edition
  • Dates
    Order acceptance, fulfillment, release date
  • Assets
    Trailer links, product images, screenshots, web assets
  • Metadata
    Descriptions in multiple languages
    Age ratings & EULAs
    Supported languages
  • Commercial Settings
    SKUs (the sellable units of the product)
    Retailer access (who can or cannot see the product)
  • Status
    e.g., Active (visible to retailers) or not

Please Note: Localized descriptions defined for a product might Include HTML-tags and must be validated & parsed by you to comply with your own store policies. The availability of medadata is pending on the publisher to sync or add metadata to their products.


Did this page help you?