Skip to main content
POST
Create Stock Location

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Org-Id
string | null

Body

application/json
logisticsLocationId
string | null
parentLocationId
string | null
code
string | null
name
string | null
locationType
string | null
stockDomain
string | null
isActive
boolean | null
notes
string | null

Response

Successful Response

id
string
required
name
string
required
locationType
string
required
stockDomain
string
required
isActive
boolean
required
logisticsLocationId
string | null
logisticsLocationName
string | null
parentLocationId
string | null
parentLocationName
string | null
code
string | null
notes
string | null
createdAt
string | null
updatedAt
string | null