For IOS testflight needs
POST/wc/orders/createIAPTestFlight
For IOS testflight needs
Request
- application/json
Body
required
Array [
]
Array [
]
Array [
- FeeLine
- FeeLine2
- FeeLine3
]
customer_id integer
Example:
41734status string
Example:
pendingbilling
object
first_name string
Example:
naufalhakmlast_name string
Example:
xenditemail string
Example:
naufal.arkademi@gmail.comphone string
Example:
6281234596778payment_method string
Example:
xendit-ovopayment_method_title string
Example:
ovoline_items
object[]
product_id integer
Example:
27760quantity integer
Example:
1sku string
Example:
--image_url string
Example:
--coupon_lines
object[]
code string
Example:
--discount integer
Example:
0fee_lines
object[]
oneOf
name string
Example:
Diskontax_status string
Example:
taxableamount string
Example:
900total string
Example:
-972name string
Example:
Flash Saletax_status string
Example:
taxableamount string
Example:
0total string
Example:
0name string
Example:
Coinstax_status string
Example:
taxableamount string
Example:
0total string
Example:
0cashback integer
Responses
- 200
- 401
- 405
successful order
- application/json
- Schema
- Example (from schema)
Schema
success boolean
order_id integer
Example:
856{
"success": true,
"order_id": 856
}
failed authorization
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
falsemessage string
{
"success": false,
"message": "string"
}
Invalid input
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
falsemessage string
{
"success": false,
"message": "string"
}