FacilityGroups
Get the facility groups
Page number to return, starting with zero
Number of records per page (default 100)
Field name to order by (or comma separated names)
If true don't limit page size (no pagination)
Levels of dependent child records to include
GET /rest/s1/available-to-promise/facilityGroups HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-07-11T17:39:59.287Z"
}
]
org.apache.ofbiz.product.facility.FacilityGroup
POST /rest/s1/available-to-promise/facilityGroups HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 239
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-07-11T17:39:59.287Z"
}
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup.PK",
"facilityGroupId": "text"
}
GET /rest/s1/available-to-promise/facilityGroups/{facilityGroupId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-07-11T17:39:59.287Z"
}
org.apache.ofbiz.product.facility.FacilityGroup
PUT /rest/s1/available-to-promise/facilityGroups/{facilityGroupId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 239
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-07-11T17:39:59.287Z"
}
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup.PK",
"facilityGroupId": "text"
}
View entity for Facility and Facility Group Member details.
Page number to return, starting with zero
Number of records per page (default 100)
Field name to order by (or comma separated names)
If true don't limit page size (no pagination)
Levels of dependent child records to include
In the absence of a product specific days to ship in ProductFacility, this will be used
This field store the unit of measurement of dimension (length, width and height)
This field stores facility ID of the external system
GET /rest/s1/available-to-promise/facilityGroups/{facilityGroupId}/facilities HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "co.hotwax.facility.FacilityGroupAndMember",
"parentFacilityTypeId": "text",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"facilityId": "text",
"fromDate": "2025-07-11T17:39:59.287Z",
"thruDate": "2025-07-11T17:39:59.287Z",
"sequenceNum": 1,
"facilityTypeId": "text",
"parentFacilityId": "text",
"ownerPartyId": "text",
"defaultInventoryItemTypeId": "text",
"facilityName": "text",
"primaryFacilityGroupId": "text",
"oldSquareFootage": 1,
"facilitySize": 1,
"facilitySizeUomId": "text",
"productStoreId": "text",
"defaultDaysToShip": 1,
"openedDate": "2025-07-11T17:39:59.287Z",
"closedDate": "2025-07-11T17:39:59.287Z",
"defaultDimensionUomId": "text",
"defaultWeightUomId": "text",
"geoPointId": "text",
"externalId": "text",
"openTime": "text",
"closeTime": "text",
"facilityTimeZone": "text",
"maximumOrderLimit": 1,
"postalCode": "text"
}
]
org.apache.ofbiz.product.facility.FacilityGroupMember
POST /rest/s1/available-to-promise/facilityGroups/{facilityGroupId}/facilities/{facilityId}/association HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 250
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroupMember",
"facilityId": "text",
"facilityGroupId": "text",
"fromDate": "2025-07-11T17:39:59.287Z",
"thruDate": "2025-07-11T17:39:59.287Z",
"sequenceNum": 1,
"lastUpdatedStamp": "2025-07-11T17:39:59.287Z"
}
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroupMember.PK",
"facilityId": "text",
"facilityGroupId": "text",
"fromDate": "2025-07-11T17:39:59.287Z"
}
Was this helpful?