Whiplash V2 Perform Action on Order
Action used to perform an action on an order (uses a PUT call).
List of actions that can be performed so far:
- Cancel
To know more about this endpoint, read more here.
Inputs
Name | Type | Description |
---|---|---|
Whiplash Access Token | SensitiveString | Whiplash Refresh Token |
Order Id | String | Whiplash Order Id |
Action Type | String | Action to perform on order. Options: ["cancel"] |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the action was performed successfully |
Order | Object | Updated Whiplash Order |
Updated 10 months ago