post https://spectrocoin.com/api/public/merchants/orders
An endpoint for generating an order from a specified pre-order. To create a pre-order, you can use /public/merchants/preorders.
If the specified pre-order has isMultiple
set to true
, multiple orders can be generated from the same pre-order. The first generated order will contain the original orderId
(e.g., "7055") which was specified when generating the pre-order. The second order orderId
will have the prefix "Pre" and an additional number indicating that it is not the first order for this pre-order (e.g., "Pre-7055-1"), and so on.
Keep in mind that id
and orderId
are not the same. The id
is a system-generated unique identifier, while the orderId
is user-generated and designed primarily for tracking purposes.