Skip to main content
POST
Error

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

Body

application/json

Order data

country_code
string
required
currency_code
string
required
grand_total
number
required
Required range: x >= 0
language_code
string
required
lines
object[]
required
Minimum array length: 1
reference
string
required
source
string
required
status
enum<string>
required
Available options:
placed,
refunded,
compensated,
released,
delivered,
cancelled
billing_address
object
bonus_total
number
Required range: x >= 0
discount_total
number
Required range: x >= 0
gift_card_total
number
Required range: x >= 0
merchant_user_id
string
payment_method
string
payment_method_id
string
payment_method_name
string
session_id
string
shipping_address
object
shipping_methods
string[]
shipping_total
number
Required range: x >= 0
sub_total
number
Required range: x >= 0
tax_total
number
Required range: x >= 0

Response

Order created successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean