Equipment Order

The Equipment Order API is a RESTful service that allows you to create, retrieve, and delete equipment orders for merchants once the survey is complete.

Available Endpoints:

  • Create Order: POST /api/equipment/orders

  • Get Orders by Merchant: GET /api/equipment/orders/{merchant}

  • Get Order by Order ID: GET /api/equipment/orders/{merchant}/order/{orderNumber}

  • Delete Existing Order: DELETE /api/equipment/orders/{merchant}/order/{orderNumber}

  • Get Order by Merchant and Status: GET /api/equipment/orders/{merchant}/{status}

Last updated

Was this helpful?