Skip to main content
POST
Cancel Stock Transfer

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

id
string
required

Response

Successful Response

Stock transfer response schema.

fromLocationId
string
required

ID of the source location

toLocationId
string
required

ID of the destination location

creatorId
string
required

ID of the user who created the transfer

id
string

Unique identifier for the transfer

status
enum<string>
default:PENDING

Status of the transfer

Available options:
PENDING,
COMPLETED,
CANCELLED
notes
string | null

Optional notes

completedDate
string<date-time> | null

Date the transfer was completed

createdDate
string<date-time> | null

Date the transfer was created

updatedDate
string<date-time> | null

Date the transfer was last updated

fromLocation
StockTransferLocation · object | null

Source location details

toLocation
StockTransferLocation · object | null

Destination location details

creator
StockTransferUser · object | null

User who created the transfer

items
StockTransferItem · object[] | null

Transfer items