Cancel Order
The partner can cancel the Order
Order Cancellation Procedure
The Order can be cancelled from the Partner's side as far as it hasn't been picked up from the driver's side.
Cancel Order
POST
env./api/{api-version}/Order/cancel
This endpoint allows you to cancel the Order.
Path Parameters
Name
Type
Description
id
string
The ID of the order patched onto Shgardi's
api-version
string
The API version is "1"
Headers
Name
Type
Description
Accept-Language
string
The Default language is "en-US"
Request Body
Name
Type
Description
integrationOrderId
string
The Order ID given by shgardi returned from "Create Order" End-point
cancellationReasonDesc
string
The Order cancellation reason(s)
Last updated