TAB ProductView API
Overview
This API accepts a product's information as input and retrieves the digital asset information available for that product in The Asset Bank(TAB).
Any system that needs to link a product with respective digital asset metadata can make use of this API.
Asset Metadata Retrieval:
The assets endpoint of this API expects GTIN, IPGLN and Country Code of the product to be passed as parameters in the request.
The API makes a lookup to the TAB system using the above parameters and finds an asset that exactly matches this criteria.
This endpoint provides Digital asset metadata information along with the image URLs. These image URLs are of Thumbnail, Big Thumbnail and Preview type.
The URLs are valid only for 20mins post which the caller should hit the API again and get a new set of URLs to access the images.
Publish Modified EntityIds:
This API sends a request to TAB every 10mins for entityIds that are modified and publishes them to PIM's Anypoint MQ & Kwery's Amazon SQS.
Asset Metadata Retrieval & GS1URL:
The assetsWithGS1 endpoint of this API expects entityId of a product to be passed as a parameter in the request.
The API makes a lookup to the TAB system for Product's information and Digital Asset Metadata using the provided entityId.
This endpoint returns the Digital Asset Metadata information of every asset linked to the provided entityId. The Metadata includes GS1URL apart from Original, Thumbnail & Preview image URLs.