Products
Retrieve a Product
GET
/
entities
/
{ent_id}
/
products
/
{prd_id}
Retrieves a Product record for an Entity.
Path Parameters
ent_id
string
requiredID of the Entity.
prd_id
string
requiredID of the Product.
Returns
Returns a Product object.