# Shopify Connector - Delete draft order
This action deletes a draft order on Shopify. A draft order represents the intent of ordering by a customer. It can be transitioned into an order.
You may read the Shopify documentation (opens new window) for more information on the draft order resource.
# Input
Field | Description |
---|---|
Draft order ID | The ID of the draft order to be deleted. |
# Output
There will be no return payload upon successful deletion. Successful deletion is indicated by a response code of 200
.
Last updated: 10/19/2022, 6:28:33 AM