cancelled。cancel_reason_id:352 — 商品无库存;400 — 只剩下有缺陷的商品。401 — 仲裁取消;402 — 其他原因;665  — 买家没有收货;666 — 在该地区没有快递;667 — 订单被快递弄丢。{
    "cancel_reason_id": 352,
    "cancel_reason_message": "Product is out of stock",
    "posting_number": "33920113-1231-1"
}curl --location --request POST 'https://api-seller.ozon.ru/v2/posting/fbs/cancel' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cancel_reason_id": 352,
    "cancel_reason_message": "Product is out of stock",
    "posting_number": "33920113-1231-1"
}'{
    "result": true
}