Skip to main content
POST
Create one or more inventory transactions

Authorizations

X-API-Key
string
header
required

Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.

Body

application/json
itemId
string<uuid>
required
type
enum<string>
required
Available options:
adjust,
transfer,
return
quantity
number
required
id
string<uuid>

Optional client-supplied ID.

shopId
string<uuid>
unitMeasureId
string<uuid> | null
unitCost
number | null
fromLocationId
string<uuid> | null
toLocationId
string<uuid> | null
deliverableId
string<uuid> | null
deliveryId
string<uuid> | null
pickLineId
string<uuid> | null
source
enum<string>
Available options:
manual,
import,
scan,
count,
integration
reason
string | null
appUserId
string<uuid> | null
metadata
object

Response

Successful response.

value
object