sayren Docs
Order items

Extend purchase decision

POST
/v1/order-items/{orderItemId}/purchase-decision/extend
AuthorizationBearer <token>

userToken(계정 스코프) 또는 storeToken(스토어 스코프)

In: header

Path Parameters

orderItemId*string

Response Body

application/json

curl -X POST "https://example.com/v1/order-items/string/purchase-decision/extend"
{  "meta": {    "status": 0,    "code": "OK",    "message": "string",    "isSuccess": true  },  "data": {    "orderItemId": "string",    "autoDecisionDate": "string",    "extendCount": -9007199254740991  },  "error": null}