Skip to main content
POST
Change Order

Authorizations

X-ACCESS-TOKEN
string
header
required

API access token from your Fliqr AI dashboard (Settings → API). Send it in the X-ACCESS-TOKEN header on every request.

Path Parameters

contact_id
integer
required
order_id
string
required

Body

application/json
status
enum<integer>

The new order status. 6 - Processing, 7 - Shipped, 10 - Completed, 13 - Canceled.

Available options:
6,
7,
10,
13
name
string

The name for the shipping

phone
string

The phone for the shipping

email
string

The email for the shipping

country
string

The country for the shipping

state
string

The state for the shipping

city
string

The city for the shipping

zip_code
string

The zip code for the shipping

address
string

The address for the shipping

street_1
string

The street_1 for the shipping

street_2
string

The street_2 for the shipping

note
string

Note related to the order.

Response

successful operation

success
boolean