«
| Mã đơn | Trạng thái |
|---|---|
| DH_01 | Chờ xử lý |
| Mã khiếu nại | Mã đơn | Lý do khiếu nại | Loại khiếu nại | Phương án xử lý | Số tiền bồi thường |
|---|---|---|---|---|---|
| KN_01 | DH_01 | Lâu chưa nhận hàng | ORDER | Bồi thường | 1 |
{
"title": "Bad Request",
"detail": "Required header 'X-Tenant' is not present."
}| Mã đơn | Trạng thái |
|---|---|
| DH_01 | Chờ xử lý |
| Mã khiếu nại | Mã đơn | Lý do khiếu nại | Loại khiếu nại | Phương án xử lý | Số tiền bồi thường |
|---|---|---|---|---|---|
| KN_01 | DH_01 | Lâu chưa nhận hàng | ORDER | Bồi thường | 1 |
| X-Tenant | <x-tenant> |
|---|
{
"title": "not_found_connection_config"
}| x-tenant | |
|---|---|
| null | |
| lalala |
| Mã đơn | Trạng thái |
|---|---|
| DH_01 | Chờ xử lý |
| X-Tenant | m26 |
|---|
{
"title": "claim_not_found"
}| Mã đơn | Trạng thái |
|---|---|
| DH_01 | Chờ xử lý |
| Mã khiếu nại | Mã đơn | Lý do khiếu nại | Loại khiếu nại | Phương án xử lý | Số tiền bồi thường | Mô tả | Ảnh |
|---|---|---|---|---|---|---|---|
| KN_01 | DH_01 | <reason> | ORDER | <solution> | <suggest_amount> | <description> | <image> |
| X-Tenant | m26 |
|---|
{
"code": "${KN_01}",
"relatedOrder": "${DH_01}",
"relatedProduct": null,
"suggest": <suggest>,
"description": <response_des>,
"reasonView": {
"name": "<reason>"
},
"solutionView": {
"name": "<solution>"
},
"notReceived": null,
"numbersFaultyProduct": null,
"publicStateNewView": {
"code": "NEW"
},
"attachments": [<response_image>],
"ticketType": "order",
"claimProductPublicViews": []
}| reason | solution | suggest_amount | suggest | description | response_des | image | response_image | |
|---|---|---|---|---|---|---|---|---|
| Lâu chưa nhận hàng | Bồi thường | 1 | 1.00 | null | ||||
| Đổi, trả hàng | Đổi trả | null | không có cũng không sao cả | "không có cũng không sao cả" | ||||
| Lý do khác | Giao bù | null | lý do khác thì phải nhập description | "lý do khác thì phải nhập description" | imageError | {"id": "${imageError}"} |
| merchantId | productId | skuId | stock |
|---|---|---|---|
| merchant_01 | product_01 | skuId_01 | 100 |
| merchantId | productId | skuId | skusId | quantity | order_quantity | batchSize |
|---|---|---|---|---|---|---|
| merchant_01 | product_01 | skuId_01 | skusId01 | 3 | 3 | 1 |
| Mã đơn | Trạng thái |
|---|---|
| DH_01 | Chờ xử lý |
| Mã sản phẩm | skuId | Số lượng lỗi | Số lượng thiếu |
|---|---|---|---|
| SP_01 | skuId_01 | <number_faulty_product> | <not_received> |
| Mã khiếu nại | Mã đơn | Lý do khiếu nại | Loại khiếu nại | Phương án xử lý | Số tiền bồi thường | Mô tả | Ảnh |
|---|---|---|---|---|---|---|---|
| KN_01 | DH_01 | <reason> | ORDER_PRODUCT | <solution> | <suggest_amount> | <description> | <image> |
| X-Tenant | m26 |
|---|
{
"code": "${KN_01}",
"relatedOrder": "${DH_01}",
"suggest": <suggest>,
"description": <response_des>,
"reasonView": {
"name": "<reason>"
},
"solutionView": {
"name": "<solution>"
},
"publicStateNewView": {
"code": "NEW"
},
"attachments": [<response_image>],
"ticketType": "order",
"claimProductPublicViews": [
{
"relatedProduct": "${SP_01}",
"notReceived": <not_received_response>,
"numbersFaultyProduct": <faulty>
}
]
}| reason | number_faulty_product | faulty | not_received | not_received_response | solution | suggest_amount | suggest | description | response_des | image | response_image | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Giao thiếu hàng | null | 2 | 2 | Bồi thường | 1 | 1.00 | null | |||||
| Giao hàng sai, lỗi, hỏng | 1 | 1 | null | Đổi trả | null | không có cũng không sao cả | "không có cũng không sao cả" | imageError | {"id": "${imageError}"} |