Post Order Acceptance

This REST API is used to notify the marketplace that the seller has accepted the order and will process it. The seller on receiving the order, gives his acceptance for each order id, using the method defined here.

Tip

  • It is recommended to check out Notes for the reader. You might find this helpful as it contains Guidelines for using API references and Terminologies used here.
  • This feature is useful for marketplaces who wish their sellers to acknowledge and accept their orders.

Flow

Order_Flow

Tip

Complete integration flow is available on Basic Overview page.

Basic Information

NAME DETAILS
Usage: Optional
Endpoint: /orders/acknowledge
Request Type: POST
Scheme: HTTPS
Header (Content-Type): application/json
Header (apiKey): accessToken (got from Get Authentication)

Request Payload

{
  "orderId": "ABC123"
}

Response Payload

{
  "status": "SUCCESS"
}

Error Codes

Refer Response Codes section to know about specific errors codes.

FAQs/Notes

Q1. For which integrations is this API useful?
Ans. Some MPs require the sellers to manually acknowledge the orders and then notify them, which they can do by this API.

Q2. Is this API provided by MP and UC will consume it?
Ans. UC will consume this API. This notifies the MP that seller has accepted the order and will process it.

Q3. If a MP doesn’t implement Post Order Acceptance API, then will the orders be auto verified?
Ans. Yes, they will be auto verified.

Unicommerce Website

Copyright © 2024 Unicommerce eSolutions Pvt. Ltd.