Create package
Creates a new equipment package (onboarding bundle) for the caller’s organization. The package defines which SKUs are automatically ordered when a new joiner is onboarded. Gated by a feature flag; returns 403 when the flag is disabled.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Body
Request body for creating a package
Display name of the package.
1"Engineering Starter Kit"
When true, orders created from this package require admin approval before fulfillment.
false
When true, requesters must provide a justification when ordering from this package.
false
When true, assigning this package to a person can trigger automatic equipment ordering.
false
Where package equipment should be delivered (for example PERSON or OFFICE).
PERSON, OFFICE, FLEXIBLE "PERSON"
Default office UUID used when the package delivery setting targets an office.
"3a68a467-8733-4c8d-a942-16ed7ec33018"
Optional note shown with the package.
"Standard package for new engineering hires"
SKU UUIDs included in this package.
Category quantity rules for the package.
Response
Package created successfully
Response body after creating a package
Unique identifier of the package
"3a68a467-8733-4c8d-a942-16ed7ec33018"
Display name of the package.
"Engineering Starter Kit"
URL-safe unique identifier for the package
"engineering-starter-kit"
Whether the package is active
true
When true, orders created from this package require admin approval before fulfillment.
false
When true, requesters must provide a justification when ordering from this package.
false
When true, assigning this package can trigger automatic equipment ordering.
false
When true, the package is intended for IT closet / office stock.
false
Count of orders placed against this package
0
Count of package assignments that have been deployed
0
Where package equipment should be delivered
PERSON, OFFICE, FLEXIBLE "PERSON"
Optional note shown with the package
"Standard package for new engineering hires"
Default office UUID when delivery targets an office
"3a68a467-8733-4c8d-a942-16ed7ec33018"
SKU UUIDs included in this package
Category quantity rules for the package
Timestamp when the package was created
Timestamp when the package was last updated