cURL
curl --request GET \ --url https://api.joinrefine.io/organizations/{orgId}/catalogs/{catalogId}/products/{productId} \ --header 'REFINE_API_KEY: <api-key>'
{ "id": "<string>", "catalogId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "imageUrl": "<string>", "objectUrl": "<string>", "descriptor": "<string>", "metadata": {}, "createAt": "2023-11-07T05:31:56Z", "status": "PROCESSING", "rank": "NO_BOOST", "updateAt": "2023-11-07T05:31:56Z" }
Get a specific product by ID
API key for authentication
Organization ID (UUID)
Catalog ID (UUID)
Product ID
"sku001"
Product details
The response is of type object.
object