deco-cx / apps

App definitions by deco.cx
Apache License 2.0
82 stars 85 forks source link

feat: add new prop and body item to cancel order action #951

Closed yuriassuncx closed 4 weeks ago

yuriassuncx commented 1 month ago

What is this Contribution About?

Reference: https://developers.vtex.com/docs/guides/order-canceling-improvements

  ```typescript
  interface Props {
    orderId: string;
    reason: string;
    requestedByUser: boolean; // New property added
  }

Reason

The addition of the requestedByUser property helps track who is requesting the order cancellation, improving user action monitoring.

github-actions[bot] commented 1 month ago

Tagging Options

Should a new tag be published when this PR is merged?