Confirm order - celdotro/marketplace GitHub Wiki

About

  • Confirms an existing order

Class

celmarket\Orders\OrdersStatus

Method

confirmOrder

API

  • method: orders
  • action: confirmOrder

Parameters

  • order = order's id

Response

An object with the following attributes

  • success = 1 -> successfully confirmed

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Orders/9.confirmOrder.php

Example - JSON

{
  "request": {
   "order": 1 
  },
  
  "response": {
    "success": 1
  }
}
⚠️ **GitHub.com Fallback** ⚠️