Delete
Delete Certified

Delete Shopify order by ID

yaml
type: io.kestra.plugin.shopify.orders.Delete
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
Default2024-10
DefaultPT0.5S