We are implementing a klip where user can insert an order ID and they can update the information in an external application.
We want to call to this endpoint:
POST https://{accountName}.{environment}.com.br/api/oms/pvt/orders/{orderId}/invoice/123/tracking
Where {orderId} should be the number that user inserted in field, that is possible?