Management API
Order
Update Order
3min
update a single order if requesting manager has access permissions to it url /api/v1/orders/{id}/ method patch parameters store id string type string is test boolean is trial boolean download id string language string campaign params string customer integer customer account integer "metadata" json object data example { "store id" "patched store id" } success response code 200 ok content examples { "id" 1629789747117569, "created at" "2021 08 24t07 22 27z", "updated at" "2021 11 23t07 04 07 441338z", "store id" "patched store id", "type" "normal", "customer email" null, "is test" false, "customer reference" "", "is trial" false, "download id" null, "language" null, "campaign params" null, "customer first name" null, "customer last name" null, "customer company" null, "customer phone" null, "metadata" {}, "company" 339, "customer" null, "customer account" null, "license users" \[] }