Skip to main content

Parent Organization

· One min read
Joe Longstreet

Two new fields are now available on the /order endpoints: retailerParentOrganization and retailerParentOrganizationId. Both fields are nullable dependent on whether a not the associated retailer has a parent organization.

Example excerpt from response

{
"retailerParentOrganizationId": "82b67224-9bc3-4099-9b2d-9e415c91e912",
"retailerParentOrganization": "Retailer Parent Organization"
}

View the Order API Reference (get many and get one) for more detail.