Skip to content

Update Order Status To Cache

Description

更新快取內的訂單明細狀態。

Resource

PATCH /v1/order/status_to_cache

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
id string 訂單編號
status string 訂單狀態代碼
ALLOWED VALUES:
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • A
  • B
  • C
  • D
  • E
  • F

Request Example

PATCH /v1/order/status_to_cache

{
    "id": "70000122090100051",
    "status": "3"
}

Response

Status-Code: 204 No Content