Skip to main content
POST
This endpoint allows you to add multiple fulfillments to an order to notify fraud prevention providers. Any fulfillments provided will be appended to the ones that already exist.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Body

application/json
status
enum<string>
required

The status of the order fulfillment.

Available options:
PARTIAL,
COMPLETED,
REPLACEMENT,
CANCELED
fulfillments
object[]
required

Fulfillments array

carriers
null

Deprecated: use fulfillments[].carriers instead

Response

Accepted

The response is of type object.