v1

latestOpenAPI 3.0.12026-07-2412502.6 MB
Customers

Edit store credit

Edit a store credit entry

patch/customers/{customer_id}/balance/{balance_history_id}

Request body

credit_totalstring
auto_applyboolean
date_expirestring date

Response

OK

customer_balancestring

Example response

{
  "balance_history": [
    {
      "date_expire": "2023-04-01 00:00:00",
      "date_created": "2023-04-01 00:00:00",
      "date_modified": "2023-04-01 00:00:00"
    }
  ]
}