Skip to main content
POST
Resolve an uncertain plugin fulfillment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shopId
string
required

Shop ID (ObjectId)

orderId
string
required

Order ID (ObjectId)

Body

application/json
resolution
enum<string>
required
Available options:
retry,
complete
confirmOrderId
string
required
Pattern: ^[0-9a-fA-F]{24}$
note
string
required
Required string length: 5 - 1000

Response

OK

success
boolean
Example:

true

data
object
message
string