Delete
Delete Shopify order by ID
Delete
Delete Shopify order by ID
yaml
type: io.kestra.plugin.shopify.orders.DeleteExamples
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
accessToken *Requiredstring
orderId *Requiredintegerstring
storeDomain *Requiredstring
apiVersion string
Default
2024-10rateLimitDelay string
Default
PT0.5S