Retrieve a specific Ordering Group by ID
GET
/OrderingGroup/{id}
Ordering Groups
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/OrderingGroup/?showLinkedCustomers'
Response Response Example
200 - Ordering Group
{
"id": "gdpgdh",
"orderingGroupID": "OG4957",
"orderingGroupName": "Regional Distributors",
"orderingSubGroupID": "0603",
"orderingSubGroupName": "Sarah Lehner",
"customers": [
"CUST1810",
"CUST6206",
"CUST9568"
]
}
Request
Path Params
id
stringÂ
required
Query Params
showLinkedCustomers
booleanÂ
optional
Default:
false
Responses
Modified at 2025-05-12 18:11:50