Cancel Items
Cancels an item from a lease
Last updated
Was this helpful?
Was this helpful?
{
"data": {
"canceled": [
{
"sku": "123ASD",
"quantity": 1
}
],
"failed": [
{
"sku": "123ASD",
"quantity": 1
}
]
}
}{
"error": {
"statusCode": 400,
"code": "UserAlreadyExists",
"message": "User already exists with email ex@example.com",
"data": {}
}
}