Shopify Delete

Shopify Delete

Certified

Delete Shopify order by ID

Deletes an order via the Shopify Admin API using store domain and access token. Operation is irreversible; Shopify returns HTTP 200 with empty body on success.

yaml
type: io.kestra.plugin.shopify.orders.Delete

Delete order by ID

yaml
id: shopify_delete_order
namespace: company.team

tasks:
  - id: delete_order
    type: io.kestra.plugin.shopify.orders.Delete
    storeDomain: my-store.myshopify.com
    accessToken: "{{ secret('SHOPIFY_ACCESS_TOKEN') }}"
    orderId: 123456789
Properties

Admin API access token

Private app Admin API access token sent as X-Shopify-Access-Token

Order ID

Shopify order ID to delete

Shopify store domain

Store domain used for Admin API calls (e.g., my-store.myshopify.com)

Default2024-10

API version

Shopify Admin API version path segment; defaults to 2024-10

Reference (ref) of the pluginDefaults to apply to this task.

DefaultPT0.5S

Rate limit delay

Sleep between API calls to respect Shopify rate limits; default 500ms

Deletion status

True when Shopify responded 200 to the delete call

Deleted order ID

Order ID passed to the delete request