APICancelOrder

Call to cancel an order and send email of cancellation.

/api/plain/?type=APICancelOrder&[payload]&HashString=[hashstring]

URL Parameters

 Field TypeDescription
TypeStringAPI that will be called
PayloadURL_ENCODEDAn URL encoded JSON array 
HashString Varchar sha256 encoded string. Read how to create payload and hashstring 

Payload Parameters

 Field TypeDescription
ReferenceVarcharOrder reference


Success 200

FieldTypeDescription
ErrorsArray() 

Error 4xx

FieldTypeDescription
Errorsarray() 
 - Code IntNumber of error
 - Error StringError message
  •  Error-Response: 
  •     HTTP/1.1 200 OK
        {
          "Errors": [
    	  	{"Code":"403", "Error":"Not found order"}		
    	  ]
        }