Create and submit new order for multiple servicesEach item in the items array needs to include order type and parameters used by one of the method listed below:
• POST /order/$product_id - use product for item type • POST /domain/order - use domain for item type • POST /certificate/order - use certificate for item type
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Responses
🟢200OK
Success
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://my.hitechcloud.vn/api/order?pay_method&ignore_errors&items&aff_id' \
--header'Authorization: Bearer <token>'