GET /orders

By passing in the appropriate options, you can search for available orders in the system

Servers

Query parameters

Name Type Required Description
filterDateType String No

pass an optional search string for filtering based on date type. Otherwise this will default to createdDate

Valid values:

  • "createdDate"
  • "modifiedDate"

Default value: "createdDate"

merchantCompanyEntityUid String No

The Verifone assigned ID corresponding to the Merchant Company.

detailedStatus String No

pass an optional search string for looking up order by detailed status

Valid values:

  • "INPROGRESS"
  • "FULFILMENT_PICKED"
  • "CANCEL_REQUESTED"
  • "SUBMITTED"
  • "DECLINED"
  • "ONHOLD"
  • "REQUIRES_ATTENTION"
  • "PENDING_SIGNATURE"
  • "CANCELED_BYUSER"
  • "FULFILMENT_SHIPPED"
  • "CANCELLED"
  • "CANCEL_INPROGRESS"
  • "CANCEL_ERROR"
  • "UNDER_REVIEW"
  • "DRAFT"
  • "FULFILMENT_BOOKED"
  • "INTERNAL_BOARDING"
  • "COMPLETED"
merchantType[] Array No

Merchant type for the orders

status String No

pass an optional search string for looking up order by status

Valid values:

  • "INPROGRESS"
  • "CANCELLED"
  • "SUBMITTED"
  • "ONHOLD"
  • "DRAFT"
  • "COMPLETED"
lastChangeTime String No

Orders last changed before this time (used to find order not moved)

endTime String No

The record date/time to search to.

merchantCompany String No

The merchant company.

startTime String No

The record date/time to search from.

order String No

The order direction.

Valid values:

  • "DESC"
  • "ASC"
signingProvider String No

The signing provider for the order. Valid fields are: ADOBE, SIGNICAT, DOKOBIT

Valid values:

  • "DOKOBIT"
  • "ADOBE"
  • "SIGNICAT"
orderType String No

pass an optional search string for looking up order by type. Otherwise this will default to MerchantOrder

Valid values:

  • "POIMaintenanceOrder"
  • "POIAccessoryOrder"
  • "POIOrder"
  • "AdditionalServicesOrder"
  • "MerchantOrder"
  • "MerchantMaintenanceOrder"

Default value: "MerchantOrder"

orderReference String No

Optional search string for looking up order by ID

pageNumber Integer No

Page number for records.

Default value: 1

orderBy String No

The field to order by. Valid fields are: createdBy, createdDate, modifiedDate, merchantName, status

pageSize Integer No

Page size for returned records.

Default value: 50

userUids[] Array No

List of the User_ID corresponding to the User who created or modified the order.

customerEntityUid String No

The estate customer entity UUID for the portfolio.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.