Skip to main content

Deliver Order

POST 

/Order/deliver

This is the endpoint where the delivery of orders takes place. It is the endpoint where you can deliver orders containing products within your authority.

If the "Status" value in the incoming data is 0, it means the order has been canceled.

If the "Status" value in the incoming data is 1, it means the order has been delivered.

If the "Status" value in the incoming data is 2, it means the order is being processed.

If the "Status" value in the incoming data is 3, it means the order has been removed from processing.

If the order is for a product that can be delivered via Email or SMS, such as E-PIN, the delivered codes are sent in list format within the DeliveryData. For example: ["test-code-1", "test-code-2"] If the order is for a product like Goldbar or Load Products, which are manually delivered products without digital codes, delivery-related data is sent in the "DeliveryNote" field. For example: ["Delivered GB to the character named Xagok."] or ["XXX-AAA-CCC-ORDER_ID_11111."] alike transactionID

When making a notification, "{ApiKey}" should be sent within the ApiKey in the Header section.

Request

Responses

OK