cURL
curl --request GET \ --url https://www.closient.com/dashboard/api/v1/trade-items/{organization_id}/{gtin}/images \ --header 'X-API-Key: <api-key>'
[ { "id": 123, "public_id": "<string>", "title": "<string>", "is_primary": true, "priority": 123, "created": "2023-11-07T05:31:56Z", "image_url": "<string>" } ]
Return images for a product.
UUID of the organization.
GTIN barcode (14 digits).
OK