Apache OFBiz · Example Payload

Apache Ofbiz Service Entry Example

Finds productId(s) corresponding to a product reference.

ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply Chain

Apache Ofbiz Service Entry Example is an example object payload from Apache OFBiz, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionlink

Example Payload

Raw ↑
{
  "name": "findProductById",
  "description": "Finds productId(s) corresponding to a product reference.",
  "link": {
    "href": "https://localhost:8443/rest/services/findProductById",
    "rel": "self",
    "type": "get"
  }
}