Save order as draft

Saves changes to an order and records a draft save in the order's history. The order's status doesn't change.

This works like Update order, with the same body and the same rules:

  • The lines you send replace all the current lines.
  • The amounts you send are saved as they are.
  • Leave out tag_list and all tags are removed.
  • order_type must be the order's current type. currency, customer_id and status are ignored.

To save without changing anything, get the order and send its current lines, figures and tags back.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

Your merchant profile ID. Required in every request.

Find it in the BillPro dashboard address, after /profiles/. For example, in /profiles/1234/orders the profile ID is 1234.

string
required

ID of the order.

Body Params
order
object
required

The order as it should be saved. See Update order for each field.

Responses

Language
Credentials
Bearer
API token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json