Skip to main content
POST
Rebuild Location Profile

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer<int32>
required

The id of the referenced Warehouse.

profile_id
integer<int32>
required

The id of the referenced LocationProfile.

Body

application/json

The body of a Location Profile rebuild request. A rebuild takes no parameters — it re-runs the definition already saved on the profile — so this is always the empty object {}. The Global API requires a JSON object body on every POST, which is why it cannot be omitted.

Response

Accepted - The request was accepted and membership is being materialized. There is no response body. For a new profile, poll until status is ready. For an update or rebuild, successful publication is complete when pending_revision becomes null; a failed replacement remains present there with a failed status.