---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/step-by-step/dbs-return-status-model.md
  - https://yandex.com/dev/market/partner-api/doc/ru/step-by-step/dbs-return-status-model.md
  - https://yandex.com/dev/market/partner-api/doc/zh/step-by-step/dbs-return-status-model.md
  - href: zh/step-by-step/dbs-return-status-model.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/zh/llms.txt

## 模型的退款状态如何变化? DBS

<!-- source: zh/_includes/mermaid/dbs-return-status-graph.md -->
```mermaid
%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#FDF3E8',
      'primaryTextColor': '#000000',
      'primaryBorderColor': '#BA9C80',
      'lineColor': '#BA9C80',
      'secondaryColor': '#FDF3E8',
      'tertiaryColor': '#FDF3E8',
      'noteBkgColor': '#FED58D'
    }
  }
}%%

flowchart TB
    UserCreation(买家发起退货) --> StartedByUser[STARTED_BY_USER]
    StartedByUser[STARTED_BY_USER] -->|等待退货决策| WaitingForDecision[WAITING_FOR_DECISION]
    WaitingForDecision[WAITING_FOR_DECISION] -->|决策已作出| DecisionMade[DECISION_MADE]
    WaitingForDecision[WAITING_FOR_DECISION] -->|决策超时，退货已确认| RefundInProgress[REFUND_IN_PROGRESS]
    DecisionMade[DECISION_MADE] -->|可退款| RefundInProgress[REFUND_IN_PROGRESS]
    DecisionMade[DECISION_MADE] -->|买家不同意决策，但仲裁拒绝退货| Rejected[REJECTED]
    RefundInProgress[REFUND_IN_PROGRESS] -->|已退款| Refunded[REFUNDED]
    StartedByUser[STARTED_BY_USER] -->|仲裁或自提点拒绝退货| Rejected[REJECTED]
```
<!-- endsource: zh/_includes/mermaid/dbs-return-status-graph.md -->
