Error
A valid request URL is required to generate request examples{
"id": "trf-2026-0001",
"sourceStoreId": "store-paris",
"destinationStoreId": "store-lyon",
"status": "cancelled",
"lines": [
{
"skuId": "1111111111111111111111111111111111111111111111111111111111111111",
"requestedQuantity": 10,
"shippedQuantity": null,
"receivedQuantity": null
}
]
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Transfer
Cancel a transfer
Cancels a still-requested transfer (no body). Only a requested transfer may be cancelled. 404s for an unknown transfer; 422s once it has been shipped/received.
POST
/
v1
/
transfers
/
{transferId}
/
cancel
Error
A valid request URL is required to generate request examples{
"id": "trf-2026-0001",
"sourceStoreId": "store-paris",
"destinationStoreId": "store-lyon",
"status": "cancelled",
"lines": [
{
"skuId": "1111111111111111111111111111111111111111111111111111111111111111",
"requestedQuantity": 10,
"shippedQuantity": null,
"receivedQuantity": null
}
]
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
The transfer (transfert inter-magasin) id.
Minimum string length:
1Response
The cancelled transfer (status cancelled).
The cancelled transfer (status cancelled).
Minimum string length:
1Minimum string length:
1Minimum string length:
1Available options:
requested, shipped, received, cancelled Minimum array length:
1Show child attributes
Show child attributes

